/******** borderSize *******/
/******** borderStyle *******/
/******** radius *******/
/******** shadow distance *******/
/******** size *******/
/******** spacing *******/
/******** shadow *******/
/******** opacity *******/
/******** fontSize *******/
/******** fontWeight ********/
/******** Primary *******/
/******** success *******/
/******** warning *******/
/******** danger *******/
/******** link *******/
/******** radius *******/
/********* icon hover *********/
.sd-basic-crud-table {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  min-width: 0;
}
.sd-basic-crud-table-full-height {
  height: 100%;
  min-height: 0;
  overflow: hidden;
}
.sd-basic-crud-table-full-height .sd-basic-crud-table-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}
.sd-basic-crud-table-full-height .sd-basic-crud-table-body > .sd-table {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
}
.sd-basic-crud-table-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sd-basic-crud-table-header-actions {
  display: flex;
  justify-content: flex-end;
}
.sd-basic-crud-table-title {
  margin: 0;
  color: var(--sd-color-text-1);
  font-size: 24px;
}
.sd-basic-crud-table-body {
  width: 100%;
  min-width: 0;
}