@charset "UTF-8";
ion-modal.with-filters .color {
  height: 10px;
  width: 10px;
  border-radius: 2px;
  margin-left: 10px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
ion-modal.with-filters .option-wrapper:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
ion-modal.with-filters .option-wrapper .option {
  height: 35px;
  font-size: 13px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.8);
}
ion-modal.with-filters .option-wrapper .option:hover {
  color: black;
}
ion-modal.with-filters .option-wrapper .option span {
  width: 100%;
  display: flex;
  align-items: center;
}
ion-modal.with-filters .option-wrapper category-title {
  padding: 25px 15px;
}

ftb-searchable-content-stories ftb-searchable-content {
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  padding-bottom: 5px !important;
  width: calc(100% - 40px);
  max-width: 400px;
  border-radius: 20px;
  background: white;
}
ftb-searchable-content-stories ftb-searchable-content .ftb-searchable-content__search-line {
  height: 30px;
}
ftb-searchable-content-stories ftb-searchable-content .input-wrapper {
  border: none;
  outline: none;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  height: 30px;
  width: 100%;
  background: #f0f0f0;
  border-radius: 10px;
}
ftb-searchable-content-stories ftb-searchable-content .input-wrapper input {
  background: transparent;
  border: none;
  outline: none;
  margin: 0;
}
ftb-searchable-content-stories ftb-searchable-content .input-wrapper ftb-spinner {
  --size: 5px;
  --color: cornflowerblue;
  right: 20px;
}
ftb-searchable-content-stories ftb-searchable-content .input-wrapper .category-wrapper {
  margin-left: 2px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
ftb-searchable-content-stories ftb-searchable-content .input-wrapper .category-wrapper:before {
  display: block;
  content: " ";
  width: 1px;
  height: 14px;
  background: rgba(0, 0, 0, 0.1);
}
ftb-searchable-content-stories ftb-searchable-content .input-wrapper .category-background {
  color: #000001;
  font-size: 12px;
  text-transform: lowercase !important;
  padding: 0 10px;
}
ftb-searchable-content-stories ftb-searchable-content .input-wrapper .category-background ftb-icon {
  margin-top: 3px;
  fill: #000001;
}
ftb-searchable-content-stories ftb-searchable-content .input-wrapper .category-background span {
  display: flex;
  align-items: center;
}
ftb-searchable-content-stories ftb-searchable-content .search-icon {
  height: 14px;
  width: 14px;
  top: 8px;
  left: 10px;
}
ftb-searchable-content-stories ftb-searchable-content .filter-icon {
  height: 14px;
  width: 14px;
  top: 8px;
  right: 10px;
}
ftb-searchable-content-stories ftb-searchable-content .filter-icon.active {
  fill: #6498ed !important;
}
ftb-searchable-content-stories ftb-searchable-content .options {
  background: white;
  border-radius: 10px;
  padding: 5px 10px;
  top: 42px;
  right: -2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  width: 200px;
  z-index: 2;
  opacity: 0;
  user-select: none;
}
ftb-searchable-content-stories ftb-searchable-content .options.open {
  user-select: auto;
  opacity: 1;
}
ftb-searchable-content-stories ftb-searchable-content .options:before {
  display: block;
  content: "▲";
  font-size: 24px;
  color: white;
  position: absolute;
  top: -43px;
  right: 50%;
  transform: scaleX(1.2) translateY(50%);
  text-shadow: 0 -1px 2px rgba(0, 0, 0, 0.3), 0px -5px 5px rgba(0, 0, 0, 0.1);
  z-index: -1;
}
ftb-searchable-content-stories ftb-searchable-content .options:nth-last-of-type {
  opacity: 0.1 !important;
}
ftb-searchable-content-stories ftb-searchable-content .options:nth-last-of-type:before {
  right: 10px !important;
}
ftb-searchable-content-stories ftb-searchable-content .options .option-wrapper:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
ftb-searchable-content-stories ftb-searchable-content .options .option-wrapper .option {
  height: 35px;
  font-size: 13px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.8);
}
ftb-searchable-content-stories ftb-searchable-content .options .option-wrapper .option:hover {
  color: black;
}
ftb-searchable-content-stories ftb-searchable-content .options .option-wrapper .option span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
ftb-searchable-content-stories ftb-searchable-content .ftb-searchable-content__content {
  margin-top: 10px;
  max-height: 145px;
  overflow-y: auto;
}
ftb-searchable-content-stories ftb-searchable-content .ftb-searchable-content__content .row {
  font-size: 14px;
  height: 35px;
  display: flex;
  align-items: center;
}
ftb-searchable-content-stories ftb-searchable-content .ftb-searchable-content__content .row:not(:last-of-type) {
  border-bottom: 1px solid #f0f0f0;
}
ftb-searchable-content-stories .color {
  height: 10px;
  width: 10px;
  border-radius: 2px;
  margin-left: 10px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
ftb-searchable-content-stories .options-container.mobile {
  background: white;
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
}
ftb-searchable-content-stories .options-container.mobile .option {
  display: flex;
  align-items: center;
}