.font-monospace {
  font-family: "Courier New", "Monaco", monospace;
}

.font-body {
  font-family: Arial, sans-serif;
}

.font-body-serif {
  font-family: Georgia, Times, "Times New Roman", serif;
}

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

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

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

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

.text-bold {
  font-weight: bold;
}

.text-white {
  color: #fff !important;
}

.text-red {
  color: #FC5F42 !important;
}

.text-orange {
  color: #FCB542 !important;
}

.text-yellow {
  color: #FCE342 !important;
}

.text-green {
  color: #30B95E !important;
}

.text-blue {
  color: #4FC1E9 !important;
}

.text-purple {
  color: #AC92EC !important;
}

.text-pink {
  color: #EC87C0 !important;
}

.text-gray {
  color: #495057 !important;
}

.text-black {
  color: #000 !important;
}

.text-primary {
  color: #212529 !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-tertiary {
  color: #888 !important;
}

.text-success {
  color: #0A8554 !important;
}

.text-danger {
  color: #DD3232 !important;
}

.text-warning {
  color: #fdcb6e !important;
}

.text-dark {
  color: #000 !important;
}

.text-light {
  color: #fff !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-disabled {
  color: #999 !important;
}

.text-link {
  color: #0645AD !important;
}

.text-link-visited {
  color: #7b167b !important;
}

.bg-primary {
  background-color: #fafafa !important;
}

.bg-secondary {
  background-color: #fff !important;
}

.bg-tertiary {
  background-color: #f0f0f0 !important;
}

.bg-quaternary {
  background-color: #f5f5f5 !important;
}

.bg-dark {
  background-color: #313131 !important;
}

.bg-success {
  background-color: #0A8554 !important;
}

.bg-success-light {
  background-color: #30B95E !important;
}

.bg-danger {
  background-color: #DD3232 !important;
}

.bg-warning {
  background-color: #fdcb6e !important;
}

.bg-info {
  background-color: #0A73EB !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-red {
  background-color: #FC5F42 !important;
}

.bg-orange {
  background-color: #FCB542 !important;
}

.bg-yellow {
  background-color: #FCE342 !important;
}

.bg-green {
  background-color: #30B95E !important;
}

.bg-blue {
  background-color: #4FC1E9 !important;
}

.bg-purple {
  background-color: #AC92EC !important;
}

.bg-pink {
  background-color: #EC87C0 !important;
}

.bg-gray {
  background-color: #495057 !important;
}

.bg-lightgray {
  background-color: #adb5bd !important;
}

.bg-black {
  background-color: #000 !important;
}

.border-color-white {
  border-color: #fff !important;
}

.border-color-red {
  border-color: #FC5F42 !important;
}

.border-color-orange {
  border-color: #FCB542 !important;
}

.border-color-yellow {
  border-color: #FCE342 !important;
}

.border-color-green {
  border-color: #30B95E !important;
}

.border-color-blue {
  border-color: #4FC1E9 !important;
}

.border-color-purple {
  border-color: #AC92EC !important;
}

.border-color-pink {
  border-color: #EC87C0 !important;
}

.border-color-gray {
  border-color: #495057 !important;
}

.border-color-black {
  border-color: #000 !important;
}

.border-color-primary {
  border-color: #212529 !important;
}

.border-color-secondary {
  border-color: #6c757d !important;
}

.border-color-tertiary {
  border-color: #888 !important;
}

.border-color-success {
  border-color: #0A8554 !important;
}

.border-color-danger {
  border-color: #DD3232 !important;
}

.border-color-warning {
  border-color: #fdcb6e !important;
}

.border-color-dark {
  border-color: #000 !important;
}

.border-color-light {
  border-color: #fff !important;
}

.border-color-muted {
  border-color: #6c757d !important;
}

.border-color-disabled {
  border-color: #999 !important;
}

.border-color-link {
  border-color: #0645AD !important;
}

.border-color-link-visited {
  border-color: #7b167b !important;
}

.se_wrap {
  color: #212529;
}

.se_title {
  margin: 0;
  margin-bottom: 16px;
  text-align: center;
}

.se_tag_description {
  font-size: 0.8em;
  margin-bottom: 16px;
}

.se_hr {
  border-bottom: 1px solid #e8e8e8;
  margin-top: 16px;
  margin-bottom: 16px;
}

.search_card_input {
  margin: 16px 0;
  font-size: 0.64em;
}

.se_search-input,
.se_search-button {
  padding: 7px;
  line-height: normal;
  border: 1px solid #e8e8e8;
  font-size: 0.8em;
  -webkit-appearance: none;
}

.se_search-input-wrap {
  overflow: hidden;
}

.se_search-input {
  border-radius: 3px 0 0 3px;
  display: block;
  width: 100%;
}

.se_search-button {
  border-radius: 0 3px 3px 0;
  float: right;
  background-color: #f0f0f0;
  font-variant: all-small-caps;
  color: #212529;
  border-left: 1px solid transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.se_search-input:focus {
  border-color: #0e6abb;
}

.se_meta-info {
  padding-bottom: 16px;
  font-size: 0.64em;
  color: #6c757d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.se_meta-result-count {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 8px;
}

.se_meta-sort-order {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 8px;
}

.se_meta-sort-order-selected {
  font-weight: bold;
  color: #212529;
}

.se_meta-sort-order-item:link,
.se_meta-sort-order-item:visited {
  color: inherit !important;
}

.se_meta-selected-filters {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.se_meta-filter {
  display: inline-block;
  vertical-align: middle;
  border-radius: 9999px;
  padding: 0.25em 0.75em;
  text-decoration: none !important;
  font-size: 0.8em;
  font-weight: bold;
  font-family: Arial, sans-serif;
  margin-right: 4px;
  margin-bottom: 4px;
  line-height: 1.8;
  background-color: #0e6abb;
  color: #fff !important;
}

.se_meta-filter-text,
.se_meta-filter-close {
  display: inline-block;
  vertical-align: middle;
}

.se_meta-filter-close {
  margin-left: 6px;
  color: #0e6abb;
  border-radius: 9999px;
  width: 1em;
  line-height: 1;
  font-size: 0.8em;
  background-color: #fff;
  text-align: center;
}

.se_meta-filter:hover {
  background-color: #DC3545;
}

.se_meta-filter:hover .se_meta-filter-close {
  color: #DC3545;
}

.se_add-filter-icon {
  float: right;
  display: none;
  width: 1em;
  text-align: center;
}

.se_filters-wrap {
  border-radius: 3px;
  overflow: hidden;
  margin: 0;
  /*
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.20);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.20);
  */
}

.se_filters-title {
  background-color: #0e6abb;
  color: #fff;
  padding: 16px;
}

.se_filters-list-wrap {
  background-color: #eaf3fb;
  border: 3px solid #0e6abb;
  border-top: 0;
  max-height: 999999px;
  -webkit-transition: max-height 0.2s cubic-bezier(0.4, 0, 1, 1);
  transition: max-height 0.2s cubic-bezier(0.4, 0, 1, 1);
}

.se_filters-list-hidden {
  max-height: 0px;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.se_filters-list {
  padding: 16px;
  padding-right: 0;
  padding-bottom: 0;
}

.se_filter-section {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 16px;
  padding-bottom: 16px;
  font-size: 0.8em;
}

.se_filter-section-title {
  font-weight: bold;
  font-size: 1.25em;
  margin-bottom: 8px;
}

.se_tag {
  padding: 6px 0;
}

.se_tag__disabled {
  color: #999;
}

.se_tag__count {
  color: #6c757d;
  font-size: 0.64em;
  font-weight: normal;
}

.se_tag a:visited,
.se_tag a:link {
  color: #0e6abb !important;
}

.se_tag-icon {
  text-align: left;
  width: 10px;
  display: inline-block;
  vertical-align: baseline;
}

.se_tag_selected {
  font-weight: bold;
}

.se_tag_children {
  margin-left: 10px;
}

.se_results-wrap {
  margin: 0;
}

.se_result {
  margin: 32px 0;
  clear: both;
  overflow: hidden;
}

.se_result-image {
  float: left;
  text-align: center;
  width: 100px;
  height: 100px;
  margin-right: 16px;
}

.se_result-image a {
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
  position: relative;
  display: block;
  text-align: center;
}

.se_result-image .se_result-img {
  max-width: 98px;
  max-height: 98px;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.se_result-image .no-img {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="457" height="457"><path fill="rgb(119, 119, 119)" d="M422 207l-86 86a121 121 0 01-190-25l40-39 6-5c3 10 8 19 15 26 24 24 62 24 86 0l86-86a61 61 0 00-86-86l-31 31c-24-10-51-12-77-8l65-65a121 121 0 01172 171zM195 348l-31 31a61 61 0 01-86-86l86-86c24-24 62-24 86 0 7 7 12 16 15 26l6-4 40-40c-5-9-11-17-18-25-48-47-124-47-172 0l-85 86a121 121 0 00171 172l65-65c-26 3-53 1-77-9z"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.se_result-membersonly-desc {
  margin-top: 1rem;
  font-size: 0.8em;
  font-style: italic;
}

.se_result-membersonly-star {
  color: #e3c260;
  font-style: normal;
}

.se_result-text {
  margin-left: 116px;
}

.se_result-url {
  display: none;
  color: #6c757d;
  font-size: 0.64em;
  word-break: break-all;
}

.se_result-url a:link,
.se_result-url a:visited {
  color: inherit !important;
}

.se_result-url:hover {
  color: #000;
}

.se_result-title {
  line-height: 1.2;
  padding-bottom: 2px;
  word-break: break-word;
}

.se_result-desc {
  color: #212529;
  font-size: 0.64em;
}

/* PAGINATION */
.se_pagination {
  font-size: 0.8em;
  color: #6c757d;
  width: 100%;
}

.search_desktop_only {
  display: none;
}

/* Desktop layout */
@media (min-width: 720px) and (min-height: 500px) {
  .search_desktop_only {
    display: initial;
  }

  .search_mobile_only {
    display: none;
  }

  .se_tag_description {
    margin-left: 16px;
    margin-right: 16px;
  }

  .search_card_input {
    margin: 16px;
  }

  /* META INFO */
  .se_meta-info {
    border-bottom: 1px solid #e8e8e8;
    display: block;
    padding: 16px;
    padding-top: 0;
  }

  .se_meta-result-count {
    width: 50%;
  }

  .se_meta-sort-order {
    text-align: right;
    width: 50%;
  }

  .se_meta-result-count,
.se_meta-sort-order {
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }

  .se_meta-selected-filters {
    margin-top: 16px;
  }

  /* FILTER INFO */
  .se_filters-list-hidden {
    max-height: none;
  }

  .se_filters-wrap {
    float: left;
    width: 200px;
    margin-right: -1px;
    border-right: 1px solid #e8e8e8;
    padding: 16px;
  }

  .se_filters-title {
    background-color: transparent;
    color: #6c757d;
    padding: 0;
    margin-bottom: 16px;
  }

  .se_filters-list-wrap {
    background-color: transparent;
    border: 0;
  }

  .se_filters-list {
    padding: 0;
  }

  .se_filter-section {
    display: block;
    padding: 0;
    width: auto;
    margin-bottom: 16px;
  }

  .se_tag {
    padding: 0;
    margin-bottom: 8px;
    line-height: 1.2;
    font-size: 0.8em;
  }

  /* RESULT */
  .se_results-wrap {
    overflow: hidden;
    margin: 16px;
    padding: 16px;
    padding-top: 0;
    border-left: 1px solid #e8e8e8;
  }

  .se_result {
    margin-top: 0;
  }

  .se_result-image {
    width: 160px;
    height: 120px;
  }

  .se_result-image .se_result-img {
    max-width: 158px;
    max-height: 118px;
  }

  .se_result-text {
    margin-left: 176px;
  }

  .se_result-url {
    display: block;
  }
}
