sales.css 818 Bytes
.main-content {
    position: relative;
}

.main-title {
    font-size: 16px;
    font-weight: bold;
}

.custom-wrap {
    margin-bottom: 40px;
}

.custom-item {
    min-width: 150px;
    height: 50px;
    position: relative;
    border-left: 5px solid #bbb;
    margin-right: 40px;
    margin-bottom: 20px;
    padding-left: 10px;
    display: inline-block;
}

.custom-item-name {
    color: rgba(0, 0, 0, 0.45);
    font-size: 14px;
}

.custom-item-value {
    color: #262626;
    font-size: 22px;
}

.stats-chart-option {
    margin-bottom: 20px;
}

.chart-option {
    position: absolute;
    right: 0;
    margin-top: 10px;
    z-index: 10;
}

.chart-title {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    margin: 20px 0 0px;
    padding-left: 10px;
}

.pad-top {
    padding-top: 30px;
}