.open-item{
    height: 10px !important;
    width: 10px !important;
    margin-right: 8px;
    border-radius: 50%;
    background-color :rgb(41,156,219);
}

.booked-item{
    height: 10px !important;
    width: 10px !important;
    margin-right: 8px;
    border-radius: 50%;
    background-color :rgb(64,81,137);
}

.rescheduled-item{
    height: 10px !important;
    width: 10px !important;
    margin-right: 8px;
    border-radius: 50%;
    background-color :rgb(247,184,75);
}

.completed-item{
    height: 10px !important;
    width: 10px !important;
    margin-right: 8px;
    border-radius: 50%;
    background-color :#3EB75E;
}

.cancelled-item{
    height: 10px !important;
    width: 10px !important;
    margin-right: 8px;
    border-radius: 50%;
    background-color :rgb(240,101,72);
}