#login-form {
  border-radius: 10px !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
}

  #login-form label {
    font-weight: normal !important;
  }

  #login-form .card {
    border-radius: 10px !important;
  }

  #login-form .card-header {
    border-radius: 10px 10px 0 0 !important;
  }

.spinner-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  border-radius: 0.25rem;
  align-items: center;
  justify-content: center;
}

.spinner-block-div {
  width: 96%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.25rem;
  position: absolute;
  left: 2%;
  top: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
  transform: blur(0.1);
}

.spinner-grow {
  width: 10px;
  height: 10px;
  z-index: 1;
  background-color: white;
  animation: 0.75s linear infinite spinner-grow;
}

.loading-block {
  pointer-events: none !important;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.company-short-icon {
  font-size: 30px;
  font-weight: bold;
  color: white;
  font-family: 'Source Sans Pro';
}

.pointer-none {
  pointer-events: none !important;
}

/* ==============================================
   SURVEY (ANKET) - MODERN UI/UX TASARIM
   ============================================== */

/* --- FAB Butonu --- */
.custom-survey-fab {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: linear-gradient(135deg, #00babe 0%, #0097a7 100%);
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 14px 26px;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 6px 20px rgba(0, 186, 190, 0.35);
  cursor: pointer;
  z-index: 1040;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.3px;
}

  .custom-survey-fab:hover {
    background: linear-gradient(135deg, #0097a7 0%, #00838f 100%);
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(0, 186, 190, 0.45);
    color: #ffffff;
    outline: none;
  }

  .custom-survey-fab:active {
    transform: translateY(-1px);
  }

  .custom-survey-fab i {
    font-size: 17px;
  }

/* --- Modal Genel --- */
.custom-survey-modal .modal-dialog {
  max-width: 560px;
}

.custom-survey-modal-content {
  border-radius: 16px;
  border: none;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

/* --- Modal Header --- */
.custom-survey-header {
  background: linear-gradient(135deg, #f8fffe 0%, #f0fafa 100%);
  border-bottom: 1px solid #e0f2f1;
  padding: 22px 28px;
}

  .custom-survey-header .modal-title {
    font-weight: 700;
    color: #1a1a2e;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 4px;
  }

    .custom-survey-header .modal-title i {
      color: #00babe;
      font-size: 1.15rem;
    }

  .custom-survey-header .close {
    color: #999;
    opacity: 0.6;
    font-size: 1.5rem;
    transition: opacity 0.2s;
  }

    .custom-survey-header .close:hover {
      opacity: 1;
    }

/* --- Modal Body --- */
.custom-survey-body {
  padding: 0;
  max-height: 62vh;
  overflow-y: auto;
}

  .custom-survey-body::-webkit-scrollbar {
    width: 5px;
  }

  .custom-survey-body::-webkit-scrollbar-track {
    background: transparent;
  }

  .custom-survey-body::-webkit-scrollbar-thumb {
    background: #d0d0d0;
    border-radius: 10px;
  }

/* Body ic kisim padding'i */
.custom-survey-body-inner {
  padding: 24px 28px;
}

/* --- Progress Bar --- */
.custom-survey-progress-wrap {
  padding: 16px 28px 0 28px;
}

.custom-survey-progress-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

  .custom-survey-progress-info span {
    font-size: 0.78rem;
    color: #888;
    font-weight: 500;
  }

.custom-survey-progress-bar {
  width: 100%;
  height: 5px;
  background-color: #eef1f5;
  border-radius: 10px;
  overflow: hidden;
}

  .custom-survey-progress-bar .bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #00babe, #26c6da);
    border-radius: 10px;
    transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

/* --- Soru Kartlari --- */
.custom-survey-q-card {
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 16px;
  transition: border-color 0.2s;
}

  .custom-survey-q-card:hover {
    border-color: #e0e0e0;
  }

/* Soru basligi */
.custom-survey-question {
  font-weight: 600;
  color: #2c3e50;
  font-size: 0.92rem;
  line-height: 1.5;
  margin-bottom: 14px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

/* Soru numarasi badge */
.custom-survey-q-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 26px;
  border-radius: 8px;
  background: linear-gradient(135deg, #00babe 0%, #0097a7 100%);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

/* --- Option Kartlari (Radio/Checkbox) --- */
.custom-survey-option-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.custom-survey-option-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border: 1.5px solid #edf0f4;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: #fafbfc;
  position: relative;
}

  .custom-survey-option-card:hover {
    border-color: #b2ebf2;
    background-color: #f0fdfe;
  }

  /* Secili option karti */
  .custom-survey-option-card.selected {
    border-color: #00babe;
    background-color: #e8fafb;
    box-shadow: 0 0 0 1px rgba(0, 186, 190, 0.15);
  }

  /* Gizli native radio/checkbox */
  .custom-survey-option-card input[type="radio"],
  .custom-survey-option-card input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }

/* Custom radio circle */
.custom-survey-radio-circle {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  border: 2px solid #cfd8dc;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  background: #fff;
}

.custom-survey-option-card.selected .custom-survey-radio-circle {
  border-color: #00babe;
}

  .custom-survey-option-card.selected .custom-survey-radio-circle::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00babe;
    display: block;
  }

/* Custom checkbox square */
.custom-survey-check-square {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 5px;
  border: 2px solid #cfd8dc;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  background: #fff;
}

.custom-survey-option-card.selected .custom-survey-check-square {
  border-color: #00babe;
  background: #00babe;
}

  .custom-survey-option-card.selected .custom-survey-check-square::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 11px;
    color: #fff;
  }

/* Option metin */
.custom-survey-option-text {
  font-size: 0.88rem;
  color: #455a64;
  font-weight: 450;
  line-height: 1.4;
  user-select: none;
}

.custom-survey-option-card.selected .custom-survey-option-text {
  color: #00838f;
  font-weight: 550;
}

/* --- Rating (Radio) Ozel Stili --- */
.custom-survey-rating {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 16px 0 8px 0;
}

.custom-survey-rating-item {
  position: relative;
  cursor: pointer;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}

  .custom-survey-rating-item input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }

.custom-survey-rating-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f4f6f8;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.15rem;
  color: #64748b;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.02), 0 2px 4px rgba(0,0,0,0.04);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-survey-rating-item:hover .custom-survey-rating-circle {
  background: #e8f5e9;
  color: #00babe;
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 186, 190, 0.15);
}

.custom-survey-rating-item.selected .custom-survey-rating-circle {
  background: linear-gradient(135deg, #00babe 0%, #00838f 100%);
  color: #ffffff;
  font-weight: 700;
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 186, 190, 0.35);
  border-color: rgba(255, 255, 255, 0.2);
}

/* Rating label'ları (Min/Max etiketleri) */
.custom-survey-rating-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  padding: 0 8px;
  font-size: 0.8rem;
  color: #90a4ae;
  font-weight: 500;
}

.custom-survey-slider-wrap {
  padding: 10px 4px 12px;
}

/* Seçilen değer gösteri kutusu */
.custom-survey-slider-valuebox {
  text-align: center;
  margin-bottom: 16px;
}

.custom-survey-slider-num {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 800;
  color: #00babe;
  letter-spacing: -1px;
  line-height: 1;
  transition: all 0.15s;
}

  .custom-survey-slider-num.empty {
    font-size: 1.2rem;
    font-weight: 400;
    color: #cfd8dc;
  }

/* Custom track container */
.custom-survey-slider-track {
  position: relative;
  height: 8px;
  background: #e0e4e8;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 12px;
  user-select: none;
}

/* Dolu kısım */
.custom-survey-slider-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(90deg, #00babe, #0097a7);
  border-radius: 4px;
  width: 0;
  pointer-events: none;
}

/* Thumb (sürükleme topu) */
.custom-survey-slider-thumb {
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00babe, #0097a7);
  box-shadow: 0 2px 8px rgba(0, 186, 190, 0.4);
  transform: translate(-50%, -50%);
  transition: box-shadow 0.2s;
  pointer-events: none;
}

/* Native Slider Overlay (Sürükleme ve Klavye İçin) */
.custom-survey-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
}

  .custom-survey-slider:active + .custom-survey-slider-thumb,
  .custom-survey-slider:focus ~ .custom-survey-slider-thumb {
    box-shadow: 0 4px 16px rgba(0, 186, 190, 0.6);
  }

.custom-survey-rating-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  padding: 0 4px;
}

  .custom-survey-rating-labels span {
    font-size: 0.72rem;
    color: #aaa;
    font-weight: 500;
  }

/* --- Text Area --- */
.custom-survey-textarea {
  width: 100%;
  border: 1.5px solid #edf0f4;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 0.88rem;
  resize: vertical;
  min-height: 80px;
  transition: border-color 0.2s;
  color: #333;
  background: #fafbfc;
}

  .custom-survey-textarea:focus {
    outline: none;
    border-color: #00babe;
    box-shadow: 0 0 0 3px rgba(0, 186, 190, 0.1);
    background: #fff;
  }

  .custom-survey-textarea::placeholder {
    color: #b0bec5;
  }

/* --- Footer --- */
.custom-survey-footer {
  padding: 16px 28px;
  border-top: 1px solid #f0f0f0;
  background-color: #fafbfc;
}

.custom-survey-submit-btn {
  background: linear-gradient(135deg, #00babe 0%, #0097a7 100%);
  border: none;
  color: #fff;
  padding: 9px 28px;
  font-weight: 600;
  font-size: 0.9rem;
  border-radius: 10px;
  transition: all 0.25s ease;
  letter-spacing: 0.3px;
}

  .custom-survey-submit-btn:hover {
    background: linear-gradient(135deg, #0097a7 0%, #00838f 100%);
    box-shadow: 0 4px 14px rgba(0, 186, 190, 0.3);
    transform: translateY(-1px);
    color: #fff;
  }

  .custom-survey-submit-btn:active {
    transform: translateY(0);
  }

/* --- Geri Butonu --- */
#customSurveyBackBtn {
  border-radius: 10px;
  font-size: 0.84rem;
  padding: 7px 16px;
  transition: all 0.2s ease;
  border-color: #e0e0e0;
  color: #666;
}

  #customSurveyBackBtn:hover {
    background-color: #f5f5f5;
    border-color: #ccc;
    color: #333;
  }

/* "Bir daha gosterme" link */
#customSurveyNeverShowBtn {
  font-size: 0.8rem !important;
  color: #b0b0b0 !important;
  transition: color 0.2s;
}

  #customSurveyNeverShowBtn:hover {
    color: #888 !important;
  }

/* ==============================================
   SURVEY - ANKET LISTESI KART STILLERI
   ============================================== */

.custom-survey-list-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  margin-bottom: 10px;
  background-color: #ffffff;
  border: 1.5px solid #edf0f4;
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}

  .custom-survey-list-card:hover {
    border-color: #b2ebf2;
    background-color: #f7fffe;
    box-shadow: 0 6px 20px rgba(0, 186, 190, 0.1);
    transform: translateY(-2px);
  }



.custom-survey-list-card-body {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
  min-width: 0;
}

.custom-survey-list-card-icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
}

/* Farkli ikon renkleri */
.custom-survey-list-card:nth-child(1) .custom-survey-list-card-icon {
  background: linear-gradient(135deg, #00babe, #0097a7);
}

.custom-survey-list-card:nth-child(2) .custom-survey-list-card-icon {
  background: linear-gradient(135deg, #7c4dff, #651fff);
}

.custom-survey-list-card:nth-child(3) .custom-survey-list-card-icon {
  background: linear-gradient(135deg, #ff6d00, #ff9100);
}

.custom-survey-list-card:nth-child(4) .custom-survey-list-card-icon {
  background: linear-gradient(135deg, #00c853, #69f0ae);
}


.custom-survey-list-card-info {
  flex: 1;
  min-width: 0;
}

  .custom-survey-list-card-info h6 {
    margin: 0 0 3px 0;
    font-weight: 600;
    font-size: 0.92rem;
    color: #1a1a2e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .custom-survey-list-card-info p {
    margin: 0;
    font-size: 0.78rem;
    color: #90a4ae;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

.custom-survey-list-badge {
  font-size: 0.73rem;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 20px;
  white-space: nowrap;
  margin-left: 10px;
  letter-spacing: 0.2px;
}

  .custom-survey-list-badge.pending {
    background-color: #e0f7fa;
    color: #00838f;
  }

  .custom-survey-list-badge.done {
    background-color: #e8f5e9;
    color: #2e7d32;
  }

  .custom-survey-list-badge.hidden {
    background-color: #fff3e0;
    color: #e65100;
  }

/* Gizlenmiş anket kartı (bir daha gösterme) */
.custom-survey-list-card.hidden-survey {
  opacity: 0.6;
  cursor: pointer;
  background-color: #fafbfc;
}

  .custom-survey-list-card.hidden-survey:hover {
    border-color: #edf0f4;
    box-shadow: none;
    transform: none;
    background-color: #fafbfc;
  }

  .custom-survey-list-card.hidden-survey .custom-survey-list-card-icon {
    background: linear-gradient(135deg, #bcaaa4, #a1887f) !important;
  }

.custom-survey-empty {
  text-align: center;
  padding: 40px 16px;
  color: #b0b0b0;
}

  .custom-survey-empty i {
    font-size: 44px;
    color: #d0d0d0;
    margin-bottom: 14px;
  }

/* --- Animasyonlar --- */
@keyframes surveyFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.custom-survey-q-card {
  animation: surveyFadeIn 0.3s ease forwards;
}

.custom-survey-list-card {
  animation: surveyFadeIn 0.3s ease forwards;
}

  .custom-survey-list-card:nth-child(2) {
    animation-delay: 0.05s;
  }

  .custom-survey-list-card:nth-child(3) {
    animation-delay: 0.1s;
  }

  .custom-survey-list-card:nth-child(4) {
    animation-delay: 0.15s;
  }
