div[data-module="statistic"] {
    .filter-div {
        position: absolute;
        top: 14px;
        right: 20px;

        form {
            .flatpickr-wrapper {
                display: inline-block;
                margin-right: 30px;
            }

            input {
                display: inline-block;
                width: 100%;
            }
        }
    }

    canvas {
        max-height: 600px;
        height: 600px;
        margin: 0 auto;
    }

    #table-result-tracking {
        tbody {
            tr.sub-row {
                td {
                    font-size: 13px;
                    background: #e6f6ff;
                }
            }
        }
    }

    .result-tracking-chart {
        canvas {
            width: 100% !important;
            max-width: 100%;
            height: auto !important;
            max-height: none;
            margin: 0;
        }
    }
}
