#mw-page-container {
    max-width: 960px;
    min-height: 80vh;
}

table {
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
}

thead {
    border-collapse: separate;
    border-spacing: 0;
    padding: 10px 18px;
    color: #202020;
    font-family: "Poppins-Bold", sans-serif;
    font-size: 13px;
}

thead th {
    font-family: "Poppins-Bold", sans-serif;
    cursor: pointer;
    background-color: #EFEFEF;
    background-repeat: no-repeat;
    background-position: center right;
}

.atos-editais-col-um {
    border-right: 1px solid #ccc;
}

.atos-editais-col-tres {
    border-left: 1px solid #ccc;
}

.atos-editais-col-tres a {
    font-weight: 1000;
}

th,
td {
    text-align: left;
    word-break: normal;
    padding: 10px 20px;
}

th {
    font-size: 13px;
}

td {
    border-top: 1px solid #ccc;
    font-size: 11px;
    line-height: 28px;
    color: #202020;
    transition: 0.5s ease-in;
}

tr {
    background-color: #f7f7f7;
}

tbody tr:hover td {
    background-color: #e9e9e9;
}

tr:nth-child(even) {
    background-color: #fff;
}

tr:last-child .atos-editais-col-um {
    border-bottom-left-radius: 10px;
}

tr:last-child .atos-editais-col-tres {
    border-bottom-right-radius: 10px;
}

.container-footer-pages a {
    color: #202020;
    font-size: 11px;
    transition: 0.5s ease-in;
}

.container-footer-pages a:hover {
    color: #a94d01;
}

.select-filter {
    border: 1px solid #ccc;
    border-color: #ccc;
    height: 32px;
    width: 190px;
    margin-bottom: 10px;
    border-radius: 4px;
    background-color: #FFF;
    padding-left: 8px;
}

.pagination-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.pagination-button {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    padding: 0.2em 0.7em;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-left: 2px;
    border: 1px solid transparent;
    transition: 0.5s ease-in;
}

.pagination-button:hover {
    color: white;
    border: 1px solid #111;
    background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

.pagination-button-active {
    border: 1px solid #979797 !important;
    border-radius: 2px;
    background: linear-gradient(to bottom, white 0%, #dcdcdc 100%) !important;
    color: #333 !important;
}
.mw-rounded-btn {
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Poppins-Bold";
    font-size: 16px;
    line-height: 16px;
    border: 1px solid #513373!important;
    background-color: #513373!important;
    color: #fff!important;
}
.mw-category-pages {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.AtosWhite{
    background-color: #fff!important;
    color: #513373!important;
}

@media(max-width:600px) {
    .select-filter {
        margin: 10px auto;
        display: flex;
    }
    .pagination-container {
        justify-content: center;
    }
}