.steps {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.stepsBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 4px;
}

.btnBox {
  display: flex;
  gap: 16px;
  margin: 4px 0px 4px 16px;
}

.iconStyle {
  width: 3rem !important;
  height: 3rem !important;
}

.httpIcon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.customEditor {
  width: 100%;
}
.editerStyle {
  width: 50%;
}
.customEditor,
.editerStyle {
  padding: 17px;
  font-size: 16px;
  border: 1px solid rgb(229, 231, 235);
  border-radius: 8px;
  box-sizing: border-box;
  outline-style: none;
  transition: box-shadow 0.3s ease-in-out;
}
.customEditor:hover,
.editerStyle:hover {
  background: transparent;
}
.customEditor:focus,
.editerStyle:focus {
  border: 2px solid #6366f1;
  box-shadow: #6366f1 0 0 0 2px !important;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
