.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.w-100 {
    width: 100% !important;
}
#domains_chart {
    width: 100%;
    height: 400px;
    vertical-align: top;
}

#doc_type_chart {
    width: 100%;
    height: 400px;
    vertical-align: top;
}

.main-statistics {
    margin-bottom: 55px;
}

.d-block {
    display: block !important;
}

.main-statistics-title {
    margin-bottom: 22px;
    font-family: 'Open Sans';
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

@media (max-width: 1100px) {
    .main-statistics-title {
        font-size: 18px;
        line-height: 18px;
    }
}

.main-statistics-row {
    position: relative;
    padding: 10px 0;
    border-top: 1px solid #efefef;
}


a.btn-export-excel {
    padding: 7px 10px;
    vertical-align: super;
    border: 1px solid #ccc;
    line-height: 35px;
    color: #0075ba;
    background: #fff;
}
a.btn-export-excel:hover {
    background: #0075ba;
    padding: 7px 10px;
    vertical-align: super;
    border: 1px solid #ccc;
    line-height: 35px;
    color: #fff;
}

.main-statistics-row .line {
    position: absolute;
    top: -3px;
    left: 0;
    height: 5px;
}

.main-statistics-row span:not(.line) {
    position: relative;
    min-width: 70px;
    padding-left: 18px;
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 18px;
    color: #0075ba;
}

.main-statistics-row span:not(.line)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.main-statistics-row p {
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.main-statistics-row.blue .line {
    background-color: #2BB0EA;
}

.main-statistics-row.blue span:not(.line)::before {
    background-color: #2BB0EA;
}

.main-statistics-row.rose .line {
    background-color: #FF167A;
}

.main-statistics-row.rose span:not(.line)::before {
    background-color: #FF167A;
}

.main-statistics-row.violet .line {
    background-color: #5B7AD3;
}

.main-statistics-row.violet span:not(.line)::before {
    background-color: #5B7AD3;
}

.main-statistics-row.orange .line {
    background-color: #FFA300;
}

.main-statistics-row.orange span:not(.line)::before {
    background-color: #FFA300;
}

.main-statistics-row.darkorange .line {
    background-color: #FF4C2F;
}

.main-statistics-row.darkorange span:not(.line)::before {
    background-color: #FF4C2F;
}

.main-statistics-row.black .line {
    background-color: #1E2337;
}

.main-statistics-row.black span:not(.line)::before {
    background-color: #1E2337;
}