.backupanaly {
    width: 995px;
    height: 300px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* background-color: aquamarine; */
}

.line {
    width: 700px;
    border-width: 1px;
    border-style: dashed;
    border-color: #7cb6da;
    border-radius: 8px;
}

.linetitle {
    height: 44px;
    /* display: flex;
    flex-direction: row; */
    /* background:yellowgreen; */
}

.title {
    width: 345px;
    float: left;
    text-align: right;
    font-size: 15px;
    font-weight: 900;
    color: #566573;
    /* padding-left: 80px; */
    line-height: 40px;
    
}

.subtitle {
    float: right;
    width: 335px;
    text-align: center;
    font-size: 9px;
    color: #065279;
    padding-top: 4px;
    line-height: 20px;
    
}

.linegraph {
    position: relative;
    top: -42px;
    height: 300px;
    /* padding: 10px; */
    /* background-color: red; */
    z-index: 9;
}

.bar {
    width: 280px;
    border-width: 1px;
    border-style: dashed;
    border-color: #7cb6da;
    border-radius: 8px;
    /* background-color: tan; */
}

.bartitle {
    height: 40px;
    text-align: center;
    font-size: 15px;
    font-weight: 900;
    color: #566573;
    /* padding-left: 80px; */
    line-height: 40px;
}

.bargraph {
    position: relative;
    top: -40px;
    height: 300px;
    /* padding: 10px; */
    /* background-color: red; */
    z-index: 9;
}