main {
  min-height: 100vh;
  background-image: linear-gradient(-225deg, #2cd8d5 0%, #6b8dd6 48%, #8e37d7 100%);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
main::after {
  content: "";
  position: absolute;
  inset: 0px;
  background-color: #000;
  z-index: 1;
  opacity: 0.4;
}

.box {
  box-shadow: none !important;
}

.container {
  position: relative;
  z-index: 2;
}

.btn-back {
  background-color: rgba(255, 255, 255, 0.2196078431);
  text-align: center;
  border-radius: var(--border-radius);
}
.btn-back svg {
  width: 22px;
  height: 22px;
  margin-right: 3px;
}
.btn-back,
.btn-back a,
.btn-back svg {
  fill: #fff;
  color: #fff !important;
}

.btn-add-new-item-website,
.btn-delete-item-website {
  position: absolute;
  top: 40px;
  right: -15px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.btn-add-new-item-website svg,
.btn-delete-item-website svg {
  width: 16px;
  height: 16px;
  fill: var(--btn-second-color);
}

/* First Div For ( Example Website ) Input And Add More Button*/
.first-example-website {
  position: relative;
}
.first-example-website .btn-add-new-item-website {
  background-color: #28a745 !important;
}
.first-example-website .btn-add-new-item-website svg {
  fill: var(--btn-second-color);
}

.example-website-items .item-website {
  position: relative;
}
.example-website-items .item-website .btn-delete-item-website {
  top: 10px;
  background-color: #e62222;
}
.example-website-items .item-website .btn-delete-item-website svg {
  fill: rgb(255, 255, 255);
}/*# sourceMappingURL=index.css.map */