   .label-reported{
     background: red;
    position: absolute;
    color: white;
    border-radius: 100%;
    padding: 2px 10px;
    min-height: 30px;
    min-width: 30px;
    top: 0;
    right: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.label-good{
    background: rgb(14, 121, 44);
    position: absolute;
    color: white;
    border-radius: 100%;
    padding: 2px 10px;
    min-height: 30px;
    min-width: 30px;
    top: 0;
    right: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.label-tire{
    background: rgb(14, 82, 121);
    position: absolute;
    color: white;
    border-radius: 100%;
    padding: 2px 10px;
    min-height: 30px;
    min-width: 30px;
    top: 0;
    right: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.label-assign{
    background: rgb(19, 34, 170);
    position: absolute;
    color: white;
    border-radius: 100%;
    padding: 2px 10px;
    min-height: 30px;
    min-width: 30px;
    top: 0;
    right: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .label-reported{
       right: 5px;
   }
   
   .label-good{
       right: 5px;
    
    }

    .label-tire{
        right: 5px;
    }
    
    .label-assign{
        right: 5px;
     
     }
}