.tabla-header {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}

.tabla-search {
    display: flex;
}

.tabla-search .dt-search .dt-input {
    padding: 0.0625rem 0.625rem;
    border-radius: 1.25rem !important;
    width: 21.875rem !important;
    font-size: 0.875rem;
    height: 1.875rem;
}

.tabla-header .add {
    display: flex;
    margin-left: 0.625rem;
    height: 2.1875rem;
}

.tabla-header .add > a {    
    padding-top: 5px;
    height: 100%;
    border-radius: 50%;
}

.tabla-footer {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.tabla-info {
    display: flex;
}

.tabla-paging {
    display: flex;
}