.cst-i-manager{
    border-radius: 6px;;
    position: sticky;
    min-height: 40px;
    min-width: 345px;
    background-color: transparent;
    background-image:url('/svg/managerB.png');
    background-position: center left; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
}

.cst-i-manager:hover{
    min-height: 40px;
    min-width: 345px;
    background-image:url('/svg/managerW.png');
    background-position: center left; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
}


.cst-i-police{
    border-radius: 6px;;
    position: sticky;
    min-height: 40px;
    min-width: 330px;
    background-color: transparent;
    background-image:url('/svg/policeB.png');
    background-position: center left; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
}

.cst-i-police:hover{
    min-height: 40px;
    min-width: 330px;
    background-image:url('/svg/policeW.png');
    background-position: center left; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
}
