.jtable-body-spin {
  min-height: 100%;
  width: 100%;
  padding: 16px 24px 24px;
  background-color: #fff;
}
.jtable-body-spin .ant-spin-nested-loading {
  height: 100%;
}
.jtable-body-spin .ant-spin-nested-loading .ant-spin-container {
  height: 100%;
}
.jtable-body-spin .jtable-body {
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.jtable-body-spin .jtable-body .jtable-body-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jtable-body-spin .jtable-body .jtable-body-header .jtable-body-header-right {
  display: flex;
  gap: 8px;
  align-items: center;
}
.jtable-body-spin .jtable-body .jtable-body-header .jtable-body-header-right .jtable-body-header-right-button .right-button-icon {
  font-size: 16px;
  color: #d9d9d9;
}
.jtable-body-spin .jtable-body .jtable-body-header .jtable-body-header-right .jtable-body-header-right-button .ant-radio-button-wrapper {
  padding: 0 8px;
}
.jtable-body-spin .jtable-body .jtable-body-header .jtable-body-header-right .jtable-body-header-right-button .ant-radio-button-wrapper-checked .right-button-icon {
  color: #315EFB;
}
.jtable-body-spin .jtable-body .jtable-content {
  flex: 1;
  padding: 16px 0;
}
.jtable-body-spin .jtable-body .jtable-content .jtable-alert {
  margin-bottom: 16px;
}
.jtable-body-spin .jtable-body .jtable-content .jtable-card .jtable-card-items {
  display: grid;
  grid-gap: 26px;
}
.jtable-body-spin .jtable-body .jtable-content .jtable-card .jtable-card-items .jtable-card-item {
  display: flex;
}
.jtable-body-spin .jtable-body .jtable-pagination {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.jtable-body-spin .jtable-body .j-table-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10% 0;
}
