/* Estilos replicados de Odoo.sh Access Denied */
body {
    font-family: Arial, sans-serif; /* Usamos Arial como fallback */
    background-color: #f2f2f2;
    margin: 0;
    padding: 0;
    color: white;
}
#http_error {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
}
.message {
    width: 600px;
    padding: 40px 60px;
    background: #96478a; /* Púrpura exacto de Odoo.sh */
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: white;
}
.message a {
    text-decoration: none;
    color: #0084ff; /* Azul para el enlace */
}
.message a:hover {
    text-decoration: underline;
}
.message img {
    max-width: 6000px;
    margin-bottom: 15px;
    filter: brightness(0) invert(1); /* Para hacer el logo Odoo.sh blanco si lo usas */
}
.message h2 {
    font-size: 32px;
    color: white;
    margin-top: 15px;
    margin-bottom: 25px;
    font-weight: 400;
}
.message p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #e0e0e0;
}
.message .note {
    font-size: 16px;
    color: #ffffff;
    padding-top: 15px;
    margin-top: 20px;
    border-top: 1px solid #b78bb2; /* Línea divisoria más clara */
}
.message .date {
    font-size: 16px;
    color: #d0d0d0;
    margin-top: 25px;
}

/* Estilo para el cronómetro */
#countdown_container {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 20px;
}
#countdown {
    font-weight: bold;
    color: #ffcc00; /* Amarillo para resaltar el tiempo */
}
