﻿ 
 



 

    .card-box {
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    padding: 20px;
    position: relative;
}

    .dash-widget-icon {
    background-color: rgba(255, 155, 68, 0.2);
    border-radius: 100%;
    color: #ff9b44;
    display: inline-block;
    float: left;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    margin-right: 10px;
    text-align: center;
    width: 60px;
}

    .dash-widget-info {
    text-align: right;
}

    .dash-widget-info > h3 {
    font-size: 30px;
    font-weight: 600;
}

    .dash-widget-info > span {
    font-size: 16px;
}
 