.sign-in .statement {
    vertical-align: middle;
    display: table-cell;
}

.sign-in .statement .content {
    width: 70%;
    /* justify-content: center; */
    margin-left: auto;
    margin-right: auto;
}

.bg-color-gray {
    background-color: #f0f2f7;
}

.report .toc ul {
    list-style-type: none;
}

.report .toc {
    margin-top: 50px;
}

.report-content {
    margin-top: 50px;
}

.report .ql-toolbar {
    border: none;
}

.report .ql-tooltip {
    z-index: 2000;
}

.report .ql-editor {
    border: none;
    background-color: #f9fbfd;
}
