@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

.live-start-popup {
  background: #09090b !important;
  color: #f8fafc !important;
  border-radius: 20px !important;
  padding: 16px 12px 20px 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.7) !important;
  font-family: 'Poppins', sans-serif !important;
  width: 90% !important;
  max-width: 360px !important;
}

.live-start-popup .swal2-title {
  font-size: 18px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  margin-bottom: 5px !important;
}

.live-start-popup .swal2-html-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px !important;
  overflow: visible !important;
}

.live-toggle-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: all 0.2s ease-in-out;
}

.live-toggle-row:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

.live-toggle-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.live-toggle-icon {
  font-size: 16px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
}

.live-toggle-texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
}

.live-label-text {
  font-size: 13.5px;
  font-weight: 600;
  color: #f1f5f9;
  letter-spacing: 0.2px;
}

.live-private-info {
  font-size: 10px;
  color: #64748b;
  text-align: left;
  line-height: 1.2;
}

/* PREMIUM TOGGLE SWITCH */
.live-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
  flex-shrink: 0;
}

.live-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.live-slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: #27272a;
  transition: 0.3s;
  border-radius: 50px;
  border: 1px solid rgba(255,255,255,0.05);
}

.live-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: #ffffff;
  transition: 0.3s;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.live-switch input:checked + .live-slider {
  background: linear-gradient(135deg, #2563eb, #06b6d4);
  border-color: transparent;
}

.live-switch input:checked + .live-slider:before {
  transform: translateX(20px);
}

/* QƏFƏS NEON DİZAYNI */
.live-qefes-row {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.05) 0%, rgba(250, 204, 21, 0.02) 100%) !important;
  border: 1px solid rgba(250, 204, 21, 0.15) !important;
}

.live-qefes-row:hover {
  border-color: rgba(250, 204, 21, 0.3) !important;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.08) 0%, rgba(250, 204, 21, 0.04) 100%) !important;
}

.live-qefes-icon {
  background: rgba(250, 204, 21, 0.1) !important;
  color: #facc15;
  text-shadow: 0 0 8px rgba(250,204,21,0.5);
}

.live-switch input:checked + .live-qefes-slider {
  background: linear-gradient(135deg, #f59e0b, #eab308) !important;
}

.live-switch input:disabled + .live-slider {
  opacity: 0.6;
  cursor: not-allowed;
}

.live-switch input:disabled + .live-slider:before {
  background-color: #94a3b8;
}

/* SWEETALERT DÜYMƏLƏRİ */
.live-start-popup .swal2-actions {
  margin-top: 20px !important;
  gap: 8px;
  width: 100%;
  padding: 0 5px;
}

.live-start-popup .swal2-confirm {
  background: linear-gradient(135deg, #2563eb, #4f46e5) !important;
  border-radius: 10px !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  padding: 10px 20px !important;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3) !important;
  transition: all 0.2s !important;
  flex: 1;
}

.live-start-popup .swal2-confirm:hover {
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4) !important;
}

.live-start-popup .swal2-cancel {
  background: #18181b !important;
  color: #94a3b8 !important;
  border-radius: 10px !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  padding: 10px 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.live-start-popup .swal2-cancel:hover {
  background: #27272a !important;
  color: #fff !important;
}

.live-start-popup .swal2-close {
  color: #52525b !important;
  padding-top: 6px !important;
  padding-right: 6px !important;
}

.live-start-popup .swal2-close:hover {
  color: #f1f5f9 !important;
}


/* =======================================
   BAN POP-UP DİZAYNI 
======================================= */
.ban-popup {
  border-radius: 28px !important;
  box-shadow: 0 20px 60px rgba(0,0,0,.18) !important;
  padding: 25px !important;
  width: 90% !important;
  max-width: 400px !important;
  background: #0f172a !important; /* Tünd arka plan */
  color: #fff !important;
}

.ban-popup-title {
  font-size: 20px !important;
  font-weight: 700 !important;
}

.ban-popup-btn {
  border-radius: 13px !important;
  font-size: 14px !important;
  padding: 7px 20px !important;
  font-weight: 600 !important;
}

.ban-popup.swal2-popup {
  animation: swalShow .25s ease-out;
}

.ban-popup .swal2-icon {
  transform: scale(0.75);
  margin-top: 10px;
  margin-bottom: 0;
}

@keyframes swalShow {
  from { transform: scale(.9); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

@keyframes kickOut {
  0% { transform: translateX(0); }
  25% { transform: translateX(-10px); }
  50% { transform: translateX(10px); }
  100% { transform: translateX(0); opacity: 0; }
}

/* =======================================
   STATUS YAZMAQ POP-UP DİZAYNI 
======================================= */
.custom-popup-border {
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5) !important;
}

.gradient-title {
  background: linear-gradient(90deg, #ff6a00, #ee0979);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  font-weight: 800;
}

.status-textarea {
  width: 100%;
  height: 80px;
  background: #ffffff;
  color: #000000;
  border: 1px solid #1e90ff;
  border-radius: 8px;
  padding: 10px;
  font-size: 14px;
  resize: none;
  transition: all 0.3s ease;
}

.status-textarea:focus {
  outline: none;
  border-color: #ee0979;
  box-shadow: 0 0 10px rgba(238, 9, 121, 0.3);
}

.gradient-button {
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 600;
  letter-spacing: 0.5px;
}