.death_alert_details_container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.death_alert_details_title{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

/* .death_alert_details_label {
    font-weight: bold;
} */

.highlight {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.upload_receipt_d_alert{
    text-decoration: none !important;
    color: white;
    background-color: #0096d4;
    padding: 2px 10px 5px 10px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    height: 28px;
}

.upload_receipt_d_alert:hover{
    background-color: #0078aa;
    color: white;
}