.table__row {
    position: relative;
}
.set_shop_list {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(255 255 255 / 75%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.table__info {
    margin: 10px 0;
}