.dataTables_wrapper .dataTables_info {
    padding: 0px !important;
}

nav.pagination {
    margin: 0px auto;
}

table.dataTable tbody th,
table.dataTable tbody td {
    vertical-align: middle;
    color: var(--color-grey-mid);
    font-weight: 500;
    letter-spacing: var(--main-txt-spacing);
    border-top: 0px;
    min-height: 42px;
}

table.dataTable.no-footer {
    border-bottom: 0px;
}

div.dataTables_wrapper div.dataTables_length label,
div.dataTables_wrapper div.dataTables_paginate ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate,
div.dataTables_wrapper div.dataTables_filter label,
div.dataTables_wrapper div.dataTables_length label {
    color: var(--color-grey-mid);
    letter-spacing: var(--main-txt-spacing);
    font-weight: 500;
    margin-bottom: 0px;
}

table.dataTable thead th,
table.dataTable thead td {
    border-bottom: 1px solid var(--color-grey-low);
    border-top: none;
    text-align: center;
}

table.dataTable thead th:first-child {
    text-align: left;
}

.paginate-sp .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #ffffff;
    width: fit-content;
    padding: 6px;
    margin: 0 auto;
    border-radius: 30px;
}

.paginate-sp .pagination a,
.dataTables_wrapper .dataTables_paginate .pagination-link {
    font-size: 13px;
    display: block;
    height: 28px;
    width: 28px;
    line-height: 22px;
    text-align: center;
    padding: 3px;
    background: transparent;
    border: none;
    border-radius: 30px;
    color: var(--color-grey-mid);
    font-weight: 600;
    margin: 0 3px;
}

.paginate-sp .pagination a {
    line-height: inherit;
}

.paginate-sp .pagination a:first-child,
.paginate-sp .pagination a:last-child,
.dataTables_wrapper .dataTables_paginate a.pagination-link.previous,
.dataTables_wrapper .dataTables_paginate a.pagination-link.next {
    background-color: #ffffff;
    border-radius: 30px;
}
.paginate-sp .pagination li.page-item.active a,
.paginate-sp .pagination a.active,
.dataTables_wrapper .dataTables_paginate .pagination-link.is-current {
    background: var(--color-sp);
    color: #ffffff;
}

.paginate-sp .pagination a:hover,
.dataTables_wrapper .dataTables_paginate .pagination-link:hover,
.dataTables_wrapper .dataTables_paginate .pagination-link.is-current:hover {
    background: var(--color-pink-dark);
    border: none;
    color: #ffffff !important;
}

.dataTables_wrapper .dataTables_paginate a.pagination-link.previous:hover,
.dataTables_wrapper .dataTables_paginate a.pagination-link.next:hover {
    color: var(--color-sp) !important;
}

div.dataTables_wrapper div.dataTables_length div.select {
    padding: 0 6px;
}

div.dataTables_wrapper div.dataTables_filter input,
div.dataTables_wrapper div.dataTables_length select {
    border: 2px solid #dbe2ea;
    height: 30px;
    border-radius: 8px;
    padding: 3px 10px;
    box-shadow: none;
}

.tr-searches-hover:hover {
    cursor: pointer;
    transition: var(--transition-btn);
    transform: translateX(5px);
}

.dataTables_wrapper .dataTables_paginate li {
    background-color: #ffffff;
    padding: 6px 2px;
}

.dataTables_wrapper .dataTables_paginate li:nth-child(2) {
    border-radius: 20px 0 0 20px;
}

.dataTables_wrapper .dataTables_paginate li:nth-last-child(2) {
    border-radius: 0 20px 20px 0;
}

.dataTables_wrapper .dataTables_paginate li:first-child,
.dataTables_wrapper .dataTables_paginate li:last-child,
.dataTables_wrapper .dataTables_paginate #discover-table_previous,
.dataTables_wrapper .dataTables_paginate #discover-table_next,
.dataTables_wrapper .dataTables_paginate #discover-table-searchs_previous,
.dataTables_wrapper .dataTables_paginate #discover-table-searchs_next {
    background-color: transparent;
}

.dataTables_wrapper .dataTables_paginate {
    width: 100%;
    display: flex;
    margin: 10px auto;
}

/* MEDIAQUERIES */

@media (max-width: 1200px) {
    th.flex-box.dtr-control {
        display: block;
    }

    .datatable-btn-action {
        margin: 6px 2px;
    }

    #analyzer-table th.analyzer-column-actions {
        min-width: 130px;
    }
}

@media (max-width: 800px) {

    table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control,
    table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control {
        position: relative;
        padding-left: 30px;
        cursor: pointer;
    }

    .analyzer__table--box th.flex-box.dtr-control {
        position: relative;
    }

    .analyzer__table--box table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
    .analyzer__table--box table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
        margin-top: -13px;
    }

    .datatable-btn-action {
        /* position: absolute; */
        margin-top: 0px;
        top: 14px;
        left: 50%;
    }

    /* .datatable-btn-action .btn-refresh,
    .datatable-btn-action .btn-renew {
        font-size: 18px;
        width: 28px;
        height: 28px;
        line-height: 24px;
        padding: 0px;
    } */

    #analyzer-table .user-handle-analy {
        width: 100%;
        text-align: right;
        display: flex;
        margin: 6px;
    }
}

@media(max-width: 600px) {
    .dataTables_wrapper nav.pagination ul.pagination-list {
        justify-content: center;
        flex-wrap: wrap;
        padding-left: 0px;
    }

    .dataTables_wrapper .dataTables_paginate .pagination-link {
        margin: 0 4px;
    }

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter,
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_processing,
    .dataTables_wrapper .dataTables_paginate,
    div.dataTables_wrapper div.dataTables_filter label,
    div.dataTables_wrapper div.dataTables_length label {
        margin-bottom: 5px;
    }
}

@media(max-width: 480px) {
    .dataTables_wrapper .dataTables_paginate .pagination-link {
        margin: 0 2px;
    }

    .dataTables_wrapper .dataTables_paginate .pagination-link {
        height: 25px;
        width: 25px;
        line-height: 18px;
    }
}