.cloud-bed {
  width: 300px;
  height: 300px;
  overflow: hidden;
}
.cloud-box {
  position: relative;
  width: 100%;
  height: 100%;
  background: #00000000;
}
.cloud-box span {
  position: absolute;
  padding: 3px 6px;
  top: 0px;
  font-weight: bold;
  text-decoration: none;
  left: 0px;
  color: transparent;
  min-width: 90px;
  color: #ffffff;
  height: 32px;
  text-align: center;
  background: #0a3c57;
  border: 2px solid rgba(56, 119, 242, 1);
  box-shadow: inset 0px 0px 12px 0px rgba(0, 201, 255, 0.6);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;

  /* line-height: 50px;
      overflow:hidden;
      white-space: nowrap;
      text-overflow: ellipsis; */
}
