.swal-ozel-popup {
  width: 380px !important;
  padding: 30px 25px !important;
  border-radius: 24px !important;
  background: #ffffff !important;
  font-family: 'Poppins', sans-serif !important;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.02) !important;
  border: none !important;
  overflow: hidden !important;
}

.swal-ozel-title {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #1e293b !important;
  margin: 20px 0 10px !important;
  letter-spacing: -0.5px !important;
}

.swal-ozel-html {
  font-size: 14px !important;
  color: #64748b !important;
  line-height: 1.6 !important;
  margin: 0 0 25px !important;
  font-weight: 400 !important;
}

.swal-ozel-popup .swal2-icon {
  width: 70px !important;
  height: 70px !important;
  border: none !important;
  margin: 0 auto !important;
  background-color: #f1f5f9;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.swal-ozel-popup .swal2-icon.swal2-success {
  background-color: rgba(26, 179, 148, 0.2) !important;
}

.swal-ozel-popup .swal2-icon.swal2-success .swal2-success-ring {
  display: none !important;
}

.swal-ozel-popup .swal2-icon.swal2-success [class^='swal2-success-line'] {
  background-color: #1ab394 !important;
  height: 6px !important;
  border-radius: 4px !important;
}

.swal-ozel-popup .swal2-icon.swal2-error {
  background-color: rgba(239, 68, 68, 0.2) !important;
}

.swal-ozel-popup .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  background-color: #ef4444 !important;
  height: 5px !important;
  width: 30px !important;
  border-radius: 4px !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  margin: 0 !important;
}

.swal-ozel-popup .swal2-icon.swal2-error .swal2-x-mark {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  position: relative !important;
}

.swal-ozel-popup .swal2-icon.swal2-error .swal2-x-mark-line-left {
  transform: translate(-50%, -50%) rotate(45deg) !important;
}

.swal-ozel-popup .swal2-icon.swal2-error .swal2-x-mark-line-right {
  transform: translate(-50%, -50%) rotate(-45deg) !important;
}

.swal-ozel-popup .swal2-icon.swal2-warning {
  background-color: rgba(245, 158, 11, 0.1) !important;
  color: #f59e0b !important;
  font-size: 36px !important;
}

.swal-ozel-popup .swal2-icon.swal2-question {
  background-color: rgba(59, 130, 246, 0.1) !important;
  color: #3b82f6 !important;
  font-size: 36px !important;
}

.swal-ozel-popup .swal2-actions {
  width: 100% !important;
  margin: 10px 0 0 !important;
  gap: 15px !important;
  justify-content: center !important;
}

.swal-ozel-confirm,
.swal-ozel-cancel {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px 20px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  border-radius: 6px !important;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease !important;
  box-shadow: none !important;
  min-width: 80px !important;
  text-transform: none !important;
  gap: 8px;
}

.swal-ozel-confirm {
  background: linear-gradient(90deg, #1ab394, #16a085);
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);

}

.swal-ozel-confirm:hover {
  background: linear-gradient(90deg, #16a085, #1ab394);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.swal-ozel-confirm i {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin-top: 1px;
  position: relative;
  top: -1px;
}

.swal-ozel-confirm.swal-danger {
  background: linear-gradient(90deg, #d64050, #cc7373);
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);

}

.swal-ozel-confirm.swal-danger:hover {
  background: linear-gradient(90deg, #cc7373, #d64050);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.swal-ozel-confirm.swal-danger i {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin-top: 1px;
  position: relative;
  top: -1px;
}

.swal-ozel-cancel {
  background: linear-gradient(90deg, #cfd8dc, #b0bec5);
  color: #37474f;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);

}

.swal-ozel-cancel:hover {
  background: linear-gradient(90deg, #e7ebec, #78909c);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  color: #263238;
}

.swal-ozel-cancel i {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin-top: 1px;
  position: relative;
  top: -1px;
}

.swal-summary {
  background: #f8fafc;
  border-radius: 16px;
  padding: 16px;
  border: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 10px;
}

.swal-badge {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #334155;
  font-weight: 500;
}

.swal-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 12px;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8);
}

@media (max-width: 480px) {
  .swal-ozel-popup {
    width: 90% !important;
    padding: 20px 15px !important;
    max-height: 90vh !important;
    overflow-y: auto !important;
  }

  .swal-ozel-title {
    font-size: 18px !important;
    margin: 15px 0 10px !important;
  }

  .swal-ozel-confirm,
  .swal-ozel-cancel {
    width: 100% !important;
    margin: 5px 0 !important;
  }

  .swal-ozel-popup .swal2-actions {
    flex-direction: column-reverse;
    gap: 8px !important;
  }
}

.swal-ozel-popup .swal2-icon.swal2-success {
  border-color: #bfe6d9;
  color: #1ab394;
}

.swal-ozel-popup .swal2-icon.swal2-error {
  color: #ef4444;
}

.swal-ozel-popup .swal2-actions {
  gap: 10px !important;
  margin-top: 12px !important;
}

.swal-summary {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 6px;
}

.swal-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 13px;
  color: #333;
}

.swal-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.swal-ozel-html {
  font-size: 13px;
  color: #566;
  margin-top: 4px;
  line-height: 1.45;
  text-align: center;
}

.swal-ozel-icon {
  transform: scale(0.9);
  margin: 10px auto 8px;
}

@media (max-width: 420px) {
  .swal-ozel-popup {
    width: 92vw !important;
  }
}

@keyframes swal-custom-show {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(20px);
  }

  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes swal-custom-hide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }

  100% {
    opacity: 0;
    transform: scale(0.95) translateY(10px);
  }
}

.swal-custom-show {
  animation: swal-custom-show 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards !important;
}

@keyframes show-then-shake {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(20px);
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  }

  50% {
    opacity: 1;
    transform: scale(1) translateY(0);
    animation-timing-function: ease-in-out;
  }

  60% {
    transform: translateX(-5px);
  }

  70% {
    transform: translateX(5px);
  }

  80% {
    transform: translateX(-5px);
  }

  90% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX(0);
  }
}

.swal-shake-error {
  animation: show-then-shake 1s forwards !important;
}

.swal-custom-hide {
  animation: swal-custom-hide 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards !important;
}

.swal2-container.swal2-backdrop-show {
  background:
    radial-gradient(1100px 800px at 18% -10%, rgba(26, 188, 156, .14), transparent 60%),
    radial-gradient(900px 700px at 120% 120%, rgba(52, 152, 219, .10), transparent 60%),
    linear-gradient(180deg, rgba(14, 24, 51, .25), rgba(14, 24, 51, .35)) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .04),
    inset 0 -80px 120px rgba(0, 0, 0, .20) !important;
}

@keyframes shake {

  0%,
  100% {
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-5px);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translateX(5px);
  }
}

.swal2-input.swal-input-error {
  border-color: #e74c3c !important;
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.2) !important;
  animation: shake 0.5s cubic-bezier(.36, .07, .19, .97) both;
}

.swal-ozel-popup .swal2-timer-progress-bar {
  background: #1ab394 !important;
  height: 6px !important;
}
