.table-flush {
  width: 100% !important;
  text-align: center;
}

.table-flush th,
.table-flush td {
  white-space: pre-line;
  padding: 15px 0px 15px 0px;
}

.table-flush .no-wrap {
  white-space: normal;
}

.select-placas-avulsas {
  display: flex;
}

.select-placas-avulsas .box {
  width: 40px;
  height: 40px;
  border: 1px solid #1c9aef;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.select-placas-avulsas .box:hover {
  background-color: #1c9aef;
  color: #fff;
}

.select-placas-avulsas input[type=checkbox]:checked + label {
  background-color: #1c9aef;
  color: #fff;
  border: 1px solid #fff;
}

.in-success {
  background-color: rgba(2, 247, 75, 0.4);
}

.in-warning {
  background-color: rgba(247, 198, 2, 0.4);
}

.in-danger {
  background-color: rgba(247, 2, 51, 0.4);
}

.refinamento {
  border-left: 15px solid #02b2f7;
}

.sorridents{
  border-left:15px solid rgb(7, 131, 3);
}

.selectize-input {
  min-height: calc(2.75rem + 2px);
  padding: .625rem .75rem;
}

.selectize-input  > input {
  height: 100% !important;
}

.selectize-control .selectize-dropdown-content > div {
  padding: .5rem;
}