table.lvwtable-table tr.lvwtable-expanded-row, table.lvwtable-table tr.lvwtable-expanded-nested-row {
  box-shadow: inset 2px 0 0 0 #383838;
}
table.lvwtable-table tr.lvwtable-expanded-nested-row {
  background-color: transparent !important;
  position: relative;
  /* top: -10px; */
  box-shadow: inset 2px 0 0 0 #383838;
  font-size: small;
}
table.lvwtable-table tr.lvwtable-expanded-nested-row thead tr th {
  font-style: italic;
}
table.lvwtable-table tr.lvwtable-expanded-row {
  font-weight: bold;
}
table.lvwtable-table tbody > tr:not(.lvwtable-expanded-nested-row):hover {
  background-color: #FDFDFD;
  box-shadow: inset 2px 0 0 0 #383838;
}
table.lvwtable-table thead th .select2-search__field::placeholder {
  font-style: italic;
  text-align: center;
}
table.lvwtable-table thead th .select2-container .select2-selection--multiple {
  padding: 4px;
}
table.lvwtable-table thead th .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
table.lvwtable-table thead th .select2-selection__choice {
  padding: 0px 5px !important;
  margin-bottom: 1px !important;
  margin-right: 1px !important;
  font-size: 0.75rem !important;
}
table.lvwtable-table thead th .select2-search {
  min-height: 0px !important;
}
table.lvwtable-table thead th .ui-resizable-handle.ui-resizable-e {
  background-color: lightgrey;
  right: 0px;
  height: 80%;
  background-clip: padding-box;
  top: 10%;
  width: 5px;
  background-clip: padding-box;
  border: solid 2px transparent;
}

/*# sourceMappingURL=livewire-table.css.map */
