.botao-datatable {
    background: none !important;
    border: 1px solid #037AFB !important;
    background-color: #FFF !important;
    color: #037AFB !important;
    padding: 8px 10px;
    margin-right: 3px;
    border-radius: 3px;
    font-size: 11px;
    margin-bottom: 20px;
  }

th.empurraultimacoluna {
  text-align: right;
}

td.empurraultimacoluna {
  text-align: right;
}

.select2-selection {
  width: 100% !important;
  height: 40px !important; 
  display: flex;
  align-items: center;
}

.select2-selection__rendered {
  line-height: 40px !important; 
}

.selection {
  width: 100% !important;
}

.select2 {
  height: 40px !important; 
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  display: inline-block;
}