.frame-listtype-mattgoldtheme_table {
    max-width: var(--mg-medium-width);
}

.frame-listtype-mattgoldtheme_table .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.frame-listtype-mattgoldtheme_table .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.frame-listtype-mattgoldtheme_table header.upa_datatable_header_small {
	max-width: var(--mg-small-width);
    margin-left: auto;
    margin-right: auto;
}

.dt-layout-table {
    margin-bottom: var(--mg-padding-sm);
}

.frame-listtype-mattgoldtheme_table .page-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0 7px;
}

.frame-listtype-mattgoldtheme_table .page-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: var(--mg-primary-color-b-full);
    background-color: var(--mg-primary-color-b-super-bright);
}

.frame-listtype-mattgoldtheme_table .page-link:focus {
    box-shadow: none;
}

.frame-listtype-mattgoldtheme_table .active>.page-link,
.page-link.active {
    color: #ffffff;
    background-color: var(--mg-primary-color-b-full);
}

.upa_datatable_wrapper {
    max-width: var(--mg-small-width);
    margin: 0 auto;
}

.upa_datatable_wrapper.upa_datatable_wrapper_full {
    max-width: var(--mg-medium-width);
}

.upa_datatable_wrapper.upa_datatable_wrapper_full>* {
    max-width: var(--mg-small-width);
    margin-left: auto;
    margin-right: auto;
}

.upa_datatable_wrapper.upa_datatable_wrapper_full>div.dt-container {
    max-width: var(--mg-medium-width);
}

div.dt-container {
    margin-bottom: var(--mg-padding-sm);
}

div.dt-container div.dt-search {
    text-align: left;
    display: block;
    margin-bottom: var(--mg-padding-sm);
}

div.dt-container div.dt-search {
    width: 100%;
    position: relative;
}

div.dt-container div.dt-search:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 22px;
    height: 22px;
    background-size: 220px;
    background-image: url(../Img/icons_v4.svg);
    background-position: -66px -44px;
    z-index: 20;
    margin-top: -11px;
}

div.dt-container div.dt-search input {
    margin-left: 0;
    width: 100%;
    padding: 10px 20px 10px 44px;
    font-size: 20px;
    position: relative;
    z-index: 10;
}

table.dataTable {
    border-collapse: collapse;
}

div.dt-container table th {
    padding: 16px 14px;
    background-color: var(--mg-primary-color-b-super-bright);
    color: var(--mg-primary-color-b-full);
}

div.dt-container table tr:nth-child(2n) {
    background-color: transparent;
}

div.dt-container table tr {
    border-bottom: 1px solid var(--mg-primary-color-b-bright);
}

div.dt-container table thead tr {
    border-bottom: none;
}

div.dt-container table td {
    padding: 16px 14px;
}

div.dt-scroll-body {
    border-bottom: none;
}

@media (min-width: 1200px) {
    .frame-listtype-mattgoldtheme_table .page-item {
        width: 40px;
        height: 40px;
    }

    .dt-layout-table {
        margin-bottom: var(--mg-padding-lg);
    }

    div.dt-container {
        margin-bottom: var(--mg-padding-lg);
    }

    div.dt-container div.dt-search {
        margin-bottom: var(--mg-padding-lg);
    }
}