/*
 * Some admin-specific styling
 */
.error-container {
    text-align: center;
    max-width: 600px;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* this is needed to make the content scrollable on larger screens */
@media (min-width: 576px) {
    .h-sm-100 {
        height: 100% !important;
    }
}
