.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; }

.level-table {
  width: 100%; }
  .level-table td, .level-table th {
    border: solid 1px #ced4da;
    padding: 2px 4px; }
  .level-table .color {
    width: 30px; }
    .level-table .color.n5 {
      background: #007bff; }
    .level-table .color.n4 {
      background: #f86464; }
    .level-table .color.n3 {
      background: #6f42c1; }
    .level-table .color.n2 {
      background: #fd7e14; }
    .level-table .color.n1 {
      background: #5cb85c; }
    .level-table .color[class="color n1+"] {
      background: #17a2b8; }

.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; }

.resources-search-app-wrapper {
  width: 100%;
  background: white;
  min-height: 100vh;
  padding-top: 20px; }
  @media (min-width: 576px) {
    .resources-search-app-wrapper {
      padding-top: 40px; } }
  @media (min-width: 992px) {
    .resources-search-app-wrapper {
      padding-right: 50px;
      padding-left: 50px; } }
  .resources-search-app-wrapper .resources-search-app-content {
    width: calc(100% - 10px);
    max-width: 1246px;
    min-height: 100vh;
    margin: 0 auto;
    padding: 0;
    display: flex; }
    .resources-search-app-wrapper .resources-search-app-content .resources-search-app-main-content {
      width: 100%; }
      @media (min-width: 992px) {
        .resources-search-app-wrapper .resources-search-app-content .resources-search-app-main-content {
          width: calc(100% - 224px);
          min-height: 1200px; } }
    .resources-search-app-wrapper .resources-search-app-content h4 {
      margin-bottom: 15px; }
    .resources-search-app-wrapper .resources-search-app-content .mobile-title, .resources-search-app-wrapper .resources-search-app-content .mobile-filters-wrapper, .resources-search-app-wrapper .resources-search-app-content .filter-tags {
      padding: 0; }
      @media (min-width: 576px) {
        .resources-search-app-wrapper .resources-search-app-content .mobile-title, .resources-search-app-wrapper .resources-search-app-content .mobile-filters-wrapper, .resources-search-app-wrapper .resources-search-app-content .filter-tags {
          padding: 0 20px; } }
      @media (min-width: 992px) {
        .resources-search-app-wrapper .resources-search-app-content .mobile-title, .resources-search-app-wrapper .resources-search-app-content .mobile-filters-wrapper, .resources-search-app-wrapper .resources-search-app-content .filter-tags {
          padding: 0; } }
    .resources-search-app-wrapper .resources-search-app-content .mobile-error {
      display: flex;
      justify-content: center; }
      @media (min-width: 992px) {
        .resources-search-app-wrapper .resources-search-app-content .mobile-error {
          display: none; } }
    .resources-search-app-wrapper .resources-search-app-content .mobile-title {
      display: block;
      margin-bottom: 5px; }
      @media (min-width: 992px) {
        .resources-search-app-wrapper .resources-search-app-content .mobile-title {
          display: none; } }
    .resources-search-app-wrapper .resources-search-app-content .mobile-filters-wrapper {
      display: flex;
      justify-content: space-between;
      margin: 10px 0; }
      .resources-search-app-wrapper .resources-search-app-content .mobile-filters-wrapper .search-field {
        width: calc(100% - 50px); }
      @media (min-width: 992px) {
        .resources-search-app-wrapper .resources-search-app-content .mobile-filters-wrapper {
          display: none; } }
      .resources-search-app-wrapper .resources-search-app-content .mobile-filters-wrapper select {
        width: 160px;
        border-radius: 6px;
        border: solid 1px #6c757d; }
      .resources-search-app-wrapper .resources-search-app-content .mobile-filters-wrapper .filters-button {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 3px 0;
        width: 40px; }
        .resources-search-app-wrapper .resources-search-app-content .mobile-filters-wrapper .filters-button .material-icons {
          font-size: 20px;
          margin-right: 0; }
    .resources-search-app-wrapper .resources-search-app-content .top-pagination {
      display: inline-flex;
      width: 100%; }
    .resources-search-app-wrapper .resources-search-app-content .header-bar .sorting select.form-control, .resources-search-app-wrapper .resources-search-app-content .header-bar .series-handling select.form-control, .resources-search-app-wrapper .resources-search-app-content .top-pagination .sorting select.form-control, .resources-search-app-wrapper .resources-search-app-content .top-pagination .series-handling select.form-control {
      width: 150px; }
    @media (min-width: 1014px) {
      .resources-search-app-wrapper .resources-search-app-content .header-bar, .resources-search-app-wrapper .resources-search-app-content .top-pagination {
        width: 680px; } }
    @media (min-width: 1183px) {
      .resources-search-app-wrapper .resources-search-app-content .header-bar, .resources-search-app-wrapper .resources-search-app-content .top-pagination {
        width: 850px; }
        .resources-search-app-wrapper .resources-search-app-content .header-bar .sorting select.form-control, .resources-search-app-wrapper .resources-search-app-content .header-bar .series-handling select.form-control, .resources-search-app-wrapper .resources-search-app-content .top-pagination .sorting select.form-control, .resources-search-app-wrapper .resources-search-app-content .top-pagination .series-handling select.form-control {
          width: auto; } }
    @media (min-width: 1355px) {
      .resources-search-app-wrapper .resources-search-app-content .header-bar, .resources-search-app-wrapper .resources-search-app-content .top-pagination {
        width: 1021px; } }
    .resources-search-app-wrapper .resources-search-app-content .header-bar {
      display: none; }
      @media (min-width: 992px) {
        .resources-search-app-wrapper .resources-search-app-content .header-bar {
          display: flex;
          align-items: center;
          margin-top: 8px; }
          .resources-search-app-wrapper .resources-search-app-content .header-bar .sorting {
            margin: 0; }
          .resources-search-app-wrapper .resources-search-app-content .header-bar .search-bar-status {
            margin-top: 0;
            margin-left: auto; } }
    .resources-search-app-wrapper .resources-search-app-content .search-bar-status {
      height: 20px;
      margin-top: 5px;
      display: flex;
      align-items: center; }
      .resources-search-app-wrapper .resources-search-app-content .search-bar-status .meta-results {
        font-size: 12px;
        color: #6c757d;
        align-items: center; }
        @media (min-width: 373px) {
          .resources-search-app-wrapper .resources-search-app-content .search-bar-status .meta-results {
            font-size: 14px; } }
        .resources-search-app-wrapper .resources-search-app-content .search-bar-status .meta-results.mobile {
          display: flex; }
          @media (min-width: 576px) {
            .resources-search-app-wrapper .resources-search-app-content .search-bar-status .meta-results.mobile {
              display: none; } }
        .resources-search-app-wrapper .resources-search-app-content .search-bar-status .meta-results.desktop {
          display: none; }
          @media (min-width: 576px) {
            .resources-search-app-wrapper .resources-search-app-content .search-bar-status .meta-results.desktop {
              display: flex; } }
        .resources-search-app-wrapper .resources-search-app-content .search-bar-status .meta-results.error {
          color: #f86464; }
        .resources-search-app-wrapper .resources-search-app-content .search-bar-status .meta-results .spinner-border {
          height: 12px;
          width: 12px;
          margin-left: 5px; }
      .resources-search-app-wrapper .resources-search-app-content .search-bar-status .clear-link {
        margin-left: auto;
        font-size: 12px;
        color: #007bff;
        margin-right: 10px;
        text-decoration: underline; }
        @media (min-width: 373px) {
          .resources-search-app-wrapper .resources-search-app-content .search-bar-status .clear-link {
            font-size: 14px; } }
    .resources-search-app-wrapper .resources-search-app-content .resources {
      -webkit-animation: fadeIn 0.3s;
              animation: fadeIn 0.3s;
      display: flex;
      flex-wrap: wrap;
      position: relative;
      justify-content: space-around; }
      @media (min-width: 576px) {
        .resources-search-app-wrapper .resources-search-app-content .resources {
          justify-content: flex-start; } }
    .resources-search-app-wrapper .resources-search-app-content .result.open-sub-series {
      margin-bottom: 375px; }
      .resources-search-app-wrapper .resources-search-app-content .result.open-sub-series .book-series {
        margin-bottom: 5px; }
      .resources-search-app-wrapper .resources-search-app-content .result.open-sub-series .toggled-expand {
        background: #e9ecef; }
      .resources-search-app-wrapper .resources-search-app-content .result.open-sub-series .series-books-loading {
        text-align: center;
        background: #f8f9fa;
        opacity: 1;
        width: 100%;
        height: 300px;
        padding-top: 30px; }
      .resources-search-app-wrapper .resources-search-app-content .result.open-sub-series .loading-text, .resources-search-app-wrapper .resources-search-app-content .result.open-sub-series .gs-spinner {
        color: #6c757d;
        font-weight: 500; }
      .resources-search-app-wrapper .resources-search-app-content .result.open-sub-series .loading-text {
        margin-right: 15px; }
      .resources-search-app-wrapper .resources-search-app-content .result.open-sub-series .series-books-error {
        opacity: 1;
        width: 100%;
        height: 300px;
        margin-bottom: 0; }
    .resources-search-app-wrapper .resources-search-app-content .open-series {
      background: #e9ecef;
      width: 100%;
      display: flex;
      position: absolute;
      overflow-x: scroll;
      left: 0;
      z-index: 2; }
    .resources-search-app-wrapper .resources-search-app-content .open-series.collapse:not(.show) {
      display: none; }
    .resources-search-app-wrapper .resources-search-app-content .add-resource-action-wrapper {
      text-align: center;
      margin: 10px 0;
      margin-top: 30px; }
      .resources-search-app-wrapper .resources-search-app-content .add-resource-action-wrapper .no-results {
        color: #6c757d;
        font-weight: 500; }
    .resources-search-app-wrapper .resources-search-app-content .left-hand {
      display: none; }
      @media (min-width: 992px) {
        .resources-search-app-wrapper .resources-search-app-content .left-hand {
          width: 224px;
          display: block; } }
    .resources-search-app-wrapper .resources-search-app-content .search-form {
      padding-left: 24px;
      width: 224px; }

.level-table {
  margin-top: 10px; }
  .level-table .color, .level-table .name, .level-table .description {
    font-size: 13px; }

.gradings-popover-element {
  z-index: 1051; }
  .gradings-popover-element .level-table {
    display: none; }
    @media (min-width: 992px) {
      .gradings-popover-element .level-table {
        display: table; } }
  .gradings-popover-element .second-paragraph {
    display: none; }
    @media (min-width: 992px) {
      .gradings-popover-element .second-paragraph {
        display: table; } }
  .gradings-popover-element .first-paragraph {
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .gradings-popover-element .first-paragraph {
        margin-bottom: 12px; } }
  .gradings-popover-element .first-paragraph, .gradings-popover-element .second-paragraph {
    font-size: 14px; }

.mobile-filter-modal-wrapper {
  width: 100%;
  height: 100%;
  margin-top: 0; }
  .mobile-filter-modal-wrapper .modal-dialog {
    margin: 0;
    width: 100%;
    height: 100%;
    max-width: none; }
    .mobile-filter-modal-wrapper .modal-dialog .modal-content {
      height: 100%;
      overflow-y: scroll; }
  .mobile-filter-modal-wrapper .modal-header {
    align-items: center; }
    .mobile-filter-modal-wrapper .modal-header h5 {
      color: #495057;
      text-transform: uppercase;
      font-size: 14px;
      margin-bottom: 0;
      letter-spacing: 1px; }
    .mobile-filter-modal-wrapper .modal-header .blank-div {
      width: 85px; }
  .mobile-filter-modal-wrapper .modal-content .search-field {
    margin-bottom: 10px; }

.sorting-wrapper, .series-handling-wrapper {
  display: none; }
  @media (min-width: 992px) {
    .sorting-wrapper, .series-handling-wrapper {
      display: block; } }

.header-bar .sorting, .header-bar .series-handling {
  display: flex;
  font-size: 14px;
  margin: 10px 0;
  align-items: center; }
  .header-bar .sorting label, .header-bar .series-handling label {
    margin-bottom: 0px;
    margin-right: 5px;
    text-transform: capitalize;
    font-size: 14px;
    color: #6c757d;
    letter-spacing: 0.2px; }
  .header-bar .sorting select.form-control, .header-bar .series-handling select.form-control {
    border-radius: 5px;
    -webkit-appearence: none;
    font-size: 16px;
    padding: 1px 4px;
    height: auto;
    margin-bottom: 2px;
    text-transform: lowercase;
    color: #6c757d; }

.search-form-contents .series-handling-wrapper, .header-bar .series-handling-wrapper {
  margin-left: 10px; }
  .search-form-contents .series-handling-wrapper.disabled, .header-bar .series-handling-wrapper.disabled {
    opacity: 0.3; }

.search-form-contents {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 5px; }
  .search-form-contents .filter-section {
    margin: 10px 0; }
    .search-form-contents .filter-section:first-child {
      margin-top: 0; }
    .search-form-contents .filter-section h5 {
      font-size: 18px;
      margin-bottom: 5px;
      letter-spacing: 0.5px;
      font-weight: 500;
      display: flex;
      align-items: center; }
      @media (min-width: 992px) {
        .search-form-contents .filter-section h5 {
          font-size: 13px;
          margin-bottom: 3px; } }
      .search-form-contents .filter-section h5 .material-icons {
        font-size: 16px;
        margin: 0;
        margin-left: 3px; }
        @media (min-width: 992px) {
          .search-form-contents .filter-section h5 .material-icons {
            font-size: 13px; } }
        .search-form-contents .filter-section h5 .material-icons:hover {
          cursor: pointer; }
    .search-form-contents .filter-section input[type="radio"] {
      height: 14px;
      width: 14px; }
    .search-form-contents .filter-section label {
      font-size: 16px; }
      @media (min-width: 992px) {
        .search-form-contents .filter-section label {
          font-size: 13px; } }
    .search-form-contents .filter-section .form-check {
      margin: 5px 0; }
      @media (min-width: 992px) {
        .search-form-contents .filter-section .form-check {
          margin: 0; } }
      .search-form-contents .filter-section .form-check label {
        color: #6c757d; }
      .search-form-contents .filter-section .form-check input {
        margin-top: 6px; }
        @media (min-width: 992px) {
          .search-form-contents .filter-section .form-check input {
            margin-top: 8px; } }
  .search-form-contents .sorting-filter {
    display: block; }
    @media (min-width: 992px) {
      .search-form-contents .sorting-filter {
        display: none; } }
    .search-form-contents .sorting-filter select {
      width: 100%;
      border-radius: 5px; }
  .search-form-contents .series-handling-wrapper {
    margin-left: 0;
    display: block; }
    @media (min-width: 992px) {
      .search-form-contents .series-handling-wrapper {
        display: none; } }
    .search-form-contents .series-handling-wrapper .series-handling {
      display: flex;
      align-items: center; }
      .search-form-contents .series-handling-wrapper .series-handling label {
        font-size: 14px;
        margin-bottom: 0px; }
      .search-form-contents .series-handling-wrapper .series-handling select {
        font-size: 16px;
        text-transform: lowercase;
        width: calc(100% - 104px);
        margin-left: 10px;
        padding: 0;
        height: 28px;
        color: #6c757d;
        border-radius: 7px; }
        @media (min-width: 576px) {
          .search-form-contents .series-handling-wrapper .series-handling select {
            width: 170px; } }
  .search-form-contents .min-max {
    display: flex;
    align-items: center;
    margin: 10px 0 0 0; }
    @media (min-width: 992px) {
      .search-form-contents .min-max {
        margin: 3px 0; } }
    .search-form-contents .min-max select {
      padding: 2px 7px;
      border-radius: 3px;
      font-size: 16px;
      width: 85px; }
      @media (min-width: 992px) {
        .search-form-contents .min-max select {
          font-size: 13px;
          width: 65px; } }
    .search-form-contents .min-max .material-icons {
      font-size: 13px; }
    .search-form-contents .min-max .separator {
      margin: 0 5px; }
  .search-form-contents .search {
    font-size: 16px;
    display: inline-flex;
    margin-top: 0;
    flex-direction: column; }
    @media (min-width: 576px) {
      .search-form-contents .search {
        display: none; } }
    .search-form-contents .search .search-input {
      padding: 0 10px;
      margin-right: 5px; }
    .search-form-contents .search button {
      font-size: 14px;
      border-radius: 5px;
      margin-top: 10px; }
      @media (min-width: 576px) {
        .search-form-contents .search button {
          margin-top: 0; } }
  .search-form-contents select.search-field {
    overflow-x: hidden;
    font-size: 16px;
    border: solid 1px #dee2e6;
    color: #6c757d;
    padding: 2px 5px;
    margin: 5px 0; }
    .search-form-contents select.search-field.level-selector {
      width: 100%; }
    @media (min-width: 576px) {
      .search-form-contents select.search-field {
        margin: 0 10px 0 0; }
        .search-form-contents select.search-field.level-selector {
          width: 145px; } }
  .search-form-contents .book-type-select {
    max-width: 100%; }
    @media (min-width: 576px) {
      .search-form-contents .book-type-select {
        max-width: 190px; } }
  .search-form-contents .bools {
    display: inline-flex;
    flex-direction: row;
    align-items: left; }
    @media (min-width: 992px) {
      .search-form-contents .bools {
        flex-direction: column;
        align-items: center;
        margin-right: 10px; } }
  .search-form-contents .free-search, .search-form-contents .wanikani {
    display: flex;
    align-items: center;
    margin-right: 15px; }
    .search-form-contents .free-search label, .search-form-contents .wanikani label {
      margin-right: 4px;
      margin-bottom: 0;
      font-size: 14px;
      width: 60px; }
    @media (min-width: 992px) {
      .search-form-contents .free-search, .search-form-contents .wanikani {
        margin-right: 0; } }

#tooltip-disabled-collapse-series .tooltip-inner {
  max-width: 300px; }
