

.big_red_ball{
    width: 40px;
    height: 40px;
    background-color: #FF6B6B;
    border-radius: 50%;
}
.big_green_ball{
    width: 40px;
    height: 40px;
    background-color: #6FF8B6;
    border-radius: 50%;
}
.big_yellow_ball{
    width: 40px;
    height: 40px;
    background-color: #FFF96B;
    border-radius: 50%;
}

.dashboard_card{
    padding: 20px 15px;
    border-radius: var(--border-radius);
    border: 1px solid #EAEBF0;
    background-color: white;
}
.dashboard_resource_list_row{
    position: relative;
    padding: 5px 15px;
    border-radius: var(--border-radius);
    border: 1px solid #EAEBF0;
    background-color: white;
    margin-bottom: 10px;
}

.icon_overview {
    color: white;
    font-size: 36px;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
}

.icon_more {
    cursor: pointer;
    font-size: 24px;
}

.margin_vertical {
    margin-top: 10px;
    margin-bottom: 10px;
}