.dashboard-chart {margin: 0px;}

.dashboard-report {
    padding: 10px !important; 
    border-radius: 15px !important; 
    border-left: 3px solid !important;
    color:coral;
    margin-bottom: 10px;
    margin-right: 10px;
    border-bottom: 1px solid;
} 

.dashboard-report p {
    font-size: medium;
}

.dashboard-report h3 {
    color: coral;
}

.dashboard-report h6,
.dashboard-report p {
    color: rgb(37, 227, 144);
}

.dashboard-report i {
    color: coral;
    font-size: 64px;
    text-align: end;
    border-radius: 50%;   
}

/* Widget 2 */
.dashboard-report2 {
    padding: 10px !important; 
    border-radius: 15px !important; 
    border-left: 3px solid !important;
    color:rgb(10, 179, 140);
    margin: 0px 2px 2px;
    border-bottom: 1px solid;
} 

.dashboard-report2 p {
    font-size: medium;
}


.dashboard-report2 h3 {
    color: rgb(10, 179, 140);
}

.dashboard-report2 h6,
.dashboard-report2 p {
    color: rgb(37, 227, 144);
}

.dashboard-report2 i {
    color: rgb(10, 179, 140);
    font-size: 64px;
    text-align: end;
    border-radius: 50%;   
}

/* Widget 3 */
.dashboard-report3 {
    padding: 10px !important; 
    border-radius: 15px !important; 
    border-left: 3px solid !important;
    color:#3731f5;
    margin: 0px 2px 2px;
    border-bottom: 1px solid;
} 

.dashboard-report3 p {
    font-size: medium;
}


.dashboard-report3 h3 {
    color:#3731f5;
}

.dashboard-report3 h6,
.dashboard-report3 p {
    color: rgb(37, 227, 144);
}

.dashboard-report3 i {
    color:#3731f5;
    font-size: 64px;
    text-align: end;
    border-radius: 50%;   
}
