/* Large notification styles for Boletos page - EXTRA SPECIFIC SELECTORS */

/* Position the notification container */
.custom-notification,
div.custom-notification,
.k-notification-group.custom-notification {
    top: 80px !important;
    z-index: 10000 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

/* Container sizing */
.custom-notification .k-notification-container,
div.custom-notification .k-notification-container {
    min-width: 700px !important;
    max-width: 1000px !important;
}

/* Notification box styling */
.custom-notification .k-notification,
.custom-notification .k-notification.k-notification-success,
.custom-notification .k-notification.k-notification-error,
.custom-notification .k-notification.k-notification-warning,
.custom-notification .k-notification.k-notification-info {
    font-size: 20px !important;
    padding: 30px 40px !important;
    border-radius: 12px !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25) !important;
    font-weight: 500 !important;
    min-height: 80px !important;
}

/* Content text styling */
.custom-notification .k-notification-content,
.custom-notification .k-notification .k-notification-content {
    font-size: 20px !important;
    line-height: 1.6 !important;
    font-weight: 500 !important;
}

/* Icon styling */
.custom-notification .k-icon,
.custom-notification .k-notification .k-icon,
.custom-notification .k-svg-icon {
    font-size: 24px !important;
    width: 24px !important;
    height: 24px !important;
    margin-right: 12px !important;
}

/* Close button */
.custom-notification .k-notification .k-notification-actions .k-button {
    font-size: 18px !important;
    padding: 8px !important;
}
