.manage-cloud-banner {
  overflow: hidden;
  position: relative;
  background: radial-gradient(26.2% 50% at 50% 50%, #fff9f3 0%, #f3f6ff 100%);
}

.bx-box {
  position: relative;
  padding: 24px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  overflow: hidden;
}

.bx-box .bx-tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  width: fit-content;
  padding: 6px 12px;
}

.bx-box .dot {
  height: 10px;
  width: 10px;
}

.bx-box .bx-content a {
  margin-top: 14px;
  display: inline-block;
  color: #000;
  text-decoration: underline !important;
}

.bx-box.first {
  background-color: #d7daee;
}

.bx-box.first .dot {
  background: #5d6fd1;
}

.bx-box.second {
  background-color: #cacaca;
}

.bx-box.second .dot {
  background: #000;
}

.bx-box.third {
  background-color: #f6ddcf;
}

.bx-box.third .dot {
  background: #fc7c35;
}

.bx-box.fourth {
  background-color: #ddece5;
}

.bx-box.fourth .dot {
  background: #7bc8a4;
}

.bx-box img {
  max-width: 130px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.6;
}
