* {
    font-family: 'Inter', sans-serif;
}

html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    touch-action: pan-y; /* sadece yukarı-aşağı kaydırmaya izin ver */
}

.fixed-top {
    z-index: 1000 !important;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
    box-shadow: none;
}

.currency-option, .lang-option {
    color: #052440 !important;
}

#govde {
    flex: 1; /* Sayfa içeriği büyüdükçe genişler */
}

[v-cloak] {
    display: none; /*Vue önermesi*/
}

/*
.ilk-harf-buyuk { 
    text-transform: uppercase; 
}
*/

.hepsi-buyuk {
    text-transform: uppercase;
}

.basharf-buyuk {
    text-transform: capitalize;
}

a {
    text-decoration: none;
    color: black;
    cursor: pointer;
    text-decoration:none !important;
}

/* Menü için yumuşak geçişler */
.custom-offcanvas {
    position: fixed;
    top: 0;
    width: 350px;
    height: 100%;
    background: #a31414;
    color: #f0f8ff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s ease-in-out;
    z-index: 2050;
    overflow-y: auto; /* İçerik doldukça kaydırma çubuğunu etkinleştir */
    scrollbar-color: #888 transparent; /* Kaydırma çubuğu rengi ve arka plan */
    scrollbar-width: thin; /* Kaydırma çubuğunu ince yap */
    -webkit-overflow-scrolling: touch; /*Mobil cihazlarda kaydırma deneyimini artıtırıyor*/
    padding: 8px;
    will-change: transform;
}

.accordion-toggle > * {
    color: #fff !important;
}

/* Başlangıçta menüyü gizle */
.offcanvas-start {
    left: -350px;
}

.offcanvas-end {
    right: -350px;
}

/* Açılma hareketleri */
.show.offcanvas-start {
    transform: translateX(350px);
}

.show.offcanvas-end {
    transform: translateX(-350px);
}

.custom-offcanvas::-webkit-scrollbar {
    width: 8px; /* Kaydırma çubuğunun genişliği */
}

.custom-offcanvas::-webkit-scrollbar-track {
    background: transparent; /* Arka planı şeffaf yap */
}

.custom-offcanvas::-webkit-scrollbar-thumb {
    background: #888; /* Kaydırma çubuğu rengi */
    border-radius: 4px; /* Yuvarlak köşeler */
}

    .custom-offcanvas::-webkit-scrollbar-thumb:hover {
        background: #555; /* Fare üzerine gelindiğinde rengi değiştir */
    }

/* Akordeon menüsündeki liste elemanlarının mesafesini artırıyoruz */
.accordion li {
    padding-left: 8px;
    /*border-bottom: 1px solid #ddd;*/
}

.accordion li > a {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 28px; /*Açılıp kapanırken oluşan titreme*/
    color: #fff !important;
}

.accordion li:last-child {
    border-bottom: none;
}

.menude-kullanici a {
    color: #fff;
}


/* Arka plan gölgesi (backdrop) */
.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
    z-index: 1049;
}

    /* Gölge aktif olunca görünür */
    .backdrop.show {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s ease-in-out;
    }


.filter-group label {
    display: flex;
    align-items: center;
    /*margin-bottom: 8px;*/
    cursor: pointer;
    color: #333;
    line-height: 1.2;
}

.filter-group input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 1.5px solid #999;
    border-radius: 3px;
    margin-right: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0; /* kutucuğun boyutu sabit kalsın */
    margin-top: 0; /* eski hizalama problemini düzeltir */
}

.form-check * {
    cursor: pointer;
}

.form-check-input:checked {
    background-color: #000;
    border-color: #000;
}


.filter-group input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 5px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.filter-group > *, .form-select {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.filter-titles {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #222;
}

.filter-search-input {
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 6px;
}

.filtreSelecti option {
    background-color: #fff; /* Beyaz zemin */
    color: #000; /* Siyah yazı */
}

.filtreSelecti option:hover,
.filtreSelecti option:focus,
.filtreSelecti option:checked,
.filtreSelecti option:active {
    background-color: #eee !important; /* Hover'da açık gri zemin */
    color: #000 !important; /* Yazı rengi siyah */
}

.ui-widget-header {
    background: #000000 !important;
    border: 0px !important;
}

/* Kulakçıkları yuvarlak ve siyah yapar */
.sliderRange .ui-slider-handle {
    border: 1px solid #aaa;
    background: black !important;
    border-radius: 50% !important;
    width: 18px !important;
    height: 18px !important;
    box-shadow: none !important; /* aktifken mavi glow'u engeller */
}

/* Kulakçık hover veya aktif olunca da aynı kalır */
.sliderRange .ui-slider-handle:focus,
.sliderRange .ui-slider-handle:hover,
.sliderRange .ui-slider-handle:active {
    background: black !important;
    box-shadow: none !important;
}

.isaretlenmis_kriter_listesi_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.isaretlenmis_kriter_listesi_ul li {
    background-color: #d21313;
    color: #fff;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 0.800rem;
    text-align: center;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    flex-grow: 1;
    flex-basis: auto;
}

.isaretlenmis_kriter_listesi_ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.isaretlenmis_kriter_listesi_ul li a:hover {
    text-decoration: none;
}

.kategori-liste {
    list-style: none;
    padding-left: 0;
}

.kategori-liste li {
    padding: 2px 0; /* Daha az satır boşluğu */
    margin: 0;
}

.kategori-liste li a {
    display: block;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    transition: background 0.2s ease;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.kategori-liste li a:hover {
    background-color: #f0f0f0;
}

/* Aktif kategori */
.kategori-liste li.aktif-kategori a {
    padding: 8px 12px;
    background-color: #d21313;
    color: #fff;
}

.gg_0_0 {
    display: none;
}

#kategori_tumunu_goster_button {
    cursor: pointer;
}

.me-10 {
    margin-left: 10px !important;
}

.me-20 {
    margin-left: 20px !important;
}

.me-30 {
    margin-left: 30px !important;
}

.me-40 {
    margin-left: 40px !important;
}

.me-50 {
    margin-left: 50px !important;
}

.me-60 {
    margin-left: 60px !important;
}

#konum {
    opacity: 0.5;
}


.breadcrumb-item {
    font-size: 12px;
}

.pagination {
    --bs-pagination-color: #000;
    --bs-pagination-hover-color: #000;
    --bs-pagination-active-bg: #000;
    --bs-pagination-active-border-color: #ffffff00;
    --bs-pagination-active-color: #fff;
    --bs-pagination-border-color: #ffffff00;
    --bs-pagination-disabled-bg: #ffffff;
    --bs-pagination-disabled-border-color: #ffffff00;
    --bs-pagination-border-width: 1;
    --bs-pagination-border-color: #ffffff00;
    --bs-pagination-hover-bg: #ffffff00;
    --bs-pagination-focus-box-shadow: #ffffff;
    --bs-pagination-focus-bg: #ffffff;
    --bs-pagination-font-size: 0.8rem;
}

.text-truncate-custom {
    font-size: clamp(1rem, 2.5vw, 1.7rem); /* ekran küçüldükçe küçülür */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#katalog-toplan-turun-adeti {
    font-size: clamp(0.7rem, 1.5vw, 0.8rem); /* ekran küçüldükçe küçülür */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-item .active {
    border-radius: 50%;
}

#toggleBtn {
    position: fixed;
    left: 50px;
    bottom: 50px;
    z-index: 999;
    padding: 15px 15px 15px 15px;
    background-color: #000;
    color: white !important;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}


#sidePanel {
    position: fixed;
    top: 0;
    left: -350px; /* Başlangıçta ekran dışında */
    width: 80%;
    max-width: 330px;
    height: 100vh;
    background-color: #fefefe;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
    transition: left 0.3s ease;
    z-index: 1028;
    padding: 20px;
    margin-bottom: 100px;
    overflow-y: auto;
    /*filter: invert(1);*/
}

    #sidePanel.open {
        left: 0; /* içeri gir */
    }

    #sidePanel > * {
        padding: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
    }

#dragHandle {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    z-index: 10;
    background: transparent;
    /*background: linear-gradient(to bottom, white 0%, white 25%, black 50%, white 75%, white 100%);*/
}

/* Arka plan gölgesi (backdrop) */
.backdropFilteler {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
    z-index: 1028;
}

    /* Gölge aktif olunca görünür */
    .backdropFilteler.show {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s ease-in-out;
    }


.scheam_org_tagi {
    display: none;
}


.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s, transform 0.3s;
    border: none;
    &:hover

{
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
    /* daha derin gölge */
}


a {
    color: initial;
    text-decoration: none;
}

.text-muted i {
    margin: 0 10px;
}

}

.dot-container {
    text-align: center;
    margin-top: 8px;
}


.dot {
    display: inline-block;
    width: 15px;
    height: 1px;
    margin: 0 4px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
}

.dot.active {
    background-color: #333;
}

.dot:hover {
    transform: scale(1.3);
    background-color: #555;
}


.product-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all .3s ease;
    border-radius: 14px;
    /*box-shadow: 0 2px 10px rgba(0,0,0,.05);*/
    background: #fff;
  }

  .product-image-box {
    width: 100%;
    height: 220px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
  }
  .product-image {
    max-height: 100%;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: center center;
  }
  
  .product-card .slick-current {
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: center center;
  }

  .product-card:hover .slick-current {
    transform: scale(1.07);
    opacity: 0.98;
    }

  .product-card:hover .product-image  {
    transform: scale(1.07);
    opacity: 0.98; /* hafif zoom efekti */
  }

  
  /* İndirim rozeti */
  .discount-badge {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, #d36c2f, #b71c1c);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 18px;
    border-top-right-radius: 6px;
    border-radius: 0 7px 20px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.5);
    z-index: 5;
    display: flex;
    gap: 6px;
    overflow: hidden;
  }
  .discount-badge::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 12px;
    background: inherit;
    border-bottom-left-radius: 50% 20%;
    border-bottom-right-radius: 50% 20%;
  }
  
  /* Fiyat alanı */
  .price-section {
    display: flex;
    gap: 10px;
    align-items: baseline;
    margin-top: 4px;
  }
  .old-price {
    text-decoration: line-through;
    color: #888;
    font-size: 13px;
  }
  .new-price {
    color: #d3472f;
    font-size: 16px;
    font-weight: 700;
  }
  .normal-price {
    font-size: 15px;
    font-weight: 600;
    color: #222;
  }
  
  /* Başlık */
  .product-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3em;
    min-height: 2.6em;
    overflow: hidden;

    display: -webkit-box;        /* Safari, Chrome */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;       /* vendor-prefixed */

    line-clamp: 2;               /* standard property (lint fix) */
}

  

/* Ürün listelerinde slider Dot’ların içindeki default içerikleri (önceki yuvarlaklar) sıfırlıyoruz */
.slick-dots li button:before {
    content: none !important;
}

/* Dot'ları yatay çizgi haline getiriyoruz */
.slick-dots li button {
    height: 2px;
    background: #ccc;
    border: none;
    border-radius: 2px;
    padding: 0;
    margin: 0 1px 0 1px !important;
    transition: background 0.3s;
}

/* Aktif çizgi */
.slick-dots li.slick-active button {
    background: #333;
}

@media (max-width: 900px) {
    .card-title {
        font-size: 1rem;
    }

    .new-price {
        font-size: 0.9rem;
    }

    .old-price {
        font-size: 0.9rem;
    }

    .price-section {
        margin-bottom: 0.5rem;
    }
}

footer {
    flex-shrink: 0; /* Footer'ın küçülmesini engeller */
}

.img-frame {
  box-sizing: border-box;               /* border dolmaz dışarıya */
  width: 100px;                          /* kare genişliği */
  aspect-ratio: 1;                       /* kare yüksekliği */
  border: 2px solid rgb(235 235 235 / 40%); 
  border-radius: 5px;                    /* hafif yuvarlak köşe */
  overflow: hidden;                      /* taşanı kırp */
}
.img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;                     /* kapsayıcıyı doldur, kırp */
}



/* Overlay’ın kendisi artık tüm ekranı kaplamıyor, sadece kutu ortada */
.aramaKutusuLayer {
  display: none;
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 61%;
  /*max-width: 500px;*/
  z-index: 1001;
}

/* Açık hâli */
.aramaKutusuLayer.active {
  display: block;
}

/* Şık kutu stili */
.search-box {
  position: relative;
  background: #fff;
  border: 1px solid rgb(0 0 0 / 50%);      /* soluk gri sınır */
  border-radius: 30px;                     /* oval köşeler */
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
}

/* Input stili */
.search-box input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 1rem;
  padding: 0.5rem;
}

/* Kapatma ikonu (X) */
#closeSearch {
  font-size: 1.2rem;
  color: rgba(0,0,0,0.5);
  cursor: pointer;
  margin-left: 0.5rem;
}

/* Input’a odaklanınca kutu etrafını biraz vurgulayalım */
.search-box input:focus + #closeSearch,
.search-box input:focus {
  border-radius: 30px;
}

/* Dilersen media query ile mobilde genişliği %-100 yapabilirsin: */
@media (max-width: 768px) {
  .aramaKutusuLayer {
    width: 95%;
  }
}


.blurred {
  filter: blur(7px);
  transition: filter 0.3s ease;
}

.quick-results {
  display: none;               /* Başta gizli */
  position: absolute;
  top: calc(100% + 0.25rem);   /* input’un hemen altında */
  left: 0;
  width: 100%;                 /* kutu genişliğine tam oturur */
  height: calc(100vh - 0.25rem);  /* ekran yüksekliğinin %80’i kadar açılabilir */
  overflow-y: auto;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  z-index: 1002;
  padding:10px 10px 100px 10px;
}

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

.items-grid .item {
  aspect-ratio: 1/1;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.items-grid .item img {
  flex: 0 0 60%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.items-grid .item .text {
  flex: 1;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  background: rgba(255,255,255,0.9);
  color: #333;
  font-size: 0.85rem;
  word-break: break-word;
}

#searchBtn {
    cursor:pointer;
    transform: rotateY(180deg) rotateX(0);
}

.sabit_reklamlar {
  /* Taşmaları gizlemek için */
  overflow: hidden;
  /* Ölçek animasyonu için */
  transition: transform 0.3s ease;
  /* Ölçeklenirken merkezden büyüsün */
  transform-origin: center center;
}

.sabit_reklamlar:hover {
  /* %5 büyütüyoruz */
  transform: scale(1.05);
  /* Üstte gözüksün, komşu container’ın üstüne çıkmasın diye gerekirse */
  z-index: 1;
}

.masaustu_reklamlari { padding:1.5rem 0 1.5rem 0; }
.mobil_reklamlari { padding:1.5rem 0 1.5rem 0; }

@media (min-width: 0px) and (max-width: 1399.98px) {
    .masaustu_reklamlari {
        display:none;
    }

    .mobil_reklamlari {
        display:block;
    }
}

@media (min-width: 1399.98px) {
    .masaustu_reklamlari {
        display:block;
    }

    .mobil_reklamlari {
        display:none;
    }
}

.aciklama-kutusu {
    max-height: 150px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: max-height 0.6s ease;
}

.aciklama-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to top, white, transparent);
    pointer-events: none;
}

.aciklama-devami {
    position: absolute;
    bottom: 10px;
    right: 15px;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.9rem;
    font-weight: bold;
    color: #000;
    pointer-events: none; /* Bu metne tıklanmayacak, tüm kutuya tıklama olacak */
}

.aciklama-kutusu.aciklama-acik {
    max-height: 2000px; /* Yeterince büyük bir değer */
    transition: max-height 1s ease;
}

.aciklama-kutusu.aciklama-acik .aciklama-gradient {
    display: none;
}




/* GRID: otomatik sütun, min genişlik 240px, arada 1rem boşluk */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  align-items: stretch; /* tüm kartlar aynı hizada, eşit yükseklik */
}

/* TEMEL CARD */
.boutique-card {
  background: #fff;
  border-radius: .75rem;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform .25s, box-shadow .25s;
}
.boutique-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0,0,0,0.12);
}

/* RESİM BÖLÜMÜ (sabit yükseklik, küçük tutuyoruz) */
.card-image {
  flex: 0 0 auto;
  height: 220px;
  background-size: cover;
  background-position: center;
}

/* METİN BÖLÜMÜ */
.card-body {
  flex: 1;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  margin: 0 0 .5rem;
  color: #222;
}
.card-text {
  font-size: .9rem;
  line-height: 1.4;
  color: #555;
  margin: 0;
  flex: 1; /* varsa butonlar için aşağı iter, ama burada tek metin */
}

/* RESİMSİZ MOD */
.boutique-card.no-image .card-image {
  display: none;
}
.boutique-card.no-image .card-body {
  padding-top: 1.5rem;
  justify-content: center;
  text-align: center;
}

/* MOBİLDE ALT ALTA */
@media (max-width: 576px) {
  .card-grid {
    grid-template-columns: 1fr;
  }
}


/* zarif ikonlar için */
.share-bar a {
    font-size: 1.25rem;
    color: #6c757d;
    transition: color .2s;
}

.share-bar a:hover {
    color: #0d6efd;
}


.share-bar-yorumlar a {
    font-size: 1rem;
    color: #6c757d;
    transition: color .2s;
}

.share-bar-yorumlar a:hover {
    color:#000000;
}


/* Turuncu arka plan */
.bg-orange-gradual {
    background: linear-gradient(45deg, #ff0707fa, #ff5200);
}

.bg-navy-gradual {
    background: linear-gradient(135deg, #0a3c5e 0%, #52a9ff 100%);
}

@keyframes heartbeat {
    0%,100% { transform: scale(1); }
    25%    { transform: scale(1.2); }
    40%    { transform: scale(1); }
    60%    { transform: scale(1.1); }
}

.badge-heartbeat {
    transform-origin: center center;
    animation: heartbeat 1.2s ease-in-out infinite;
}

.sepetOzeti0 {
    display:none !important;
}

/*SEPET*/
.table-no-vertical th,
.table-no-vertical td {
    border-left: 0 !important;
    border-right: 0 !important;
}

/* Ortak custom buton stili */
.btn-custom {
    border: none;
    border-radius: 0.5rem 2.5rem 2.5rem 0.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.1s ease, box-shadow 0.2s ease;
}
.btn-custom:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

/* Renkler için gradient’ler */
.btn-kasayaGec {
    background: linear-gradient(135deg, #083451 0%, #0066cc 100%);
    color: #fff;
}

.kasaGecPasif {
    background: linear-gradient(135deg, #141414 0%, #a9a9a9 100%) !important;
}

.odenecek-tutar-guven-kilidi {
    color:#035098;
}


#currencyDropdownSepet::after,#currencyDropdown::after {
    display: none;
}


.paraBirimiSecimleriOku {
    font-size: 0.75rem;
    vertical-align: middle;
}



.btn-update {
    background: linear-gradient(45deg, #ff5507, #ff8a00);
    color: #fff;
    border: none;
    padding: 0.6rem 1.2rem;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 0.5rem;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    transition: transform 0.1s, box-shadow 0.2s;
    width: 50%;
}

.btn-update i {
    margin-right: 0.5rem;
    font-size: 1.1rem;
}

.btn-update:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}

.btn-update:active {
    transform: translateY(1px);
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

@media (min-width: 992px) {
    .btn-update {
        width: auto;
    }
}


.btn-print {
    background: linear-gradient(310deg, #fbfbfb, #ebebeb);
    color: #2079e7;
    border: none;
    padding: 0.6rem 1.2rem;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 0.5rem;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    transition: transform 0.1s, box-shadow 0.2s;
    margin-bottom: 0.5rem; /* mobilde biraz boşluk */
}
.btn-print i {
    margin-right: 0.5rem;
    font-size: 1.1rem;
}
.btn-print:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.btn-print:active {
    transform: translateY(1px);
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}
@media (min-width: 992px) {
    .btn-print {
        margin-bottom: 0; /* lg↑ boşluk kaldır */
    }
}



/*ÖDEME SAYFALARI*/
.contract-box {
    border: 1px solid #ccc;
    border-radius: .5rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    height: 300px;           /* Sabit yükseklik */
    background-color: #fff;
}
.contract-box-header {
    flex: none;
    padding: .75rem 1rem;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    font-size: 1.1rem;
    font-weight: 600;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}
.contract-box-body {
    flex: 1;
    padding: 1rem;
    overflow-y: auto;
}

.custom-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: .5rem;
    background: #fafafa;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    max-width: 100%;
}
.custom-checkbox input[type="checkbox"] {
    margin-top: 0.2rem;
    flex: none;
    width: 1.2em;
    height: 1.2em;
    cursor: pointer !important;
}
.custom-checkbox label {
    margin: 0;
    line-height: 1.4;
    color: #001444;
    font-size: .95rem;
    cursor: pointer !important;
}
.approval-container {
    /* Eğer sayfa kaydırılsa bile görünmesini istersen: */
    position: sticky;
    top: 130px;           /* header’ın altından başlasın */
}
/*ÖDEME SAYFALARI SON*/


