.row-4{
    color: #a200ff !important;
    overflow: hidden;
}

.row-actions{
    color: #00ff45 !important;
    overflow: hidden;
}

ulactions{
    list-style: none;
    display: flex;
    flex-direction: row;
    border-radius: 6px;
    background-color: #2f3143;
    height: 40px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
liactions{
    flex: 1;
    padding: 10px 0;
    text-align: center;
    transition: background-color .5s ease;
    cursor: pointer !important;
}

liactions:hover{
    background-color: #1b2836;
    cursor: pointer;
}