[data-cellid="footer_c1"][data-page="_global_remind"][data-cellid="footer_c1"][data-page="_global_remind"][data-cellid="footer_c1"][data-page="_global_remind"] {
  width: 33.33333333%;
}
[data-cellid="footer_c2"][data-page="_global_remind"][data-cellid="footer_c2"][data-page="_global_remind"][data-cellid="footer_c2"][data-page="_global_remind"] {
  width: 66.66666667%;
}
[data-page="_global_remind"][data-itemid="page_image_ash8f23hr"] {
  width: 400px;
}


/* Put  your custom CSS code here */

/* Put  your custom CSS code here */

/* Genel sayfa teması */
body {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: #f4f7fb;
  color: #333;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

/* Üst menü */
.navbar {
  background: linear-gradient(135deg, #007bff, #00b4d8);
  border: none;
  border-radius: 0;
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}

.navbar-brand {
  font-weight: 600;
  color: #fff !important;
  letter-spacing: 1px;
}

.navbar-nav > li > a {
  color: #f1f1f1 !important;
  font-weight: 500;
  transition: all 0.3s ease;
}

.navbar-nav > li > a:hover {
  background: rgba(255,255,255,0.1);
  color: #fff !important;
}

/* Butonlar */
.btn {
  border-radius: 30px !important;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-primary {
  background: linear-gradient(135deg, #007bff, #00c6ff);
  border: none;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #0069d9, #00a1c9);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* Panel kartlar */
.panel {
  background: #fff;
  border: none;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  overflow: hidden;
  margin: 20px 0;
  transition: all 0.3s ease;
}

.panel:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* Panel başlığı */
.panel-heading {
  background: linear-gradient(135deg, #007bff, #00b4d8);
  color: #fff !important;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 15px;
  letter-spacing: 0.5px;
  border-bottom: none;
}

/* Panel içeriği */
.panel-body {
  padding: 20px;
}

.panel-body table {
  width: 100%;
}

/* Resimler */
.panel img {
  border-radius: 10px;
  max-width: 100%;
  transition: transform 0.4s ease;
}

.panel:hover img {
  transform: scale(1.05);
}

/* Breadcrumb */
.breadcrumb {
  background: transparent;
  margin: 15px 0;
  font-size: 14px;
}

.breadcrumb li a {
  color: #007bff;
}

.breadcrumb li.active {
  color: #333;
}

/* Sayfa üstü istatistik alanları */
.r-topbar-page .btn,
.r-above .btn {
  border-radius: 25px;
  font-size: 14px;
  padding: 7px 15px;
}

/* Grid ve tablo görünümü */
.r-grid .panel-body table tr td {
  padding: 8px;
  border-bottom: 1px solid #eee;
}

.text-label span {
  color: #007bff;
  font-weight: 600;
}

/* Mobil uyum */
@media (max-width: 768px) {
  .navbar-nav {
    background: #007bff;
  }

  .panel {
    margin: 10px;
  }
}
