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

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translate(-50%, -60px); }
  to {
    opacity: 1;
    transform: translate(-50%, 0px); } }

@keyframes slideOut {
  from {
    opacity: 1;
    transform: translate(-50%, 0px); }
  to {
    opacity: 0;
    transform: translate(-50%, -60px); } }

.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: #e9ecef; }
  .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: var(--headings-color-alt); }
      .autocomplete-widget .result .result-meta-content .result-author {
        color: var(--medium-alt-gray); }
      .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 .result {
    display: block;
    padding: 0 10px;
    width: 100%; }
    .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: 70px; }
      .autocomplete-widget .result .result-img-section img {
        width: 70px;
        height: 70px;
        -o-object-fit: cover;
           object-fit: cover; }
    .autocomplete-widget .result .widget {
      width: 100%;
      text-align: center;
      font-size: 12px;
      color: #adb5bd; }
    .autocomplete-widget .result .result-inner-wrapper {
      display: flex;
      align-items: flex-start;
      border-bottom: solid 2px #e9ecef;
      padding: 10px 0;
      width: 100%; }
    .autocomplete-widget .result .result-meta-content {
      width: calc(100% - 80px);
      margin-left: 10px;
      display: flex;
      height: 70px;
      justify-content: center;
      align-items: flex-start;
      flex-direction: column; }
      .autocomplete-widget .result .result-meta-content .result-title {
        color: #495057;
        font-weight: 500;
        font-size: 18px; }
      .autocomplete-widget .result .result-meta-content .result-author {
        font-size: 14px;
        font-style: italic;
        color: var(--medium-alt-gray);
        font-family: var(--font-shippori, "Shippori Antique B1", sans-serif); }
      .autocomplete-widget .result .result-meta-content .widget {
        font-size: 12px; }
      .autocomplete-widget .result .result-meta-content .result-title, .autocomplete-widget .result .result-meta-content .result-author {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%; }
    .autocomplete-widget .result .widget {
      color: #0B486B;
      font-weight: 500;
      text-align: left;
      text-transform: uppercase; }
  .autocomplete-widget .auto-complete-results {
    width: 100%;
    position: absolute;
    top: 100%;
    padding: 5px 0px;
    background: #f8f9fa;
    border: solid 1px #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: #161314;
    background: transparent; }

.new-ui .autocomplete-widget .search-icon {
  z-index: 1; }

.autocomplete-widget.item-autocomplete.allow-library-type-selection {
  position: relative; }
  .autocomplete-widget.item-autocomplete.allow-library-type-selection .library-type-selector-wrapper {
    width: 95px;
    height: 100%;
    position: absolute;
    left: 0; }
    .autocomplete-widget.item-autocomplete.allow-library-type-selection .library-type-selector-wrapper:after {
      content: " ";
      position: absolute;
      color: inherit;
      top: 50%;
      margin-top: -2px;
      right: 10px;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid currentColor;
      z-index: 3; }
  .autocomplete-widget.item-autocomplete.allow-library-type-selection .library-type-selector {
    color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    z-index: 2;
    width: 95px;
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-left: 15px;
    display: block;
    height: 100%;
    background: transparent;
    font-size: 16px; }
  .autocomplete-widget.item-autocomplete.allow-library-type-selection .search-input {
    padding-left: 105px; }

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

.new-ui .paginations-wrapper .pagination-content a {
  border-color: #dee2e6; }

.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.topik1, .level-table .color.a0 {
      background: #60A3D9; }
    .level-table .color.n5, .level-table .color.topik2, .level-table .color.a1 {
      background: #007bff; }
    .level-table .color.n4, .level-table .color.topik3, .level-table .color.a2 {
      background: #f86464; }
    .level-table .color.n3, .level-table .color.topik4, .level-table .color.b1 {
      background: #6f42c1; }
    .level-table .color.n2, .level-table .color.topik5, .level-table .color.b2 {
      background: #fd7e14; }
    .level-table .color.n1, .level-table .color.topik6, .level-table .color.c1 {
      background: #5cb85c; }
    .level-table .color[class="color n1+"], .level-table .color[class="color topik6+"], .level-table .color.c2 {
      background: #17a2b8; }

.book-provider-tags {
  display: inline-flex;
  align-items: center; }

.book-provider-tag {
  border: solid 2px currentColor;
  padding: 0 4px;
  margin-right: 3px;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  min-width: 20px; }
  .book-provider-tag:hover {
    cursor: pointer; }
  .book-provider-tag:last-child {
    margin-right: 0; }
  .book-provider-tag.furigana {
    color: #20c997; }
    .book-provider-tag.furigana.inactive {
      color: #adb5bd; }
  .book-provider-tag.ebook {
    color: #fd9a47; }
  .book-provider-tag.audiobook {
    color: #8c68ce; }
  .book-provider-tag.free {
    color: #80c780; }
  .book-provider-tag.print {
    color: #adb5bd; }
  .book-provider-tag.preferred {
    color: #007bff; }
  .book-provider-tag.more-info {
    border: none;
    padding: 0;
    font-size: 18px; }

.dropdown-input-filter {
  position: relative; }
  .dropdown-input-filter .dropdown-input-filter-input {
    padding: 5px 10px;
    font-size: 14px;
    height: 37px;
    line-height: 37px; }
  .dropdown-input-filter .dropdown-options {
    position: absolute;
    width: 100%;
    top: 42px;
    padding: 0px;
    border-radius: 4px;
    z-index: 2;
    box-shadow: var(--box-shadow);
    background: var(--bg-light);
    max-height: 200px;
    overflow-y: auto; }
  .dropdown-input-filter .dropdown-option {
    padding: 5px 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    width: 100%;
    white-space: nowrap; }
    .dropdown-input-filter .dropdown-option .dropdown-option-inner {
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis; }
    .dropdown-input-filter .dropdown-option.selected .material-icons {
      color: #5cb85c;
      margin-left: auto;
      font-size: 14px; }
    .dropdown-input-filter .dropdown-option:hover, .dropdown-input-filter .dropdown-option.active {
      background: #e9ecef;
      cursor: pointer; }
  .dropdown-input-filter .dropdown-option-group {
    padding: 0 10px;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    text-transform: capitalize; }
  .dropdown-input-filter .dropdown-option-separator {
    height: 1.5em;
    padding: 0;
    display: flex;
    align-items: center; }
  .dropdown-input-filter .dropdown-option-separator-line {
    position: relative;
    border-bottom: 1px dashed currentColor;
    height: 1px;
    width: 100%; }
    .dropdown-input-filter .dropdown-option-separator-line span {
      position: absolute;
      top: -10px;
      left: 50%;
      transform: translateX(-50%);
      background: var(--bg-light);
      padding: 0 4px;
      font-size: 12px;
      letter-spacing: 1px;
      white-space: nowrap; }

.dropdown-input-filter {
  position: relative; }
  .dropdown-input-filter .dropdown-input-filter-input {
    padding: 5px 10px;
    font-size: 14px;
    height: 37px;
    line-height: 37px; }
  .dropdown-input-filter .dropdown-options {
    position: absolute;
    width: 100%;
    top: 42px;
    padding: 0px;
    border-radius: 4px;
    z-index: 2;
    box-shadow: var(--box-shadow);
    background: var(--bg-light);
    max-height: 200px;
    overflow-y: auto; }
  .dropdown-input-filter .dropdown-option {
    padding: 5px 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    width: 100%;
    white-space: nowrap; }
    .dropdown-input-filter .dropdown-option .dropdown-option-inner {
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis; }
    .dropdown-input-filter .dropdown-option.selected .material-icons {
      color: #5cb85c;
      margin-left: auto;
      font-size: 14px; }
    .dropdown-input-filter .dropdown-option:hover, .dropdown-input-filter .dropdown-option.active {
      background: #e9ecef;
      cursor: pointer; }
  .dropdown-input-filter .dropdown-option-group {
    padding: 0 10px;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    text-transform: capitalize; }
  .dropdown-input-filter .dropdown-option-separator {
    height: 1.5em;
    padding: 0;
    display: flex;
    align-items: center; }
  .dropdown-input-filter .dropdown-option-separator-line {
    position: relative;
    border-bottom: 1px dashed currentColor;
    height: 1px;
    width: 100%; }
    .dropdown-input-filter .dropdown-option-separator-line span {
      position: absolute;
      top: -10px;
      left: 50%;
      transform: translateX(-50%);
      background: var(--bg-light);
      padding: 0 4px;
      font-size: 12px;
      letter-spacing: 1px;
      white-space: nowrap; }

.tags-section-wrapper {
  margin: 10px 0;
  width: 100%;
  max-width: 200px; }
  .tags-section-wrapper.non-desktop {
    max-width: none; }

.tags-section {
  width: 100%;
  margin: 15px 0; }
  .tags-section .tags-header {
    display: flex;
    justify-content: space-between; }
    .tags-section .tags-header .tag-header-title {
      font-size: 14px;
      font-weight: 500;
      color: var(--body-color); }
    .tags-section .tags-header .add-tag-form-toggle {
      font-size: 16px; }
      .tags-section .tags-header .add-tag-form-toggle:hover {
        cursor: pointer; }
    .tags-section .tags-header.empty .add-tag-form-toggle {
      visibility: visible; }
    .tags-section .tags-header:hover .tag-vote {
      visibility: visible; }
  .tags-section .item-tags {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .tags-section .item-tags .item-tag {
      box-shadow: var(--box-shadow);
      border-radius: 7px;
      background: var(--bg-light);
      width: 100%;
      display: flex;
      padding: 5px 10px;
      margin: 2px 0;
      font-size: 12px; }
      .tags-section .item-tags .item-tag h1, .tags-section .item-tags .item-tag h2, .tags-section .item-tags .item-tag h3, .tags-section .item-tags .item-tag h4, .tags-section .item-tags .item-tag h5, .tags-section .item-tags .item-tag h6 {
        color: var(--colored-headings-color); }
      .tags-section .item-tags .item-tag .tag-confidence {
        margin-left: auto; }
      .tags-section .item-tags .item-tag .tag-name {
        color: inherit;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
        .tags-section .item-tags .item-tag .tag-name:hover {
          cursor: pointer; }
      .tags-section .item-tags .item-tag .tag-vote-form-widget {
        display: inline-flex; }
      .tags-section .item-tags .item-tag .tag-vote, .tags-section .item-tags .item-tag .tag-report {
        font-size: 16px;
        border-bottom: none !important;
        border-top: none !important;
        background: none;
        display: none; }
      .tags-section .item-tags .item-tag .tag-vote {
        margin-left: 5px; }
      .tags-section .item-tags .item-tag .tag-report {
        margin-right: 5px; }
      .tags-section .item-tags .item-tag .tag-actions {
        display: inline-flex;
        margin-left: auto; }
        .tags-section .item-tags .item-tag .tag-actions:hover {
          cursor: pointer; }
      .tags-section .item-tags .item-tag:hover .tag-vote, .tags-section .item-tags .item-tag:hover .tag-report {
        display: inline-block; }

#tag-vote-popover .arrow::after {
  border-bottom-color: var(--bg-light); }

.tag-vote-popover {
  padding: 0;
  background: var(--bg-light); }
  .tag-vote-popover ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .tag-vote-popover ul li {
      padding: 5px 10px;
      font-size: 14px;
      border: solid 1px var(--bg-light);
      width: 125px; }
      .tag-vote-popover ul li.selected {
        color: #007bff;
        font-weight: 500;
        border-color: #007bff; }
      .tag-vote-popover ul li:hover {
        cursor: pointer;
        background: #ced4da; }
      .tag-vote-popover ul li:last-child {
        padding-bottom: 5px; }

.add-tag-form p, .add-tag-form label, .add-tag-form textarea {
  font-size: 12px; }
  @media (min-width: 373px) {
    .add-tag-form p, .add-tag-form label, .add-tag-form textarea {
      font-size: 14px; } }

.add-tag-form .general-error {
  font-size: 14px; }

.add-tag-form .soft-warning {
  color: var(--medium-alt-gray);
  padding: 0;
  font-size: 12px;
  margin: 10px 0 0 0; }

.add-tag-form .form-check-input[type="checkbox"] {
  margin-top: 8px; }

.add-tag-form .form-group, .add-tag-form .selected-option, .add-tag-form .dropdown-input-filter {
  margin-bottom: 10px; }

.add-tag-form .dropdown-input-filter-input {
  padding: 5px 10px; }

.add-tag-form .dropdown-input-filter .dropdown-options {
  max-height: 350px; }

.add-tag-form .dropdown-input-filter .dropdown-option-inner, .add-tag-form .selected-option {
  padding: 0 20px;
  font-size: 14px; }
  .add-tag-form .dropdown-input-filter .dropdown-option-inner h2, .add-tag-form .selected-option h2 {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 34px; }
  .add-tag-form .dropdown-input-filter .dropdown-option-inner p, .add-tag-form .selected-option p {
    font-size: 12px;
    line-height: 15px;
    white-space: normal; }
    .add-tag-form .dropdown-input-filter .dropdown-option-inner p:empty, .add-tag-form .selected-option p:empty {
      display: none; }

.add-item-tag-form .action-bar .btn {
  font-size: 14px; }

.tag-description-tool-tip .tooltip-inner {
  max-width: 200px;
  font-size: 12px;
  text-align: left;
  padding: 5px 8px; }

.spoiler-tags-toggle, .spoiler-tags-toggle .btn.btn-link {
  display: block;
  width: 100%;
  color: var(--body-color);
  font-size: 12px; }

.tag-search-input.dropdown-input-filter .dropdown-option-inner, .tag-search-input.selected-option {
  padding: 0 20px;
  font-size: 14px; }
  .tag-search-input.dropdown-input-filter .dropdown-option-inner h2, .tag-search-input.selected-option h2 {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 34px; }
  .tag-search-input.dropdown-input-filter .dropdown-option-inner p, .tag-search-input.selected-option p {
    font-size: 12px;
    line-height: 15px; }
    .tag-search-input.dropdown-input-filter .dropdown-option-inner p:empty, .tag-search-input.selected-option p:empty {
      display: none; }

.tag-search-input.selected-option {
  position: relative;
  padding: 5px 20px;
  box-shadow: var(--box-shadow);
  border-radius: 7px;
  background: var(--bg-light); }
  .tag-search-input.selected-option h1, .tag-search-input.selected-option h2, .tag-search-input.selected-option h3, .tag-search-input.selected-option h4, .tag-search-input.selected-option h5, .tag-search-input.selected-option h6 {
    color: var(--colored-headings-color); }
  .tag-search-input.selected-option .remove {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px;
    color: #ced4da; }
    .tag-search-input.selected-option .remove:hover {
      color: #adb5bd;
      cursor: pointer; }

.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: auto; }
  .mobile-filter-modal-wrapper .modal-header {
    align-items: center; }
    .mobile-filter-modal-wrapper .modal-header h5 {
      color: var(--colored-headings-color);
      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; }
  .mobile-filter-modal-wrapper .search-form-contents .filter-section {
    padding: 20px 0;
    border: none; }
    .mobile-filter-modal-wrapper .search-form-contents .filter-section h5, .mobile-filter-modal-wrapper .search-form-contents .filter-section .series-handling label {
      font-size: 16px; }

.search-form-contents {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 5px; }
  .search-form-contents .filter-section {
    padding: 20px 30px;
    border-bottom: solid 1px var(--bg);
    max-width: 400px; }
    @media (min-width: 992px) {
      .search-form-contents .filter-section.not-desktop {
        display: none; } }
    .search-form-contents .filter-section:last-child {
      border-bottom: initial; }
    .search-form-contents .filter-section h5, .search-form-contents .filter-section .series-handling label {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 5px;
      color: var(--colored-headings-color);
      letter-spacing: 0.5px;
      display: flex;
      align-items: center; }
      @media (min-width: 992px) {
        .search-form-contents .filter-section h5, .search-form-contents .filter-section .series-handling label {
          font-size: 13px;
          margin-bottom: 3px; } }
      .search-form-contents .filter-section h5 .material-icons, .search-form-contents .filter-section .series-handling label .material-icons {
        font-size: 16px;
        margin: 0;
        margin-left: 3px; }
        @media (min-width: 992px) {
          .search-form-contents .filter-section h5 .material-icons, .search-form-contents .filter-section .series-handling label .material-icons {
            font-size: 13px; } }
        .search-form-contents .filter-section h5 .material-icons:hover, .search-form-contents .filter-section .series-handling label .material-icons:hover {
          cursor: pointer; }
    .search-form-contents .filter-section input[type="text"] {
      padding: 5px 10px;
      font-size: 14px;
      height: 37px;
      line-height: 37px; }
    .search-form-contents .filter-section input[type="radio"] {
      height: 14px;
      width: 14px; }
    .search-form-contents .filter-section select {
      font-size: 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 input {
        margin-top: 6px; }
        @media (min-width: 992px) {
          .search-form-contents .filter-section .form-check input {
            margin-top: 8px; } }
      .search-form-contents .filter-section .form-check label {
        white-space: nowrap;
        font-size: 14px; }
      .search-form-contents .filter-section .form-check.checked label {
        color: var(--label-selected-color);
        font-weight: 600; }
      .search-form-contents .filter-section .form-check .form-check-input:disabled ~ .form-check-label, .search-form-contents .filter-section .form-check .form-check-input:disabled {
        color: inherit;
        opacity: var(--disabled-opacity); }
        .search-form-contents .filter-section .form-check .form-check-input:disabled ~ .form-check-label:hover, .search-form-contents .filter-section .form-check .form-check-input:disabled:hover {
          cursor: not-allowed; }
    .search-form-contents .filter-section .dropdown-input-filter .dropdown-input-filter-input {
      margin: 5px 0; }
    .search-form-contents .filter-section .filter-options-separator {
      font-style: italic;
      font-size: 12px;
      margin: 10px 0 0px 0;
      display: flex;
      align-items: center; }
      .search-form-contents .filter-section .filter-options-separator .btn {
        font-size: 11px;
        margin-left: auto;
        padding: 0px 6px; }
      .search-form-contents .filter-section .filter-options-separator .material-icons {
        font-size: 11px;
        margin-left: 5px; }
        .search-form-contents .filter-section .filter-options-separator .material-icons:hover {
          cursor: pointer; }
      .search-form-contents .filter-section .filter-options-separator.my-favorites-separator {
        margin-bottom: 3px; }
    .search-form-contents .filter-section .filter-option {
      display: flex;
      align-items: center; }
    .search-form-contents .filter-section .book-provider-tag {
      margin-left: auto; }
    .search-form-contents .filter-section .no-favorites {
      font-size: 12px;
      color: var(--body-color);
      text-align: center;
      border: solid 1px #e9ecef;
      margin-top: 5px; }
      .search-form-contents .filter-section .no-favorites a {
        text-decoration: underline;
        color: inherit; }
        .search-form-contents .filter-section .no-favorites a:hover {
          color: var(--medium-alt-gray); }
  .search-form-contents .location-select {
    max-width: 250px;
    width: 100%;
    font-size: 16px;
    padding: 3px 10px;
    margin: 5px 0; }
    @media (min-width: 576px) {
      .search-form-contents .location-select {
        font-size: 13px; } }
  .search-form-contents .filter-header {
    display: flex;
    flex-direction: column; }
  .search-form-contents .just-watch-attribution {
    display: flex;
    flex-direction: row; }
    .search-form-contents .just-watch-attribution span {
      font-size: 10px;
      margin-top: 3px;
      margin-bottom: 5px;
      white-space: nowrap;
      margin-right: 5px; }
    .search-form-contents .just-watch-attribution a {
      line-height: 1em; }
    .search-form-contents .just-watch-attribution img {
      width: 60px; }
  .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;
      background: var(--min-max-bg);
      border-radius: 7px;
      border-color: var(--min-max-border-color);
      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 .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; } }

.super-filter-option.checked.negative input[type="checkbox"]:checked {
  -webkit-appearance: initial;
  -moz-appearance: initial;
       appearance: initial; }
  .super-filter-option.checked.negative input[type="checkbox"]:checked:after {
    background: #f86464;
    border-color: #f86464;
    content: url("https://d1sbtzet6n43nd.cloudfront.net/subtract.svg");
    color: #fff;
    width: 13px;
    height: 13px;
    display: inline-block; }

.help-popover {
  font-size: 14px; }
  .help-popover p {
    font-size: inherit; }
    .help-popover p:last-child {
      margin-bottom: 0; }

.filter-section.tags .selected-tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px; }
  .filter-section.tags .selected-tags:empty {
    display: none; }

.filter-section.tags .selected-tag {
  margin: 3px;
  background: #e9ecef;
  cursor: pointer;
  font-size: 12px;
  border: solid 1px #ced4da;
  border-radius: 5px;
  padding: 2px 5px; }
  .filter-section.tags .selected-tag.negative {
    background: #f86464;
    border-color: #f86464;
    color: #fff; }

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

.filter-tags {
  margin: 10px 0; }
  .filter-tags .filter-tag {
    display: inline-flex;
    align-items: center;
    background: #e9ecef;
    color: var(--medium-alt-gray);
    font-weight: 500;
    padding: 5px 15px;
    margin: 3px;
    letter-spacing: 0.1px;
    text-transform: capitalize; }
    .filter-tags .filter-tag.no-title-case {
      text-transform: initial; }
    .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; }

.new-ui .filter-tags .filter-tag {
  background: #ced4da;
  color: #343a40; }

.search-page-app-wrapper {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px; }
  .search-page-app-wrapper h1, .search-page-app-wrapper h2, .search-page-app-wrapper h3, .search-page-app-wrapper h4, .search-page-app-wrapper h5, .search-page-app-wrapper h6 {
    color: var(--colored-headings-color); }
  @media (min-width: 576px) {
    .search-page-app-wrapper {
      padding-top: 40px; } }
  @media (min-width: 992px) {
    .search-page-app-wrapper {
      padding-right: 50px;
      padding-left: 50px; } }

.search-page-app {
  width: calc(100% - 10px);
  max-width: 1200px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 0;
  display: flex; }
  .search-page-app .search-app-main-content {
    width: 100%; }
    @media (min-width: 992px) {
      .search-page-app .search-app-main-content {
        width: auto;
        min-height: 1200px;
        min-width: calc(100% - 400px); } }
    .search-page-app .search-app-main-content .results {
      animation: fadeIn 0.3s;
      display: flex;
      flex-wrap: wrap;
      position: relative;
      justify-content: space-around;
      min-height: 50vh; }
      @media (min-width: 992px) {
        .search-page-app .search-app-main-content .results {
          justify-content: flex-start; } }

.search-bar-status {
  height: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: center; }
  @media (min-width: 992px) {
    .search-bar-status {
      margin-top: 20px; } }
  .search-bar-status .meta-results {
    display: inline-flex;
    font-weight: 600;
    font-size: 12px;
    color: var(--colored-headings-color);
    align-items: center; }
    @media (min-width: 373px) {
      .search-bar-status .meta-results {
        font-size: 14px; } }
    .search-bar-status .meta-results.mobile {
      display: flex; }
      @media (min-width: 576px) {
        .search-bar-status .meta-results.mobile {
          display: none; } }
    .search-bar-status .meta-results.desktop {
      display: none; }
      @media (min-width: 576px) {
        .search-bar-status .meta-results.desktop {
          display: flex; } }
    .search-bar-status .meta-results.error {
      color: #f86464; }
  .search-bar-status .spinner-border {
    height: 12px;
    width: 12px;
    margin-left: 5px; }
  .search-bar-status .clear-link {
    margin-left: auto;
    font-size: 12px;
    color: #007bff;
    margin-right: 10px;
    text-decoration: underline; }
    @media (min-width: 373px) {
      .search-bar-status .clear-link {
        font-size: 14px; } }

.left-hand {
  display: none;
  padding-right: 60px; }
  @media (min-width: 992px) {
    .left-hand {
      display: block; } }

.search-form {
  box-shadow: var(--box-shadow);
  border-radius: 7px;
  background: var(--bg-light);
  padding: 0;
  width: 100%; }
  .search-form h1, .search-form h2, .search-form h3, .search-form h4, .search-form h5, .search-form h6 {
    color: var(--colored-headings-color); }

.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: var(--disabled-opacity); }

.search-form-contents .sorting-filter-section {
  display: block; }
  @media (min-width: 992px) {
    .search-form-contents .sorting-filter-section {
      display: none; } }
  .search-form-contents .sorting-filter-section select {
    width: 100%;
    border-radius: 5px;
    background: #e9ecef; }

.search-form-contents .series-handling-wrapper {
  margin-left: 0;
  display: block;
  margin-top: 10px; }
  @media (min-width: 992px) {
    .search-form-contents .series-handling-wrapper {
      display: none; } }

.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: var(--medium-alt-gray);
  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-title, .mobile-title {
  position: relative; }

.no-results-wrapper {
  text-align: center;
  margin: 10px 0;
  margin-top: 30px; }
  .no-results-wrapper p, .no-results-wrapper button, .no-results-wrapper a {
    font-size: inherit; }
  .no-results-wrapper .no-results {
    color: var(--medium-alt-gray);
    font-weight: 500; }

.search-header {
  display: none;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 10px; }
  @media (min-width: 992px) {
    .search-header {
      display: flex; } }
  .search-header .search-title {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    padding-right: 60px; }
  .search-header .search-header-group {
    display: flex;
    font-size: 14px;
    margin: 10px 0;
    margin-right: 5px;
    align-items: center; }
    .search-header .search-header-group label {
      margin-bottom: 0px;
      margin-right: 10px;
      text-transform: capitalize;
      font-size: 14px;
      font-weight: 600;
      color: var(--colored-headings-color);
      letter-spacing: 0.2px; }
    .search-header .search-header-group .form-control {
      width: 150px;
      font-size: 16px;
      height: auto;
      margin-bottom: 2px;
      text-transform: lowercase; }
    .search-header .search-header-group select {
      background: #f8f9fa;
      border-color: #dee2e6;
      -webkit-appearence: none;
      color: var(--body-color);
      font-size: 16px;
      padding: 1px 10px;
      border-radius: 20px; }
      .search-header .search-header-group select:hover {
        background: #e9ecef;
        cursor: pointer; }
    .search-header .search-header-group input[type="text"] {
      color: var(--body-color);
      font-size: 14px;
      padding: 5px 10px;
      height: 37px;
      line-height: 37px;
      margin-bottom: 0;
      width: 150px; }
      @media (min-width: 576px) {
        .search-header .search-header-group input[type="text"] {
          width: 200px; } }
      @media (min-width: 992px) {
        .search-header .search-header-group input[type="text"] {
          width: 250px; } }

.mobile-search-header {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  align-items: center; }
  @media (min-width: 992px) {
    .mobile-search-header {
      display: none; } }
  .mobile-search-header .mobile-title {
    display: inline-block;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700; }
  .mobile-search-header .blank-div {
    width: 85px; }
  .mobile-search-header .mobile-filters-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 0;
    color: #007bff;
    font-weight: 600;
    background: transparent;
    border: none;
    border-radius: 6px;
    width: 40px; }
    .mobile-search-header .mobile-filters-button .material-icons {
      font-size: 20px;
      margin-right: 0; }

.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: auto; }
  .mobile-filter-modal-wrapper .modal-header {
    align-items: center; }
    .mobile-filter-modal-wrapper .modal-header h5 {
      color: var(--colored-headings-color);
      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; }
  .mobile-filter-modal-wrapper .search-form {
    box-shadow: none;
    border: none; }
  .mobile-filter-modal-wrapper .search-form-contents .filter-section {
    padding: 15px 0;
    border: none; }
    .mobile-filter-modal-wrapper .search-form-contents .filter-section h5, .mobile-filter-modal-wrapper .search-form-contents .filter-section .series-handling label {
      font-size: 16px; }

.nt-badge {
  background: var(--light-border-color);
  color: var(--body-color);
  font-weight: 500;
  font-size: 12px;
  opacity: 0.7;
  display: inline-block;
  border-radius: 3px;
  padding: 3px 10px;
  white-space: nowrap; }
  .nt-badge[class*="outline-"] {
    background: transparent;
    border: solid 1px currentColor; }
  .nt-badge.outline-primary {
    color: #007bff; }
  .nt-badge.outline-normal {
    color: var(--body-color); }

.nt-badge-list {
  display: flex;
  flex-wrap: wrap; }
  .nt-badge-list .nt-badge {
    margin: 0 5px 5px 0; }

.favorite-wrapper {
  display: inline-flex;
  align-items: center;
  margin-right: 8px; }
  .favorite-wrapper .favorite-count {
    margin-right: 3px; }
  .favorite-wrapper.reverse {
    flex-direction: row-reverse; }
    .favorite-wrapper.reverse .favorite-count {
      margin-left: 3px;
      margin-right: 0; }

.favorite.favorite-active {
  color: #f86464; }
  .favorite.favorite-active.disabled, .favorite.favorite-active.series-favorited {
    opacity: 0.3; }

.favorite.disabled {
  opacity: 0.3; }
  .favorite.disabled:hover {
    cursor: not-allowed; }

.favorite.favorite-inactive {
  color: #adb5bd; }

.favorite:hover {
  cursor: pointer; }

.favorite-error-popup {
  width: 255px;
  padding: 0; }
  .favorite-error-popup .favorite-error-popup-content {
    padding: 0; }
  .favorite-error-popup .alert {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 16px;
    padding: 5px 10px; }

.series-favorited-tooltip .tooltip-inner {
  max-width: 150px; }

body .markdown {
  line-height: 1.5; }
  body .markdown > div > *:first-child {
    margin-top: 0; }
  body .markdown > div > h3:first-child {
    margin-top: 5px; }
  body .markdown > div > *:last-child {
    margin-bottom: 0; }
  body .markdown h3 {
    text-align: left;
    display: block;
    width: 100%;
    font-size: 1em;
    text-transform: initial;
    margin: 1.3em 0;
    line-height: 1; }
  body .markdown h3, body .markdown strong {
    font-weight: 700;
    color: var(--colored-headings-color); }
  body .markdown p {
    margin: 1em 0;
    font-size: 1em; }
    body .markdown p:last-child {
      padding-bottom: 0; }
  body .markdown p:last-child, body .markdown a:last-child, body .markdown ul:last-child, body .markdown ol:last-child, body .markdown li:last-child, body .markdown h3:last-child, body .markdown blockquote:last-child {
    margin-bottom: 0; }
  body .markdown td, body .markdown th {
    padding: 5px 8px; }
  body .markdown th {
    border-bottom: solid 2px #ced4da;
    font-weight: 600; }
  body .markdown td {
    border-bottom: solid 1px #ced4da; }
  body .markdown .spoiler {
    display: inline; }
    body .markdown .spoiler:hover {
      cursor: pointer !important; }
    body .markdown .spoiler.spoiler-hidden {
      color: transparent !important;
      text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.8) !important; }
      body .markdown .spoiler.spoiler-hidden p, body .markdown .spoiler.spoiler-hidden a, body .markdown .spoiler.spoiler-hidden ul, body .markdown .spoiler.spoiler-hidden ol, body .markdown .spoiler.spoiler-hidden li, body .markdown .spoiler.spoiler-hidden h3, body .markdown .spoiler.spoiler-hidden blockquote {
        color: inherit;
        text-shadow: inherit; }
      body .markdown .spoiler.spoiler-hidden:hover {
        text-shadow: 0 0 7px rgba(0, 0, 0, 0.4) !important; }
    body .markdown .spoiler.revealed {
      color: inherit;
      text-shadow: none; }
  body .markdown blockquote {
    background: #dee2e6;
    border-left: solid 5px #ced4da;
    padding: 12px; }
  body .markdown ul, body .markdown ol {
    padding: 0 0 0 50px;
    margin-bottom: 0.5em; }
  body .markdown li {
    padding-left: 10px;
    margin-bottom: 0.5em; }
    body .markdown li:last-child {
      margin-bottom: 0; }

body .markdown-input-wrapper {
  display: flex;
  flex-direction: column; }
  body .markdown-input-wrapper .markdown-section {
    display: flex; }
  body .markdown-input-wrapper .markdown-header-section.markdown-bar-sticky {
    position: absolute;
    top: 0px;
    z-index: 1000;
    background: #fcfaf9;
    padding: 10px 0 0 0;
    width: calc(100% - 32px); }
    @media (min-width: 576px) {
      body .markdown-input-wrapper .markdown-header-section.markdown-bar-sticky {
        width: calc(100% - 50px); } }
  body .markdown-input-wrapper .markdown-left-hand-side, body .markdown-input-wrapper .markdown-right-hand-side {
    display: block;
    width: calc(100%);
    height: 100%; }
  body .markdown-input-wrapper .markdown-left-hand-side {
    position: relative; }
    body .markdown-input-wrapper .markdown-left-hand-side textarea {
      overflow: hidden; }
  body .markdown-input-wrapper.view-type-input .markdown-right-hand-side {
    display: none; }
  body .markdown-input-wrapper.view-type-preview .markdown-left-hand-side {
    display: none; }
  @media (min-width: 992px) {
    body .markdown-input-wrapper.view-type-input .markdown-left-hand-side, body .markdown-input-wrapper.view-type-input .markdown-right-hand-side, body .markdown-input-wrapper.view-type-preview .markdown-left-hand-side, body .markdown-input-wrapper.view-type-preview .markdown-right-hand-side {
      display: block;
      width: calc(50% - 10px); } }
  body .markdown-input-wrapper .message-expander {
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 3px 4px;
    font-size: 18px; }
  body .markdown-input-wrapper textarea {
    box-shadow: var(--box-shadow);
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    padding-top: 30px;
    border-radius: 10px;
    border: solid 1px #dee2e6;
    outline: none; }
  body .markdown-input-wrapper .markdown {
    padding: 20px;
    border-radius: 10px;
    border: solid 1px #dee2e6;
    background: var(--bg);
    padding-top: 30px;
    min-height: 315px; }
  body .markdown-input-wrapper .preview-header {
    padding-bottom: 5px;
    font-size: 1rem;
    color: var(--colored-headings-color);
    margin-bottom: 2px;
    display: flex;
    height: 27px; }
    @media (min-width: 576px) {
      body .markdown-input-wrapper .preview-header {
        height: 33px; } }
    body .markdown-input-wrapper .preview-header h3 {
      margin-bottom: 0;
      font-size: inherit;
      display: none; }
      @media (min-width: 992px) {
        body .markdown-input-wrapper .preview-header h3 {
          display: block; } }
    body .markdown-input-wrapper .preview-header .input-button {
      width: auto;
      margin-left: auto;
      display: inline-flex;
      align-items: center;
      padding: 3px 5px; }
      body .markdown-input-wrapper .preview-header .input-button .material-icons {
        font-size: 0.8em;
        margin-right: 2px; }
      body .markdown-input-wrapper .preview-header .input-button .btn-text {
        font-size: 14px; }
      @media (min-width: 992px) {
        body .markdown-input-wrapper .preview-header .input-button {
          display: none; } }
  body .markdown-input-wrapper .markdown {
    padding: 20px;
    border-radius: 10px;
    border: solid 1px #dee2e6;
    background: var(--bg);
    padding-top: 30px;
    min-height: 315px; }
  body .markdown-input-wrapper .actions-bar {
    display: flex;
    margin-bottom: 0;
    overflow-x: auto;
    justify-content: flex-start; }
    body .markdown-input-wrapper .actions-bar .btn {
      border-radius: 3px;
      padding: 2px 5px;
      width: 30px;
      font-size: 16px;
      white-space: nowrap;
      margin-bottom: 3px;
      justify-content: left; }
      @media (min-width: 576px) {
        body .markdown-input-wrapper .actions-bar .btn {
          width: 40px;
          font-size: initial; } }
      body .markdown-input-wrapper .actions-bar .btn.spoiler-button, body .markdown-input-wrapper .actions-bar .btn.preview-button {
        width: auto;
        display: inline-flex;
        align-items: center; }
        body .markdown-input-wrapper .actions-bar .btn.spoiler-button .material-icons, body .markdown-input-wrapper .actions-bar .btn.preview-button .material-icons {
          font-size: inherit;
          margin-right: 3px; }
        body .markdown-input-wrapper .actions-bar .btn.spoiler-button .btn-text, body .markdown-input-wrapper .actions-bar .btn.preview-button .btn-text {
          font-size: 12px; }
          @media (min-width: 576px) {
            body .markdown-input-wrapper .actions-bar .btn.spoiler-button .btn-text, body .markdown-input-wrapper .actions-bar .btn.preview-button .btn-text {
              font-size: 14px; } }
      body .markdown-input-wrapper .actions-bar .btn.preview-button {
        margin-left: 0;
        padding: 2px 8px;
        order: -1; }
        @media (min-width: 412px) {
          body .markdown-input-wrapper .actions-bar .btn.preview-button {
            margin-left: auto;
            order: 10; } }
        @media (min-width: 992px) {
          body .markdown-input-wrapper .actions-bar .btn.preview-button {
            display: none; } }

.user-icon {
  display: inline-flex;
  width: 27px;
  height: 27px;
  align-items: center;
  justify-content: center;
  border-radius: 50%; }
  .user-icon .user-thumbnail {
    border-radius: 50%;
    width: 25px;
    height: 25px; }
  .user-icon .user-icon-text {
    border: solid 1px var(--body-color);
    text-align: center;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 25px;
    display: inline-block; }
    .user-icon .user-icon-text:hover {
      cursor: default; }

.user-icon-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .user-icon-list .user-icon {
    margin: 0 4px 4px 0; }
  .user-icon-list.w-remove .user-icon {
    margin: 0 4px 4px 0;
    position: relative; }
    .user-icon-list.w-remove .user-icon .remove-icon {
      position: absolute;
      top: -4px;
      right: -4px;
      z-index: 100;
      background: var(--bg);
      border-radius: 50%;
      width: 12px;
      height: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 10px;
      color: var(--body-color);
      cursor: pointer; }
      .user-icon-list.w-remove .user-icon .remove-icon:hover {
        background: #f86464;
        color: white; }

.nt-list-user {
  display: inline-flex;
  align-items: center; }
  .nt-list-user a {
    margin: 0 3px; }
  .nt-list-user .material-icons {
    font-size: inherit; }

.nt-list-as-item {
  display: inline-flex;
  flex-direction: column;
  width: 250px;
  max-width: 100%;
  font-size: 14px;
  margin: 25px 8px; }
  .nt-list-as-item .nt-list-image {
    margin-bottom: 5px;
    width: 100%; }
    .nt-list-as-item .nt-list-image img {
      box-shadow: var(--box-shadow);
      width: 100%;
      height: auto;
      border-radius: 5px;
      background: #ced4da;
      min-height: 50px; }
  .nt-list-as-item .nt-list-title {
    font-size: 16px; }
  .nt-list-as-item .nt-list-text-content {
    padding: 3px; }
  .nt-list-as-item .tags {
    display: flex;
    align-items: center; }
    .nt-list-as-item .tags .material-icons {
      font-size: 20px;
      margin-left: 3px;
      color: var(--body-color); }
  .nt-list-as-item a:hover {
    text-decoration: none; }
  .nt-list-as-item .nt-list-meta-row {
    display: flex;
    align-items: center; }
    .nt-list-as-item .nt-list-meta-row > div {
      margin-right: 10px; }
      .nt-list-as-item .nt-list-meta-row > div:last-child {
        margin-right: 0; }

.list-as-item-tool-tip {
  opacity: 1 !important; }
  .list-as-item-tool-tip .arrow {
    color: var(--light-border-color); }
    .list-as-item-tool-tip .arrow::before {
      border-bottom-color: var(--light-border-color); }
  .list-as-item-tool-tip .tooltip-inner {
    background: var(--light-border-color);
    color: var(--body-color);
    opacity: 1; }
    .list-as-item-tool-tip .tooltip-inner ul {
      list-style-type: none;
      padding: 0;
      margin: 0;
      font-size: 12px; }
      .list-as-item-tool-tip .tooltip-inner ul li {
        background: var(--light-border-color);
        color: var(--body-color);
        font-weight: 500;
        font-size: 12px;
        opacity: 0.7;
        text-align: left; }

.mobile-search-header, .search-header {
  justify-content: flex-start; }
  .mobile-search-header .create-list-button, .search-header .create-list-button {
    margin-left: auto; }

.mobile-search-header .create-list-button {
  font-size: 10px; }

.search-header .create-list-button {
  font-size: 14px; }

.no-results-wrapper {
  font-size: 14px; }

.nt-list-search-page-app.search-page-app {
  max-width: 1600px; }
