.card-body.list {
  min-height: 365px;
}

#form label {
  font-weight: 600;
}

.parsley-errors-list.filled {
  display: none !important;
}

.dd {
  max-width: 100%;
}

.dd-list .dd-item .dd-handle:hover {
  background-color: #e3e5e6;
}

.dd-list .dd-item .button-group {
  position: absolute;

  right: 12px;

  top: 8px;
}

.dd-list .dd-item button.dropdown-toggle {
  height: auto;

  font-size: inherit;

  margin: inherit;

  color: #fff;

  width: inherit;

  line-height: inherit;
}

.dd-list .dd-item .dd-handle {
  background: #fafafa;

  padding: 8px 16px;

  color: #5f6a74;

  border: solid 1px #dfe2e6;

  font-weight: 700;
}

.dd-list .dd-item .button-group {
  position: absolute;

  right: 4px;

  top: 4px;
}

.dd-list .dd-item .dd-handle:hover {
  color: var(--primary);
}

.cursor-pointer {
  cursor: pointer;
}

.table th {
  font-weight: 700;
}

.table td {
  vertical-align: middle;
}

.select2-container--default .select2-selection--single {
  height: 39px;

  padding: 5px 3px;

  border: 1px solid #ced4da;

  color: #495057;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 7px;

  height: 38px;
}

.select2-container--default .select2-selection--single.disabled {
  background-color: #e9ecef;

  pointer-events: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-weight: normal;
}

.select2-container--default .select2-selection--multiple {
  min-height: 41px;

  border: 1px solid #ced4da;

  color: #495057;
}

.select2-container--default .select2-selection--multiple.danger,
.select2-container--default .select2-selection--single.danger {
  border-color: #f06543;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: #b1bbc4;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: var(--primary);

  border: 1px solid #2647c5;

  color: #fff;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  min-height: 26px;

  margin-right: 5px;

  line-height: 26px;

  color: #fff;
}

.navbar-header .dropdown-item {
  display: flex;

  align-items: center;
}

.navbar-header .dropdown-item i {
  padding-right: 5px;
}

.custom-file-label::after {
  content: "Resim Seç";

  line-height: 24px;
}

.stepwizard {
  width: 100%;

  position: relative;
}

.stepwizard-row {
  display: flex;

  justify-content: space-evenly;

  align-items: center;
}

.stepwizard-row:before {
  top: 21px;

  bottom: 0;

  position: absolute;

  content: " ";

  width: 100%;

  height: 4px;

  background-color: var(--primary);
}

.stepwizard-step {
  text-align: center;

  position: relative;
}

.stepwizard-step.active p {
  font-weight: 700;

  color: #505d69;
}

.stepwizard-step p {
  color: var(--primary);
}

.stepwizard-step.active .btn {
  font-weight: 600;

  color: #fff;
}

.stepwizard-step .btn {
  width: 46px;

  height: 46px;

  text-align: center;

  font-size: 18px;
}

.stepwizard-step .btn-default {
  background-color: #f4f8f9;

  border-color: var(--primary);

  color: var(--primary) !important;

  cursor: default;
}

@keyframes expand {
  0% {
    opacity: 0;

    transform: translateX(-20px);
  }

  100% {
    opacity: 1;

    transform: translateX(0);
  }
}

.kategori-liste,
.ilan-devam-et {
  animation: expand 0.5s ease-in-out;
}

.kategori-getir-spinner-background {
  position: absolute;

  top: 0;

  width: 100%;

  height: 100%;

  z-index: 9;

  background-color: #fff;

  opacity: 0.3;
}

.kategori-getir-spinner {
  display: flex;

  position: absolute;

  width: 100%;

  height: 100%;
}

.ck-editor__editable_inline {
  height: 300px;
}

.ck-editor.danger .ck-editor__editable_inline {
  border-color: #f06543 !important;
}

#accordion .card-header:hover {
  background-color: #e3e5e6;
}

.ilan-resim {
  display: inline-block;

  position: relative;

  background-color: #fff;

  border: 1px solid #e5e5e5;

  padding: 10px;

  margin: 10px 10px 10px 0;

  vertical-align: top;

  text-align: center;

  overflow: hidden;

  cursor: move;
}

.ilan-resim-move {
  border: 1px dashed var(--primary);

  opacity: 0.3;
}

.ilan-resim img {
  width: 100px;

  height: 75px;
}

.ilan-resim .vitrin {
  position: absolute;

  top: 10px;

  left: 10px;

  padding: 2px;

  background-color: var(--primary);

  line-height: initial;

  font-size: 11px;

  color: #fff;
}

.ilan-resim-btn .btn {
  border-radius: 0.25rem;
}

.ilan-resim.sil {
  opacity: 0.3;
}

.pagination .page-link {
  padding: 0;
}

.pagination .page-item a,
.pagination .page-link a {
  display: block;

  padding: 0.5rem 0.75rem;
}

.pagination .page-link a {
  color: var(--text-dark);
}

.font-weight-600 {
  font-weight: 600;
}

.detay-tablo {
  background-color: #f8f9fa;
}

.detay-tablo table {
  background-color: #fff;
}

.detay-tablo table tr {
  background-color: transparent !important;
}

.detay-tablo table thead th {
  border-bottom-width: 1px;
}

.form-control.disabled,
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;

  pointer-events: none;
}

.noti-icon {
  vertical-align: middle;

  font-size: 24px;

  color: #f9f9f9;
}

.noti-icon-badge {
  display: inline-block;

  position: absolute !important;

  top: 11px !important;

  right: 5px;

  line-height: 15px;
}

.modal-body .form-group label {
  font-weight: 600;
}

.navbar-brand-box {
  padding: 0 0;
  text-align: center;
  width: 250px;
}

body[data-sidebar="dark"] .navbar-brand-box {
  background: #2b2b2b;
}

.logo img {
  height: 40px;
  filter: brightness(0) invert(1);
  width: auto;
}

.logo {
  text-align: center;
  border-bottom: 1px solid #f1f1f124;
}

.add-ekle {
  background: var(--primary);

  color: #fff;
}

.nav-tabs {
  gap: 5px;
}

.page-title-box {
  background-color: var(--primary);
}

.mm-active {
  color: var(--primary);
}

.uyelik_talep tr td {
  font-weight: 700;
}

.uyelik_talep tr.active td {
  color: #b8b8b8;

  font-weight: 300;
}

/* notification-badge konumlandırma */

#sidebar-menu ul li .notification-badge {
  position: absolute;

  top: -5px;

  right: -32px;

  background-color: red;

  color: white;

  border-radius: 50%;

  font-size: 10px;

  font-weight: 700;

  animation: blink 1s infinite;

  width: 22px;

  height: 22px;

  display: flex;

  align-items: center;

  justify-content: center;
}

/* Yanıp sönme animasyonu */

@keyframes blink {
  0%,
  100% {
    background-color: #000;
  } /* Siyah */

  50% {
    background-color: #f00;
  } /* Kırmızı */
}

.main-content {
  overflow: inherit;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff4d;

  content: "/";
}

/**/

.fab-container {
  position: fixed;

  bottom: 30px;

  right: 30px;

  z-index: 9999;

  display: flex;

  align-items: center;

  flex-direction: column;
}

.fab-main {
  width: 60px;

  height: 60px;

  background-color: var(--primary);

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);

  cursor: pointer;

  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.fab-main:hover {
  transform: translateY(-3px) scale(1.05);
}

.fab-main i {
  font-size: 16px;

  color: white;

  transition: transform 0.3s ease;
}

.fab-options {
  display: flex;

  flex-direction: column-reverse;

  align-items: center;

  margin-bottom: 20px;

  list-style: none;

  padding: 0;

  opacity: 0;

  visibility: hidden;

  transform: translateY(10px);

  transition: all 0.3s ease;
}

.fab-option-wrapper {
  margin-top: 8px;

  opacity: 0;

  transform: translateY(15px);

  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.fab-option {
  width: 50px;

  height: 50px;

  background-color: #ffffff;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);

  text-decoration: none;

  transition: all 0.2s ease-in-out;

  position: relative;
}

.fab-option:hover {
  transform: scale(1.1);
}

.fab-option i {
  font-size: 23px;

  color: #383c40;
}

.fab-container.active .fab-options {
  opacity: 1;

  visibility: visible;

  transform: translateY(0);
}

.fab-container.active .fab-option-wrapper {
  opacity: 1;

  transform: translateY(0);
}

.fab-container.active .fab-option-wrapper:nth-child(1) {
  transition-delay: 0.2s;
}

.fab-container.active .fab-option-wrapper:nth-child(2) {
  transition-delay: 0.15s;
}

.fab-container.active .fab-option-wrapper:nth-child(3) {
  transition-delay: 0.1s;
}

.fab-container.active .fab-option-wrapper:nth-child(4) {
  transition-delay: 0.05s;
}

.fab-container.active .fab-main i {
  transform: rotate(135deg);
}

.fab-option::before {
  content: attr(data-tooltip);

  position: absolute;

  right: 130%;

  top: 50%;

  transform: translateY(-50%);

  background-color: #333;

  color: #fff;

  padding: 6px 12px;

  border-radius: 6px;

  font-size: 14px;

  white-space: nowrap;

  opacity: 0;

  visibility: hidden;

  transition:
    opacity 0.2s ease,
    visibility 0.2s ease;

  pointer-events: none;
}

.fab-option:hover::before {
  opacity: 1;

  visibility: visible;
}

/**/

:root {
  --primary-color: #1db954; /* Canlı bir yeşil */

  --primary-light: #e8f7ec;

  --border-color: #dee2e6;

  --background-color: #f8f9fa;

  --text-color-dark: #212529;

  --text-color-light: #6c757d;

  --white: #fff;

  --success-color: #198754;

  --danger-color: #fd0d0d;
}

:root {
  --primary: #1db954;
  --primary2: #15883d;
  --sidebar-bg: #1a1a1a;
  --textcolor: #fff;
}

.sliderTabsContainer {
  background-color: var(--white);

  border: 1px solid var(--border-color);

  border-radius: 12px;

  padding: 12px;

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);

  margin-top: 15px;

  margin-bottom: 25px;

  width: 100%;
}

/* Ana renkleri buradan kolayca yönetebilirsiniz */

:root {
  --primary-color: #1db954;

  --danger-color: #fd0d0d;

  --border-color: #e9ecef;

  --card-bg: #ffffff;

  --text-dark: #212529;

  --text-light: #6c757d;
}

.tabs {
  display: flex;

  gap: 10px;

  width: 100%;
}

.tab {
  height: 80px;

  display: grid;

  width: 100px;

  background: var(--card-bg);

  border: 1px solid var(--border-color);

  border-radius: 12px;

  overflow: hidden;

  position: relative;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;

  cursor: pointer;
}

.tab:hover {
  transform: translateY(-5px);

  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.tab .resim {
  width: 100%;

  background-color: #f0f2f5;

  display: flex;

  align-items: center;

  justify-content: center;

  color: var(--text-light);

  font-size: 1.5rem;

  position: relative;
}

.tab .resim img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.tab .resim .resimyok {
  position: absolute;

  left: 0px;

  top: 0px;

  display: flex;

  background-color: #f0f2f5;

  align-items: center;

  justify-content: center;

  width: 100%;

  height: 100%;
}

.tab .resim .resimyok::before {
  content: "🖼️";

  opacity: 0.5;
}

.tab .numara {
  width: 24px;

  height: 24px;

  background: var(--primary-color);

  color: white;

  font-weight: bold;

  font-size: 14px;

  border-radius: 50%;

  position: absolute;

  top: 5px;

  left: 5px;

  z-index: 2;

  display: flex;

  align-items: center;

  justify-content: center;

  border: 2px solid white;

  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.tab .silme {
  width: 24px;

  height: 24px;

  background: var(--danger-color);

  color: white;

  font-weight: bold;

  font-size: 12px;

  border-radius: 50%;

  position: absolute;

  top: 5px;

  right: 5px;

  z-index: 2;

  display: flex;

  align-items: center;

  justify-content: center;

  border: 2px solid white;

  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.tab .tab-content {
  padding: 15px;
}

.tab .tab-content h3 {
  margin: 0 0 5px 0;

  color: var(--text-dark);

  font-size: 1rem;
}

.tab .tab-content p {
  margin: 0;

  color: var(--text-light);

  font-size: 0.875rem;

  line-height: 1.4;
}

.slider-ekle {
  background: transparent;

  border: 2px dashed #ced4da;

  color: transparent;

  align-items: center;

  text-align: center;

  justify-content: center;
}

.slider-ekle::before {
  content: "+";

  font-size: 48px;

  font-weight: 300;

  color: #adb5bd;

  transition: all 0.2s ease;
}

.slider-ekle:hover {
  border-color: var(--primary-color);

  background-color: #f8faff;

  transform: none;

  box-shadow: none;
}

.slider-ekle:hover::before {
  color: var(--primary-color);

  transform: scale(1.2);
}

.slider-ekle .resim,
.slider-ekle .numara,
.slider-ekle .tab-content {
  display: none;
}

.form-control {
  border-radius: 0.25rem !important;
}

/* Görsel Yükleme Kartı Stilleri */

.image-upload-card {
  transition: box-shadow 0.3s ease;
}

.image-upload-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Görsel Önizleme Alanı */

.image-preview-container {
  position: relative; /* Silme butonunu konumlandırmak için */

  overflow: hidden;

  border-radius: 0.375rem; /* Bootstrap'in rounded class'ı ile uyumlu */

  height: 150px; /* Maksimum yükseklik */

  display: flex;

  align-items: center;

  justify-content: center;

  background-color: #f8f9fa; /* Arka plan rengi */
}

.image-preview-container img {
  width: 100%;

  height: 100%;

  object-fit: cover; /* Görselin alanı kaplamasını sağlar */

  transition: transform 0.3s ease;
}

.image-preview-container:hover img {
  transform: scale(1.05); /* Üzerine gelince hafif büyüme efekti */
}

/* Silme Butonu */

.delete-button {
  position: absolute;

  top: 10px;

  right: 10px;

  z-index: 10;

  border-radius: 50%; /* Yuvarlak buton */

  width: 32px;

  height: 32px;

  display: flex;

  align-items: center;

  justify-content: center;

  opacity: 0; /* Normalde gizli */

  transition:
    opacity 0.3s ease,
    background-color 0.3s ease;
}

.image-preview-container:hover .delete-button {
  opacity: 1; /* Fare üzerine gelince görünür yap */
}

.delete-button:hover {
  background-color: #dc3545; /* Kırmızı renk */
}

/* Görsel Yoksa Gösterilecek Alan (Artık bir LABEL) */

.image-upload-placeholder {
  border: 2px dashed #ced4da;

  border-radius: 0.375rem;

  padding: 2rem;

  display: flex;

  height: 150px;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  text-align: center;

  color: #6c757d;

  background-color: #f8f9fa;

  cursor: pointer;

  transition:
    border-color 0.3s,
    background-color 0.3s;
}

.image-upload-placeholder:hover {
  border-color: #0d6efd; /* Bootstrap primary rengi */

  background-color: #eef5ff;
}

.image-upload-placeholder i {
  font-size: 2.5rem;

  margin-bottom: 0.75rem;
}

.handle-hizli-butonlar {
  display: flex;
}

.handle-hizli-butonlar {
  display: flex;
}

/**/

.button-hizli {
  display: flex;

  align-items: center;

  position: absolute;

  position: absolute;

  right: 94px;

  top: 4px;
}

.button-hizli .icon-button22 {
  width: 29px;

  height: 29px;

  border-radius: 5px;

  border: 1px solid #e0e0e0;

  background-color: #fff;

  display: flex;

  justify-content: center;

  align-items: center;

  cursor: pointer;

  outline: none;

  transition: all 0.2s ease;

  margin: 0 4px;

  font-size: 14px;

  line-height: 1;

  color: #343a40;
}

.button-hizli .icon-button22.active {
  color: #fff;

  background: var(--primary);

  border-color: var(--primary);
}

.button-hizli .icon-button22:hover {
  background-color: #343a40;

  border-color: #343a40;

  color: #fff;
}

.button-hizli .button-group {
  flex-shrink: 0;
}

/**/

.yetki-sihirbazi {
  width: 100%;

  height: auto;
}

/* Stepper Stilleri */

.yetki-sihirbazi .stepper {
  display: flex;

  justify-content: space-between;

  margin-bottom: 0px;

  position: relative;
}

/* Arka plandaki gri çizgi (her zaman tam genişlikte) */

.yetki-sihirbazi .stepper::before {
  content: "";

  position: absolute;

  top: 17px;

  left: 0;

  right: 0;

  height: 2px;

  background-color: #dee2e6;

  z-index: 0; /* Arkada kalması için */
}

/* YENİ: Üstteki yeşil ilerleme çizgisi */

.yetki-sihirbazi .stepper::after {
  content: "";

  position: absolute;

  top: 17px;

  left: 0;

  height: 2px;

  background-color: var(--primary); /* Yeşil renk */

  z-index: 1; /* Gri çizginin üzerinde olması için */

  width: 0; /* Başlangıçta genişliği sıfır */

  transition: width 0.4s ease-in-out; /* Genişlik değişimine animasyon */
}

/* YENİ: İlerlemeye göre yeşil çizginin genişliğini ayarlayan sınıflar */

.yetki-sihirbazi .stepper.progress-50::after {
  width: 50%; /* 2. adıma gelindiğinde */
}

.yetki-sihirbazi .stepper.progress-100::after {
  width: 100%; /* 3. adıma gelindiğinde */
}

.yetki-sihirbazi .step {
  display: flex;

  flex-direction: column;

  align-items: center;

  position: relative;

  z-index: 2; /* Çizgilerin üzerinde olması için */

  background: #fff;

  padding: 0 10px;

  text-align: center;
}

.yetki-sihirbazi .step-number {
  width: 35px;

  height: 35px;

  border-radius: 50%;

  background-color: #f8f9fa;

  border: 2px solid #dee2e6;

  color: #6c757d;

  display: flex;

  justify-content: center;

  align-items: center;

  font-weight: 700;

  transition: all 0.3s ease;

  position: relative; /* Tik ikonu için eklendi */
}

.yetki-sihirbazi .step-label {
  margin-top: 8px;

  font-size: 14px;

  font-weight: 600;

  color: #6c757d;

  transition: all 0.3s ease;
}

/* YENİ: Hem aktif hem de tamamlanmış adımların stilleri */

.yetki-sihirbazi .step.active .step-number,
.yetki-sihirbazi .step.completed .step-number {
  background-color: var(--primary); /* RENK DEĞİŞTİ */

  color: #fff;

  border-color: var(--primary); /* RENK DEĞİŞTİ */
}

.yetki-sihirbazi .step.active .step-label,
.yetki-sihirbazi .step.completed .step-label {
  color: var(--primary); /* RENK DEĞİŞTİ */
}

.yetki-sihirbazi .step.completed .step-number::before {
  content: "\F012C"; /* MDI 'check' ikonunun Unicode kodu */

  font-family: "Material Design Icons";

  /* MDI için font-weight genellikle gerekli değildir, ikonun kendi tasarımı kullanılır */

  font-weight: normal;

  font-size: 22px; /* MDI ikonunun daire içinde dolgun görünmesi için boyut ayarı */

  color: #fff;

  /* İkonu dikey ve yatay olarak mükemmel şekilde ortalamak için */

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);
}

.yetki-sihirbazi .step.completed .step-number {
  /* Numarayı gizleyip sadece ikonu göster */

  font-size: 0;
}

/* Adım Panelleri */

.yetki-sihirbazi .step-panel {
  display: none;

  animation: yetkiFadeIn 0.5s;
}

.yetki-sihirbazi .step-panel.active {
  display: block;
}

@keyframes yetkiFadeIn {
  from {
    opacity: 0;

    transform: translateY(10px);
  }

  to {
    opacity: 1;

    transform: translateY(0);
  }
}

.yetki-sihirbazi .step-panel h2 {
  font-size: 20px;

  margin-bottom: 8px;
}

.yetki-sihirbazi .step-panel p {
  color: #666;

  margin-bottom: 25px;
}

/* Form Elemanları */

.yetki-sihirbazi .form-group-grid {
  display: grid;

  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));

  gap: 15px;
}

.yetki-sihirbazi .checkbox-container {
  display: block;

  position: relative;

  padding-left: 35px;

  cursor: pointer;

  font-size: 16px;

  user-select: none;
}

.yetki-sihirbazi .checkbox-container input {
  position: absolute;

  opacity: 0;

  cursor: pointer;

  height: 0;

  width: 0;
}

.yetki-sihirbazi .checkmark {
  position: absolute;

  top: 0;

  left: 0;

  height: 22px;

  width: 22px;

  background-color: #eee;

  border-radius: 4px;

  transition: background-color 0.2s;
}

.yetki-sihirbazi .checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

.yetki-sihirbazi .checkbox-container input:checked ~ .checkmark {
  background-color: var(--primary); /* RENK DEĞİŞTİ */
}

.yetki-sihirbazi .checkmark:after {
  content: "";

  position: absolute;

  display: none;

  left: 8px;

  top: 4px;

  width: 5px;

  height: 10px;

  border: solid white;

  border-width: 0 3px 3px 0;

  transform: rotate(45deg);
}

.yetki-sihirbazi .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Akordiyon (Adım 3) */

.yetki-sihirbazi .accordion-item {
  border: 1px solid #dee2e6;

  border-radius: 8px;

  margin-bottom: 10px;

  overflow: hidden;
}

.yetki-sihirbazi .accordion-header {
  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 15px;

  cursor: pointer;

  background-color: #f8f9fa;

  font-weight: 600;
}

.yetki-sihirbazi .accordion-header:hover {
  background-color: #e2e6ea;
}

.yetki-sihirbazi .accordion-header h3 {
  font-size: 16px;

  margin: 0;
}

.yetki-sihirbazi .select-all-label {
  font-size: 14px;

  font-weight: normal;

  color: #6c757d;
}

.yetki-sihirbazi .accordion-body {
  max-height: 0;

  overflow: hidden;

  transition:
    max-height 0.3s ease-out,
    padding 0.3s ease-out;

  padding: 0 15px;
}

.yetki-sihirbazi .accordion-item.active .accordion-body {
  max-height: 500px;

  padding: 15px;
}

.yetki-sihirbazi .feature-grid {
  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));

  gap: 10px;
}

.yetki-sihirbazi .feature-grid label {
  display: flex;

  align-items: center;

  gap: 8px;
}

.yetki-sihirbazi .feature-grid input[type="checkbox"] {
  width: 16px;

  height: 16px;
}

/* Navigasyon Butonları */

.yetki-sihirbazi .wizard-navigation {
  display: flex;

  justify-content: space-between;

  margin-top: 30px;

  padding-top: 20px;

  border-top: 1px solid #dee2e6;
}

.yetki-sihirbazi #prevBtn {
  visibility: hidden;
}

.yetki-sihirbazi .wizard-error-message {
  color: #c7254e; /* Belirgin bir kırmızı/pembe tonu */

  background-color: #f9f2f4;

  border: 1px solid #e4b9c0;

  border-radius: 4px;

  padding: 10px 15px;

  margin-bottom: 20px;

  font-weight: 600;

  display: none; /* Varsayılan olarak gizli */
}

body {
  font-family: "Outfit", sans-serif !important;
}

#sidebar-menu ul li a .uim-svg {
  fill: var(--primary) !important;
}

#sidebar-menu ul li a svg {
  width: 16px;
  height: 16px;
  fill: #797f83;
}

.mm-active .active {
  color: var(--primary) !important;
}

body[data-topbar="colored"] #page-topbar {
  background-color: var(--primary);
}

.page-title-box {
  background-color: var(--primary);
}

.vertical-menu {
  background: var(--sidebar-bg) !important;
}

#sidebar-menu ul li a {
  color: #adb5bd !important;
}

#sidebar-menu ul li a:hover {
  color: var(--primary) !important;
}

#sidebar-menu ul li.mm-active > a {
  color: var(--primary) !important;
}

#sidebar-menu ul li.mm-active > a i,
#sidebar-menu ul li.mm-active > a span {
  color: var(--primary) !important;
}

.menu-title {
  color: #6c757d !important;
}

.page-item.active .page-link {
  background-color: var(--primary);
  border-color: var(--primary);
}

body[data-sidebar="dark"] .page-title-box {
  background-color: var(--primary);
}

body[data-sidebar="dark"] .page-title-box .page-title {
  color: var(--textcolor);
}
body[data-sidebar="dark"] .page-title-box .breadcrumb-item > a {
  color: var(--textcolor);
}
.page-title-box .breadcrumb-item > a {
  display: inline-flex;
  align-items: center;
}

.page-title-box .breadcrumb-item > a > svg {
  width: 12px;
  height: 12px;
  fill: var(--textcolor);
}

.navbar-header {
  border-bottom: 1px solid #ffffff38;
}

.navbar-header .header-profile-user{
  background: var(--sidebar-bg);
}

body[data-topbar=colored] .dropdown.show .header-item {
    background-color:var(--primary2);
}

body[data-sidebar="dark"] .page-title-box .breadcrumb-item.active {
  color: var(--textcolor);
}

.grid-liste .menu-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 35px 25px;
  background: #fff;
  border-radius: 5px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-align: center;
  height: 100%;
  border: 1px solid #dedede;
  text-decoration: none !important;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.grid-liste .menu-tile::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(242, 148, 0, 0.1) 0%,
    rgba(242, 148, 0, 0) 100%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.grid-liste .menu-tile:hover {
  transform: translateY(-8px);
  background: var(--primary);
}

.grid-liste .menu-tile:hover::after {
  opacity: 1;
}

.grid-liste .menu-tile .tile-icon {
  font-size: 44px;
  margin-bottom: 18px;
  color: var(--primary);
  transition: all 0.3s ease;
  z-index: 1;
  line-height: 1;
}

.grid-liste .menu-tile .tile-icon i,
.grid-liste .menu-tile .tile-icon span {
  display: inline-block;
}

.grid-liste .tile-icon svg {
  width: 40px;
  height: 40px;
  fill: var(--primary);
}

.grid-liste .menu-tile .tile-label {
  font-weight: 600;
  color: #2d3436;
  font-size: 16px;
  transition: all 0.3s ease;
  z-index: 1;
}

.grid-liste .section-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0px 0 25px;
  padding-left: 15px;
  border-left: 4px solid var(--primary);
  color: #2d3436;
}

.grid-liste .tile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 25px;
}

.grid-liste {
  margin-bottom: 30px;
}

.grid-liste .menu-tile:hover .tile-label {
  color: #fff;
}

.grid-liste .menu-tile:hover .tile-icon svg {
  fill: #fff;
}

.grid-liste .menu-tile {
  padding: 15px 25px;
}

.grid-liste .menu-tile .tile-icon {
  margin-bottom: 10px;
}

.btn-panel {
  display: flex;
  align-items: center;
  gap: 5px;
}

.btn-panel svg {
  width: 17px;
  height: 17px;
  fill: var(--text-dark);
}

/* Custom golden style overrides */
.btn-primary {
  background-color: #1db954 !important;
  border-color: #1db954 !important;
  color: #fff !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-color: #15883d !important;
  border-color: #15883d !important;
  color: #fff !important;
}
.btn-outline-primary {
  color: #1db954 !important;
  border-color: #1db954 !important;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active {
  background-color: #1db954 !important;
  border-color: #1db954 !important;
  color: #fff !important;
}
