.section-t{
    background-color: #3F3C3C;
    color: #FFFFFF;
    padding: 0.5%;
    width: 50%;
    border-top-right-radius: 2vmax;
    border-bottom-right-radius: 2vmax;
    cursor: pointer;
}

.section{
    margin-top: 2.5%;
}

.section table{
    text-align: center;
}
.section table a{
color: unset;
}
#categories table, #subcats table{
    min-width: 50%;
    width: min-content;
    margin: auto;
}

.sect-head{
    display: flex;
    justify-content: space-between;
}
.sect-head .btn{
height: max-content;
}

.td-point{
    cursor: pointer;
}

.delete{
    background: url("/images/icons/remove.svg");
}
.edit{
    background: url("/images/icons/edit.svg");
}
.save{
    background: url("/images/icons/save.svg");
}
.action{
    background-repeat: no-repeat;
    background-size: 2vmax;
    background-position: center;
    cursor: pointer;
}