@import url('./form.css');

.statistics-page {
    height: calc(100vh - 216px);
    padding: 0px 0 30px;
}

.bg {
    height: 75%;
    width: 15%;
    position: absolute;
}

.content {
    height: 90%;
    padding: 30px 60px;
    background-color: #fff;
}

.back-btn,
.home-btn {
    width: 108px;
    height: 108px;
    position: absolute;
    right: 4%;
    bottom: 40%;
    border-radius: 50%;
    background: linear-gradient(to bottom, #6485da, #2c56b6);
    border: solid 4px #fff;
    text-align: center;
    line-height: 108px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.home-btn {
    right: 4%;
    bottom: 25%;
}

.mbx a {
    color: #fff;
}

.content-box {
    height: 80%;
    width: 100%;
    border: dashed 1px #ccc;
    padding: 15px;
}

.content-bbcs {
    overflow: auto;
    height: 88%;
}

.img-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    -pie-background: rgba(0, 0, 0, 0.8);
    text-align: center;
    display: none;
}

.code-box {
    margin-top: 200px;
}




#title {
    margin-top: unset;
    text-align: unset;
    font-weight: unset;
    font-size: unset;
    color: unset;
    text-shadow: unset;
}