/* ACP Statistics Dashboard CSS */
#acp-statistics-dashboard-root {
    min-height: 400px;
    
}
.acp-school-dashboard-wrapper{
width:92%;
    max-width: 1600px;
    margin: auto;
}
.acp-stats-error {
    color: #b00;
    background: #fee;
    border: 1px solid #fbb;
    padding: 1em;
    border-radius: 4px;
    margin: 2em auto;
    max-width: 600px;
    text-align: center;
}
