.center {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#center-dialog {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 400px;
    height: 200px;
}

.dashboard-chart-container {
    padding: 0;
    position: relative;
}

.dashboard-chart-canvas {
    direction: ltr;
    position: absolute;
    left: 0;
    top: 0;
    width: 314px;
    height: 100px;
}

.center-horizontal {
    text-align: center;
}

.right {
    text-align: right;
}

.swal-button {
    padding: 7px 19px;
    border-radius: 2px;
    background-color: #00a3e0;
    font-size: 12px;
    color: white;
    border: 1px solid #00a3e0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.swal-button--cancel {
    padding: 7px 19px;
    border-radius: 2px;
    background-color: white;
    font-size: 12px;
    color: #888888;
    border: 1px solid #e7eaec;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.stat-color1 {
    color: #00a3e0
}

.stat-color2 {
    color: #888888;
}

.stat-color3 {
    color: #f8ac59;
}

.stat-color4 {
    color: #23c6c8;
}

.leaflet-container {
    height: 400px;
    width: 100%;
    margin: 0 auto;
}

.student-bg {
    background-color: #1c84c6;
    color: #ffffff;
}

.teacher-bg {
    background-color: #23c6c8;
    color: #ffffff;
}

.parent-bg {
    background-color: #00a3e0;
    color: #ffffff;
}

.json-pretty {
    line-height: 1.3;
    color: #00a3e0;
    background: #fafafa;
}

.json-pretty .json-key {
    color: #1c84c6
}

.json-pretty .json-value {
    color: #00a3e0
}

.json-pretty .json-string {
    color: #888888
}

.json-pretty .json-boolean {
    color: #ac81fe
}
