﻿/* =========================================================
   SWEET ALERT BASE
========================================================= */

.swal-popup-modern {
    border-radius: 24px !important;
    padding: .7rem !important;
    box-shadow: 0 25px 80px rgba(0, 0, 0, .25) !important;
}

.swal-confirm-modern {
    border-radius: 14px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    padding: 12px 28px !important;
}

.swal-cancel-modern {
    border-radius: 14px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    padding: 12px 28px !important;
}

.swal-html-modern {
    margin: 0 !important;
    padding: 0 !important;
}

/* =========================================================
   SWEET ALERT AJUSTES
========================================================= */

.swal2-actions {
    margin-top: 1rem !important;
}

.swal2-html-container {
    margin: 0 !important;
    padding-top: 0 !important;
}

/* =========================================================
   GENERAL
========================================================= */

.swal-container-modern {
    padding: 6px;
    font-family: Arial, sans-serif;
}

.swal-center {
    text-align: center;
}

/* =========================================================
   CIRCULOS
========================================================= */

.swal-circle {
    width: 78px;
    height: 78px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swal-circle-red {
    background: #fff5f5;
    border: 2px solid #ffd6d6;
}

.swal-circle-orange {
    background: #fff7ed;
    border: 2px solid #fed7aa;
}

.swal-circle-blue {
    background: #eff6ff;
    border: 2px solid #bfdbfe;
}

/* =========================================================
   ICONOS
========================================================= */

.swal-bus-image {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.swal-emoji {
    font-size: 38px;
}

/* =========================================================
   TITULOS
========================================================= */

.swal-title {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    color: #111827;
    margin-top: 12px;
    margin-bottom: 0;
}

.swal-subtitle {
    text-align: center;
    font-size: 16px;
    color: #6b7280;
    margin-top: 8px;
    margin-bottom: 12px;
}

/* =========================================================
   LINEA DECORATIVA
========================================================= */

.swal-line-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    margin-bottom: 12px;
}

.swal-line {
    width: 90px;
    height: 2px;
    background: #ef4444;
}

.swal-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ef4444;
}

/* =========================================================
   CARD
========================================================= */

.swal-card {
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #fafafa;
    padding: 12px;
    text-align: left;
}

.swal-card-section {
    display: flex;
    align-items: center;
    gap: 14px;
}

/* =========================================================
   ICONOS INTERNOS
========================================================= */

.swal-card-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #fff1f2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

/* =========================================================
   TEXTOS
========================================================= */

.swal-label {
    font-size: 11px;
    font-weight: 700;
    color: #6b7280;
}

.swal-value {
    font-size: 18px;
    font-weight: 800;
    color: #111827;
}

.swal-subvalue {
    font-size: 11px;
    color: #6b7280;
    margin-top: 2px;
}

/* =========================================================
   DIVIDER
========================================================= */

.swal-divider {
    margin: 6px 0;
    border: none;
    border-top: 1px solid #e5e7eb;
}
/* =========================================================
   FONT AWESOME ICONS
========================================================= */

.swal-fa-icon {
    font-size: 32px;
    color: #dc2626;
}

.swal-fa-icon-light {
    font-size: 24px;
    color: #dc2626;
}