/*Write your custom css in this file.*/
.widget-details{
    font-size: 10px;
}
.rise-chat-body{
    user-select: text;
}
#js-clock-in-out a[title="Clock In"]{
    background: #83c340;
    color: white !important;
}
#js-clock-in-out a[title="Clock Out"]{
    background: #fd397a;
    color: white !important;
}
#attendance-table tr td a[data-title="Note"]{
    position:relative
}
#attendance-table tr td svg.filled{
    color:red;
}
#active_members_on_projects .float-end {
    font-size: 10px;
}
svg.filled {
    color: red !important;
    fill: red !important;
}