.spoki-dashboard {
    display: flex;
    flex-direction: column;
}

.spoki-account-overview {

}

.spoki-account-overview .header .title {
}

.spoki-account-overview .header .active-contacts-icon {
    position: relative;
    width: 30px;
    text-align: left;
    margin-right: 8px;
}

.spoki-account-overview .header .active-contacts-icon .anticon-team {
    font-size: 20px;
}

.spoki-account-overview .header .active-contacts-icon .anticon-message {
    font-size: 10px;
    position: absolute;
    left: 18px;
    top: 0;
}

/* Spoki Account Overview Body */
.spoki-account-overview .body {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.spoki-statistic {
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    width: 50%;
    padding-right: 0.5rem;
}

.spoki-statistic:first-child {
    padding-right: 1em;
}

.spoki-statistic .coins {
    font-size: 5em;
    font-weight: 300;
    margin-right: .2em;
    line-height: 1;
}

.spoki-statistic .coins.small {
    font-size: 3em;
}

.spoki-statistic .coins.ok {
}

.spoki-statistic .coins.expiring {
    color: #dba617;
}

.spoki-statistic .coins.expired {
    color: #d63638;
}

.spoki-statistic .label {
    line-height: 1;
    margin: .5em 0 .2em;
    font-weight: 500;
}

.spoki-statistic .subtitle {
    padding: 0;
    line-height: 1.1;
}

.spoki-statistic.disabled,
.spoki-statistic.disabled .label,
.spoki-statistic.disabled .subtitle
{
    color: #CCCCCC;
}

/* Spoki Account Overview Footer */
.spoki-account-overview .footer {
}

.spoki-account-overview .footer .note {
    margin-top: 0.25rem;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .spoki-account-overview .body {
        flex-direction: column;
    }

    .spoki-statistic {
        width: 100%;
    }

    .spoki-statistic:first-child {
        padding-right: 0;
        margin-bottom: 1.5em;
    }
}