.hidden-column-popover .custom-switch .custom-switch-description {
  width: 192px;
  display: inline-flex;
  align-items: center;
  padding-right: 5px;
  margin: 0;
}

.hidden-column-popover .field-settings-body .dtable-switch.column-item {
  padding: 0 20px;
}

.hidden-column-popover .field-settings-body .dtable-switch.column-item .custom-switch-indicator {
  margin-right: 0;
}

.hidden-column-popover .custom-switch .dtable-font {
  transform: scale(0.8);
  display: inline-block;
  line-height: 24px;
  margin-right: 8px;
  color: #666;
}

.hidden-column-popover .custom-switch .custom-switch-indicator {
  width: 22px;
  height: 12px;
  border-radius: 6px;
}

.hidden-column-popover .custom-switch .custom-switch-input:checked ~ .custom-switch-indicator:before {
  left: 12px;
}

.hidden-column-popover .custom-switch .custom-switch-indicator:before {
  content: "";
  position: absolute;
  top: 1px;
  width: 8px;
  height: 8px;
  left: 1px;
  background: #fff;
  border-radius: 50%;
  transition: .3s left;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .4);
}
