img-thumb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #eef2f6;
    cursor: pointer
}

.img-thumb i {
    font-size: 18px
}