/* Falcon ERP — SweetAlert2 (Cloud kayıt / giriş ile aynı) */
.falcon-swal-show {
    animation: falcon-swal-in 0.12s ease-out !important;
}
.falcon-swal-hide {
    animation: falcon-swal-out 0.08s ease-in forwards !important;
}
@keyframes falcon-swal-in {
    from { opacity: 0; transform: scale(0.97); }
    to { opacity: 1; transform: scale(1); }
}
@keyframes falcon-swal-out {
    from { opacity: 1; transform: scale(1); }
    to { opacity: 0; transform: scale(0.97); }
}

.fweb-swal-popup {
    font-family: 'Rajdhani', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    border-radius: 20px !important;
    padding: 8px 4px 16px !important;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.18) !important;
}
.fweb-swal-popup .swal2-title {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    letter-spacing: -0.02em;
}
.fweb-swal-popup .swal2-html-container,
.fweb-swal-popup .swal2-content {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #475569 !important;
    line-height: 1.45 !important;
    text-align: left !important;
    max-height: 420px;
    overflow: auto;
}
.fweb-swal-popup .swal2-html-container label {
    font-weight: 600;
    color: #334155;
    cursor: pointer;
}
.fweb-swal-popup .swal2-html-container input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #383838;
}
.fweb-swal-btn {
    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    border-radius: 12px !important;
    padding: 10px 28px !important;
}
.fweb-swal-input.swal2-input,
.fweb-swal-input.swal2-textarea {
    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
    border: 1px solid #cbd5e1 !important;
}

/* Her zaman en üstte (popup, loading, grid modal) */
.swal2-container {
    z-index: 2000000 !important;
}
/* SweetAlert2 varsayılan height:auto davranışı fixed alt barı yukarı kaydırmasın */
body.swal2-height-auto,
html.swal2-height-auto {
    height: 100% !important;
}
body.swal2-shown {
    padding-right: 0 !important;
    overflow: hidden !important;
}
body.swal2-shown .app-statusbar,
body.swal2-shown .app-shell {
    padding-right: 0 !important;
}
body.swal2-shown .kart-page,
body.swal2-height-auto .kart-page {
    height: 100% !important;
    min-height: 100% !important;
}
