/*
 *  -------------------------------------------------
 *  Hybrid MLM  Copyright (c) 2018 All Rights Reserved
 *  -------------------------------------------------
 *
 *  @author Acemero Technologies Pvt Ltd
 *  @link https://www.acemero.com
 *  @see https://www.hybridmlm.io
 *  @version 1.00
 *  @api Laravel 5.4
 */

.row.overviewGraph-Section .details {
    /* background-color: #efebeb; */
    border: solid 1px #efeeee;
    margin: 35px 10px;
}

.row.overviewGraph-Section .details ul {
    margin: 0px;
    padding: 0px;
}
.row.overviewGraph-Section .details ul li {
    list-style: none;
    padding: 6px 12px;
    border-bottom: solid 1px #eee;
    font-weight: 600;
}

.row.overviewGraph-Section .details ul li span {
    background-color: #61ce70;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px !important;
    font-size: 10px;
    text-align: right;
    float: right;
}
.packageOverview-graph{
    margin-bottom: 15px;
}
