.category-widget {
    display: flex;
    height: 154px;
    padding: 30px 25px 0;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(94, 92, 154, .06);
    margin: 5px 0px;
    transition: all .2s ease-in-out;
}

.category-widget:hover {
    box-shadow: 3px 5px 20px 0 rgba(94, 92, 154, .12);
    transform: translateY(-4px);
}

.img-category {
    width: 82px;
    height: 90px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.info-category {
    padding-left: 20px;
    color: #3e3f5e;
}

.title-category {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
}

.des-category {
    margin-top: 8px;
    font-size: .875rem;
    font-weight: 500;
    /* overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    height: 55px;
    display: -webkit-box;
    -webkit-box-orient: vertical; */
}

.timestaps-category {
    margin-top: 14px;
    color: #adafca;
    font-size: .75rem;
    font-weight: 500;
    text-transform: uppercase;
}

.main-title-category {
    border-radius: 12px;
}

.badge-item-preview-image {
    width: 85px;
}

.category-body,
.listWs {
    padding: 10px 10%;
}

.list-category-table tbody tr {
    background: transparent;
}

.action-button-category {
    margin-left: 30px;
    margin-top: 10px;
}

.active-widgets {
    width: 20px;
    margin-right: 4px;
    border: solid 1px;
    border-radius: 2px;
}

@media screen and (max-width: 1501px) {
    .category-body,
    .listWs {
        padding: 10px;
    }
    .category-widget {
        padding: 20px 10px 0;
    }
    .img-category {
        width: 82px;
        height: 100%;
        margin-top: 12px;
    }
    .info-category {
        padding-left: 12px;
        padding-top: 10px;
        color: #3e3f5e;
    }
    .des-category {
        margin-top: 0px;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1501px) {
    .category-body,
    .listWs {
        padding: 10px;
    }
    .category-widget {
        padding: 30px 25px 0;
    }
    .img-category {
        width: 82px;
        height: 100%;
        margin-top: 0px;
    }
    .info-category {
        padding-left: 20px;
        color: #3e3f5e;
    }
    .des-category {
        margin-top: 0px;
    }
}

@media screen and (min-width: 1502px) and( max-width: 1681px) {
    .category-widget {
        padding: 10px 15px 0;
    }
    .img-category {
        width: 82px;
        height: 100%;
        margin-top: 5px;
    }
}