	.show-min-800{
		display: none;
	}
	.hide_min-800{
		display: block;
	}	
	.no_pay{
		   margin-top: 50%;
	}
	
    @media only screen and (max-width: 800px) {
        /* Transforma a tabela em formato de lista */
        .table-responsive table, 
        .table-responsive thead, 
        .table-responsive tbody, 
        .table-responsive th, 
        .table-responsive td, 
        .table-responsive tr { 
            display: block ; 
        }

        /* Esconde o cabeçalho da tabela */
        .table-responsive thead tr { 
            position: absolute ;
            top: -9999px ;
            left: -9999px ;
        }

        .table-responsive tr { 
            border: 1px solid #ddd; 
            margin-bottom: 10px ;
        }

        .table-responsive td { 
            /* Comporta-se como uma linha */
            border: none ;
            border-bottom: 1px solid #eee ; 
            position: relative ;
            /*padding-left: 50% ; */
            white-space: normal ;
            text-align: left ;
            padding-top: 10px; /* Adiciona espaçamento no topo */
            padding-bottom: 10px; /* Adiciona espaçamento no fundo */
        }

        .table-responsive td:before { 
			position: absolute;
			top: 6px ;
			left: 6px ;
			min-width: 100% ;
			padding-right: 10px ;
			white-space: nowrap ;
			text-align: center ;
			font-weight: bold ;
			content: attr(data-title);
			color: #0519ff;
			font-size: 1rem;
			text-transform: uppercase;
			letter-spacing: 0.5px;
        }
		td > table{
			top: 20px ;
			position: relative ;
		}
		.show-min-800{
			display: block  !important;
		}
		.hide_min-800{
			display: none  !important;
		}
        .table_0{
            --bs-table-bg: #eaeaea  !important;
		}	
        .table_1{
            --bs-table-bg: #c2c1c1  !important;
		}		
		.no_pay{
		   margin-top: 0;
	    }
    }
	
	
