.dataTables_info {
    border-top: 1px solid gray;
    padding: 10px;
    margin-bottom: 20px;
    background: whitesmoke;
    font-weight: 600;
}

.dataTables_paginate .paginate_button {
    padding: 10px;
    background: whitesmoke;
    border: 1px solid #bbbbbb;
    margin-right: 10px;
    border-radius: 5px;
    display: inline-block;
    min-width: 5vw;
    text-align: center;
}

.dataTables_paginate {
    display: flex;
    justify-content: center;
    margin-bottom: 2em
}

.dataTables_filter {
    display: flex;
    justify-content: center;
}

.dataTables_filter>label {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.cont {
    height: 60px;
    display: flex;
    overflow: hidden;
    text-align: center;
}

.cont:hover {
    height: 120px;
    display: flex;
    overflow: hidden;
    background: white;
    overflow-y: scroll;
    transform: scale(1.1);
    box-shadow: 0 0 0 1px #1b355d;
}

.zoom {
    background: url(/wp-content/uploads/2022/06/lupa-2.png), #3f51b5;
    height: 25px;
    width: 25px;
    display: flex;
    border-radius: 4px;
    margin: 8px 40%;
}