
.timeFilter span[data-v-43d6f94e] {
    font-weight: 600;
    font-size: 12px;
    line-height: 34px;
    text-transform: uppercase;
    color: #BEC5DA;
    position: relative;
    margin: 0 5px;
    cursor: pointer;
}
.timeFilter span.active[data-v-43d6f94e] {
    color: #1C2234;
}
.timeFilter span.active[data-v-43d6f94e]:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 7px;
    height: 4px;
    background: #1C2234;
    margin: auto;
}


.dashboard[data-v-db1353e4] {
    background: #f8f8f8;
    margin: -20px -12px;
    padding: 0 20px;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
}
.dashboard .title[data-v-db1353e4] {
        font-weight: 600;
        font-size: 14px;
        line-height: 34px;
        color: #1C2234;
        display: block;
        text-transform: uppercase;
}
.dashboard .value[data-v-db1353e4] {
        font-weight: 600;
        font-size: 40px;
        line-height: 34px;
        color: #1C2234;
        padding-right: 85px;
}
.dashboard .card[data-v-db1353e4] {
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
}
.dashboard .card[data-v-db1353e4] {
        padding: 10px 10px 20px;
}

