@import '~@owczar/spin-template/src/scss/bootstrap/variables';

.boxPanel {
    background: $gray-darker;
}

.titleRow {
    display: flex;
    align-items: baseline;
    justify-content: space-between;

    .titleRowHeader {
        margin: 0;
    }
}

.viewsEntry {
    &.viewsEntryLarge {
        .viewsEntryValue {
            font-size: 45px;
            line-height: 72px;
        }
    }

    .viewsEntryHeader {
        margin: 0;
        color: $gray-lighter;
    }

    .viewsEntryValue {
        font-size: 28px;
        line-height: 45px;
        font-weight: 300;
        margin: 0 0 9.5px 0;
        color: $brand-white;
    }
}

.viewsTable {
    th {
        font-size: 10px;
        text-transform: uppercase;
        color: $text-muted;

        &:last-child {
            text-align: right;
        }
    }

    td {
        &:last-child {
            text-align: right;
        }
    }
}

.chartPanel {
    margin: 1.5rem 0;
}

.chartLegend {
    margin-top: 1rem;

    i {
        margin-right: 1rem;
    }
}

.leadRow {
    margin-top: 1.5rem;
}

.chartSettings {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}
