@media only screen and (min-width: 150px) {
  .ihale_poster_img {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important;
  }
}
@media only screen and (max-width: 1400px) {
  .offerArea {
    height: 100px !important;
  }
  .offerAreaTopDiv {
    height: 100px !important;
  }
  .responseMessage {
    max-height: 100px !important;
  }
  .responsiveH100 {
    max-height: 100px !important;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .ihalecard.col-md-4.col-xs-12 {
    width: 100%;
    flex: 0 0 auto;
    max-width: 50%;
  }

}
@media only screen and (min-width: 1500px) {
  .ihale_poster_img {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;

    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
  }
}
@media (max-width: 1408px) {
  .ihale_filter_contain label {
    font-size: 0.7em;
  }
  .ihale_filter_contain p {
    font-size: 0.7em;
  }
}

@media (max-width: 1000px) {
  .ihale_filter_contain label {
    font-size: 0.5em;
  }
  .ihale_filter_contain p {
    font-size: 0.5em;
  }
}

.notification-wrapper {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
}

.notification {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 20px;
  margin-bottom: 10px;
  transform: translateX(120%);
  opacity: 0;
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 300px;
}

.notification.show {
  transform: translateX(0);
  opacity: 1;
}

.notification-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.notification-content {
  flex-grow: 1;
}

.notification-title {
  font-weight: 600;
  margin-bottom: 4px;
  color: #111827;
}

.notification-message {
  color: #6B7280;
  font-size: 14px;
}

.notification-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #22C55E;
  border-radius: 0 0 12px 12px;
  transition: width linear;
}

@keyframes slideIn {
  from {
    transform: translateX(120%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOut {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(120%);
    opacity: 0;
  }
}


.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Yarı saydam siyah arka plan */
  justify-content: center;
  align-items: center;
  z-index: 2100; /* Diğer öğelerin önünde olması için yüksek bir z-index değeri */
}

.loader {
  border: 10px solid #f3f3f3; /* light grey */
  border-top: 10px solid #15e885; /* blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

.list-loading {
  min-height: 360px;
  opacity: 0.82;
}

.load-more-tenders {
  display: flex;
  position: sticky;
  z-index: 20;
  bottom: 18px;
  width: fit-content;
  margin: 18px auto;
  padding: 12px 18px;
  align-items: center;
  gap: 10px;
  color: #174b32;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #b8dec9;
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(19, 75, 48, 0.18);
}

.load-more-spinner {
  width: 18px;
  height: 18px;
  border: 2px solid #b8dec9;
  border-top-color: #12bf57;
  border-radius: 50%;
  animation: spin 0.75s linear infinite;
}

.tender-list-end {
  width: fit-content;
  margin: 18px auto 28px;
  padding: 9px 16px;
  color: #52655b;
  background: #f4f8f6;
  border: 1px solid #d9e7df;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
}

.filter-skeleton {
  display: grid;
  gap: 10px;
  padding: 12px 0;
}

.filter-skeleton span {
  display: block;
  height: 17px;
  border-radius: 7px;
  background: linear-gradient(100deg, #eef1ef 20%, #f8faf9 40%, #eef1ef 60%);
  background-size: 240% 100%;
  animation: tender-skeleton-wave 1.2s ease-in-out infinite;
}

.filter-skeleton span:nth-child(2) { width: 82%; }
.filter-skeleton span:nth-child(3) { width: 91%; }
.filter-skeleton span:nth-child(4) { width: 68%; }

.tender-skeleton {
  display: flex;
  gap: 18px;
  min-height: 145px;
  padding: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e8ecea;
  border-radius: 12px;
}

.tender-skeleton-image,
.tender-skeleton-lines span,
.detail-skeleton-block,
.image-loading {
  background: linear-gradient(100deg, #eef1ef 20%, #f8faf9 40%, #eef1ef 60%);
  background-size: 240% 100%;
  animation: tender-skeleton-wave 1.2s ease-in-out infinite;
}

.image-loading {
  color: transparent;
}

.image-loading.image-loaded {
  animation: none;
  background: transparent;
}

.detail-skeleton {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
  gap: 18px;
  padding: 12px;
}

.detail-skeleton-column {
  display: grid;
  gap: 14px;
}

.detail-skeleton-block {
  min-height: 56px;
  border-radius: 12px;
}

.detail-skeleton-block.hero {
  min-height: clamp(300px, 60vh, 600px);
}

.detail-skeleton-block.card {
  min-height: 150px;
}

.tender-permanent-note {
  width: 100%;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.tender-permanent-note p {
  margin-right: auto;
  margin-left: auto;
}

.tender-detail-note,
.tender-permanent-note {
  position: relative;
  overflow: hidden;
}

.tender-detail-note * ,
.tender-permanent-note * {
  max-width: 100% !important;
  float: none !important;
}

.tender-detail-note p,
.tender-permanent-note p {
  width: 90% !important;
  margin-left: 10px !important;
  margin-right: auto !important;
  overflow-wrap: anywhere;
}

.tender-skeleton-image {
  width: 210px;
  flex: 0 0 210px;
  border-radius: 9px;
}

.tender-skeleton-lines {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

.tender-skeleton-lines span {
  width: 88%;
  height: 15px;
  border-radius: 999px;
}

.tender-skeleton-lines span:nth-child(2) {
  width: 62%;
}

.tender-skeleton-lines span:nth-child(3) {
  width: 74%;
}

@keyframes tender-skeleton-wave {
  to {
    background-position-x: -240%;
  }
}

@media (max-width: 767px) {
  .detail-skeleton {
    grid-template-columns: 1fr;
  }

  .tender-skeleton {
    flex-direction: column;
  }

  .tender-skeleton-image {
    width: 100%;
    height: 150px;
    flex-basis: 150px;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.ihalecard {
  cursor: pointer;
}

.tender_title {
  line-height: 1;
  justify-content: center;
  display: flex;
  height: 65px;
}

.previewimage {
  /* width: 100%;
    height: 220px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: right !important; */
  /* background: url(http://localhost:8080/assets/no-image.jpg); */

  height: 220px;
  object-fit: contain;
}

.tender-thumbnail-grid {
  display: grid;
  gap: 0.5rem;
  height: 80px;
}

.thumnailimage {
  width: 100%;
  height: 80px;
  /* background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    background: url(http://localhost:8080/assets/no-image.jpg); */
}
.header::before {
  content: "";
  background: #1cb158;
  width: 64%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  clip-path: polygon(0 0, 70% 0%, 81% 100%, 0 100%);
}
.header::after {
  content: "";
  background: #13bf57;
  width: 100%;
  position: absolute;
  right: 0;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 32% 100%);
  top: 0;
  z-index: -9;
}

.nonafter::after {
  display: none;
}
.header .header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header {
  position: relative;
}

.header .navbar-brand {
  width: 25%;
  z-index: 9;
}
.header .navbar-collapse {
  flex-direction: column;
  width: 100%;
  padding-left: 0.9rem !important;
}
.header .navbar {
  flex-direction: column;
  height: 100%;
  padding-top: 1rem !important;
}

.header_customer_service {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 0 1rem;
  color: white;
}
.header .navbar-nav {
  width: 100%;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.navbar-nav .nav-item:last-child {
  flex: 1 0 0%;
}
.navbar-nav .nav-item .nav-link {
  padding: 0.6rem 2rem !important;
}
.navbar-nav .nav-item {
  position: relative;
}
.navbar-nav .nav-item::after {
  content: "";
  position: absolute;
  background: white;
  width: 1px;
  height: 35%;
  right: 0;
  top: 32.5%;
}

.navbar-nav .nav-item:last-child::after {
  display: none;
}
.navbar-nav .nav-item:last-child .nav-link {
  background: #28e874;
  /* border-top-left-radius: 50%; */
  /* border-bottom-left-radius: 50%; */
  clip-path: polygon(4% 0%, 100% 0%, 100% 100%, 0% 100%);
  color: black !important;
  text-align: center;
  font-weight: 600;
}
.header_top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.top_logo {
  height: 30px;
  width: auto;
}

#nav_araclar_item {
  min-width: 342px;
}

.ihale_filter_contain {
  background: rgb(249, 249, 249);
}

.ihale_filter_contain label {
  text-transform: uppercase;
}
.ihale_filter_contain p {
  font-weight: bold;
}

.ihale_list_item {
  background-color: rgb(255, 255, 255);
  height: 100%;
  display: flex;
  justify-content: start;
  padding: 0;
}

.filter_contain {
  max-height: 250px;
  /*! min-height: 250px; */
  background-color: white;
  overflow-y: auto;
  scrollbar-color: #12bf57;
}

.detay_transmission::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-image: url("../assets/manual-transmission.svg");
  background-size: cover;
  margin-right: 0.5rem;
  align-self: center;
  opacity: 0.6;
}

.detay_km::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-image: url("../assets/counter.svg");
  background-size: cover;
  margin-right: 0.5rem;
  align-self: center;
  opacity: 0.6;
}

.detay_tendertype::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-image: url("../assets/tendertype.svg");
  background-size: cover;
  margin-right: 0.5rem;
  align-self: center;
  opacity: 0.6;
}

.detay_year::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-image: url("../assets/label.svg");
  background-size: cover;
  margin-right: 0.5rem;
  align-self: center;
  opacity: 0.6;
}

.detay_chassis::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-image: url("../assets/chassis.svg");
  background-size: cover;
  margin-right: 0.5rem;
  align-self: center;
  opacity: 0.6;
}

.detay_cartype::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-image: url("../assets/truck.svg");
  background-size: cover;
  margin-right: 0.5rem;
  align-self: center;
  opacity: 0.6;
}

.detay_usingtype::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-image: url("../assets/steering-wheel.svg");
  background-size: cover;
  margin-right: 0.5rem;
  align-self: center;
  opacity: 0.6;
}

.detay_damage::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-image: url("../assets/broken-car.svg");
  background-size: cover;
  margin-right: 0.5rem;
  align-self: center;
  opacity: 0.6;
}

.detay_yakit::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-image: url("../assets/gasoline-pump.svg");
  background-size: cover;
  margin-right: 0.5rem;
  align-self: center;
  opacity: 0.6;
}

.detay_motor::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-image: url("../assets/reduced.svg");
  background-size: cover;
  margin-right: 0.5rem;
  align-self: center;
  opacity: 0.6;
}

.detay_aktarma::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-image: url("../assets/manual-transmission.svg");
  background-size: cover;
  margin-right: 0.5rem;
  align-self: center;
  opacity: 0.6;
}

.detay_guc::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-image: url("../assets/engine.svg");
  background-size: cover;
  margin-right: 0.5rem;
  align-self: center;
  opacity: 0.6;
}

.detay_garanti::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-image: url("../assets/medal.png");
  background-size: cover;
  margin-right: 0.5rem;
  align-self: center;
  opacity: 0.6;
}

.ayrinti_cell {
  padding-right: 30px;
}

.arac_ayrinti {
  color: var(--bs-secondary-color);
}

.arac_ayrinti_deger {
  float: right;
}

.liste_detay_link {
  color: #1b2830 !important;
  text-decoration: none;
}

.cerceve_resim {
  width: 500px;
  height: 500px;
}

.ihale_resim {
  cursor: pointer;
}

.ihale_resim_active {
  background-color: #12bf57;
}

.bg-green {
  background-color: #12bf57;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-gray-600) !important;
  text-decoration: none;
  background-color: white !important;
  /* border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color); */
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

  text-align: center;
}

.page_link_active {
  background-color: rgb(39, 232, 116) !important;
  color: white !important;
  border: 0px solid var(--bs-gray-500) !important;
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 0.85rem !important;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: var(--bs-dark);
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: black;
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #000000;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(39, 232, 116, 0.25) !important;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #cdcdcd;
  --bs-pagination-active-border-color: #565656;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  list-style: none;
}

.line_offer_input:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-gray-200) !important;
  border: 0 !important;
  outline: 0;
  box-shadow: 0 0 0 0rem var(--bs-gray-200) !important;
}

.offer_input,
.offer_input:focus {
  color: var(--bs-body-color);
  background-color: rgba(255, 255, 255, 0) !important;
  border: 0 !important;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0) !important;
}

/* .offer_input::placeholder{
        color: white !important;
    } */

.swiper-pagination-bullet-active {
  background-color: #12bf57;
}

.thumbnail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
  grid-gap: 1px;
}

.thumbnail-grid .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fa-magnifying-glass {
  color: #27e874;
}

.fa-trash-can {
  color: #dc3545;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-thumb {
  background-color: #12bf57;
  border-radius: 15px;
}

::-webkit-scrollbar-track {
  background-color: #f9f9f9;
  border-radius: 15px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #00be4c;
}

.ihale_list_item:hover {
  background: #f2f2f2;
  cursor: pointer;
}

.mx-2,
.mx-3.small {
  cursor: pointer;
}

#nav_btns {
  cursor: pointer;
}

.order_select {
  color: #12ef57;
}

.tender_countdown {
  font-size: 1rem;
}

.filter_hidden {
  display: none;
}

.photos_hidden {
  /* max-height: 110px; */
}

hr {
  color: #919191 !important;
}

#cost_care_contain div {
  text-align: left !important;
}

.header_top .rounded-circle {
  background-color: #fff !important;
  border: #989898 1px solid;
  background-size: 80%;
  max-height: 30pc;
  max-width: 30px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  -webkit-text-stroke: 1px gray;
}

.custom-pagination-container .swiper-button-next::after,
.custom-pagination-container .swiper-button-prev::after {
  -webkit-text-stroke: 1px gray;
  font-size: 1.5rem;
}

.notification_item {
  cursor: pointer;
  background-color: #88dfab;
}

.notification_item:hover {
  background-color: #dcdcdc;
}

.notification_contain {
  min-width: 350px !important;
  max-height: 500px !important;
  overflow-y: auto;
}

.notification_unread {
  background-color: antiquewhite;
}

.operationel_buttons {
  max-width: 2.5rem;
}

.icons .d-block div:first-child span {
  font-weight: 450 !important;
}
.icons .d-block div:first-child {
  color: #6c757d;
}
.icons .me-2,
.icons .me-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 24px !important;
  max-width: 24px !important;
  width: 24px !important;
}
.icons .me-2 i,
.icons .me-2 svg,
.icons .me-3 i,
.icons .me-3 svg {
  font-size: 16px !important;
  height: 24px !important;
  width: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.icons .d-block div:last-child {
  font-weight: 550 !important;
  text-transform: uppercase;
}

.icons .col-xxl-6,
.icons .col-xxl-4 {
  min-height: 60px;
}

.icons .bg-light {
  transition: background-color 0.2s ease;
}

.icons .bg-light:hover {
  background-color: #e9ecef !important;
}

@media (max-width: 1399px) {
  .icons .col-xxl-4 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (max-width: 991px) {
  .icons .col-xxl-4,
  .icons .col-xxl-6 {
    flex: 0 0 auto;
    width: 100%;
  }
  
  .icons .d-flex {
    padding: 0.75rem !important;
  }
}

@media (max-width: 575px) {
  .icons .me-3 {
    margin-right: 0.75rem !important;
  }
  
  .icons svg {
    width: 20px !important;
    height: 20px !important;
  }
}

.ihale_liste_contain {
  padding-bottom: 0.5rem;
}

.pl-0 {
  padding-left: 0 !important;
}

.teslimcard {
  background-color:#fff;
  border: 1px solid #999;
  padding: 15px;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}
