.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);
}

.text-truncate {
    text-align: left !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
}


.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: end;
    gap: 20px;
}

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

.page-table .totals .item h2 {
    width: 221px;
    background-color: #efefef;
    padding: 4px;
    border-radius: 7px;
}

.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 .v-data-table>.v-data-table__wrapper>table>thead>tr,
.page-table .v-data-table>.v-data-table__wrapper>table>tbody>tr {
    padding: 0 16px;
}

.page-table .v-data-table>.v-data-table__wrapper>table>thead>tr>th,
.page-table .v-data-table>.v-data-table__wrapper>table>tbody>tr>td {
    padding: 0 5px;
}

.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 {
    font-size: 13px;
}

.page-table .v-btn .v-size--small {
    font-size: 13px !important;
}

.page-table .v-data-table .v-btn {
    font-weight: normal !important;
}

.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);
}

.mini-filter-list {
    background-color: white;
    width: 200px;
    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 {
    width: calc(100% - 10px);
    height: 38px;
    margin: 0 auto;
    margin-bottom: 5px;
    background-color: #B5C2C9;
    border-radius: 16px;
}

.filter-accounts .group {
    width: 740px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 0 auto;
}

.filter-accounts .btn-filter {
    height: 38px !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 .v-data-table>.v-data-table__wrapper>table {
    width: 99.9%;
}

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

.box-btn {
    display: flex;
    width: 110px;
    height: 96px;
    padding: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
    border-radius: 10px;
    border: 1px solid var(--Gray-3, #D9D9D9);
    background: #FFF;
}

.detal {
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.detal .item {
    width: calc(50% - 10px);
    background-color: #f6f6f8 !important;
    padding: 10px;
    border-radius: 25px;
}

/* 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 {}

    .detal {
        flex-direction: column;
    }

    .detal .item {
        width: calc(100% - 10px);
        margin-bottom: 10px;
    }
}

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

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


/*
  Classes para CORES DE TEXTO
  Baseadas nos seus códigos de status
*/

/* Status 1: Azul Ardósia Suave */
.text-status-1 {
    color: #000000 !important;
}

/* Status 2: Vermelho Tijolo Desbotado */
.text-status-2 {
    color: #000000 !important;
}

/* Status 3: Ouro Velho Suave */
.text-status-3 {
    color: #000000 !important;
}

/* Status 4: Verde Musgo Claro */
.text-status-4 {
    color: #000000 !important;
}













.text-situation-1 {
    color: #000000 !important;
}

/* Status 2: Verde Menta Pastel */
.text-situation-2 {
    color: #000000 !important;
}

/* Status 3: Amarelo Pálido/Claro */
.text-situation-3 {
    color: #000000 !important;
}

/* Status 4: Laranja Pêssego Suave */
.text-situation-4 {
    color: #000000 !important;
}

/* Status 5: Branco */
.text-situation-5 {
    color: #FFFFFF !important;
}

/* Status 6: Lilás Claro */
.text-situation-6 {
    color: #000000 !important;
}

/* Status 7: Lavanda Suave */
.text-situation-7 {
    color: #000000 !important;
}

/* Status 8: Cinza Escuro */
.text-situation-8 {
    color: #FFFFFF !important;
}

/* Status 9: Rosa avermelhado suave */
.text-situation-9 {
    color: #000000 !important;
}

/* Default/Fallback: Cinza Escuro */
.text-situation-default {
    color: #000000 !important;
}

.top-dre {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.top-dre .title {
    color: #69C23E;
    font-family: Avenir;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.top-dre .title .symbol {
    color: #69C23E;
    font-family: Avenir;
    font-size: 8px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.top-dre .t-black {
    font-family: Avenir;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    color: #595959;
    margin-top: 10px;
}

.top-dre .t-red .symbol {
    color: #DB4357;
}

.top-dre .t-red {
    color: #DB4357;
}

.box-100,
.box-200 {
    border-radius: 10px;
    background-color: #F6F6F8;
    /* height: 63px; */
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    font-family: Roboto;
    padding: 5px;
    min-height: 78px;
}

.box-100 {
    flex-grow: 1;
}

.box-200 {
    flex-grow: 2;
}

.top-dre .exercises {
    width: 190px;
    /* height: 63px; */
    border: 2px solid #000000;
    padding: 4px 4px 4px 16px;
    border-radius: 4px;
}

.top-dre .exercises label {
   
}

.top-dre .exercises .item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.table-title {
    width: 100%;
    border-radius: 100px;
    color: #1D1D1D;
    background: #B5C2C9;
    text-align: center;
}

.table-title h3 {
    font-style: normal;
    font-weight: 500;
    font-family: Roboto;
}

.table-bg-black {
    background-color: #000000;
    color: white;
    /* border-right: 2px #FFF solid; */
    height: 30px;
}

.table-dre {
    width: 100%;
}

.table-dre .w100 {
    width: 100px;
}

.table-dre tr td:last-child {
    padding-right: 0;
}



.table-dre th {
    border-radius: 24px;
    font-weight: 400;
}

.table-dre .space {
    background-color: white;
    border: none;
    width: 5px;
}

.table-dre .total {

    background-color: #F6F6F8;
}


.table-dre td {
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
}

.table-dre .td-r {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-right: 0;
    border-right: 1px solid #F1F1F1;
}

.table-dre .td-l {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-left: none;
    border-left: 1px solid #F1F1F1;
}


.table-dre .br-0 {
    border-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border: none;
}

.table-dre .td-sub {
    border-radius: 24px !important;
    background: #E5E5EA;
    border: solid 2px #FFF;
}

.font-size-65rem {
    font-size: 0.55rem !important;
}

.line-green {
    color: #488F25 !important;
}

.line-red {
    color: #DB4357 !important;
}

.line-green td{
    color: #488F25 !important;
}

.line-red td {
    color: #DB4357 !important;
}

.line-bg-gray{
    background: #F6F6F8;
}
.w-25{
    width: 25%;
}
.final-summary{
    gap: 10px;    
    flex-wrap: wrap;
}
.final-summary .item{
    border-radius: 10px;
    background-color: #F6F6F8;
    width: calc(25% - 10px);
    padding: 15px;
    text-align: center;
    
}
.final-summary .item-title{
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.final-summary .item-symbol{
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.final-summary .item-value{
    display: flex;
    align-items: end;
    justify-content: center;
}
.final-summary .item-value h1{,
    padding: 0;
    margin: 0;
    line-height: 28px;
}
.final-summary .item-porcent{
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #000;
    text-align: right;
}