.endo-status {
padding: 0px;
margin: 0px 0;
border-radius: 4px;
background-color: #f0f0f0;
color: #666;
font-size: 0px;
text-align: center;
height:0;
}
.endo-status.error {
background-color: #ffebee;
color: #c62828;
}
.endo-status.ready {
background-color: #e8f5e9;
color: #2e7d32;
}
.secure-notice {
background-color: #e3f2fd;
border: 1px solid #1976d2;
border-radius: 0px;
padding: 0px;
margin: 0px 0;
font-size: 0px;
}