.custom-popup {
    border-radius: 12px;
    padding: 20px;
    background: #f8f9fa;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.custom-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.custom-html {
    font-size: 14px;
    color: #555;
}

.custom-confirm-btn,
.custom-cancel-btn {
    font-size: 14px;
    padding: 8px 16px;
    border: none !important;
    outline: none !important;
}