.chart-card-container{background-color:#1b252f;padding:2rem;border-radius:8px}@media(max-width:899px){.chart-card-container{background:#2f3a47}}.chart-card-container .title{font-size:17px;font-weight:500;color:#adbfcf}.chart-card-container .subtitle{font-size:16px;font-weight:500;color:#adbfcf}.chart-card-container .change-percent{font-size:16px;font-weight:600;color:#adbfcf;margin-left:.5rem}.chart-card-container .change-percent.positive{color:#0be361}.chart-card-container .change-percent.negative{color:red}.chart-card-container .main-value{font-size:25px;font-weight:700}.chart-card-container .chart-wrapper{color:#adbfcf;font-size:1.25rem;margin-top:1.5rem}.chart-card-container .chart-wrapper .vertical-chart-wrapper{display:flex;height:100%;height:10rem}.chart-card-container .chart-wrapper .vertical-info{display:flex;flex-direction:column;justify-content:space-between;height:100%;width:30px;font-size:15px}.chart-card-container .chart-wrapper .vertical-info .info{height:2rem}.chart-card-container .chart-wrapper .horizontal-info{display:flex;justify-content:space-between;margin-left:35px;margin-top:10px;font-size:14px}.chart-card-container .chart-wrapper .chart{position:relative;width:100%;display:flex;flex-direction:column;justify-content:space-between;margin-left:15px}.chart-card-container .chart-wrapper .chart .data{position:absolute;height:100%;width:auto}.chart-card-container .chart-wrapper .chart .backlines-wrapper{position:absolute;display:flex;flex-direction:column;height:100%;width:100%;justify-content:space-between}.chart-card-container .chart-wrapper .chart .backlines-wrapper .mid-container{display:flex;height:2rem}.chart-card-container .chart-wrapper .chart .backlines-wrapper .line{height:1rem;width:100%;content:" "}.chart-card-container .chart-wrapper .chart .backlines-wrapper .line__max{border-top:.5px dashed rgba(173,191,207,.1647058824)}.chart-card-container .chart-wrapper .chart .backlines-wrapper .line__mid,.chart-card-container .chart-wrapper .chart .backlines-wrapper .line__min{border-bottom:.5px dashed rgba(173,191,207,.1647058824)}