cyb/src/style/libs/rjsf.css

.rjsf fieldset {
  border: none;
  margin-bottom: 10px;
  min-width: 0;
  padding: 0;
  margin: 0;
}

/* form.rjsf {
      border-bottom: 1px solid #5c5c5c;
  } */

.rjsf legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: inherit;
  color: #fff;
  border: 0;
}

.rjsf label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.rjsf .form-control {
  height: 42px;
  border: none;
  background-color: transparent;
  box-shadow: #36d6ae 0px 0px 5px;
  color: #fff;
  font-size: 18px;
  text-align: start;
  caret-color: #fff;
  padding: 2px 15px;
  border-radius: 5px;
  margin: 0;
  width: 100%;
}

.rjsf .panel {
  background: #000;
  border-radius: 5px;
  box-shadow: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  margin: 0;
}

.rjsf .panel-body {
  padding: 15px;
}

.rjsf .form-group {
  margin-bottom: 15px;
}

.rjsf .panel-default {
  border: 1px solid #fbfbfb59;
}

.rjsf .array-item {
  display: grid;
  grid-template-columns: 70% 25%;

  gap: 15px;
}

.rjsf .array-item .array-item-toolbox {
  display: flex;
  padding: 5px;
  justify-content: center;
}

.rjsf .btn-group {
  width: 100%;
  gap: 5px;
}

.rjsf .array-item-remove {
  box-shadow: 0 0 6px 0px #38d6ae;
}

.rjsf .glyphicon {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rjsf .btn-danger {
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  background-image: none;
  box-shadow: 0 0 5px 0px #38d6ae;
}

.rjsf .btn-danger:hover {
  background-image: none;
  background-image: none;
  background-color: #d9534f;
  box-shadow: 0 0 5px 0px #38d6ae;
}

.rjsf .array-item-move-down {
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 0 5px 0px #38d6ae;
}

.rjsf .array-item-move-up {
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 0 5px 0px #38d6ae;
}

.rjsf .glyphicon-remove:before {
  content: "x";
}

.rjsf .glyphicon-arrow-down:before {
  content: "\25bc";
}

.rjsf .glyphicon-arrow-up:before {
  content: "\25B2";
}

.rjsf .array-item-add {
  float: right;
  padding: 0 7px;
}

.rjsf .glyphicon-plus:before {
  content: "\002B";
  font-size: 30px;
  line-height: 30px;
}

/* .rjsf .text-right .array-item-add .btn-add {
    float: right;
    padding: 0 7px;
  } */

Neighbours