.rc-editor-jsonschema-wrapper {
  position: relative;
  background: #262829;
  color: #FAFBFC;
  height: 100%;
}
.rc-editor-jsonschema-wrapper .ant-input {
  background: #2B2D2E;
  border-color: #3F4142;
  color: #FAFBFC;
  box-shadow: none;
  font-weight: 200;
}
.rc-editor-jsonschema-wrapper .ant-input::-webkit-input-placeholder {
  color: rgba(250, 251, 252, 0.15);
}
.rc-editor-jsonschema-wrapper .ant-input::-moz-placeholder {
  color: rgba(250, 251, 252, 0.15);
}
.rc-editor-jsonschema-wrapper .ant-input:-ms-input-placeholder {
  color: rgba(250, 251, 252, 0.15);
}
.rc-editor-jsonschema-wrapper .ant-input::-ms-input-placeholder {
  color: rgba(250, 251, 252, 0.15);
}
.rc-editor-jsonschema-wrapper .ant-input::placeholder {
  color: rgba(250, 251, 252, 0.15);
}
.rc-editor-jsonschema-wrapper .ant-select-selection {
  background: #2B2D2E;
  border-color: #3F4142;
  color: #FAFBFC;
  box-shadow: none;
}
.rc-editor-jsonschema-wrapper .ant-select-arrow {
  color: inherit;
}
.rc-editor-jsonschema-breadcrumb {
  padding: 8px 16px;
  border-bottom: 2px solid #3F4142;
  display: flex;
  align-items: center;
}
.rc-editor-jsonschema-breadcrumb .ant-breadcrumb {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s;
}
.rc-editor-jsonschema-breadcrumb .ant-breadcrumb > span {
  cursor: pointer;
}
.rc-editor-jsonschema-breadcrumb .ant-breadcrumb-separator,
.rc-editor-jsonschema-breadcrumb .ant-breadcrumb > span:last-child {
  color: #fff;
  cursor: auto;
}
.rc-editor-jsonschema-container {
  overflow: auto;
  padding: 0 16px 16px;
  height: calc(100% - 40px);
}
.rc-editor-jsonschema-box {
  margin: 8px 0;
  font-weight: 200;
}
.rc-editor-jsonschema-box-child {
  padding: 0 4px;
}
.rc-editor-jsonschema-box-child .rc-editor-jsonschema-title {
  color: #CED4D9;
}
.rc-editor-jsonschema-box-child .rc-editor-jsonschema-array-title {
  border: none;
  line-height: 24px;
  font-weight: 400;
}
.rc-editor-jsonschema-box-array,
.rc-editor-jsonschema-box-string {
  margin: 16px 0;
}
.rc-editor-jsonschema-title {
  border-bottom: 1px solid #3F4142;
  line-height: 32px;
  font-weight: 600;
}
.rc-editor-jsonschema-title-btn {
  display: inline-block;
  cursor: pointer;
}
.rc-editor-jsonschema-title-x {
  margin: 8px 0;
  color: #CED4D9;
}
.rc-editor-jsonschema-editor {
  outline: none;
  border-radius: 4px;
  border: 1px solid #3F4142;
  line-height: 20px;
  min-height: 20px;
  padding: 1px 7px;
  box-sizing: content-box;
  background: #2B2D2E;
}
.rc-editor-jsonschema-editor p {
  margin: 0;
}
.rc-editor-jsonschema-remark {
  margin: 8px 0;
  color: rgba(206, 212, 217, 0.45);
}
.rc-editor-jsonschema-array-bar {
  line-height: 28px;
  height: 28px;
  background: #323536;
  margin: 0 0 8px;
  padding: 0 7px;
}
.rc-editor-jsonschema-array-bar-text {
  cursor: pointer;
}
.rc-editor-jsonschema-array-bar-icon {
  opacity: 0;
  transition: opacity 0.3s;
  float: right;
  cursor: pointer;
}
.rc-editor-jsonschema-array-bar p {
  width: calc(100% - 14px);
  display: inline-block;
}
.rc-editor-jsonschema-array-bar:hover .rc-editor-jsonschema-array-bar-icon {
  opacity: 1;
}
.rc-editor-jsonschema-array-sort-bars {
  display: inline-block;
  margin-right: 8px;
  color: rgba(250, 251, 252, 0.5);
}
.rc-editor-jsonschema-array-add {
  margin: 16px 0;
  padding: 8px 0;
  font-weight: 400;
  border-top: 1px solid rgba(63, 65, 66, 0.3);
}
.rc-editor-jsonschema-array-add .anticon {
  margin-right: 8px;
}
.rc-editor-jsonschema-array-add a {
  color: #2F54EB;
}
.rc-editor-jsonschema-array-add a:hover {
  color: #4667ed;
}
.rc-editor-jsonschema-image-img {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 58px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  overflow: hidden;
}
.rc-editor-jsonschema-upload-button {
  width: 100%;
  border-radius: 4px;
  background: #3A3C3D;
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid #262829;
  margin-top: 8px;
  padding: 2px 8px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.rc-editor-jsonschema-upload-button p {
  position: relative;
}
.rc-editor-jsonschema-upload-button em {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: rgba(47, 84, 235, 0.3);
  width: 0%;
  height: 100%;
  transition: width 0.3s;
}
