.container-fluid{
    background: radial-gradient(circle at 10% 10%, rgba(99, 102, 241, 0.25), transparent 40%), radial-gradient(circle at 80% 70%, rgba(59, 130, 246, 0.25), transparent 40%), linear-gradient(135deg, #eef2ff, #f8fafc);
    border: 1px solid rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 18px;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.08);    
}

.product-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0;
}
.merkezofis {
    margin-top: 2%;
}
  .mt-info{
    width: 85%;
    left:15%;
  }
  @media (max-width: 768px) {
      .mt-info {
          width: 100%;
          left:0;
      }
      
  }
@media (max-width: 768px) {

table,
thead,
tbody,
th,
td,
tr {
  display: block;
  width: 100%;
}

thead {
  display: none;
}

table tr {
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 10px;
  background: #fff;
}

table td {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 5px;
  border: none;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

table td:last-child {
  border-bottom: none;
}

/* Görsel */
table td:nth-child(1) {
  justify-content: center;
}

table td:nth-child(1) img {
  max-height: 80px;
}

/* Ürün adı */
table td:nth-child(2) {
  font-weight: bold;
  justify-content: center;
  text-align: center;
}

/* Adet butonları */
.input-group {
  width: 100% !important;
  justify-content: center;
}

/* Fiyat */
.price {
  font-weight: bold;
  color: #18365E;
  justify-content: center;
}
}
.lgl{
    width: 100%;
    height: 60px;
}
.col-3{
    float: left;
}
.col-4{
    float: left;
}

.mt-info{
    width: 85%;
    left:15%;
}
@media (max-width: 768px) {
  .mt-info {
      width: 100%;
      left:0;
  }
  
}
.det {
    background-color: #fff;
    padding: 10px !important;
        font-size: 20px;
}
.col-6{
    float: left;
}
.pcontent{
    width: 70%;float: right;
}
.top_counter{
    background-color: white;padding: 10px;    border: 1px dashed #ccc;
    margin-bottom: 2px;
}
h5{
    text-transform: uppercase;
}
th{
    text-transform: uppercase;
}
.dt-button {
    font-size: .8125rem !important;
    border-radius: .3rem !important;
    box-shadow: none !important;
    font-weight: 500 !important;
    padding: .375rem .75rem !important;
    background-color: #fff;
    color: #212529;
    border: 0;
}
.scroll-container{
  width: 100%;
  overflow-x: scroll;      
  overflow-y: hidden;
  -webkit-overflow-scrolling: auto; 
  scrollbar-gutter: stable; 
}

 .table td, .table th {
    padding: .75rem;
    vertical-align: middle;
    line-height: 1.462;
    font-size: 10pt;
    font-weight: 100;
} 
.scroll-container::-webkit-scrollbar{
  height: 10px;
}
.scroll-container::-webkit-scrollbar-thumb{
  background: rgba(0,0,0,0.35);
  border-radius: 6px;
}
.scroll-container::-webkit-scrollbar-track{
  background: rgba(0,0,0,0.06);
}


.scroll-container {
  scrollbar-width: thin;
  scrollbar-color: rgba(0,0,0,0.35) rgba(0,0,0,0.06);
}
.kargolabel{
        border: 3px dashed #ddc780;
}
h1{
        margin-top: 2%;
}
.rb1{
    text-align: left !important;
    inset-inline: 0px !important;
    transform: rotate(995deg) !important;
}
/* Scroll bölümünün stili */
.scroll-section {
    position: fixed;
    top: 0px;
    /* z-index: 9999; */
    background-color: #fff;
    color: #18365E;
    height: 226px;
    padding: 5% 1px 0 0;
    border-radius: 5px;
    z-index: -1 !important;
    display: none;
    width: 100%;
    left: 0;
    margin-left: 0;
    right: 0;
}

/* Scroll yapıldıkça görünür olacak */
.scroll-visible {
    display: inline-block;
    /*visibility: visible; /* Scroll yapıldıkça görünür olacak */
}
.ribbon1 {
    position: absolute;
    inset-block-start: -6.1px;
    inset-inline-end: 36% !important;
    color: #fff;
    z-index: 1;
}
.h5, h5 {
    font-size: 16px;
}
.ribbon2 {
    position: absolute;
    inset-inline-end: 0;
    inset-block-start: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: left;
    float: left;
    left: 7px;
    top: 4px;
}
.ribbon2 span {
font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(-45deg);
    width: 122px;
    display: block;
    background: #79a70a;
    background: linear-gradient(#f8463f 0, #f8463f 100%);
    box-shadow: 0 3px 10px -5px #000;
    position: absolute;
    inset-block-start: 21px;
    inset-inline-end: -14px;
}


.ribbon span {
    font-size: 15px !important;

}
.product-filters a {
    color: #18365E;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 0;
    background-color: transparent;
}
.altcizgi{
  border: solid;
  border-color: #18365E;
  border-top: none;
  border-left: none;
  border-right: none;

}
.product-filters a:hover {
    font-weight: bold;
    color: black;
}

@media (max-width: 600px) {
    .product-filters a {
        width: 45%;
        margin: 4px 2px;
    }
}
.hidden { display: none !important; }

.main-header-container .main-header-dropdown .dropdown-item {
    padding: 6px 0px 2px 10px !important;
    -webkit-border-after: 1px solid var(--default-border);
    border-block-end: 1px solid var(--default-border);
}
.cerceve{
   border: 3px #69c361 dashed;
   height: 455px;
}
.product-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -10px 0px 20px 0px;
}

.product-filters a {
  color: #18365E;
  padding: 0px 15px 0px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 0;
  background-color: transparent;
}
.altcizgi{
border: solid;
border-color: #18365E;
border-top: none;
border-left: none;
border-right: none;

}
.product-filters a:hover {
  font-weight: bold;
  color: black;
}

@media (max-width: 600px) {
  .product-filters a {
      width: 45%;
      margin: 4px 2px;
  }
}

.card-summary {
    border-radius: 15px;
}
.amount {
    font-size: 1.6rem;
    font-weight: bold;
}
.table thead {
    background-color: #0d6efd;
    color: white;
}
.col-md-6{
  float: left;
}
.detaytablo{
  height: 400px;
  overflow: scroll;
  overflow-y: scroll;
  overflow-x: scroll;      
}

.mini-stat.pro {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 14px;
    background: #f9fafb;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.04);
    transition: all .25s ease;
}

.mini-stat.pro:hover {
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
    transform: translateY(-2px);
}

.mini-stat.pro .icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    flex-shrink: 0;
}

.mini-stat.pro .content span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #6c757d;
    letter-spacing: .2px;
}

.mini-stat.pro .content h4 {
    margin: 2px 0 0;
    font-size: 20px;
    font-weight: 800;
    color: #111;
}

.kpi-box {
    background: #f9fafb;
    border-radius: 14px;
    padding: 16px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.04);
}

.progress {
    height: 8px;
    border-radius: 8px;
    background-color: #e9ecef;
}

.progress-sm {
    height: 6px;
}

.progress-bar {
    border-radius: 8px;
}

.widget-card {
    transition: all .3s ease;
}

.widget-card:hover {
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
    transform: translateY(-2px);
}
.kpi-row {
    padding: 14px 16px;
    background: #f9fafb;
    border-radius: 14px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.04);
}

.kpi-label {
    font-size: 13px;
    font-weight: 600;
    color: #6c757d;
}

.kpi-value {
    font-weight: 800;
}

.kpi-amount {
    font-weight: 900;
    color: #111;
}
.circle-wrap {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.circle-wrap svg {
    transform: rotate(-90deg);
}

.circle-wrap circle {
    fill: none;
    stroke-width: 10;
    stroke-linecap: round;
}

.circle-wrap .bg {
    stroke: #e9ecef;
}

.circle-wrap .progress {
    stroke-dasharray: 327; /* 2πr → r=52 */
    transition: stroke-dashoffset .6s ease;
}

.circle-wrap .progress.sol {
    stroke: #6366f1; /* mor */
}

.circle-wrap .progress.sag {
    stroke: #10b981; /* yeşil */
}

.circle-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.circle-text .percent {
    font-size: 22px;
    font-weight: 800;
}

.circle-text small {
    display: block;
    font-size: 12px;
    color: #6c757d;
}

.campaign-status {
    font-size: 14px;
    font-weight: 600;
    color: #6c757d;
}

.campaign-status.active {
    color: #16a34a

}


.bkprofile-card {
    border-radius: 15px;
    transition: all 0.3s ease;
    text-align: center;
}

.bkprofile-card.active {
    box-shadow: 0 0 20px rgba(25, 135, 84, 0.6);
}

.bkprofile-card.passive {
    box-shadow: 0 0 20px rgba(220, 53, 69, 0.6);
}

.bkprofile-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin-top: -50px;
    border: 4px solid #fff;
}

.bkcareer-logo {
    width: 100%;
    margin-top: 10px;
}

.summary-row{
  display:flex;
  justify-content:space-between;
  margin-bottom:12px;
  font-size:15px;
}
.summary-row span{
text-transform: uppercase;
}

.summary-row.discount{
  color:#2e8b57;
}

.summary-row.total{
  font-weight:bold;
  font-size:18px;
}

.pay-btn{
  width:100%;
  margin-top:20px;
  padding:12px;
  border:none;
  border-radius:6px;
  background:#c3002f;
  color:#fff;
  font-size:16px;
  cursor:pointer;
}

.pay-btn:hover{
  background:#a10027;
}

.pos-box {

  margin: -2% auto;
  background: white;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}