.title-page{
    color: #0d64b0;
    border-bottom: 2px solid #0d64b0;
    padding-bottom: 5px;
    font-size: 24px;
    margin-bottom: 15px;
}
.title-page h3{
    margin: 0;
    line-height: 1.3;
}
.header-login h1{
    color: #0d64b0 !important;
}
.analyse-tabs{
    border-bottom: 2px solid #dee2e6;
}
.analyse-tabs .nav-link.active{
    border-bottom: 2px solid #0d64b0;
    color: #0d64b0;
}
.product-upload-image .dropzone .dz-message {
     text-align: unset;
}
.product-upload-image .custom-button {
    text-align: -webkit-right
}
.product-upload-image .dropzone-previews {
    background: white;
}

.modal-body .img-notify {
    max-width: 80%;
    margin: 0 auto;
}
.modal-body .body-notify {
    word-break: break-all;
}
/**
* Dashboard
 */
.statistic-inner {
    padding: 20px;
}
.statistic-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.statistic-wrap .group-statistic {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.group-statistic .title {
    font-size: 17px;
}
.group-statistic .title .subtt {
    font-size: 12px;
    padding-left: 5px;
}
.group-statistic .price {
    font-weight: bold;
    font-size: 22px;
}
.group-statistic .price span {
    font-size: 15px;
}
.group-statistic .difference {
    color: #28a745;
    font-weight: 500;
    font-size: 16px;
}
.group-statistic .difference.reduced {
    color: red;
}
.group-statistic .difference .percent {
    margin-right: 10px;
}
.group-statistic .price-none {
    color: #999;
    font-weight: 500;
}
.group-statistic:first-child {
    border-right: 1px solid #ccc;
    padding-right: 20px;
}
.group-statistic:last-child {
    padding-left: 20px;
}
.statistic-wrap:not(:last-child) {
    margin-bottom: 20px;
}
.statistic_title {
    font-size: 18px;
    color: #0d64b0;
}
.statistic-bar-chart {
    margin-top: 30px;
}
.bar-chart-wrap {
    background: #fff;
    padding: 10px;
    margin-bottom: 50px;
}
