.swal2-popup.swal-hesaplatr {
    width: 32em;
    max-width: calc(100% - 32px);
    padding: 0 0 1.25em;
    background: var(--bg-panel);
    color: var(--text);
    border: 0;
    border-radius: 0 !important;
    box-shadow: none;
    font-family: var(--font);
    overflow: hidden;
}

.swal2-popup.swal-hesaplatr .swal2-title {
    display: none;
}

.swal-hesaplatr-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--s3);
    padding: var(--s5) var(--s5) var(--s4);
    background: var(--heading-bg);
    border-bottom: 0;
    text-align: center;
    color: var(--heading-text);
}

.swal-hesaplatr-head-text {
    margin: 0;
    font-size: 1.125em;
    font-weight: 700;
    line-height: 1.3;
    color: var(--heading-text);
    text-align: center;
}

.swal-hesaplatr-title-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid var(--chrome-border);
    background: rgba(255, 255, 255, 0.08);
}

.swal-hesaplatr-title-icon .ph-duotone,
.swal-hesaplatr-title-icon--success .ph-duotone,
.swal-hesaplatr-title-icon--error .ph-duotone,
.swal-hesaplatr-title-icon--warning .ph-duotone {
    font-size: var(--icon-md);
    color: #ffffff;
}

.swal2-popup.swal-hesaplatr .swal2-icon {
    display: none !important;
}

.swal2-popup.swal-hesaplatr .swal2-html-container,
.swal2-popup.swal-hesaplatr .swal2-text {
    margin: 0;
    padding: 1em 1.6em 0.3em;
    font-size: 1em;
    line-height: 1.55;
    color: var(--text-muted);
    text-align: center;
}

.swal2-popup.swal-hesaplatr .swal2-html-container ul {
    margin: 0;
    padding-left: var(--s5);
    text-align: left;
}

.swal2-popup.swal-hesaplatr .swal-hesaplatr-error-intro {
    margin: 0 0 var(--s3);
}

.swal2-popup.swal-hesaplatr .swal2-html-container li + li {
    margin-top: var(--s2);
}

.swal2-popup.swal-hesaplatr .swal2-actions {
    margin: 1.25em auto 0;
    padding: 0;
    gap: var(--s3);
    width: auto;
    box-sizing: border-box;
}

.swal2-popup.swal-hesaplatr .swal2-styled.swal2-confirm.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--s3);
    min-width: 8em;
    min-height: var(--control-h);
    padding: 0 var(--s6);
    border: 1px solid var(--primary-border);
    border-radius: 0 !important;
    background: var(--primary);
    color: #ffffff;
    font: inherit;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: none !important;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.swal2-popup.swal-hesaplatr .swal2-styled.swal2-confirm.btn:hover {
    background: var(--primary-hover);
    border-color: var(--primary-hover);
    color: #ffffff;
}

.swal2-popup.swal-hesaplatr .swal2-styled.swal2-confirm.btn:focus,
.swal2-popup.swal-hesaplatr .swal2-styled.swal2-confirm.btn:focus-visible,
.swal2-popup.swal-hesaplatr .swal2-styled.swal2-confirm.btn:active {
    outline: none !important;
    box-shadow: none !important;
    background: var(--primary-hover);
    border-color: var(--primary-hover);
    color: #ffffff;
}

.swal2-popup.swal-hesaplatr .swal2-styled.swal2-cancel.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--s3);
    min-height: var(--control-h);
    padding: 0 var(--s6);
    border: 1px solid var(--border-light);
    border-radius: 0 !important;
    background: var(--bg-deep);
    color: var(--text-muted);
    font: inherit;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    box-shadow: none !important;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.swal2-popup.swal-hesaplatr .swal2-styled.swal2-cancel.btn:hover {
    background: var(--bg-panel-hover);
    border-color: var(--border-light);
    color: var(--text);
}

.swal2-popup.swal-hesaplatr .swal2-styled.swal2-cancel.btn:focus,
.swal2-popup.swal-hesaplatr .swal2-styled.swal2-cancel.btn:focus-visible,
.swal2-popup.swal-hesaplatr .swal2-styled.swal2-cancel.btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.swal2-popup.swal-hesaplatr .swal2-close {
    width: 36px;
    height: 36px;
    margin: var(--s3) var(--s3) 0 0;
    color: var(--text-dim);
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

.swal2-popup.swal-hesaplatr .swal2-close:hover,
.swal2-popup.swal-hesaplatr .swal2-close:focus,
.swal2-popup.swal-hesaplatr .swal2-close:focus-visible {
    color: var(--text);
    outline: none !important;
    box-shadow: none !important;
}

.swal2-container.swal-hesaplatr-backdrop {
    background: rgba(44, 46, 64, 0.72);
}
