#elementor-popup-modal-5978 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-5978{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-5978 .dialog-message{width:748px;height:auto;}#elementor-popup-modal-5978 .dialog-close-button{display:flex;}/* Start custom CSS */.radicado-confirmation {
    text-align: center;
    padding: 30px;
    max-width: 500px;
    margin: 0 auto;
}

.confirmation-icon {
    margin-bottom: 20px;
}

.confirmation-icon svg {
    width: 80px;
    height: 80px;
}

.radicado-confirmation h3 {
    color: #2e7d32;
    margin-bottom: 15px;
    font-size: 24px;
}

.radicado-number {
    font-size: 22px;
    font-weight: 700;
    color: #1a237e;
    margin: 15px 0;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 5px;
    display: inline-block;
}

.close-popup {
    background: #1a237e;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
    transition: all 0.3s ease;
}

.close-popup:hover {
    background: #303f9f;
    transform: translateY(-2px);
}/* End custom CSS */