::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #0066cc;
  border-radius: 10px;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #0066cc transparent;
}

.pagination .page-link {
    cursor: pointer;
}


/* alert */
.error {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  padding: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  border-radius: 50px;
  box-shadow: 0 0px 10px #de1c3280;
  position: fixed;
  z-index: 9999;
  margin: 90vh auto 0 auto;
  left: 50%;
  transform: translateX(-50%);
  gap: 20px;
}

.error__icon {
  width: 20px;
  height: 20px;
  transform: translateY(-2px);
  margin-right: 8px;
  filter: drop-shadow(2px 1px 2px rgb(0 0 0 / 0.4));
}

.error__icon path {
  fill: #fff;
}

.error__title {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

.error__close {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: auto;
  filter: drop-shadow(2px 1px 2px rgb(0 0 0 / 0.4));
}

.error__close path {
  fill: #fff;
}

/* search */

.form-wrapper {
  position: relative;
}

.search-box {
  position: absolute;
  padding: 10px;
  top: 100%;
  left: 0;
  width: 95%;
  background: white;
  border: 2px solid #0066cc;
  z-index: 10;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.search-box a {
  color: #4c4242;
}

.search-box::-webkit-scrollbar {
  width: 0;
}

.search-box>span {
  font-size: 16px;
  color: #0066cc;
  letter-spacing: 2px;
  border-bottom: 1px solid #0066cc;
  padding-bottom: 5px;
  margin: 5px 0;
}
.img-main{
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.img-little{
    width: 25px;
    height: 25px;
}
.slick-slide {
    opacity: 0.4;
    transition: opacity 0.3s ease;
    padding: 0 20px;
}

.slick-center {
    opacity: 1 !important; /* Ortadaki tam görünür */
}

.pagination-css{
    width: 35%;
    margin: auto;
}
