.deleteFilter {
    color: antiquewhite;
    float: right;
    height: 4px !important;
    width: 4px !important;
    margin-left: 30px !important;
}

.echart {
    height: 350px;
    padding: 0px;
}

.card {
    margin-bottom: 20px;
    width: 48% !important;
    margin-left: 20px;
}

.card-title {
    padding: 20px 0px 10px 30px;
    font-weight: bold;
    margin-bottom: 0px;
}

.cellProgram, .cellSerialNumber, .cellOperator, .cellRegion, .cellDeliveryDate, .fleetDistProgram, .fleetDistRegion, .fleetDistCell {
    cursor: pointer;
}

.tableHeader {
    background-color: #005AAF !important;
    color: white !important;
}

.tabulator {
    max-height: 350px;
}

.tabulator-col {
    background-color: #005AAF !important; /* Cor de fundo do cabeçalho */
    color: white; /* Cor do texto do cabeçalho */
}

.tabulator-row {
    height: 20px !important;
}

.selectAllButton {
	background: none !important;
	color: gray !important;
	border: none !important; 
	--bs-btn-padding-y: .25rem !important; 
	--bs-btn-padding-x: .5rem !important; 
	--bs-btn-font-size: .75rem !important;
}

.deselectAllButton {
	background: none !important;
	color: gray !important;
	border: none !important; 
	margin-right: 5px !important; 
	--bs-btn-padding-y: .25rem !important; 
	--bs-btn-padding-x: .5rem !important; 
	--bs-btn-font-size: .75rem !important;
}

.select2 .select2-selection{
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 93px !important;
}

.select2 {
	width: 100% !important;
	margin-bottom: 20px !important;
}

.select2-selection {
	border-color: rgb(224, 224, 224) !important;
}

.select2-dropdown {
    z-index: 99999;
}

/* === REMOVALS TABLE === */

#removalsTable {
    background-color: white !important;
    color: black;
    border: none;
    width: 100%;
    
    padding: 0 !important;
    height: 400px !important;
}

#removalsTable .tabulator-header {
    font-size: 12px !important;
    text-overflow: none !important;  
    color: black;
}

#removalsTable .tabulator .tabulator-header .tabulator-col {
    border-right: 2px solid #000000;
    background-color: #000000 !important;
}

#removalsTable .tabulator .tabulator-header 
.tabulator-col .tabulator-col-content 
.tabulator-col-title {
    text-overflow: none !important;
    height: 200px !important;
}


#removalsTable .tabulator-row .tabulator-cell { 
    border-right: 2px solid #000000 !important;
   
    padding: 5px !important;
}

#removalsTable .tabulator-footer .tabulator-page.active {
    color: #005AAF !important;
}

 #removalsTable .tabulator-footer {
    background-color: #F5F5F7 !important;
}

