/* Error Page Styles */
.er_txt_1 {
    max-width: 800px;
    margin: 50px auto;
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
}

.er_txt_1 h4 {
    color: #d32f2f;
    font-size: 24px;
    margin-bottom: 20px;
    border-bottom: 2px solid #d32f2f;
    padding-bottom: 10px;
}

.er_txt_1 p {
    margin: 10px 0;
    line-height: 1.6;
    color: #333;
}

.er_txt_1 p strong {
    color: #d32f2f;
}

.er_txt_2 {
    background: #f5f5f5;
    padding: 15px;
    margin: 10px 0;
    border-left: 4px solid #d32f2f;
    border-radius: 4px;
    font-family: monospace;
    font-size: 14px;
}

/* General error styling */
body.error-page {
    background: #f8f9fa;
    margin: 0;
    padding: 20px;
}

.error-container {
    max-width: 1000px;
    margin: 0 auto;
}

.error-title {
    color: #d32f2f;
    text-align: center;
    margin-bottom: 30px;
}

.error-details {
    background: white;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.backtrace {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 15px;
    margin-top: 20px;
}

.backtrace h5 {
    margin-top: 0;
    color: #495057;
}
