.clickable {
    cursor: pointer;
}
.image-option {
    display: flex;
    align-items: center;
}
.image-option img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.table-hidden {
    visibility: hidden; /* or any other style to hide the row */
}
