.gant-grid-selected-wrapper {
  position: absolute;
  bottom: 18px;
  right: 18px;
  z-index: 1000;
}
.gant-grid-selected-box {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: rgba(128, 128, 128, 0.1);
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gant-grid-selected-box:hover {
  background: var(--component-background);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
.gant-selected-agrid-title {
  line-height: 24px;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
}
.gant-selected-agrid-title > p {
  float: left;
}
.gant-selected-agrid-title > div {
  float: right;
}
.gant-selected-agrid-title button {
  font-size: 12px;
}
