.page-table {
    width: calc(100% - 20px);
    height: calc(100vh - 205px);
    margin: 0 auto;
    margin-top: 75px;
    background-color: white;
    border-radius: 15px;
}

.no-pagination {
    height: calc(100vh - 160px);
}



.page-table .v-input--selection-controls .v-input__slot>.v-label,
.v-input--selection-controls .v-radio {
    border: #9f9f9f 1px solid;
    padding: 5px 10px;
    border-radius: 10px;
}

.page-table .v-input--selection-controls .v-input__slot>.v-label,
.v-input--selection-controls .v-item--active {
    border: solid 1px #69C23E;
}

.page-table .v-input--selection-controls .v-input__slot>.v-label,
.v-input--selection-controls .v-radio>.v-label {
    margin: 0 !important;
}

.page-table .v-dialog,
.page-table-form .v-dialog {
    border-radius: 20px !important;
}

.page-table-form .gradio .v-radio {
    margin: 0 !important;
    border-radius: 20px;
    border: solid 1px #69C23E;
}

.page-table .over {
    width: calc(100% - 20px);
    height: calc(100vh - 220px);
    margin: 10px auto;
    padding-top: 10px;
    overflow-y: auto;
}

.page-table .totals {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.page-table .totals .bg-btns {
    background-color: #656D71;
    border-radius: 9999px !important;
    width: 233px;
}

.page-table .totals .item {}

.page-table .v-btn:not(.v-btn--round).v-size--default {
    height: 28px !important;
    min-width: 64px;
    padding: 0 16px;
}

.page-table table thead {
    margin-bottom: 0 !important;
}

.page-table table thead,
.page-table .columnheader {
    height: 38px !important;
}

.page-table .v-data-table__wrapper {
    min-height: calc(100vh - 230px) !important;
    overflow-x: auto;
}


.no-pagination .v-data-table__wrapper {
    min-height: auto !important;
    margin-bottom: 20px;
}

.bottom-total {
    background-color: #000000 !important;
    color: white !important;
}






.page-table .accounts .v-data-table__wrapper {
    min-height: calc(100vh - 317px) !important;
    overflow-x: auto;
}

.page-table .v-data-table__wrapper>table>tbody {
    margin: 0 !important;
}


.page-table .v-data-table>.v-data-table__wrapper>table {
    border-spacing: 0;
}

.page-table tbody tr td:first-child {
    border-top-left-radius: 24px !important;
    border-bottom-left-radius: 24px !important;
}

.page-table tbody tr td:last-child {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
}

.page-table .v-data-table>.v-data-table__wrapper>table>tbody>tr:hover {
    background-color: #E2E6E4 !important;
}

.page-table .v-data-table>.v-data-table__wrapper>table>tbody>tr>td,
.page-table .v-data-table>.v-data-table__wrapper>table>thead>tr>td,
.page-table .v-data-table>.v-data-table__wrapper>table>tfoot>tr>td {
    height: 38px !important;
    border-top: 1px solid #E2E6E4 !important;
    border-bottom: 1px solid #E2E6E4 !important;
}



.page-table .v-data-table>.v-data-table__wrapper>table>tbody>.bottom-total>td,
.page-table .v-data-table>.v-data-table__wrapper>table>thead>.bottom-total>td,
.page-table .v-data-table>.v-data-table__wrapper>table>tfoot>.bottom-total>td {
    border-top: 1px solid #000000 !important;
    border-bottom: 1px solid #000000 !important;
}



.page-table .v-data-table>.v-data-table__wrapper>table>tbody>.bottom-total:hover {
    background-color: #000000 !important;
}



.page-table .bottom-total td {
    color: white !important;
}

.page-table .bottom-total td:first-child {
    border-top-left-radius: 24px !important;
    border-bottom-left-radius: 24px !important;
    border-left: #000000 solid 1px;
}

.page-table .bottom-total td:last-child {
    border-top-right-radius: 24px !important;
    border-bottom-right-radius: 24px !important;
    border-right: #000000 solid 1px;
}


.page-table .top-title {
    width: 100%;
    border-radius: 24px;
    padding: 10px 20px;
}



.btn-filter {
    position: absolute;
    z-index: 2;
}

.mini-filter {
    background-color: white;
    width: 20px;
    margin-top: 3px;
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 100px;
    border-radius: 20px;
    position: absolute;
    z-index: 1;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.filter-accounts {
    max-width: 632px;
    height: 28px;
    margin: 0 auto;
    margin-bottom: 5px;
    background-color: #B5C2C9;
    border-radius: 16px;
}

.filter-accounts .group {
    width: 632px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.filter-accounts .btn-filter {
    height: 35px !important;
}

.filter-accounts.col {
    margin: 0 !important;
    padding: 0 !important;
}

.page-table h2 {
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.page-table h2 strong {
    font-weight: 900;
}

.page-table .total {
    margin-bottom: 10px;
}

.page-table .total .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* 2560px - Desktops Grandes / Telas 4K */
@media screen and (max-width: 2560px) {
    .page-table {}
}

/* 1440px - Laptops/Desktops Médios */
@media screen and (max-width: 1440px) {
    .page-table {}
}

/* 1024px - Laptops/Desktops Pequenos */
@media screen and (max-width: 1024px) {
    .page-table {}
}

/* 768px - Tablets */
@media screen and (max-width: 768px) {
    .page-table {}
}

/* 425px - Celulares Grandes */
@media screen and (max-width: 425px) {
    .page-table {}
}

/* 320px - Celulares Pequenos */
@media screen and (max-width: 320px) {
    .page-table {}
}