#sno,#status_icon
{
    width: 3.2em !important;
}
.integrazo-fc-log-tick {
    background-image: url('../img/tick.png'); /* Path relative to your CSS file */
    background-size: contain;
    /* background-repeat: no-repeat;
    background-position: center; */
    width: 15px; /* Set the desired width */
    height: 15px; /* Set the desired height */
    /* display: inline-block;  */
    margin: 0 auto; /* Center the image inside the div if needed */
    border: 1.5px solid green;
    border-radius: 9px;
}
.integrazo-fc-log-close {
    background-image: url('../img/close.png'); /* Path relative to your CSS file */
    background-size: contain;
    /* background-repeat: no-repeat;
    background-position: center; */
    width: 15px; /* Set the desired width */
    height: 15px; /* Set the desired height */
    /* display: inline-block;  */
    margin: 0 auto; /* Center the image inside the div if needed */
    border: 1.5px solid red;
    border-radius: 9px;
}