.onerilenkonular {
  position: sticky;
  top: 92px;
}

.mobil-bg {
  background: none;
  display: inline-table;
}

@media (max-width: 576px) {
  .mobil-bg a {
    color: var(--color-surface-white);
    border: 1px solid var(--color-surface-white);
  }

  .mobil-bg a:hover {
    color: var(--color-just-black);
    background: var(--color-surface-white);
    border: 1px solid var(--color-surface-white);
    box-shadow: 1px 2px 16px var(--color-surface-white);
  }
}

.suggestions-container {
  position: absolute !important;
  right: 1px;

  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 98;
  max-height: 200px;
  overflow-y: auto;
  border-radius: 10px;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .suggestions-container {
    width: 95% !important;
    left: 13px !important;
    right: 0px !important;
  }

  .input-container-none {
    display: none !important;
  }

  .input-container {
    position: relative;
    width: 100%;
  }

  .inputMangos {
    width: 100%;
    padding-right: 40px;
    /* Adjust as needed to fit the icons */
  }

  .input-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    cursor: pointer;
  }

  #clearIcon {
    right: 30px;
  }

  .sm-clear-icon {
    right: 16px !important;
    top: 21px !important;
  }
}

.search-icon {
  position: absolute;
  right: 15px;
  top: 20px;
  transform: translateY(-50%);
  color: #6a5acd;
  pointer-events: none;
  padding-right: 10px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .search-icon {
    position: absolute;
    right: 15px;
    top: 20px;
    transform: translateY(-50%);
    color: #6a5acd;
    pointer-events: none;
  }
}

.inputMangos[type="search"] {
  font-size: 13px;
}

.inputMangos {
  width: 100%;
  background-color: transparent;
  color: #242424;
  padding: 0.15rem 1.5rem;
  min-height: 30px;
  border-radius: 0.375rem;
  outline: none;
  border: none;
  line-height: 1.15;
  box-shadow: 0px 10px 20px -18px;
  margin-bottom: 15px;
  border: 1px solid var(--color-just-black) !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.clear-icon {
  position: absolute;
  right: 15px;
  top: 20px;
  transform: translateY(-50%);
  color: #6a5acd;
  padding-right: 10px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.sm-clear-icon {
  position: absolute;
  right: 91px;
  top: 172px;
  transform: translateY(-50%);
  color: #6a5acd;
  padding-right: 10px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.list-inline-item {
  font-size: 14px;
  font-weight: 600;
  color: #5a59a5;
}

.rotate-icon {
  transition: transform 0.3s ease-in-out;
}

.rotate {
  transform: rotate(180deg);
}

.aside-buttons.collapse {
  display: none;
}

.aside-buttons.show {
  display: block;
}

#tag-list {
  overflow: hidden;
  transition: height 0.5s ease;
}

.hiddens {
  display: none;
}

.aside-buttons>li {
  margin-bottom: 10px;
}

.buttonbtn:hover {
  color: var(--color-surface-white) !important;
  background-color: var(--color-just-black) !important;
}

.color-blue {
  color: var(--color-just-black) !important;
}

.buttonRightPage {
  background: #e2e2e2;
  color: #514f4f !important;
  padding: 0.3rem 0.6rem !important;
  font-size: 13px;
  font-weight: 500 !important;
  transition: background 0.5s ease, color 0.5s ease;
  white-space: nowrap;
}

.img-area-best {
  width: 40px;
  height: 40px;
  margin-right: 3px;
}

.suggestion-item {
  border: 1px solid var(--color-surface-white);
  padding: 10px;
  cursor: pointer;
}

.suggestion-item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.suggestion-item:hover {
  background-color: #f0f0f0;
}

.visibleST {
  opacity: 1 !important;
}

@media (min-width: 320px) and (max-width: 480px) {
  .color-blue {
    margin-top: 6px;
  }
}

.img-area-best {
  width: 40px;
  height: 40px;
  margin-right: 3px;
}

.search-img {
  width: 119px;
  height: 80px;
  object-fit: cover;
  background-position: 50% 50% !important;
  border-radius: 6px;
}

#suggestionsContainer {
  max-height: 400px;
  overflow-y: auto;
}

/* loading-card */
.author-panel-card.loading .image-panel,
.author-panel-card.loading h2,
.author-panel-card.loading p {
  background: #eee;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  border-radius: 5px;
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
}

.author-panel-card.loading .image-panel {
  height: 121px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.image-padding-panel {
  margin-top: 15px;
  /* padding-right: 0px !important;
  padding-left: 0px !important; */
}

.author-panel-card.loading h2 {
  height: 20px;
}

.author-panel-card.loading p {
  height: 20px;
}

.image-panel {
  height: 200px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.search-titles {
  font-weight: 700;
  color: #1816ad;
  width: 70%;
}

@media (min-width: 991px) and (max-width: 1134px) {
  .author-panel-card.loading .image-panel {
    height: 168px;
  }
}

@media (min-width: 766px) and (max-width: 992px) {
  .author-panel-card.loading .image-panel {
    height: 168px;
  }
}