#clients table tbody{
    position: static;
}

#clients table {
    max-height: calc(50vh - 300px);
    overflow-y: auto;
}


#clients tbody {
    height: unset;
}

#clients i.add {
    position:absolute;
    right:30px;
    top:-5px;
    font-size:20px;
    cursor:pointer;
}

#clients .row {
    width: unset;
}

#clients .hide {
    display: none;
}

#clients .content-table {
    max-height: 170px;
    overflow: auto !important;
}

#clients table thead {
    position: sticky !important;
    top: 0;
    z-index: 999;
}

