/* stylelint-disable max-nesting-depth */
.swal2-confirm-custom {
  color: rgba(0, 0, 0, 0.7) !important;
  background-color: #fbff00 !important;
}

.swal2-image {
  margin-top: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.colored-toast.swal2-icon-success {
  background-color: #3fc3ee !important;
}

.colored-toast .swal2-title {
  color: white;
}

/* stylelint-disable max-nesting-depth */
.tabs .c_filter_tab_list {
  border-bottom: none;
}
.tabs .c_filter_tab_list_item {
  width: 90px;
  border-top: 3px solid transparent;
}
.tabs .c_filter_tab_list_item_link {
  border-bottom: none;
}
.tabs .c_filter_tab_list_item.is-active {
  font-weight: bold;
  color: #4a4a4a;
  border-top: 3px solid #4a4a4a;
}
.tabs .c_filter_tab_list_item.is-active .c_filter_tab_list_item_link {
  color: #4a4a4a;
}

.image_posts_includes_image_post_list_fixed_pin_mark {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 1;
  display: flex;
}
.image_posts_includes_image_post_list_fixed_pin_mark_icon {
  width: 19px;
  height: 19px;
}

.image_posts_includes_image_post_list_multi_files_mark {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 1;
  display: flex;
  gap: 2px;
  align-items: center;
  padding: 0 6px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.image_posts_includes_image_post_list_multi_files_mark_icon {
  width: 10px;
  height: 10px;
  margin-top: 1px;
}
.image_posts_includes_image_post_list_multi_files_mark_count {
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
}

.tabs .search_index_tab_list_item.is-active .search_index_tab_list_item_link {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
