.rightsidebarpanel{
    padding: 1px;
    margin-left: 18px;

}
.fleet-status {
    align:right;
    height: 10px;
    width: 10px;
    border-radius: 50%;

}
.image-container {
    width: 20px;
    margin-top: 9px;
    vertical-align: top;
}
.green-color {
    background-color: rgb(99, 174, 12);
}
.grey-color {
background-color: grey;
}
.blue-color {
    background-color: blue;
}