body {
    margin: 0px;
}

.domain {
    display: none;
}

.tick line {
    stroke: #C0C0BB;
}

.tick text {
    fill: #8E8883;
    font-size: 12pt;
    font-family: "Fira Code", "Source Han Sans CN"
}

.label {
    fill: rgb(92, 92, 92);
    font-size: 15pt;
    font-family: "Fira Code", "Source Han Sans CN";
    font-weight: bold
}

.dateLabel {

    fill: rgb(92, 92, 92);
    display: table-cell;
    font-size: 60pt;
    font-weight: bold;
    font-family: "Fira Code", "Source Han Sans CN"
}

.dateLabelRed {

    fill: rgb(167, 46, 46);
    display: table-cell;
    font-size: 90pt;
    font-weight: bold;
    font-family: "Fira Code", "Source Han Sans CN"
}


.days {
    fill: rgb(92, 92, 92);
    font-weight: bold;
    font-size: 55pt;
    font-family: "Fira Code", "Source Han Sans CN"
}

.topLabel {
    fill: rgb(92, 92, 92);
    font-weight: bold;
    font-size: 40pt;
    font-family: "Fira Code", "Source Han Sans CN"
}

.top {
    fill: rgb(92, 92, 92);
    font-weight: bold;
    font-size: 62pt;
    font-family: "Fira Code", "Source Han Sans CN"
}

.value {
    fill: rgb(138, 46, 46);
    font-size: 20pt;
    font-weight: 400;
    font-family: "Fira Code", "Source Han Sans CN"
}

.barInfo {
    fill: rgb(255, 255, 255);
    font-weight: 800;
    font-size: 24pt;
    font-family: "Fira Code", "Source Han Sans CN"
}

.axis-label {
    fill: #635F5D;
    font-size: 32pt;
    font-family: "Fira Code", "Source Han Sans CN"
}

.days {
    fill: rgb(92, 92, 92);
    font-weight: bold;
    font-size: 40pt;
    font-family: "Fira Code", "Source Han Sans CN"
}

.dayslabel {
    fill: rgb(92, 92, 92);
    font-weight: bold;
    font-size: 25pt;
    font-family: "Fira Code", "Source Han Sans CN"
}

.growth {
    fill: rgb(92, 92, 92);
    font-weight: bold;
    font-size: 40pt;
    font-family: "Fira Code", "Source Han Sans CN"
}