.rendered-block span, .code-table span {
  color: inherit; }

.rendered-block .primary-text, .code-table .primary-text {
  color: #007bff; }

.rendered-block .secondary-text, .code-table .secondary-text {
  color: #fd7e14; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.rating .saving {
  display: block;
  text-align: center; }

.rating .stars:hover {
  cursor: pointer; }

.rating .stars .material-icons {
  color: #e9ecef; }
  .rating .stars .material-icons.active {
    color: #ffc107; }

.book-review-component {
  display: flex;
  margin-top: 8px; }
  .book-review-component .rating {
    width: calc(100% - 20px);
    margin-right: 2px;
    flex-grow: 0; }
    .book-review-component .rating .stars {
      width: 100%;
      white-space: nowrap; }
      .book-review-component .rating .stars .material-icons {
        width: 20%;
        font-size: 19px; }
        @media (min-width: 576px) {
          .book-review-component .rating .stars .material-icons {
            font-size: 22px; } }
  .book-review-component .edit-review {
    flex-grow: 0;
    font-size: 17px; }
    @media (min-width: 576px) {
      .book-review-component .edit-review {
        font-size: 18px; } }

.book-review-modal .alert-danger {
  margin-top: 10px; }

.book-review-modal fieldset .fieldset-rating-wrapper {
  display: flex; }
  .book-review-modal fieldset .fieldset-rating-wrapper .cancel {
    margin-top: 3px;
    margin-left: 10px;
    display: inline-block;
    font-size: inherit;
    color: #495057; }
    .book-review-modal fieldset .fieldset-rating-wrapper .cancel:hover {
      cursor: pointer; }

.book-review-modal .comment-fieldset label {
  display: block; }

.book-review-modal .comment-fieldset textarea {
  box-shadow: 0 0 0.125rem 0 rgba(143, 115, 96, 0.12), 0 0.125rem 0.25rem 0 rgba(143, 115, 96, 0.12);
  display: block;
  width: 100%;
  padding: 5px 10px;
  height: 165px; }

.key-tags {
  position: relative;
  display: flex;
  align-items: center;
  left: 0;
  top: -10px;
  z-index: 2; }
  .key-tags .free, .key-tags .wanikani {
    margin-left: 5px;
    font-size: 12px;
    color: #5cb85c;
    padding: 2px 4px;
    background: white;
    border: solid 2px #5cb85c;
    border-radius: 5px;
    font-style: italic; }
    .key-tags .free.not-visible, .key-tags .wanikani.not-visible {
      visibility: hidden; }
  .key-tags .wanikani {
    color: #007bff;
    border-color: #007bff;
    font-style: normal;
    cursor: pointer; }

.prize-popover {
  max-width: 310px; }

.prize-img {
  height: 25px; }
  .prize-img:hover {
    cursor: pointer; }

ul.prize-tag-list {
  margin-bottom: 0;
  padding-left: 17px; }

.display-rating-wrapper {
  position: relative;
  width: 5.01em;
  font-size: 18px;
  line-height: 1em; }
  .display-rating-wrapper .stars {
    display: block;
    font-size: inherit;
    color: #ffc107;
    white-space: nowrap; }
    .display-rating-wrapper .stars .material-icons {
      font-size: inherit; }
    .display-rating-wrapper .stars.active {
      position: absolute;
      left: 0;
      top: 0;
      overflow: hidden;
      white-space: nowrap; }
  .display-rating-wrapper.alternate .stars .material-icons {
    color: #20c997; }

.general-review-display .username {
  color: #adb5bd;
  font-weight: 500;
  margin-right: 5px; }

.general-review-display .review-sub-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5px; }

.general-review-display .main-rating-wrapper {
  display: flex;
  align-items: center;
  color: #343a40; }
  .general-review-display .main-rating-wrapper .main-rating {
    margin-left: 5px;
    font-size: 16px; }
  .general-review-display .main-rating-wrapper .display-rating-wrapper {
    margin-top: 3px; }

.general-review-display .review-date {
  color: #adb5bd; }
  .general-review-display .review-date .small-display {
    display: none; }
    @media (min-width: 373px) {
      .general-review-display .review-date .small-display {
        display: inline; } }
    @media (min-width: 576px) {
      .general-review-display .review-date .small-display {
        display: none; } }
  .general-review-display .review-date .large-display {
    display: none; }
    @media (min-width: 576px) {
      .general-review-display .review-date .large-display {
        display: inline; } }

.general-review-display .comments {
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px; }
  .general-review-display .comments p {
    margin-bottom: 8px;
    color: #343a40;
    font-size: inherit;
    word-break: break-word; }
    .general-review-display .comments p:last-child {
      margin-bottom: 0; }

.general-review-display .sub-ratings {
  padding: 5px 10px;
  border: solid 2px #f8f9fa;
  width: 100%; }
  @media (min-width: 576px) {
    .general-review-display .sub-ratings {
      width: 300px; } }
  .general-review-display .sub-ratings .sub-rating-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    justify-content: space-between; }
    .general-review-display .sub-ratings .sub-rating-wrapper:last-child {
      margin-bottom: 0; }
    .general-review-display .sub-ratings .sub-rating-wrapper label {
      font-size: 10px;
      text-transform: uppercase;
      font-weight: bold;
      width: 160px;
      margin-bottom: 0;
      letter-spacing: 1px; }
    .general-review-display .sub-ratings .sub-rating-wrapper .display-rating-wrapper {
      font-size: 14px; }

.general-review-display.rated .main-rating-wrapper, .general-review-display.rated .username, .general-review-display.rated .review-date {
  font-size: 14px; }
  .general-review-display.rated .main-rating-wrapper .main-rating, .general-review-display.rated .username .main-rating, .general-review-display.rated .review-date .main-rating {
    font-size: 14px; }

.general-review-display.rated.no-additional .review-sub-header {
  margin-bottom: 0; }

.book .book-actions-form, .book-series .book-actions-form {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  text-align: center; }
  .book .book-actions-form .dropdown, .book-series .book-actions-form .dropdown {
    display: flex; }
  .book .book-actions-form .dropdown-item, .book-series .book-actions-form .dropdown-item {
    font-size: 16px; }
  .book .book-actions-form .btn-group, .book-series .book-actions-form .btn-group {
    width: 100%;
    justify-content: center; }
  .book .book-actions-form .action-button, .book-series .book-actions-form .action-button {
    padding: 6px 4px; }
    .book .book-actions-form .action-button.btn-success, .book-series .book-actions-form .action-button.btn-success {
      padding: 6px 6px; }
    @media (min-width: 576px) {
      .book .book-actions-form .action-button, .book-series .book-actions-form .action-button {
        padding: 6px 8px; }
        .book .book-actions-form .action-button.btn-success, .book-series .book-actions-form .action-button.btn-success {
          padding: 6px 10px; } }
  .book .book-actions-form .dropdown-split-basic, .book-series .book-actions-form .dropdown-split-basic {
    padding: 3px 4px; }
    @media (min-width: 576px) {
      .book .book-actions-form .dropdown-split-basic, .book-series .book-actions-form .dropdown-split-basic {
        padding: 3px 8px; } }
  .book .book-actions-form .dropdown-split-basic, .book-series .book-actions-form .dropdown-split-basic {
    flex-grow: 0;
    width: 30px;
    font-size: 16px; }
  .book .book-actions-form .action-button, .book-series .book-actions-form .action-button {
    display: flex;
    align-items: center;
    flex-grow: 0;
    max-width: calc(100% - 30px);
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .book .book-actions-form .action-button .status-display, .book-series .book-actions-form .action-button .status-display {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .book .book-actions-form .action-button .material-icons, .book-series .book-actions-form .action-button .material-icons {
      color: #5cb85c;
      margin-right: 2px;
      font-weight: 800;
      font-size: 16px; }

.remove-book-modal-body .book-title {
  color: #6c757d;
  font-weight: 800;
  text-decoration: underline; }

.set-default-action-modal .modal-dialog {
  width: 300px;
  margin: 0.5rem auto; }
  @media (min-width: 576px) {
    .set-default-action-modal .modal-dialog {
      margin: 1.75rem auto; } }

.set-default-action-modal .modal-footer .btn {
  width: 100%; }

.additional-options-modal .modal-dialog {
  max-width: 1000px; }

.additional-options-modal .book-modal-header {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  background: #093854;
  padding: 20px 20px 0 20px;
  display: flex;
  align-items: flex-end;
  position: relative; }
  @media (min-width: 576px) {
    .additional-options-modal .book-modal-header {
      padding: 20px 40px 0 40px; } }
  .additional-options-modal .book-modal-header .book-title {
    color: white;
    font-weight: 400;
    margin-left: 10px;
    margin-bottom: 10px; }
  .additional-options-modal .book-modal-header .modal-close {
    color: #dee2e6;
    position: absolute;
    top: 10px;
    right: 10px; }
  .additional-options-modal .book-modal-header img {
    width: 120px;
    height: 160px;
    position: relative;
    bottom: -30px; }

.additional-options-modal .date-block {
  display: flex;
  flex-direction: column; }
  .additional-options-modal .date-block .dates-section {
    margin: 10px 0px; }
    .additional-options-modal .date-block .dates-section.disabled {
      opacity: 0.4; }
    @media (min-width: 768px) {
      .additional-options-modal .date-block .dates-section {
        margin: 0 10px 10px 10px; } }
  .additional-options-modal .date-block .dates-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 9px; }
    .additional-options-modal .date-block .dates-section-header a {
      color: #007bff; }
      .additional-options-modal .date-block .dates-section-header a:hover {
        color: #0062cc; }
    .additional-options-modal .date-block .dates-section-header label, .additional-options-modal .date-block .dates-section-header a {
      margin-bottom: 0;
      font-size: 14px; }
  .additional-options-modal .date-block .date-fieldset {
    display: flex; }
    .additional-options-modal .date-block .date-fieldset select {
      margin: 0 1px; }
      .additional-options-modal .date-block .date-fieldset select:first-child {
        margin-left: 0; }
    .additional-options-modal .date-block .date-fieldset .year-select {
      width: 85px; }
    .additional-options-modal .date-block .date-fieldset .month-select {
      min-width: 80px;
      max-width: 170px; }
      @media (min-width: 373px) {
        .additional-options-modal .date-block .date-fieldset .month-select {
          min-width: 130px; } }
    .additional-options-modal .date-block .date-fieldset .day-select {
      width: 77px; }

.additional-options-modal .main-body {
  padding: 0;
  border-top-right-radius: 0.3rem;
  border-top-left-radius: 0.3rem; }
  .additional-options-modal .main-body .alert-danger {
    margin-top: 10px; }
  .additional-options-modal .main-body .loading-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6c757d;
    visibility: visible; }
    .additional-options-modal .main-body .loading-wrapper.hidden {
      visibility: hidden; }
    .additional-options-modal .main-body .loading-wrapper .gs-spinner {
      margin-left: 5px;
      width: 14px;
      height: 14px; }
  .additional-options-modal .main-body .main-form {
    padding: 50px 20px 20px 20px;
    display: flex;
    flex-direction: column; }
    @media (min-width: 576px) {
      .additional-options-modal .main-body .main-form {
        padding: 50px 40px 20px 40px; } }
    .additional-options-modal .main-body .main-form .left-hand-side {
      display: inline-flex;
      width: 100%;
      flex-wrap: wrap; }
      @media (min-width: 768px) {
        .additional-options-modal .main-body .main-form .left-hand-side {
          width: calc(100% - 190px); } }
    .additional-options-modal .main-body .main-form label, .additional-options-modal .main-body .main-form select {
      font-size: 16px; }
    .additional-options-modal .main-body .main-form label {
      color: #6c757d;
      font-weight: 500; }
    .additional-options-modal .main-body .main-form .fieldset {
      width: 100%;
      margin: 10px 0px; }
      .additional-options-modal .main-body .main-form .fieldset.disabled {
        opacity: 0.4; }
    @media (min-width: 768px) {
      .additional-options-modal .main-body .main-form {
        flex-direction: row;
        justify-content: space-between; }
        .additional-options-modal .main-body .main-form label {
          font-weight: 400;
          color: #343a40; }
        .additional-options-modal .main-body .main-form .fieldset {
          width: 150px;
          margin: 0 10px 10px 10px; }
          .additional-options-modal .main-body .main-form .fieldset input {
            font-size: 16px; }
        .additional-options-modal .main-body .main-form .user-book-lists {
          width: 170px;
          margin-top: 0px; }
          .additional-options-modal .main-body .main-form .user-book-lists .added {
            margin-top: 0; }
            .additional-options-modal .main-body .main-form .user-book-lists .added .badge {
              padding: 0.25em 0.4em;
              margin: 1px; } }
  .additional-options-modal .main-body .book-lists-header {
    display: inline-flex;
    align-items: center; }
    .additional-options-modal .main-body .book-lists-header label {
      margin-right: 5px;
      margin-bottom: 0; }
    .additional-options-modal .main-body .book-lists-header select {
      max-width: 65px;
      font-size: 16px;
      padding: 0 5px;
      height: 31px; }
  .additional-options-modal .main-body .user-book-lists {
    width: 100%;
    margin-top: 10px; }
    .additional-options-modal .main-body .user-book-lists .added {
      margin-top: 5px; }
      .additional-options-modal .main-body .user-book-lists .added .badge {
        font-weight: 400;
        border: solid 1px #ced4da;
        margin: 3px;
        display: inline-flex;
        padding: 7px 10px; }
        .additional-options-modal .main-body .user-book-lists .added .badge:hover {
          cursor: pointer; }
        .additional-options-modal .main-body .user-book-lists .added .badge .material-icons {
          font-size: 12px;
          margin-left: 2px;
          color: #6c757d; }
    .additional-options-modal .main-body .user-book-lists .no-lists {
      color: #adb5bd;
      font-style: italic;
      font-size: 14px;
      height: calc(1.5em + 0.75rem + 2px);
      padding: 7px; }

.additional-options-modal .modal-footer .remove-button {
  margin-right: auto; }

.author-display {
  font-size: inherit;
  color: #6c757d; }
  .author-display .author-link {
    color: inherit; }
    .author-display .author-link:hover {
      color: #495057; }
  .author-display .author-comma {
    margin-right: 5px; }

.book, .book-series {
  padding: 25px 5px 25px 5px;
  width: 125px;
  position: relative;
  flex-shrink: 0; }
  @media (min-width: 576px) {
    .book, .book-series {
      width: 170px;
      padding: 35px 20px 35px 20px; } }
  .book .book-img, .book-series .book-img {
    box-shadow: 0 0 0.125rem 0 rgba(143, 115, 96, 0.12), 0 0.125rem 0.25rem 0 rgba(143, 115, 96, 0.12);
    border-radius: 7px;
    background: white;
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative; }
    .book .book-img img, .book-series .book-img img {
      width: 100%;
      height: 100%;
      border: solid 1px #dee2e6;
      -o-object-position: center center;
         object-position: center center;
      -o-object-fit: cover;
         object-fit: cover; }
  .book.finished .level, .book.finished .book-meta-content, .book.wish_list .level, .book.wish_list .book-meta-content, .book.in_progress .level, .book.in_progress .book-meta-content, .book.stopped .level, .book.stopped .book-meta-content, .book.owned .level, .book.owned .book-meta-content, .book-series.finished .level, .book-series.finished .book-meta-content, .book-series.wish_list .level, .book-series.wish_list .book-meta-content, .book-series.in_progress .level, .book-series.in_progress .book-meta-content, .book-series.stopped .level, .book-series.stopped .book-meta-content, .book-series.owned .level, .book-series.owned .book-meta-content {
    opacity: 0.5; }
  .book .title, .book .author-display, .book-series .title, .book-series .author-display {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .book .title, .book-series .title {
    margin-bottom: 5px;
    display: block;
    font-size: 16px;
    color: #212529; }
  .book .series, .book-series .series {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #ced4da; }
  .book .book-type, .book-series .book-type {
    font-size: 14px;
    color: #adb5bd; }
  .book .author-display, .book-series .author-display {
    font-size: 14px; }
  .book .source-url, .book-series .source-url {
    display: block;
    font-size: 12px; }
  .book .tag, .book-series .tag {
    color: white;
    padding: 2px 10px;
    margin: 0 3px;
    font-weight: 500;
    font-size: 12px; }
  .book .ratings-display, .book-series .ratings-display {
    display: flex;
    align-items: center; }
    .book .ratings-display .display-rating-wrapper, .book-series .ratings-display .display-rating-wrapper {
      font-size: 14px; }
    .book .ratings-display .count, .book-series .ratings-display .count {
      font-size: 11px;
      color: #6c757d;
      margin-left: 5px;
      padding-bottom: 2px; }
  .book .item-type-notice, .book-series .item-type-notice {
    text-align: center;
    font-size: 12px;
    color: #adb5bd; }
  .book.show-full-title .book-meta-content, .book-series.show-full-title .book-meta-content {
    height: auto; }
  .book.show-full-title .title, .book.show-full-title .author-display, .book-series.show-full-title .title, .book-series.show-full-title .author-display {
    overflow: hidden;
    white-space: initial;
    text-overflow: initial; }

.book-series .item-type-notice {
  text-align: center;
  font-size: 12px;
  color: #adb5bd; }

.book-series .status-row {
  display: flex;
  justify-content: space-between; }
  .book-series .status-row .checked, .book-series .status-row .total {
    display: inline-flex;
    align-items: center; }
  .book-series .status-row .checked {
    color: #5cb85c; }
  .book-series .status-row .total {
    color: #212529; }
  .book-series .status-row .material-icons, .book-series .status-row .number {
    color: inherit;
    font-size: 12px; }
  .book-series .status-row .number {
    margin-right: 3px; }

.book-series .actions {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .book-series .actions .btn {
    font-size: 12px; }
  .book-series .actions .series-link {
    padding: 6px; }
    .book-series .actions .series-link .btn {
      display: inline-flex;
      align-items: center; }
    .book-series .actions .series-link .series-link-large {
      display: inline; }
    .book-series .actions .series-link .series-link-small {
      display: none; }
    .book-series .actions .series-link .number {
      background: #5cb85c;
      color: white;
      border-radius: 50%;
      font-size: 10px;
      margin-right: 4px;
      padding: 2px 5px; }
      .book-series .actions .series-link .number.double-digit {
        padding: 2px 3px;
        margin-right: 3px; }
        @media (min-width: 576px) {
          .book-series .actions .series-link .number.double-digit {
            margin-right: 4px; } }
  .book-series .actions.toggle-expand-available {
    justify-content: space-between; }
    .book-series .actions.toggle-expand-available .series-link {
      padding: 6px 0;
      max-width: 170px;
      width: calc(100% - 40px); }
    .book-series .actions.toggle-expand-available .series-link-large {
      display: none; }
      @media (min-width: 576px) {
        .book-series .actions.toggle-expand-available .series-link-large {
          display: inline; } }
    .book-series .actions.toggle-expand-available .series-link-small {
      display: inline; }
      @media (min-width: 576px) {
        .book-series .actions.toggle-expand-available .series-link-small {
          display: none; } }
  .book-series .actions .hide-below {
    display: none; }
    @media (min-width: 576px) {
      .book-series .actions .hide-below {
        display: inline; } }
  .book-series .actions .expander {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 3px 6px 6px;
    width: 39px; }
    .book-series .actions .expander .material-icons {
      font-size: 14px; }

.review-popup {
  width: 330px;
  max-width: calc(100vw - 30px); }
  .review-popup .ratings-display {
    justify-content: center;
    border: solid 1px #20c997;
    height: 23px; }

.user-book-review-component .ratings-display {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border: solid 1px #20c997;
  padding: 2px 0;
  background: white; }
  .user-book-review-component .ratings-display:hover {
    cursor: pointer; }
  .user-book-review-component .ratings-display .display-rating-wrapper {
    font-size: inherit; }

.user-book-review-component .no-rating-text {
  font-style: italic;
  background: white;
  color: #6c757d;
  font-size: 14px;
  text-align: center;
  display: block;
  border: solid 1px #dee2e6;
  max-width: 120px; }

.user-book-review-component .review-popup-icon {
  display: block;
  font-size: 14px;
  margin-bottom: 2px;
  margin-left: 5px;
  color: #495057; }
  .user-book-review-component .review-popup-icon:hover {
    cursor: pointer; }

.paginations-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto; }
  .paginations-wrapper .pagination-content {
    display: inline-flex;
    justify-content: center;
    border-top: solid 1px #e9ecef;
    padding-top: 20px;
    width: 100%; }
    @media (min-width: 576px) {
      .paginations-wrapper .pagination-content {
        min-width: 400px;
        width: auto; } }
    .paginations-wrapper .pagination-content a {
      color: #343a40;
      background: #f2f4f5;
      border-radius: 50%;
      border: solid 1px #f8f9fa;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin: 0 3px;
      flex-shrink: 0;
      width: 25px;
      height: 25px;
      font-size: 12px; }
      .paginations-wrapper .pagination-content a:hover {
        background: #e9ecef; }
      .paginations-wrapper .pagination-content a.active {
        background: #ced4da; }
      .paginations-wrapper .pagination-content a.disabled:hover {
        cursor: not-allowed; }
      @media (min-width: 576px) {
        .paginations-wrapper .pagination-content a {
          width: 35px;
          height: 35px;
          font-size: 14px; } }
  .paginations-wrapper.top-pagination .pagination-content {
    border-top: none;
    padding-top: 10px;
    padding-bottom: 10px; }

.rendered-block span, .code-table span {
  color: inherit; }

.rendered-block .primary-text, .code-table .primary-text {
  color: #007bff; }

.rendered-block .secondary-text, .code-table .secondary-text {
  color: #fd7e14; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.rating .saving {
  display: block;
  text-align: center; }

.rating .stars:hover {
  cursor: pointer; }

.rating .stars .material-icons {
  color: #e9ecef; }
  .rating .stars .material-icons.active {
    color: #ffc107; }

.book-review-component {
  display: flex;
  margin-top: 8px; }
  .book-review-component .rating {
    width: calc(100% - 20px);
    margin-right: 2px;
    flex-grow: 0; }
    .book-review-component .rating .stars {
      width: 100%;
      white-space: nowrap; }
      .book-review-component .rating .stars .material-icons {
        width: 20%;
        font-size: 19px; }
        @media (min-width: 576px) {
          .book-review-component .rating .stars .material-icons {
            font-size: 22px; } }
  .book-review-component .edit-review {
    flex-grow: 0;
    font-size: 17px; }
    @media (min-width: 576px) {
      .book-review-component .edit-review {
        font-size: 18px; } }

.book-review-modal .alert-danger {
  margin-top: 10px; }

.book-review-modal fieldset .fieldset-rating-wrapper {
  display: flex; }
  .book-review-modal fieldset .fieldset-rating-wrapper .cancel {
    margin-top: 3px;
    margin-left: 10px;
    display: inline-block;
    font-size: inherit;
    color: #495057; }
    .book-review-modal fieldset .fieldset-rating-wrapper .cancel:hover {
      cursor: pointer; }

.book-review-modal .comment-fieldset label {
  display: block; }

.book-review-modal .comment-fieldset textarea {
  box-shadow: 0 0 0.125rem 0 rgba(143, 115, 96, 0.12), 0 0.125rem 0.25rem 0 rgba(143, 115, 96, 0.12);
  display: block;
  width: 100%;
  padding: 5px 10px;
  height: 165px; }

.paginations-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto; }
  .paginations-wrapper .pagination-content {
    display: inline-flex;
    justify-content: center;
    border-top: solid 1px #e9ecef;
    padding-top: 20px;
    width: 100%; }
    @media (min-width: 576px) {
      .paginations-wrapper .pagination-content {
        min-width: 400px;
        width: auto; } }
    .paginations-wrapper .pagination-content a {
      color: #343a40;
      background: #f2f4f5;
      border-radius: 50%;
      border: solid 1px #f8f9fa;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin: 0 3px;
      flex-shrink: 0;
      width: 25px;
      height: 25px;
      font-size: 12px; }
      .paginations-wrapper .pagination-content a:hover {
        background: #e9ecef; }
      .paginations-wrapper .pagination-content a.active {
        background: #ced4da; }
      .paginations-wrapper .pagination-content a.disabled:hover {
        cursor: not-allowed; }
      @media (min-width: 576px) {
        .paginations-wrapper .pagination-content a {
          width: 35px;
          height: 35px;
          font-size: 14px; } }
  .paginations-wrapper.top-pagination .pagination-content {
    border-top: none;
    padding-top: 10px;
    padding-bottom: 10px; }

.edit-dates-wrapper a.edit-dates-trigger {
  color: #007bff; }
  .edit-dates-wrapper a.edit-dates-trigger:hover {
    color: #0062cc; }

.dates-popover-wrapper {
  max-width: 300px; }

.edit-dates-popover a.add-date-started {
  display: block;
  font-size: 14px;
  margin-bottom: 0;
  color: #6c757d; }

.edit-dates-popover .dates-section {
  margin: 10px 0; }
  .edit-dates-popover .dates-section:first-child {
    margin-top: 0; }
  .edit-dates-popover .dates-section .dates-section-header {
    display: flex;
    align-items: center; }
    .edit-dates-popover .dates-section .dates-section-header label, .edit-dates-popover .dates-section .dates-section-header a {
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 0; }
    .edit-dates-popover .dates-section .dates-section-header a {
      color: #007bff;
      margin-left: 10px; }
      .edit-dates-popover .dates-section .dates-section-header a:hover {
        color: #0062cc; }

.edit-dates-popover .date-fieldset {
  display: flex;
  align-items: center;
  margin: 5px 0; }
  .edit-dates-popover .date-fieldset select {
    margin-right: 5px;
    font-size: 14px; }
  .edit-dates-popover .date-fieldset .year-select {
    width: 80px; }
  .edit-dates-popover .date-fieldset .month-select {
    width: 115px; }
  .edit-dates-popover .date-fieldset .day-select {
    width: 66px; }

.edit-dates-popover .actions {
  text-align: right; }
  .edit-dates-popover .actions button {
    margin-left: 10px;
    font-size: 14px;
    text-transform: lowercase; }

.filter-tags {
  margin: 10px 0; }
  .filter-tags .filter-tag {
    display: inline-flex;
    align-items: center;
    background: #e9ecef;
    color: #6c757d;
    font-weight: 500;
    padding: 5px 15px;
    margin: 3px;
    letter-spacing: 0.1px;
    text-transform: capitalize; }
    .filter-tags .filter-tag:hover {
      cursor: pointer;
      background: #dee2e6; }
    .filter-tags .filter-tag:first-child {
      margin-left: 0; }
    .filter-tags .filter-tag .material-icons {
      font-size: 20px;
      margin-left: 8px; }
    .filter-tags .filter-tag.no-transform {
      text-transform: none; }

.library-app-wrapper {
  width: 100%;
  min-height: 100vh;
  padding: 0px;
  position: relative; }
  @media (min-width: 992px) {
    .library-app-wrapper {
      padding: 20px; } }
  .library-app-wrapper .library-app-content {
    max-width: 1300px;
    width: calc(100% - 10px);
    margin: 0 auto;
    padding: 20px; }
    @media (min-width: 992px) {
      .library-app-wrapper .library-app-content {
        margin: 0 auto;
        padding: 25px 0; } }

.library-app-content {
  display: flex;
  background: white; }
  .library-app-content .main-content {
    display: flex;
    flex-direction: column;
    max-width: 900px;
    width: 100%; }
    @media (min-width: 992px) {
      .library-app-content .main-content {
        width: calc(100% - 250px); } }
  .library-app-content .top-header.desktop {
    display: none;
    margin-bottom: 5px; }
    @media (min-width: 992px) {
      .library-app-content .top-header.desktop {
        display: block; } }
    .library-app-content .top-header.desktop .top-row {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .library-app-content .top-header.desktop .top-row h4 {
        margin-bottom: 0;
        margin-right: 15px;
        font-size: 24px;
        font-weight: 400; }
        .library-app-content .top-header.desktop .top-row h4 .wrapping-span {
          display: flex;
          white-space: nowrap; }
        .library-app-content .top-header.desktop .top-row h4 .username {
          text-overflow: ellipsis;
          white-space: nowrap;
          display: inline-block;
          overflow: hidden;
          max-width: 220px; }
          @media (min-width: 992px) {
            .library-app-content .top-header.desktop .top-row h4 .username {
              max-width: 160px; } }
          @media (min-width: 1200px) {
            .library-app-content .top-header.desktop .top-row h4 .username {
              max-width: 220px; } }
      .library-app-content .top-header.desktop .top-row select {
        padding: 0 5px; }
      @media (min-width: 992px) {
        .library-app-content .top-header.desktop .top-row {
          flex-direction: row;
          align-items: center;
          margin-left: auto; } }
      .library-app-content .top-header.desktop .top-row .mobile-sort {
        display: flex;
        align-items: center;
        margin-top: 5px;
        margin-bottom: 5px;
        width: 100%; }
        .library-app-content .top-header.desktop .top-row .mobile-sort label {
          margin-bottom: 0; }
        .library-app-content .top-header.desktop .top-row .mobile-sort select {
          margin-left: 4px;
          overflow-x: hidden; }
          .library-app-content .top-header.desktop .top-row .mobile-sort select.sort-key {
            margin-left: auto; }
            @media (min-width: 373px) {
              .library-app-content .top-header.desktop .top-row .mobile-sort select.sort-key {
                margin-left: 10px; } }
        @media (min-width: 992px) {
          .library-app-content .top-header.desktop .top-row .mobile-sort {
            display: none; } }
      .library-app-content .top-header.desktop .top-row .additional-filters {
        flex-direction: column;
        display: none; }
        .library-app-content .top-header.desktop .top-row .additional-filters.show {
          display: inline-flex;
          width: 100%;
          margin-bottom: 10px; }
        .library-app-content .top-header.desktop .top-row .additional-filters select {
          margin-top: 5px;
          overflow-x: hidden; }
        @media (min-width: 992px) {
          .library-app-content .top-header.desktop .top-row .additional-filters {
            flex-direction: row;
            display: inline-flex;
            align-items: center; }
            .library-app-content .top-header.desktop .top-row .additional-filters select {
              max-width: 200px;
              margin: 0 5px; } }
      .library-app-content .top-header.desktop .top-row .my-resources-link {
        display: none; }
        @media (min-width: 992px) {
          .library-app-content .top-header.desktop .top-row .my-resources-link {
            display: inline-block;
            margin-left: auto; } }
    .library-app-content .top-header.desktop .bottom-row {
      padding: 10px 0;
      align-items: center;
      justify-content: space-between;
      margin-top: 5px; }
      .library-app-content .top-header.desktop .bottom-row.desktop {
        display: none; }
        @media (min-width: 992px) {
          .library-app-content .top-header.desktop .bottom-row.desktop {
            display: flex;
            margin-top: 10px; } }
        .library-app-content .top-header.desktop .bottom-row.desktop .search-bar-status {
          margin-left: 0; }
        .library-app-content .top-header.desktop .bottom-row.desktop .library-collapse-series-widget {
          display: none; }
          @media (min-width: 992px) {
            .library-app-content .top-header.desktop .bottom-row.desktop .library-collapse-series-widget {
              display: inline-flex; } }
  .library-app-content .top-header.mobile {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    .library-app-content .top-header.mobile h4 {
      font-size: 16px;
      margin-bottom: 0; }
      @media (min-width: 373px) {
        .library-app-content .top-header.mobile h4 {
          font-size: 18px; } }
    @media (min-width: 992px) {
      .library-app-content .top-header.mobile {
        display: none; } }
    .library-app-content .top-header.mobile .small-search-widget {
      margin-left: auto;
      padding: 0 10px;
      max-width: 330px;
      width: calc(100% - 135px); }
      .library-app-content .top-header.mobile .small-search-widget .search-input {
        border-color: #dee2e6;
        padding: 5px 30px 5px 10px; }
        @media (min-width: 373px) {
          .library-app-content .top-header.mobile .small-search-widget .search-input {
            padding: 5px 35px 5px 15px; } }
        .library-app-content .top-header.mobile .small-search-widget .search-input::-moz-placeholder {
          font-style: initial; }
        .library-app-content .top-header.mobile .small-search-widget .search-input:-ms-input-placeholder {
          font-style: initial; }
        .library-app-content .top-header.mobile .small-search-widget .search-input::placeholder {
          font-style: initial; }
      .library-app-content .top-header.mobile .small-search-widget .search-icon {
        top: 6px;
        right: 4px; }
      @media (min-width: 373px) {
        .library-app-content .top-header.mobile .small-search-widget {
          width: calc(100% - 170px); } }
    .library-app-content .top-header.mobile .mobile-show-filters {
      margin-left: 0px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 5px 0;
      width: 40px; }
      @media (min-width: 992px) {
        .library-app-content .top-header.mobile .mobile-show-filters {
          display: none; } }
  .library-app-content .filter-tags {
    margin-top: 10px; }
  .library-app-content .dummy-batch-edit-div {
    height: 72px;
    width: 100%; }
  .library-app-content .mobile-status-wrapper {
    display: block;
    margin: 10px 0; }
    .library-app-content .mobile-status-wrapper .search-bar-status {
      text-align: center;
      height: 20px;
      margin-left: 0; }
      .library-app-content .mobile-status-wrapper .search-bar-status .meta-results {
        margin: 0 auto; }
    @media (min-width: 992px) {
      .library-app-content .mobile-status-wrapper {
        display: none; } }
  .library-app-content .search-bar-status {
    height: 20px;
    display: flex;
    align-items: center;
    margin-left: 10px; }
    .library-app-content .search-bar-status.desktop {
      display: none; }
      @media (min-width: 992px) {
        .library-app-content .search-bar-status.desktop {
          display: flex; } }
    .library-app-content .search-bar-status .meta-results {
      font-size: 12px;
      color: #adb5bd;
      display: flex;
      align-items: center; }
      @media (min-width: 373px) {
        .library-app-content .search-bar-status .meta-results {
          font-size: 14px; } }
      .library-app-content .search-bar-status .meta-results.error {
        color: #f86464; }
      .library-app-content .search-bar-status .meta-results .spinner-border {
        height: 12px;
        width: 12px;
        margin-left: 5px; }
  .library-app-content .no-results {
    -webkit-animation: fadeIn 0.3s;
            animation: fadeIn 0.3s;
    text-align: center;
    padding: 20px;
    display: block;
    width: 100%; }
  .library-app-content .book-table-wrapper {
    width: 100%;
    overflow-x: scroll;
    display: none; }
    @media (min-width: 992px) {
      .library-app-content .book-table-wrapper {
        display: block; } }
  .library-app-content .book-table {
    min-width: 650px; }
    .library-app-content .book-table .user-books-results.loading {
      opacity: 0.5; }
  .library-app-content .book-col {
    margin: 0 10px; }
    @media (min-width: 992px) {
      .library-app-content .book-col {
        margin: 0 5px; } }
    @media (min-width: 1200px) {
      .library-app-content .book-col {
        margin: 0 10px; } }
  .library-app-content .user-book-settings {
    width: 10px; }
    .library-app-content .user-book-settings a {
      font-size: 18px;
      color: #adb5bd; }
      .library-app-content .user-book-settings a:hover {
        color: #919ca6; }
  .library-app-content .book-review-component {
    display: flex; }
    .library-app-content .book-review-component .stars .material-icons {
      font-size: 16px; }
      @media (min-width: 992px) {
        .library-app-content .book-review-component .stars .material-icons {
          font-size: 14px; } }
      @media (min-width: 1200px) {
        .library-app-content .book-review-component .stars .material-icons {
          font-size: 16px; } }
    .library-app-content .book-review-component .edit-review {
      font-size: 14px; }
  .library-app-content .list-item, .library-app-content .mobile-list-item {
    padding: 10px 20px;
    color: #343a40; }
    .library-app-content .list-item:first-child, .library-app-content .mobile-list-item:first-child {
      margin-top: 0; }
    .library-app-content .list-item:last-child, .library-app-content .mobile-list-item:last-child {
      margin-bottom: 0; }
    .library-app-content .list-item .mobile-volumes, .library-app-content .mobile-list-item .mobile-volumes {
      margin: 2px 0; }
    .library-app-content .list-item .ratings-display, .library-app-content .list-item .no-rating-text, .library-app-content .mobile-list-item .ratings-display, .library-app-content .mobile-list-item .no-rating-text {
      width: 120px;
      margin-top: 5px; }
  .library-app-content .list-series-item.open .main-item, .library-app-content .list-series-item.open > .mobile-list-item {
    background: #1586c7;
    color: white; }
    .library-app-content .list-series-item.open .main-item .series-tag, .library-app-content .list-series-item.open > .mobile-list-item .series-tag {
      color: white; }
    .library-app-content .list-series-item.open .main-item .title, .library-app-content .list-series-item.open .main-item .mobile-title, .library-app-content .list-series-item.open > .mobile-list-item .title, .library-app-content .list-series-item.open > .mobile-list-item .mobile-title {
      color: white; }
  .library-app-content .list-series-item .col-title a, .library-app-content .list-series-item .mobile-title, .library-app-content .list-item .col-title a, .library-app-content .list-item .mobile-title, .library-app-content .mobile-list-item .col-title a, .library-app-content .mobile-list-item .mobile-title {
    color: #495057; }
    .library-app-content .list-series-item .col-title a:hover, .library-app-content .list-series-item .mobile-title:hover, .library-app-content .list-item .col-title a:hover, .library-app-content .list-item .mobile-title:hover, .library-app-content .mobile-list-item .col-title a:hover, .library-app-content .mobile-list-item .mobile-title:hover {
      color: #343a40;
      text-decoration: none; }
  .library-app-content .list-result-component {
    -webkit-animation: fadeIn 0.3s;
            animation: fadeIn 0.3s;
    margin: 20px 0;
    border: none; }
    .library-app-content .list-result-component:first-child {
      margin-top: 0; }
    .library-app-content .list-result-component:last-child {
      margin-bottom: 0; }
    .library-app-content .list-result-component .list-result-header {
      margin-bottom: 10px;
      font-weight: 600;
      font-size: 16px;
      color: #6c757d;
      border-radius: 7px;
      padding: 2px 5px;
      display: inline-block; }
      @media (min-width: 992px) {
        .library-app-content .list-result-component .list-result-header {
          font-size: 20px; } }
    .library-app-content .list-result-component .list-result-block {
      border-radius: 7px;
      background: white;
      padding-top: 15px;
      border: solid 1px #e9ecef;
      box-shadow: 0 0 0.125rem 0 rgba(143, 115, 96, 0.12), 0 0.125rem 0.25rem 0 rgba(143, 115, 96, 0.12); }
    .library-app-content .list-result-component .list-result-col-headers {
      display: flex;
      align-items: center;
      height: 25px;
      font-weight: 600;
      font-size: 16px;
      margin-bottom: 5px;
      padding: 0 20px; }
    .library-app-content .list-result-component .list-item, .library-app-content .list-result-component .list-series-item .main-item {
      display: flex;
      padding: 10px 20px;
      align-items: center;
      height: 70px; }
      .library-app-content .list-result-component .list-item.batch-edit-mode, .library-app-content .list-result-component .list-series-item .main-item.batch-edit-mode {
        padding-left: 7px; }
        .library-app-content .list-result-component .list-item.batch-edit-mode .col.col-image, .library-app-content .list-result-component .list-series-item .main-item.batch-edit-mode .col.col-image {
          padding-left: 7px; }
      .library-app-content .list-result-component .list-item.selected-in-batch, .library-app-content .list-result-component .list-series-item .main-item.selected-in-batch {
        background: #def1de;
        border-color: #449d44;
        color: #306030; }
      .library-app-content .list-result-component .list-item .col-title, .library-app-content .list-result-component .list-series-item .main-item .col-title {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        font-size: 16px;
        height: 100%; }
        .library-app-content .list-result-component .list-item .col-title .author, .library-app-content .list-result-component .list-series-item .main-item .col-title .author {
          margin: 0px 0 5px 0;
          color: #6c757d; }
        .library-app-content .list-result-component .list-item .col-title .title, .library-app-content .list-result-component .list-series-item .main-item .col-title .title {
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden;
          max-width: 100%; }
      .library-app-content .list-result-component .list-item .col-dates, .library-app-content .list-result-component .list-item .dates, .library-app-content .list-result-component .list-series-item .main-item .col-dates, .library-app-content .list-result-component .list-series-item .main-item .dates {
        display: flex;
        flex-direction: column; }
        .library-app-content .list-result-component .list-item .col-dates .book-date, .library-app-content .list-result-component .list-item .dates .book-date, .library-app-content .list-result-component .list-series-item .main-item .col-dates .book-date, .library-app-content .list-result-component .list-series-item .main-item .dates .book-date {
          font-size: 14px; }
        .library-app-content .list-result-component .list-item .col-dates .edit-dates-link, .library-app-content .list-result-component .list-item .dates .edit-dates-link, .library-app-content .list-result-component .list-series-item .main-item .col-dates .edit-dates-link, .library-app-content .list-result-component .list-series-item .main-item .dates .edit-dates-link {
          font-size: 14px;
          color: #007bff; }
          .library-app-content .list-result-component .list-item .col-dates .edit-dates-link:hover, .library-app-content .list-result-component .list-item .dates .edit-dates-link:hover, .library-app-content .list-result-component .list-series-item .main-item .col-dates .edit-dates-link:hover, .library-app-content .list-result-component .list-series-item .main-item .dates .edit-dates-link:hover {
            color: #0062cc; }
      .library-app-content .list-result-component .list-item .col-volumes, .library-app-content .list-result-component .list-series-item .main-item .col-volumes {
        font-size: 14px; }
      .library-app-content .list-result-component .list-item .book-review-component, .library-app-content .list-result-component .list-series-item .main-item .book-review-component {
        margin-top: 0; }
      .library-app-content .list-result-component .list-item .edit-dates-wrapper, .library-app-content .list-result-component .list-series-item .main-item .edit-dates-wrapper {
        line-height: 1em;
        font-size: 14px; }
    .library-app-content .list-result-component .not-applicable {
      font-size: 14px;
      font-style: italic;
      letter-spacing: 0.5px; }
    .library-app-content .list-result-component .list-series-item .main-item:hover {
      cursor: pointer; }
    .library-app-content .list-result-component .list-series-item .series-tag {
      border: solid 2px currentColor;
      border-radius: 5px;
      color: #adb5bd;
      display: inline-flex;
      padding: 2px 0 2px 5px;
      font-size: 12px;
      align-items: center;
      margin-right: 5px; }
      .library-app-content .list-result-component .list-series-item .series-tag .material-icons {
        font-size: inherit; }
      .library-app-content .list-result-component .list-series-item .series-tag:hover {
        cursor: pointer; }
    .library-app-content .list-result-component .sub-items {
      background: #dff1fc; }
      .library-app-content .list-result-component .sub-items .book-review-component .rating .stars .material-icons {
        color: #ced4da; }
        .library-app-content .list-result-component .sub-items .book-review-component .rating .stars .material-icons.active {
          color: #ffc107; }
    .library-app-content .list-result-component .col {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      height: 100%; }
      .library-app-content .list-result-component .col:first-child {
        padding-left: 0; }
      .library-app-content .list-result-component .col.col-image {
        max-width: 54px; }
      .library-app-content .list-result-component .col.col-title {
        max-width: calc(100% - 427px); }
      .library-app-content .list-result-component .col.col-dates, .library-app-content .list-result-component .col.col-review {
        max-width: 133px;
        width: 132px;
        flex-shrink: 1; }
      .library-app-content .list-result-component .col.col-level {
        max-width: 107px;
        width: 107px;
        flex-shrink: 1; }
      .library-app-content .list-result-component .col.col-volumes {
        max-width: 105px;
        width: 105px;
        flex-shrink: 1; }
      .library-app-content .list-result-component .col.col-dates >, .library-app-content .list-result-component .col.col-review >, .library-app-content .list-result-component .col .col-level > {
        flex: 1 0 auto; }
      .library-app-content .list-result-component .col.col-review .user-book-review-component {
        width: 100%; }
      .library-app-content .list-result-component .col.col-review .book-review-component .edit-review {
        margin-top: 4px;
        margin-right: 5px; }
  .library-app-content .collapse-series .col.col-title {
    max-width: calc(100% - 530px); }
  .library-app-content.personal-library .col.col-title {
    max-width: calc(100% - 455px); }
  .library-app-content.personal-library .collapse-series .col.col-title {
    max-width: calc(100% - 560px); }
  .library-app-content .mobile-left-hand-side {
    width: 50px;
    position: relative;
    margin-top: 4px; }
  .library-app-content .image img, .library-app-content .mobile-image img {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
       object-fit: cover;
    border: solid 1px #e9ecef;
    border-radius: 4px; }
  .library-app-content .mobile-book-edit {
    position: absolute;
    top: -6px;
    left: -6px;
    font-size: 18px;
    color: #adb5bd;
    background: white;
    border-radius: 50%;
    font-weight: 300; }
    .library-app-content .mobile-book-edit .material-icons {
      font-size: inherit; }
  .library-app-content .level {
    color: white;
    font-size: 12px;
    border-radius: 5px;
    padding: 2px 4px;
    font-weight: 500;
    display: inline-block;
    margin-right: 5px; }
  .library-app-content .status-tag {
    border-radius: 7px;
    display: inline;
    padding: 2px 4px;
    border: solid 1px #dee2e6;
    border-color: currentColor;
    color: #6c757d;
    margin-left: 5px;
    font-size: 12px;
    white-space: nowrap; }
    @media (min-width: 992px) {
      .library-app-content .status-tag {
        margin-left: 0; } }
    .library-app-content .status-tag.in_progress {
      color: #fd7e14; }
    .library-app-content .status-tag.wish_list {
      color: #5cb85c; }
    .library-app-content .status-tag.owned {
      color: #6f42c1; }
    .library-app-content .status-tag.finished {
      color: #8B4513; }
  .library-app-content .book-mobile-results {
    display: block; }
    @media (min-width: 992px) {
      .library-app-content .book-mobile-results {
        display: none; } }
    .library-app-content .book-mobile-results .mobile-list-item {
      display: flex;
      width: 100%;
      height: auto; }
      .library-app-content .book-mobile-results .mobile-list-item .mobile-main-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: calc(100% - 60px);
        padding: 0 0 0 10px; }
      .library-app-content .book-mobile-results .mobile-list-item .mobile-title {
        display: inline-block; }

.edit-dates-modal-wrapper .modal-dialog {
  max-width: 425px; }

.edit-dates-modal-wrapper .batch-section-header {
  display: flex;
  align-items: center;
  cursor: pointer; }

.edit-dates-modal-wrapper .batch-summary {
  width: 100%;
  overflow: scroll; }

.edit-dates-modal-wrapper .errors .batch-section-header {
  color: #f86464;
  font-size: 14px; }
  .edit-dates-modal-wrapper .errors .batch-section-header .clear-errors {
    color: #6c757d;
    margin-left: 5px;
    text-decoration: underline; }

.edit-dates-modal-wrapper .errors .item-status {
  white-space: nowrap;
  color: #adb5bd; }

.edit-dates-modal-wrapper .batch-item-row {
  display: flex;
  font-size: 14px; }
  .edit-dates-modal-wrapper .batch-item-row .item-title {
    white-space: nowrap; }
  .edit-dates-modal-wrapper .batch-item-row .item-status, .edit-dates-modal-wrapper .batch-item-row .item-date-finished, .edit-dates-modal-wrapper .batch-item-row .item-date-started {
    margin-right: 5px; }

.edit-dates-modal-wrapper a.add-date-started {
  display: block;
  font-size: 14px;
  margin-bottom: 0;
  color: #6c757d; }

.edit-dates-modal-wrapper .dates-section {
  margin: 10px 0; }
  .edit-dates-modal-wrapper .dates-section:first-child {
    margin-top: 0; }
  .edit-dates-modal-wrapper .dates-section .dates-section-header {
    display: flex;
    align-items: center; }
    .edit-dates-modal-wrapper .dates-section .dates-section-header h5, .edit-dates-modal-wrapper .dates-section .dates-section-header a {
      font-size: 14px;
      margin-bottom: 0; }
    .edit-dates-modal-wrapper .dates-section .dates-section-header a {
      color: #007bff;
      margin-left: 10px; }
      .edit-dates-modal-wrapper .dates-section .dates-section-header a:hover {
        color: #0062cc; }

.edit-dates-modal-wrapper .date-fieldset {
  display: flex;
  align-items: center;
  margin: 5px 0; }
  .edit-dates-modal-wrapper .date-fieldset select {
    margin-right: 5px;
    font-size: 16px; }

.edit-dates-modal-wrapper a.back-link {
  color: #007bff;
  text-decoration: underline; }
  .edit-dates-modal-wrapper a.back-link:hover {
    color: #0062cc; }

.library-collapse-series-widget {
  display: inline-flex;
  align-items: center;
  font-size: 14px; }
  .library-collapse-series-widget .checks {
    margin-left: 10px;
    margin-bottom: 0; }
    .library-collapse-series-widget .checks label {
      font-size: 14px; }

.left-sidebar .library-search-form {
  display: none; }
  @media (min-width: 992px) {
    .left-sidebar .library-search-form {
      display: block;
      width: 250px; } }

.mobile-filter-modal-wrapper .library-search-form {
  display: block;
  width: 100%;
  padding: 10px;
  background: white; }

.mobile-filter-modal-wrapper .modal-dialog {
  margin: 0;
  margin-left: auto; }
  .mobile-filter-modal-wrapper .modal-dialog .modal-content {
    min-height: 100vh; }

.remove-from-booklist-popover .actions {
  display: flex;
  justify-content: flex-end; }

.remove-from-booklist-popover .btn {
  margin-top: 2px;
  width: 100%;
  font-size: 12px; }

.library-search-form.mobile-filters-open .search-form select, .library-search-form.mobile-filters-open .search-form input[type="text"], .library-search-form.mobile-filters-open .search-form select.sort-select, .library-search-form.mobile-filters-open .search-form .book-list {
  max-width: none;
  width: 100%; }

.library-search-form.mobile-filters-open .search-form .custom-lists-indicator .line {
  width: calc(50% - 30px); }

.library-search-form .mobile-search-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: solid 1px #dee2e6;
  margin-bottom: 15px; }
  .library-search-form .mobile-search-header h5 {
    color: #495057;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
    letter-spacing: 1px; }
  .library-search-form .mobile-search-header .blank-div {
    width: 85px; }

.library-search-form .filter-section {
  margin: 20px 0; }
  .library-search-form .filter-section:first-child {
    margin-top: 0; }
  .library-search-form .filter-section .filter-section-header {
    font-size: 16px; }
  .library-search-form .filter-section .sort-select {
    font-size: 16px;
    border-radius: 7px;
    width: 150px; }
  .library-search-form .filter-section.text-search {
    display: none; }
    @media (min-width: 992px) {
      .library-search-form .filter-section.text-search {
        display: block; } }
    .library-search-form .filter-section.text-search input {
      font-size: 16px;
      max-width: 150px;
      padding: 5px 10px;
      line-height: 1.5em;
      height: auto; }

.library-search-form .book-lists {
  list-style-type: none; }
  .library-search-form .book-lists .book-list {
    display: flex;
    justify-content: space-between;
    max-width: 150px;
    margin: 2px 0;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px; }
    .library-search-form .book-lists .book-list.active {
      background: #e9ecef; }
    .library-search-form .book-lists .book-list:hover {
      cursor: pointer; }
    .library-search-form .book-lists .book-list .material-icons {
      font-size: inherit; }
  .library-search-form .book-lists .custom-lists-indicator {
    display: flex;
    align-items: center; }
    .library-search-form .book-lists .custom-lists-indicator .text {
      border: solid 1px #e9ecef;
      padding: 0 7px;
      font-size: 12px;
      color: #6c757d; }
    .library-search-form .book-lists .custom-lists-indicator .line {
      height: 1px;
      width: calc(75px - 30px);
      border: solid 1px #e9ecef; }

.library-search-form .add-link {
  font-size: 14px;
  margin-left: 10px; }
  .library-search-form .add-link:hover {
    cursor: pointer; }

.library-search-form .book-lists-header {
  display: flex;
  justify-content: space-between;
  margin-right: auto;
  align-items: center;
  width: 150px; }

.library-search-form .list-modification-triggers {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 150px; }

.library-search-form .edit-widget, .library-search-form .edit-widget .material-icons {
  font-size: 14px;
  cursor: pointer; }

.library-search-form .book-types .form-check {
  display: flex;
  margin-top: 5px; }

.library-search-form .book-types input, .library-search-form .book-types label {
  font-size: 16px; }

.filtered-content-wrapper {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .filtered-content-wrapper {
      flex-direction: row; } }
  .filtered-content-wrapper.loading {
    opacity: 0.85; }
  .filtered-content-wrapper .filtered-content {
    width: 100%; }
    @media (min-width: 768px) {
      .filtered-content-wrapper .filtered-content {
        width: calc(100% - 150px); } }
  .filtered-content-wrapper .filters-wrapper {
    width: 100%;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 5px; }
    @media (min-width: 768px) {
      .filtered-content-wrapper .filters-wrapper {
        width: 150px; } }
  .filtered-content-wrapper .filters-header h6 {
    font-size: 14px;
    display: flex;
    align-items: center; }
    .filtered-content-wrapper .filters-header h6 .gs-spinner {
      margin-left: 5px;
      width: 0.85em;
      height: 0.85em; }
  .filtered-content-wrapper .results-error {
    max-width: 300px;
    margin: 0 auto;
    color: #f86464;
    text-align: center; }
  .filtered-content-wrapper .filters {
    width: 100%; }
    .filtered-content-wrapper .filters .filter {
      display: flex;
      justify-content: space-between;
      margin: 2px 0;
      padding: 5px 10px;
      border-radius: 5px;
      font-size: 14px; }
      .filtered-content-wrapper .filters .filter.active {
        background: #e9ecef; }
      .filtered-content-wrapper .filters .filter:hover {
        cursor: pointer; }
      .filtered-content-wrapper .filters .filter .material-icons {
        font-size: inherit; }

.grading-result-wrapper {
  border-bottom: solid 1px #ced4da;
  padding: 15px 5px; }
  .grading-result-wrapper:last-child {
    border-bottom: none; }
  .grading-result-wrapper .grading-result-header {
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between; }
    .grading-result-wrapper .grading-result-header .left-hand-side {
      display: flex;
      align-items: flex-start; }
      .grading-result-wrapper .grading-result-header .left-hand-side .edit {
        color: #6c757d; }
    .grading-result-wrapper .grading-result-header .material-icons {
      font-size: 16px;
      margin-left: 10px; }
    .grading-result-wrapper .grading-result-header .delete {
      color: #f86464; }
  .grading-result-wrapper .timestamp, .grading-result-wrapper .graded {
    font-size: 14px;
    color: #6c757d; }
  .grading-result-wrapper .graded a {
    color: inherit; }
    .grading-result-wrapper .graded a.you-username {
      color: #26a2e9;
      font-weight: 600; }
  .grading-result-wrapper .book-title {
    font-weight: 400;
    color: #adb5bd;
    margin: 0 15px; }
    .grading-result-wrapper .book-title:first-child {
      margin-left: 0;
      padding-left: 0; }
  .grading-result-wrapper .book-title.harder, .grading-result-wrapper .grading-description.harder {
    color: #fa9595; }
  .grading-result-wrapper .book-title.same, .grading-result-wrapper .grading-description.same {
    color: #1586c7; }
  .grading-result-wrapper .book-title.easier, .grading-result-wrapper .grading-description.easier {
    color: #80c780; }

.basic-grading-list-wrapper .other-volumes-warning {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin: 5px; }
  .basic-grading-list-wrapper .other-volumes-warning h5 {
    font-weight: 500;
    margin: 0;
    text-transform: none;
    font-size: inherit; }
  .basic-grading-list-wrapper .other-volumes-warning .material-icons {
    margin: 0;
    font-size: 12px;
    margin-left: 5px;
    margin-top: 1px; }
    .basic-grading-list-wrapper .other-volumes-warning .material-icons:hover {
      cursor: pointer; }

.autocomplete-widget {
  position: relative; }
  .autocomplete-widget form {
    position: relative; }
  .autocomplete-widget .search-input {
    width: 100%; }
  .autocomplete-widget .search-input {
    border-radius: 25px;
    background: #f8f9fa;
    padding: 5px 35px 5px 15px;
    -webkit-appearance: none; }
    .autocomplete-widget .search-input:focus {
      outline: none; }
  .autocomplete-widget .see-all-results.selected, .autocomplete-widget .result.selected {
    background: #dee2e6; }
  .autocomplete-widget .see-all-results {
    display: block;
    text-align: center; }
  .autocomplete-widget .result {
    display: flex;
    width: 100%;
    align-items: flex-start;
    padding: 5px 10px; }
    .autocomplete-widget .result:hover, .autocomplete-widget .result.selected {
      text-decoration: none;
      background: #e9ecef; }
    .autocomplete-widget .result .result-img-section {
      display: inline-flex;
      flex-direction: column;
      width: 50px; }
      .autocomplete-widget .result .result-img-section img {
        width: 50px;
        height: 50px;
        -o-object-fit: cover;
           object-fit: cover; }
      .autocomplete-widget .result .result-img-section .widget {
        width: 100%;
        text-align: center;
        font-size: 12px;
        color: #adb5bd; }
    .autocomplete-widget .result .result-meta-content {
      width: calc(100% - 60px);
      margin-left: 10px; }
      .autocomplete-widget .result .result-meta-content .result-title {
        color: #212529; }
      .autocomplete-widget .result .result-meta-content .result-author {
        color: #6c757d; }
      .autocomplete-widget .result .result-meta-content .result-title, .autocomplete-widget .result .result-meta-content .result-author {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left; }
  .autocomplete-widget .auto-complete-results {
    width: 100%;
    position: absolute;
    top: 100%;
    padding: 5px 0px;
    background: #f8f9fa;
    border: #dee2e6;
    z-index: 2; }
  .autocomplete-widget .search-icon {
    position: absolute;
    display: block;
    z-index: 2;
    top: 8px;
    right: 6px;
    cursor: pointer;
    border: none;
    padding: 0;
    color: #212529;
    background: transparent; }

.activity-block, .activity-feed {
  min-height: 600px; }
  .activity-block.initial-load, .activity-feed.initial-load {
    min-height: 900px; }
  .activity-block .block-header, .activity-block .activity-feed-header, .activity-feed .block-header, .activity-feed .activity-feed-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    .activity-block .block-header h4, .activity-block .activity-feed-header h4, .activity-feed .block-header h4, .activity-feed .activity-feed-header h4 {
      font-size: 16px;
      display: inline-flex;
      align-items: center;
      margin: 5px 10px; }
    .activity-block .block-header .gs-spinner, .activity-block .activity-feed-header .gs-spinner, .activity-feed .block-header .gs-spinner, .activity-feed .activity-feed-header .gs-spinner {
      margin-right: auto;
      color: #ced4da;
      width: 16px;
      height: 16px;
      border-width: 2px;
      visibility: hidden; }
      .activity-block .block-header .gs-spinner.displayed, .activity-block .activity-feed-header .gs-spinner.displayed, .activity-feed .block-header .gs-spinner.displayed, .activity-feed .activity-feed-header .gs-spinner.displayed {
        visibility: visible; }
  .activity-block .filters, .activity-feed .filters {
    display: flex; }
    .activity-block .filters .btn, .activity-feed .filters .btn {
      font-size: 14px; }
    .activity-block .filters .active, .activity-feed .filters .active {
      background: #e9ecef;
      color: #007bff; }
    .activity-block .filters .dropdown-toggle, .activity-feed .filters .dropdown-toggle {
      font-size: 18px;
      line-height: 21px; }
      .activity-block .filters .dropdown-toggle::after, .activity-feed .filters .dropdown-toggle::after {
        display: none; }
  .activity-block .no-activities .no-activities-text, .activity-feed .no-activities .no-activities-text {
    -webkit-animation: fadeIn 0.3s;
            animation: fadeIn 0.3s;
    margin: 20px auto 20px auto;
    width: calc(100% - 60px);
    height: 500px;
    color: #6c757d;
    background: #f8f9fa;
    font-weight: 400;
    text-align: center;
    padding: 40px;
    border-radius: 7px; }
    .activity-block .no-activities .no-activities-text.error, .activity-feed .no-activities .no-activities-text.error {
      background: #fff6f6;
      color: #f86464; }
  .activity-block .activity, .activity-feed .activity {
    display: flex;
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    box-shadow: 0 0 0.125rem 0 rgba(143, 115, 96, 0.12), 0 0.125rem 0.25rem 0 rgba(143, 115, 96, 0.12);
    -webkit-animation: fadeIn 0.3s;
            animation: fadeIn 0.3s; }
    .activity-block .activity img, .activity-feed .activity img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 45px;
      height: 60px; }
      @media (min-width: 373px) {
        .activity-block .activity img, .activity-feed .activity img {
          width: 60px;
          height: 80px; } }
    .activity-block .activity .activity-content, .activity-feed .activity .activity-content {
      width: calc(100% - 45px);
      padding-left: 10px; }
      @media (min-width: 373px) {
        .activity-block .activity .activity-content, .activity-feed .activity .activity-content {
          width: calc(100% - 60px); } }
      .activity-block .activity .activity-content .user-block, .activity-feed .activity .activity-content .user-block {
        line-height: 1;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 5px; }
        .activity-block .activity .activity-content .user-block .username, .activity-feed .activity .activity-content .user-block .username {
          max-width: calc(100% - 95px);
          word-break: break-word;
          font-size: 14px; }
          @media (min-width: 576px) {
            .activity-block .activity .activity-content .user-block .username, .activity-feed .activity .activity-content .user-block .username {
              font-size: 16px; } }
        .activity-block .activity .activity-content .user-block .right-side, .activity-feed .activity .activity-content .user-block .right-side {
          display: inline-flex;
          align-items: center; }
          .activity-block .activity .activity-content .user-block .right-side .delete, .activity-feed .activity .activity-content .user-block .right-side .delete {
            color: #6c757d;
            font-size: 0.9em;
            line-height: 1em;
            margin-right: 5px; }
        .activity-block .activity .activity-content .user-block .occurred-at-display, .activity-feed .activity .activity-content .user-block .occurred-at-display {
          color: #6c757d;
          font-size: 14px; }
      .activity-block .activity .activity-content .all-my-url, .activity-feed .activity .activity-content .all-my-url {
        font-size: 14px;
        font-style: italic;
        margin-top: 10px;
        color: #adb5bd; }
        .activity-block .activity .activity-content .all-my-url a, .activity-feed .activity .activity-content .all-my-url a {
          color: #adb5bd; }
  .activity-block .activities-wrapper, .activity-feed .activities-wrapper {
    opacity: 1;
    margin: 10px 0; }
    .activity-block .activities-wrapper.loading, .activity-feed .activities-wrapper.loading {
      opacity: 0.5; }
  .activity-block .load-more, .activity-feed .load-more {
    display: block;
    margin: 15px auto 5px auto;
    width: 50%; }

.react-calendar {
  width: 350px;
  max-width: 100%;
  background: white;
  border: 1px solid #a0a096;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.125em; }

.react-calendar--doubleView {
  width: 700px; }

.react-calendar--doubleView .react-calendar__viewContainer {
  display: flex;
  margin: -0.5em; }

.react-calendar--doubleView .react-calendar__viewContainer > * {
  width: 50%;
  margin: 0.5em; }

.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  box-sizing: border-box; }

.react-calendar button {
  margin: 0;
  border: 0;
  outline: none; }

.react-calendar button:enabled:hover {
  cursor: pointer; }

.react-calendar__navigation {
  display: flex;
  height: 44px;
  margin-bottom: 1em; }

.react-calendar__navigation button {
  min-width: 44px;
  background: none; }

.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: #e6e6e6; }

.react-calendar__navigation button[disabled] {
  background-color: #f0f0f0; }

.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em; }

.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em; }

.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
  font-weight: bold;
  padding: calc(0.75em / 0.75) calc(0.5em / 0.75); }

.react-calendar__month-view__days__day--weekend {
  color: #d10000; }

.react-calendar__month-view__days__day--neighboringMonth {
  color: #757575; }

.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em; }

.react-calendar__tile {
  max-width: 100%;
  text-align: center;
  padding: 0.75em 0.5em;
  background: none; }

.react-calendar__tile:disabled {
  background-color: #f0f0f0; }

.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #e6e6e6; }

.react-calendar__tile--now {
  background: #ffff76; }

.react-calendar__tile--now:enabled:hover,
.react-calendar__tile--now:enabled:focus {
  background: #ffffa9; }

.react-calendar__tile--hasActive {
  background: #76baff; }

.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
  background: #a9d4ff; }

.react-calendar__tile--active {
  background: #006edc;
  color: white; }

.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
  background: #1087ff; }

.react-calendar--selectRange .react-calendar__tile--hover {
  background-color: #e6e6e6; }

.profile-is-private {
  text-align: center;
  color: #495057;
  font-size: 12px;
  border: solid 3px #e9ecef;
  padding: 3px;
  margin-bottom: 15px; }

.public-profile-app-wrapper {
  width: 100%;
  min-height: 100vh; }
  .public-profile-app-wrapper.basic-content-wrapper {
    padding: 0;
    padding-top: 6px;
    padding-bottom: 6px; }
    @media (min-width: 576px) {
      .public-profile-app-wrapper.basic-content-wrapper {
        padding: initial;
        padding-top: 20px;
        padding-bottom: 20px; } }
  .public-profile-app-wrapper .profile-nav {
    box-shadow: 0 0 0.125rem 0 rgba(143, 115, 96, 0.12), 0 0.125rem 0.25rem 0 rgba(143, 115, 96, 0.12);
    border-radius: 7px;
    background: white;
    max-width: 1200px;
    margin: 0;
    flex-wrap: nowrap;
    overflow-x: scroll; }
    @media (min-width: 576px) {
      .public-profile-app-wrapper .profile-nav {
        margin: 0 auto 10px auto; } }
    .public-profile-app-wrapper .profile-nav .nav-item:first-child .nav-link {
      border-bottom-left-radius: 3px; }
    .public-profile-app-wrapper .profile-nav .nav-link {
      text-transform: uppercase;
      border-bottom: solid 2px white;
      letter-spacing: 1px;
      font-size: 14px; }
      .public-profile-app-wrapper .profile-nav .nav-link.active {
        color: #0062cc;
        border-bottom: solid 2px currentColor; }
  .public-profile-app-wrapper .public-profile-app-content {
    box-shadow: 0 0 0.125rem 0 rgba(143, 115, 96, 0.12), 0 0.125rem 0.25rem 0 rgba(143, 115, 96, 0.12);
    border-radius: 7px;
    background: white;
    max-width: 1200px;
    width: calc(100% - 10px);
    min-height: calc(100vh - 120px);
    margin: 0 auto;
    padding: 10px;
    padding-top: 20px; }
    @media (min-width: 576px) {
      .public-profile-app-wrapper .public-profile-app-content {
        min-height: calc(100vh - 300px); } }
    @media (min-width: 576px) {
      .public-profile-app-wrapper .public-profile-app-content {
        padding: 25px;
        padding-top: 25px; } }
  .public-profile-app-wrapper .profile-content {
    -webkit-animation: fadeIn 0.3s;
            animation: fadeIn 0.3s; }
  .public-profile-app-wrapper .overview .meta-header, .public-profile-app-wrapper .hidden .meta-header {
    display: flex;
    padding-bottom: 10px;
    align-items: center;
    justify-content: center; }
    .public-profile-app-wrapper .overview .meta-header .dummy-div, .public-profile-app-wrapper .hidden .meta-header .dummy-div {
      display: none; }
    .public-profile-app-wrapper .overview .meta-header .username, .public-profile-app-wrapper .hidden .meta-header .username {
      padding: 0 10px; }
    @media (min-width: 373px) {
      .public-profile-app-wrapper .overview .meta-header, .public-profile-app-wrapper .hidden .meta-header {
        justify-content: space-between; }
        .public-profile-app-wrapper .overview .meta-header .dummy-div, .public-profile-app-wrapper .overview .meta-header .following-wrapper, .public-profile-app-wrapper .hidden .meta-header .dummy-div, .public-profile-app-wrapper .hidden .meta-header .following-wrapper {
          width: 108px; }
        .public-profile-app-wrapper .overview .meta-header .dummy-div, .public-profile-app-wrapper .hidden .meta-header .dummy-div {
          display: inline-block; }
        .public-profile-app-wrapper .overview .meta-header.long, .public-profile-app-wrapper .overview .meta-header.extra-long, .public-profile-app-wrapper .hidden .meta-header.long, .public-profile-app-wrapper .hidden .meta-header.extra-long {
          justify-content: center; }
          .public-profile-app-wrapper .overview .meta-header.long .dummy-div, .public-profile-app-wrapper .overview .meta-header.extra-long .dummy-div, .public-profile-app-wrapper .hidden .meta-header.long .dummy-div, .public-profile-app-wrapper .hidden .meta-header.extra-long .dummy-div {
            display: none; }
          .public-profile-app-wrapper .overview .meta-header.long .username, .public-profile-app-wrapper .overview .meta-header.extra-long .username, .public-profile-app-wrapper .hidden .meta-header.long .username, .public-profile-app-wrapper .hidden .meta-header.extra-long .username {
            max-width: calc(100% - 87px); }
        .public-profile-app-wrapper .overview .meta-header.extra-long, .public-profile-app-wrapper .hidden .meta-header.extra-long {
          justify-content: center; }
          .public-profile-app-wrapper .overview .meta-header.extra-long .dummy-div, .public-profile-app-wrapper .hidden .meta-header.extra-long .dummy-div {
            display: none; }
          .public-profile-app-wrapper .overview .meta-header.extra-long .username, .public-profile-app-wrapper .hidden .meta-header.extra-long .username {
            max-width: calc(100% - 87px); } }
    @media (min-width: 576px) {
      .public-profile-app-wrapper .overview .meta-header, .public-profile-app-wrapper .hidden .meta-header {
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 15px; }
        .public-profile-app-wrapper .overview .meta-header .dummy-div, .public-profile-app-wrapper .overview .meta-header .following-wrapper, .public-profile-app-wrapper .hidden .meta-header .dummy-div, .public-profile-app-wrapper .hidden .meta-header .following-wrapper {
          width: 131px; }
        .public-profile-app-wrapper .overview .meta-header.long, .public-profile-app-wrapper .hidden .meta-header.long {
          flex-direction: row;
          justify-content: space-between;
          padding-bottom: 15px; }
          .public-profile-app-wrapper .overview .meta-header.long .dummy-div, .public-profile-app-wrapper .overview .meta-header.long .following-wrapper, .public-profile-app-wrapper .hidden .meta-header.long .dummy-div, .public-profile-app-wrapper .hidden .meta-header.long .following-wrapper {
            display: inline-block;
            width: 131px; }
        .public-profile-app-wrapper .overview .meta-header.extra-long .dummy-div, .public-profile-app-wrapper .hidden .meta-header.extra-long .dummy-div {
          display: inline-block; }
        .public-profile-app-wrapper .overview .meta-header .following-wrapper, .public-profile-app-wrapper .hidden .meta-header .following-wrapper {
          margin: 0; } }
  .public-profile-app-wrapper .overview .edit-profile, .public-profile-app-wrapper .hidden .edit-profile {
    text-align: right;
    display: block; }
  .public-profile-app-wrapper .overview .username {
    position: relative;
    color: #495057;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0;
    display: block;
    font-size: 20px;
    word-break: break-word; }
    @media (min-width: 576px) {
      .public-profile-app-wrapper .overview .username {
        font-size: 28px; } }
  .public-profile-app-wrapper .overview .separator {
    border-bottom: solid 1px #dee2e6;
    margin: 0 auto;
    height: 1px;
    max-width: 400px; }
  .public-profile-app-wrapper .overview .edit-profile-link {
    font-size: 18px;
    text-align: right;
    color: #adb5bd;
    margin-left: 5px; }
    .public-profile-app-wrapper .overview .edit-profile-link .material-icons {
      font-size: 0.85em; }
    .public-profile-app-wrapper .overview .edit-profile-link:hover {
      color: #495057; }
  .public-profile-app-wrapper .overview .following-wrapper {
    margin: 0 0 0 5px;
    text-align: right;
    height: auto;
    display: inline-flex; }
    .public-profile-app-wrapper .overview .following-wrapper .btn {
      padding: 3px 8px 3px 8px;
      white-space: nowrap;
      font-size: 16px; }
      .public-profile-app-wrapper .overview .following-wrapper .btn .material-icons {
        display: none;
        font-size: inherit;
        color: #5cb85c;
        font-weight: 800;
        margin-right: 3px;
        line-height: inherit; }
      .public-profile-app-wrapper .overview .following-wrapper .btn .following-button-inner {
        display: inline-flex;
        align-items: center; }
      .public-profile-app-wrapper .overview .following-wrapper .btn.blocking {
        color: #adb5bd;
        padding: 5px;
        background: transparent;
        border: none; }
        .public-profile-app-wrapper .overview .following-wrapper .btn.blocking:focus {
          box-shadow: none;
          border: none; }
    @media (min-width: 373px) {
      .public-profile-app-wrapper .overview .following-wrapper .btn {
        font-size: 16px; } }
    @media (min-width: 576px) {
      .public-profile-app-wrapper .overview .following-wrapper .btn {
        padding: 3px 10px; }
        .public-profile-app-wrapper .overview .following-wrapper .btn .material-icons {
          display: inline-block; } }
  .public-profile-app-wrapper .overview .badges {
    margin: 5px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .public-profile-app-wrapper .overview .badges .badge {
      font-weight: 500;
      margin-right: 4px;
      margin-bottom: 3px;
      font-size: 14px; }
      .public-profile-app-wrapper .overview .badges .badge.reviewer {
        color: white;
        background-color: #ffc107; }
      .public-profile-app-wrapper .overview .badges .badge.contributor {
        color: white;
        background-color: #5cb85c; }
      .public-profile-app-wrapper .overview .badges .badge.maintainer {
        color: white;
        background-color: #17a2b8; }
      .public-profile-app-wrapper .overview .badges .badge.grader {
        color: white;
        background-color: #007bff; }
  .public-profile-app-wrapper .overview .attributes-wrapper {
    margin: 10px 0;
    display: flex;
    width: 100%; }
  .public-profile-app-wrapper .overview .attributes {
    display: inline-flex;
    flex-direction: column;
    width: 100%; }
  .public-profile-app-wrapper .overview .attribute {
    display: inline-flex;
    margin: 5px 0;
    flex-grow: 0;
    flex-shrink: 1;
    max-width: 100%; }
    .public-profile-app-wrapper .overview .attribute .label, .public-profile-app-wrapper .overview .attribute .value {
      font-size: 14px; }
    .public-profile-app-wrapper .overview .attribute .value {
      margin-left: 10px;
      max-width: calc(50% - 10px);
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
      @media (min-width: 576px) {
        .public-profile-app-wrapper .overview .attribute .value {
          margin-left: 20px;
          width: 340px;
          max-width: calc(50% - 20px); } }
    .public-profile-app-wrapper .overview .attribute .label {
      font-weight: 500;
      color: #495057;
      flex-grow: 0;
      flex-shrink: 0;
      text-align: left;
      width: 150px;
      margin-right: 10px; }
      @media (min-width: 576px) {
        .public-profile-app-wrapper .overview .attribute .label {
          margin-right: 20px; } }
  .public-profile-app-wrapper .overview .block-badge-wrapper {
    display: flex;
    justify-content: center;
    margin: 15px 0;
    margin-top: 0; }
  .public-profile-app-wrapper .overview .block-badge {
    border: solid 1px #6c757d;
    display: inline-flex;
    padding: 10px;
    border-radius: 10px;
    background: none;
    color: #fa9595;
    border-color: #f86464;
    box-shadow: 0 0 0.125rem 0 rgba(143, 115, 96, 0.12), 0 0.125rem 0.25rem 0 rgba(143, 115, 96, 0.12); }
    .public-profile-app-wrapper .overview .block-badge:hover {
      cursor: pointer; }
    .public-profile-app-wrapper .overview .block-badge .material-icons {
      font-size: inherit;
      margin-left: 5px; }
  .public-profile-app-wrapper .overview .about-me {
    display: flex;
    flex-direction: column; }
    .public-profile-app-wrapper .overview .about-me .body {
      display: inline-flex;
      flex-direction: column; }
      .public-profile-app-wrapper .overview .about-me .body p {
        font-size: inherit;
        margin-bottom: 10px; }
      .public-profile-app-wrapper .overview .about-me .body .formatted_text_line:last-child {
        margin-bottom: 0; }
      .public-profile-app-wrapper .overview .about-me .body .about-me-text {
        max-height: none;
        overflow-y: hidden; }
      .public-profile-app-wrapper .overview .about-me .body .about-me-text-wrapper {
        position: relative; }
      .public-profile-app-wrapper .overview .about-me .body.collapsed .about-me-text, .public-profile-app-wrapper .overview .about-me .body.collapsed .about-me-text-wrapper {
        max-height: 185px; }
      .public-profile-app-wrapper .overview .about-me .body.collapsed .cover {
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
        height: 15px;
        z-index: 5;
        background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.8), white); }
      .public-profile-app-wrapper .overview .about-me .body .expand-link {
        font-size: 14px;
        text-align: center;
        width: 100%;
        margin-top: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #007bff;
        font-weight: 500; }
        .public-profile-app-wrapper .overview .about-me .body .expand-link:hover {
          color: #0062cc; }
        .public-profile-app-wrapper .overview .about-me .body .expand-link .material-icons {
          font-size: inherit; }
  .public-profile-app-wrapper .overview .activities {
    display: flex;
    margin-bottom: 5px;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 10px; }
    @media (min-width: 576px) {
      .public-profile-app-wrapper .overview .activities {
        flex-direction: row; } }
    .public-profile-app-wrapper .overview .activities .activity {
      font-style: italic;
      font-size: 14px;
      color: #6c757d;
      margin-left: 4px;
      white-space: nowrap;
      text-align: center;
      margin-bottom: 2px; }
      .public-profile-app-wrapper .overview .activities .activity.large-only {
        display: none; }
      .public-profile-app-wrapper .overview .activities .activity:last-child {
        margin-bottom: 0; }
      @media (min-width: 576px) {
        .public-profile-app-wrapper .overview .activities .activity {
          margin-bottom: 0; }
          .public-profile-app-wrapper .overview .activities .activity.large-only {
            display: inline; } }
      .public-profile-app-wrapper .overview .activities .activity:after {
        content: " \00b7 "; }
      .public-profile-app-wrapper .overview .activities .activity:last-child:after {
        content: ""; }

.popover-blocking .popover-body {
  padding: 0; }
  .popover-blocking .popover-body .error {
    margin: 0 10px 5px 10px;
    color: #f86464; }
  .popover-blocking .popover-body .list-group {
    border: none; }
    .popover-blocking .popover-body .list-group .list-group-item {
      border: none;
      padding: 5px 10px; }

.profile-section {
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  display: flex;
  flex-direction: column; }
  .profile-section:first-child {
    margin-top: 10px;
    padding-top: 20px; }
  .profile-section h5 {
    display: flex;
    align-items: center;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
    border-bottom: solid 1px #dee2e6;
    padding-bottom: 10px;
    font-weight: 800; }
    .profile-section h5 .txt-lg {
      display: none; }
    .profile-section h5 .txt-sm {
      display: inline; }
    @media (min-width: 576px) {
      .profile-section h5 {
        font-size: 14px;
        letter-spacing: 0.5px; }
        .profile-section h5 .txt-lg {
          display: inline; }
        .profile-section h5 .txt-sm {
          display: none; } }
  .profile-section .body, .profile-section .body p {
    font-size: 16px; }
  .profile-section .body {
    margin: 10px 0; }
  .profile-section .body p {
    margin-bottom: 5px; }

.no-swimlanes {
  margin-top: 30px; }
  @media (min-width: 576px) {
    .no-swimlanes {
      margin-top: 60px; } }
  .no-swimlanes .body {
    box-shadow: 0 0 0.125rem 0 rgba(143, 115, 96, 0.12), 0 0.125rem 0.25rem 0 rgba(143, 115, 96, 0.12);
    text-align: center;
    font-size: 14px;
    padding: 20px 10px;
    font-weight: 500;
    border: solid 1px #ced4da;
    width: 600px;
    max-width: 100%;
    border-radius: 5px;
    margin: auto;
    color: #6c757d;
    font-style: italic;
    letter-spacing: 0.5px; }

.loading-wrapper {
  display: flex;
  justify-content: center;
  margin: 40px 0; }
  .loading-wrapper .loading-text-wrapper {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #adb5bd;
    padding: 10px;
    font-weight: 400; }
    .loading-wrapper .loading-text-wrapper .loading-text {
      margin-bottom: 2px; }
    .loading-wrapper .loading-text-wrapper .spinner-border {
      height: 18px;
      width: 18px;
      margin-left: 10px; }
  .loading-wrapper .loading-error {
    color: #f86464; }

.swimlane .book {
  margin-bottom: 0; }
  .swimlane .book:first-child {
    margin-left: 0; }

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

.swimlane-items {
  display: flex;
  overflow-x: scroll; }

.social .filtered-content {
  padding: 10px 0; }
  @media (min-width: 768px) {
    .social .filtered-content {
      padding: 0 20px 20px 20px; } }

.social .follow-results {
  display: flex;
  flex-wrap: wrap; }
  .social .follow-results .follow-result {
    box-shadow: 0 0 0.125rem 0 rgba(143, 115, 96, 0.12), 0 0.125rem 0.25rem 0 rgba(143, 115, 96, 0.12);
    border-radius: 7px;
    background: white;
    box-shadow: 0 0 0.125rem 0 rgba(143, 115, 96, 0.12), 0 0.125rem 0.25rem 0 rgba(143, 115, 96, 0.12);
    border-radius: 7px;
    background: white;
    padding: 15px 20px;
    margin: 0 5px 5px 5px;
    color: #6c757d; }
    .social .follow-results .follow-result:hover {
      cursor: pointer;
      box-shadow: 0 0 0.125rem 0 rgba(143, 115, 96, 0.22), 0 0.125rem 0.25rem 0 rgba(143, 115, 96, 0.22); }
    .social .follow-results .follow-result:hover {
      color: #495057;
      text-decoration: none; }

.profile-content .section-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
  max-width: 500px;
  height: auto;
  flex-wrap: wrap; }
  .profile-content .section-header h6 {
    margin-bottom: 0; }
  .profile-content .section-header .results-count {
    color: #6c757d;
    font-size: 16px;
    margin-left: 5px; }

.profile-content .book-filter-wrapper {
  display: block;
  width: calc(100% - 130px);
  margin-left: auto;
  max-width: 350px; }
  .profile-content .book-filter-wrapper .book-filter {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 1rem;
    border: solid 1px #ced4da;
    border-radius: 25px;
    font-weight: 400;
    height: 39px;
    background: white;
    max-width: 100%; }
    .profile-content .book-filter-wrapper .book-filter .text {
      width: calc(100% - 30px);
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
    .profile-content .book-filter-wrapper .book-filter .material-icons {
      font-size: 20px;
      color: #6c757d;
      margin-left: 5px; }

.profile-content .no-results, .profile-content .error {
  display: flex;
  justify-content: center; }
  .profile-content .no-results .no-results-text, .profile-content .no-results .error-text, .profile-content .error .no-results-text, .profile-content .error .error-text {
    margin: 10px;
    font-weight: 400; }
  .profile-content .no-results .error-text, .profile-content .error .error-text {
    color: #f86464; }

.profile-content.reviews .profile-review-component-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px 0;
  border-bottom: solid 1px #dee2e6;
  padding-bottom: 50px; }
  .profile-content.reviews .profile-review-component-wrapper:first-child {
    margin-top: 30px; }
  @media (min-width: 768px) {
    .profile-content.reviews .profile-review-component-wrapper {
      align-items: flex-start;
      flex-direction: row;
      border-bottom: none;
      margin: 50px 0;
      padding-bottom: 0px; }
      .profile-content.reviews .profile-review-component-wrapper:first-child {
        margin-top: 30px; } }
  .profile-content.reviews .profile-review-component-wrapper .centered-book {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 0 10px 0; }
    .profile-content.reviews .profile-review-component-wrapper .centered-book .key-tags {
      top: 0;
      margin-bottom: 3px; }
      .profile-content.reviews .profile-review-component-wrapper .centered-book .key-tags .level {
        font-size: 13px; }
    .profile-content.reviews .profile-review-component-wrapper .centered-book .main-img {
      box-shadow: 0 0 0.125rem 0 rgba(143, 115, 96, 0.12), 0 0.125rem 0.25rem 0 rgba(143, 115, 96, 0.12);
      border-radius: 7px;
      background: white;
      width: 120px;
      height: 160px;
      margin-bottom: 20px;
      -o-object-position: center center;
         object-position: center center;
      -o-object-fit: cover;
         object-fit: cover; }
    .profile-content.reviews .profile-review-component-wrapper .centered-book .title-link {
      color: #212529; }
    .profile-content.reviews .profile-review-component-wrapper .centered-book .title {
      font-size: 20px; }
    .profile-content.reviews .profile-review-component-wrapper .centered-book .book-metadata {
      width: 100%; }
    .profile-content.reviews .profile-review-component-wrapper .centered-book .book-type {
      font-size: 16px;
      color: #adb5bd; }
    @media (min-width: 768px) {
      .profile-content.reviews .profile-review-component-wrapper .centered-book {
        display: none; } }
  .profile-content.reviews .profile-review-component-wrapper .general-review-display {
    width: 100%; }
    @media (min-width: 768px) {
      .profile-content.reviews .profile-review-component-wrapper .general-review-display {
        width: calc(100% - 175px); } }
    .profile-content.reviews .profile-review-component-wrapper .general-review-display .formatted_text_outer.comments {
      font-size: 16px; }
  .profile-content.reviews .profile-review-component-wrapper .book {
    padding: 15px 20px 15px 20px;
    display: none; }
    .profile-content.reviews .profile-review-component-wrapper .book .book-meta-content .title {
      overflow: auto;
      white-space: inherit;
      text-overflow: unset; }
    @media (min-width: 768px) {
      .profile-content.reviews .profile-review-component-wrapper .book {
        display: block;
        padding: 15px 20px 15px 20px; } }
    @media (max-width: 991.98px) {
      .profile-content.reviews .profile-review-component-wrapper .book {
        width: 150px; } }

.profile-content.activity-tab {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .profile-content.activity-tab .overall-activity, .profile-content.activity-tab .activity-feed {
    width: 100%; }
  .profile-content.activity-tab .activity-feed {
    margin-top: 10px;
    max-width: 650px; }
    @media (min-width: 992px) {
      .profile-content.activity-tab .activity-feed {
        margin-top: 0; } }
  .profile-content.activity-tab .overall-activity {
    max-width: 650px; }
    @media (min-width: 992px) {
      .profile-content.activity-tab .overall-activity {
        max-width: 450px; } }
  @media (min-width: 992px) {
    .profile-content.activity-tab {
      flex-direction: row;
      justify-content: space-around;
      align-items: flex-start; }
      .profile-content.activity-tab .overall-activity, .profile-content.activity-tab .activity-feed {
        width: 50%; } }
  .profile-content.activity-tab .activity-feed-header h4 {
    font-size: 20px; }
  .profile-content.activity-tab .overall-activity {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .profile-content.activity-tab .overall-activity.loading {
      opacity: 0.4; }
  .profile-content.activity-tab .overall-stats {
    box-shadow: 0 0 0.125rem 0 rgba(143, 115, 96, 0.12), 0 0.125rem 0.25rem 0 rgba(143, 115, 96, 0.12);
    border: solid 1px #e9ecef;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 10px;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    max-width: 100%; }
    .profile-content.activity-tab .overall-stats .stat-block {
      margin: 0 5px; }
      .profile-content.activity-tab .overall-stats .stat-block .stat-label, .profile-content.activity-tab .overall-stats .stat-block .stat-value {
        font-size: inherit; }
      .profile-content.activity-tab .overall-stats .stat-block .stat-label {
        font-size: 14px; }
        @media (min-width: 576px) {
          .profile-content.activity-tab .overall-stats .stat-block .stat-label {
            font-size: 16px; } }
      .profile-content.activity-tab .overall-stats .stat-block .stat-value {
        font-weight: 800;
        font-size: 24px;
        color: #5cb85c; }
  .profile-content.activity-tab .stats-wrapper {
    box-shadow: 0 0 0.125rem 0 rgba(143, 115, 96, 0.12), 0 0.125rem 0.25rem 0 rgba(143, 115, 96, 0.12);
    border-radius: 8px;
    padding: 10px 15px;
    margin: 10px 0;
    width: 100%; }
    .profile-content.activity-tab .stats-wrapper .header-section {
      display: flex;
      align-items: center;
      margin-bottom: 0.5rem; }
      .profile-content.activity-tab .stats-wrapper .header-section select.form-control {
        margin-left: 10px;
        width: auto;
        padding: 0px 5px;
        display: inline-block;
        height: auto;
        border-radius: 10px;
        font-size: 16px; }
      .profile-content.activity-tab .stats-wrapper .header-section h5 {
        margin-bottom: 0; }
    .profile-content.activity-tab .stats-wrapper .tabs {
      margin: 10px 0;
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      .profile-content.activity-tab .stats-wrapper .tabs .tab {
        margin: 5px 0;
        border-radius: 8px;
        font-size: 12px;
        padding: 3px 6px; }
        .profile-content.activity-tab .stats-wrapper .tabs .tab.active {
          background: #adb5bd;
          color: white;
          box-shadow: 0 0 0.125rem 0 rgba(143, 115, 96, 0.12), 0 0.125rem 0.25rem 0 rgba(143, 115, 96, 0.12); }
        @media (min-width: 576px) {
          .profile-content.activity-tab .stats-wrapper .tabs .tab {
            font-size: 13px;
            padding: 3px 12px; } }
        .profile-content.activity-tab .stats-wrapper .tabs .tab:hover {
          cursor: pointer; }
      @media (min-width: 576px) {
        .profile-content.activity-tab .stats-wrapper .tabs {
          flex-wrap: nowrap; } }
  .profile-content.activity-tab .stats {
    display: flex;
    flex-wrap: wrap; }
    .profile-content.activity-tab .stats.loading {
      opacity: 0.4; }
    .profile-content.activity-tab .stats .stat {
      margin: 5px 10px;
      background: #f8f9fa;
      padding: 5px 20px;
      border-radius: 20px; }
      .profile-content.activity-tab .stats .stat .stat-title {
        font-size: 12px; }
      .profile-content.activity-tab .stats .stat .stat-value {
        color: #5cb85c;
        font-weight: 500;
        font-size: 14px; }
  .profile-content.activity-tab .timed-sessions-wrapper {
    box-shadow: 0 0 0.125rem 0 rgba(143, 115, 96, 0.12), 0 0.125rem 0.25rem 0 rgba(143, 115, 96, 0.12);
    border-radius: 7px;
    background: white;
    width: 100%;
    padding: 10px 15px; }
    .profile-content.activity-tab .timed-sessions-wrapper .timed-session {
      padding-top: 10px;
      margin-top: 10px;
      border-top: solid 1px #e9ecef;
      display: flex;
      justify-content: space-between; }
      .profile-content.activity-tab .timed-sessions-wrapper .timed-session .timed-session-img-wrapper {
        width: 60px; }
        .profile-content.activity-tab .timed-sessions-wrapper .timed-session .timed-session-img-wrapper img {
          width: 100%;
          height: 80px; }
      .profile-content.activity-tab .timed-sessions-wrapper .timed-session .timed-session-content {
        display: block;
        width: calc(100% - 70px); }
    .profile-content.activity-tab .timed-sessions-wrapper .timed-session-header {
      display: flex;
      justify-content: space-between; }
  .profile-content.activity-tab .days-read-calendar {
    box-shadow: 0 0 0.125rem 0 rgba(143, 115, 96, 0.12), 0 0.125rem 0.25rem 0 rgba(143, 115, 96, 0.12);
    margin-top: 10px;
    width: 100%;
    border: solid 1px #e9ecef;
    padding: 5px;
    border-radius: 5px; }
    .profile-content.activity-tab .days-read-calendar .days-read-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px;
      margin-top: 10px;
      margin-left: 10px;
      color: #adb5bd; }
      .profile-content.activity-tab .days-read-calendar .days-read-header h4, .profile-content.activity-tab .days-read-calendar .days-read-header .btn.btn-default {
        margin-bottom: 0;
        font-size: 14px;
        color: inherit;
        border-color: currentColor; }
    .profile-content.activity-tab .days-read-calendar .react-calendar {
      width: 100%;
      border: none; }
      .profile-content.activity-tab .days-read-calendar .react-calendar .react-calendar__navigation {
        margin-bottom: 0; }
      .profile-content.activity-tab .days-read-calendar .react-calendar .react-calendar__navigation__arrow, .profile-content.activity-tab .days-read-calendar .react-calendar .react-calendar__navigation__label {
        font-size: 14px; }
      .profile-content.activity-tab .days-read-calendar .react-calendar .react-calendar__month-view__weekdays__weekday {
        font-size: 12px; }
      .profile-content.activity-tab .days-read-calendar .react-calendar .react-calendar__tile--now {
        background: #d4f5fa;
        color: #17a2b8; }
      .profile-content.activity-tab .days-read-calendar .react-calendar .react-calendar__tile--active {
        color: inherit;
        background: inherit; }
        .profile-content.activity-tab .days-read-calendar .react-calendar .react-calendar__tile--active.react-calendar__tile--now {
          background: #d4f5fa; }
      .profile-content.activity-tab .days-read-calendar .react-calendar .day-selected-icon {
        color: #5cb85c;
        visibility: hidden;
        font-size: 1em; }
        .profile-content.activity-tab .days-read-calendar .react-calendar .day-selected-icon.selected {
          visibility: visible; }
      .profile-content.activity-tab .days-read-calendar .react-calendar .react-calendar__month-view__days__day {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        font-size: 20px; }
        .profile-content.activity-tab .days-read-calendar .react-calendar .react-calendar__month-view__days__day:hover {
          background: #dee2e6; }
      .profile-content.activity-tab .days-read-calendar .react-calendar .react-calendar__month-view__days__day--weekend {
        color: inherit; }
      .profile-content.activity-tab .days-read-calendar .react-calendar button[disabled].react-calendar__navigation__label {
        background: none;
        color: inherit; }
        .profile-content.activity-tab .days-read-calendar .react-calendar button[disabled].react-calendar__navigation__label:hover {
          cursor: initial; }
      .profile-content.activity-tab .days-read-calendar .react-calendar button[disabled].react-calendar__navigation__arrow, .profile-content.activity-tab .days-read-calendar .react-calendar .react-calendar__tile:disabled {
        opacity: 0.4;
        background: none;
        color: #6c757d; }
        .profile-content.activity-tab .days-read-calendar .react-calendar button[disabled].react-calendar__navigation__arrow:hover, .profile-content.activity-tab .days-read-calendar .react-calendar .react-calendar__tile:disabled:hover {
          cursor: not-allowed; }
      .profile-content.activity-tab .days-read-calendar .react-calendar.other-calendar button.react-calendar__month-view__days__day .day-selected-icon, .profile-content.activity-tab .days-read-calendar .react-calendar.other-calendar button[disabled].react-calendar__month-view__days__day .day-selected-icon {
        display: none; }
      .profile-content.activity-tab .days-read-calendar .react-calendar.other-calendar button.react-calendar__month-view__days__day.day-selected abbr, .profile-content.activity-tab .days-read-calendar .react-calendar.other-calendar button[disabled].react-calendar__month-view__days__day.day-selected abbr {
        display: none; }
      .profile-content.activity-tab .days-read-calendar .react-calendar.other-calendar button.react-calendar__month-view__days__day.day-selected .day-selected-icon, .profile-content.activity-tab .days-read-calendar .react-calendar.other-calendar button[disabled].react-calendar__month-view__days__day.day-selected .day-selected-icon {
        display: block; }
      .profile-content.activity-tab .days-read-calendar .react-calendar.other-calendar button.react-calendar__month-view__days__day.react-calendar__tile--now, .profile-content.activity-tab .days-read-calendar .react-calendar.other-calendar button[disabled].react-calendar__month-view__days__day.react-calendar__tile--now {
        background: #d4f5fa; }
      .profile-content.activity-tab .days-read-calendar .react-calendar.other-calendar button.react-calendar__month-view__days__day:hover, .profile-content.activity-tab .days-read-calendar .react-calendar.other-calendar button[disabled].react-calendar__month-view__days__day:hover {
        background: white;
        cursor: unset; }
        .profile-content.activity-tab .days-read-calendar .react-calendar.other-calendar button.react-calendar__month-view__days__day:hover.react-calendar__tile--now, .profile-content.activity-tab .days-read-calendar .react-calendar.other-calendar button[disabled].react-calendar__month-view__days__day:hover.react-calendar__tile--now {
          background: #d4f5fa; }

.timed-session-modal .modal-header .header-book-title {
  width: calc(100% - 205px);
  margin-left: 5px; }

.timed-session-modal .remove-button {
  margin-right: auto; }
