/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 * require_tree .

 */
@import url(/assets/custom/vendor/plugins/custom/fullcalendar.bundle-b81c659a81a67c72f90951f3671e769a8afb5c7029c74fa67f27fcf9261da9e2.css);
@import url(/assets/custom/vendor/plugins/global/fonts/fonts-dde00eb8e2aa1442b37ab8740c8b75e79d4847c35a6f61fb0013fda1db70cdf6.css);
@import url(/assets/custom/vendor/plugins/global/plugins.bundle-4a21b7df801a0462f2a5b169e6e2c3b647caad98e4a06c321f4d73435eb21a6e.css);
@import url(/assets/custom/vendor/plugins/global/style.bundle-9e589994fb0d92b0a2b526df4974ea1d80f955e6b09c84340cc7e9b982b0a6c7.css);
@import url(/assets/custom/vendor/plugins/select2/select2-114c308deb6020b09ad40498747c720c4c880ae58a80fa15156b3f7f2504c5a8.css);
@import url(/assets/custom/vendor/plugins/sweetalert2/sweetalert2.min-746bd0018dd092adf5ca8c1114985e825655a753aaffe1c29800b02ec111103a.css);
@import url(/assets/custom/vendor/plugins/mobile_preview/style-813da168cdeaf439a62576187eeccda1aef15b78c46e8c59262ff3391221ab61.css);
@import url(/assets/custom/vendor/plugins/custom/datatables.bundle-9263832e58e7a31a04238049c28891d371038e8e80d910bf22f545e7e2e0eb33.css);
@import url(/assets/@libs/uppy/uppy.min-09abf9d86194ce4636eefb935683d65f43359332fc4cefe9b9095453026e11e9.css);
/* line 3, app/assets/stylesheets/custom/custom.css.scss */
.image-wrapper {
  object-fit: fill;
  max-width: 160px;
}

/* line 7, app/assets/stylesheets/custom/custom.css.scss */
.image-wrapper img {
  height: 100%;
  width: 100%;
}

/* line 13, app/assets/stylesheets/custom/custom.css.scss */
.document-img {
  height: 100%;
  width: 100%;
}

/* line 18, app/assets/stylesheets/custom/custom.css.scss */
.remove-file {
  margin-left: 15px;
}

/* line 22, app/assets/stylesheets/custom/custom.css.scss */
.payment-gateway-logo {
  width: 100px;
}

/* line 26, app/assets/stylesheets/custom/custom.css.scss */
.background-image-center {
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 31, app/assets/stylesheets/custom/custom.css.scss */
.thumbnail-image-center {
  object-fit: cover;
  object-position: center;
}

/* line 35, app/assets/stylesheets/custom/custom.css.scss */
#cart-form input::-webkit-outer-spin-button,
#cart-form input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

/* line 42, app/assets/stylesheets/custom/custom.css.scss */
#cart-form input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

/* line 46, app/assets/stylesheets/custom/custom.css.scss */
.h-max-content {
  height: max-content;
}

/* line 51, app/assets/stylesheets/custom/custom.css.scss */
.scheme-item {
  position: absolute;
  right: 0;
  top: -8px;
}

/* line 57, app/assets/stylesheets/custom/custom.css.scss */
.scheme-item:checked + .scheme-label {
  border: 1px solid #95bcdd !important;
}

/* line 61, app/assets/stylesheets/custom/custom.css.scss */
.radio-custom {
  opacity: 0;
  position: absolute;
}

/* line 66, app/assets/stylesheets/custom/custom.css.scss */
.radio-custom, .radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}

/* line 73, app/assets/stylesheets/custom/custom.css.scss */
.radio-custom-label {
  position: relative;
}

/* line 77, app/assets/stylesheets/custom/custom.css.scss */
.radio-custom + .radio-custom-label:before {
  content: '';
  background: #A6BBF3;
  border: 2px solid #A6BBF3;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
  position: absolute;
  right: -19px;
  top: -14px;
}

/* line 93, app/assets/stylesheets/custom/custom.css.scss */
.radio-custom + .radio-custom-label:before {
  border-radius: 50%;
}

/* line 97, app/assets/stylesheets/custom/custom.css.scss */
.radio-custom:checked + .radio-custom-label {
  border: 2px solid #C9D5F8;
}

/* line 101, app/assets/stylesheets/custom/custom.css.scss */
.radio-custom-label i {
  display: none;
}

/* line 105, app/assets/stylesheets/custom/custom.css.scss */
.radio-custom:checked + .radio-custom-label i {
  display: block;
  position: absolute;
  color: #fff;
  right: -6px;
  top: -9px;
}

/* line 113, app/assets/stylesheets/custom/custom.css.scss */
.radio-custom-label {
  border: 2px solid #ddd;
}

/* line 117, app/assets/stylesheets/custom/custom.css.scss */
.size-item:checked + .size-label {
  background-color: #009ef7 !important;
  color: #fff;
}

/* line 122, app/assets/stylesheets/custom/custom.css.scss */
.custom-text-size::-webkit-outer-spin-button,
.custom-text-size::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* line 127, app/assets/stylesheets/custom/custom.css.scss */
.custom-text-size[type=number] {
  -moz-appearance: textfield;
}

@media (min-width: 768px) {
  /* line 132, app/assets/stylesheets/custom/custom.css.scss */
  .color-pallete, .font-pallete {
    border-right: 1px solid #eff2f5;
  }
}

/* line 137, app/assets/stylesheets/custom/custom.css.scss */
.mw-fit-content {
  max-width: fit-content !important;
}

/* line 141, app/assets/stylesheets/custom/custom.css.scss */
.menu-sub .menu-item-section a.menu-link,
.menu-sub .menu-accordion span.menu-link {
  padding-left: calc(0.75rem + 25px) !important;
}

/* line 146, app/assets/stylesheets/custom/custom.css.scss */
.lh-inherit {
  line-height: inherit !important;
}

/* line 150, app/assets/stylesheets/custom/custom.css.scss */
#video-container.example-style-2 {
  position: relative;
  width: max-content;
  height: max-content;
  overflow: hidden;
}

/* line 157, app/assets/stylesheets/custom/custom.css.scss */
#video-container.example-style-2 .scan-region-highlight {
  border-radius: 30px;
  outline: #ffffff solid 50vmax;
}

/* line 162, app/assets/stylesheets/custom/custom.css.scss */
#video-container.example-style-2 .scan-region-highlight-svg {
  display: none;
}

/* line 166, app/assets/stylesheets/custom/custom.css.scss */
#video-container.example-style-2 .code-outline-highlight {
  stroke: #ffffff !important;
  stroke-width: 15 !important;
  stroke-dasharray: none !important;
}

/* line 174, app/assets/stylesheets/custom/custom.css.scss */
.table-roles td:first-child {
  min-width: 200px;
  max-width: 200px;
  position: sticky;
  left: 0;
  background-color: #FFF;
  z-index: 10;
}

@media (max-width: 576px) {
  /* line 174, app/assets/stylesheets/custom/custom.css.scss */
  .table-roles td:first-child {
    min-width: 125px;
  }
}

/* line 191, app/assets/stylesheets/custom/custom.css.scss */
.swal2-icon.swal2-warning {
  border-color: #FFC700 !important;
  color: #FFC700 !important;
}

/* line 197, app/assets/stylesheets/custom/custom.css.scss */
.swal2-icon.swal2-error {
  border-color: #F1416C !important;
  color: #F1416C !important;
}

/* line 201, app/assets/stylesheets/custom/custom.css.scss */
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  background-color: rgba(241, 65, 108, 0.75) !important;
}

/* line 207, app/assets/stylesheets/custom/custom.css.scss */
.swal2-icon.swal2-success {
  border-color: #50CD89 !important;
  color: #50CD89 !important;
}

/* line 211, app/assets/stylesheets/custom/custom.css.scss */
.swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #50CD89 !important;
}

/* line 215, app/assets/stylesheets/custom/custom.css.scss */
.swal2-icon.swal2-success .swal2-success-ring {
  border-color: rgba(80, 205, 137, 0.3) !important;
}

/* line 221, app/assets/stylesheets/custom/custom.css.scss */
.swal2-icon.swal2-info {
  border-color: #7239EA !important;
  color: #7239EA !important;
}

/* line 227, app/assets/stylesheets/custom/custom.css.scss */
.swal2-icon.swal2-question {
  border-color: #F1FAFF !important;
  color: #F1FAFF !important;
}

@keyframes "fade-in" {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes "fadein" {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*!
 * Selectr 2.4.0
 * https://github.com/Mobius1/Selectr
 *
 * Released under the MIT license
 */
@-webkit-keyframes "spin" {
  0% {
    -webkit-transform: rotate(0) translate3d(0, -50%, 0);
    transform: rotate(0) translate3d(0, -50%, 0);
  }
  100% {
    -webkit-transform: rotate(360deg) translate3d(0, -50%, 0);
    transform: rotate(360deg) translate3d(0, -50%, 0);
  }
}

@keyframes "spin" {
  0% {
    -webkit-transform: rotate(0) translate3d(0, -50%, 0);
    transform: rotate(0) translate3d(0, -50%, 0);
  }
  100% {
    -webkit-transform: rotate(360deg) translate3d(0, -50%, 0);
    transform: rotate(360deg) translate3d(0, -50%, 0);
  }
}

/* line 43, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor {
  color: #1a1a1a;
  border: thin solid #3883fa;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  line-height: 100%;
}

/* line 45, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor .search input {
  height: auto;
  border: inherit;
  border: none;
  box-shadow: none;
}

/* line 52, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor table {
  border-collapse: collapse;
  width: auto;
}

/* line 56, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor td {
  padding: 0;
  display: table-cell;
  text-align: left;
  vertical-align: inherit;
  border-radius: inherit;
}

/* line 63, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor th {
  padding: 0;
  display: table-cell;
  text-align: left;
  vertical-align: inherit;
  border-radius: inherit;
}

/* line 80, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor .jsoneditor-validation-errors-container {
  max-height: 130px;
  overflow-y: auto;
}

/* line 84, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor .jsoneditor-validation-errors {
  width: 100%;
  overflow: hidden;
}

/* line 88, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor .jsoneditor-additional-errors {
  position: absolute;
  margin: auto;
  bottom: 31px;
  left: calc(50% - 92px);
  color: grey;
  background-color: #ebebeb;
  padding: 7px 15px;
  border-radius: 8px;
}

/* line 98, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor .jsoneditor-additional-errors.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 2s linear;
}

/* line 103, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor .jsoneditor-additional-errors.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s,opacity 2s linear;
}

/* line 108, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor .jsoneditor-text-errors {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ffc700;
}

/* line 112, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor .jsoneditor-text-errors td {
  padding: 3px 6px;
  vertical-align: middle;
}

/* line 115, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor .jsoneditor-text-errors td pre {
  margin: 0;
  white-space: normal;
}

/* line 120, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor .jsoneditor-text-errors tr {
  background-color: #ffffab;
}

/* line 123, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor .jsoneditor-text-errors tr.parse-error {
  background-color: #ee2e2e70;
}

/* line 127, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor .autocomplete.dropdown {
  position: absolute;
  background: #fff;
  box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.3);
  border: 1px solid #d3d3d3;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: default;
  margin: 0;
  padding: 5px;
  text-align: left;
  outline: 0;
  font-family: "dejavu sans mono","droid sans mono",consolas,monaco,"lucida console","courier new",courier,monospace,sans-serif;
  font-size: 10pt;
}

/* line 142, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor .autocomplete.dropdown .item {
  color: #333;
}

/* line 145, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor .autocomplete.dropdown .item.hover {
  background-color: #ddd;
}

/* line 149, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor .autocomplete.hint {
  color: #aaa;
  top: 4px;
  left: 4px;
}

/* line 155, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-default {
  border: 1px solid transparent;
  min-height: 16px;
  min-width: 32px;
  padding: 2px;
  margin: 1px;
  word-wrap: break-word;
  float: left;
  color: grey;
  padding-left: 10px;
}

/* line 166, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-field {
  border: 1px solid transparent;
  min-height: 16px;
  min-width: 32px;
  padding: 2px;
  margin: 1px;
  word-wrap: break-word;
  float: left;
  font-family: "dejavu sans mono","droid sans mono",consolas,monaco,"lucida console","courier new",courier,monospace,sans-serif;
  font-size: 10pt;
  color: #1a1a1a;
}

/* line 177, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-field p {
  margin: 0;
}

/* line 181, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-readonly {
  border: 1px solid transparent;
  min-height: 16px;
  min-width: 32px;
  padding: 2px;
  margin: 1px;
  word-wrap: break-word;
  float: left;
  min-width: 16px;
  color: grey;
}

/* line 192, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value {
  border: 1px solid transparent;
  min-height: 16px;
  min-width: 32px;
  padding: 2px;
  margin: 1px;
  word-wrap: break-word;
  float: left;
  word-break: break-word;
  font-family: "dejavu sans mono","droid sans mono",consolas,monaco,"lucida console","courier new",courier,monospace,sans-serif;
  font-size: 10pt;
  color: #1a1a1a;
}

/* line 204, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value p {
  margin: 0;
}

/* line 209, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value.jsoneditor-empty::after {
  content: "value";
  pointer-events: none;
  color: #d3d3d3;
  font-size: 8pt;
}

/* line 216, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value.jsoneditor-string {
  color: #006000;
}

/* line 219, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value.jsoneditor-number {
  color: #ee422e;
}

/* line 222, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value.jsoneditor-boolean {
  color: #ff8c00;
}

/* line 225, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value.jsoneditor-null {
  color: #004ed0;
}

/* line 228, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value.jsoneditor-invalid {
  color: #000;
}

/* line 231, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-empty {
  border-color: #d3d3d3;
  border-style: dashed;
  border-radius: 2px;
}

/* line 237, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-field.jsoneditor-empty::after {
  content: "field";
  pointer-events: none;
  color: #d3d3d3;
  font-size: 8pt;
}

/* line 245, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor td {
  vertical-align: top;
  padding: 0;
  margin: 0;
  font-family: "dejavu sans mono","droid sans mono",consolas,monaco,"lucida console","courier new",courier,monospace,sans-serif;
  font-size: 10pt;
  color: #1a1a1a;
}

/* line 253, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor td.jsoneditor-separator {
  padding: 3px 0;
  vertical-align: top;
  color: grey;
}

/* line 258, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor td.jsoneditor-tree {
  vertical-align: top;
}

/* line 261, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor div.jsoneditor-anchor {
  cursor: pointer;
}

/* line 263, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor div.jsoneditor-anchor .picker_wrapper.popup.popup_bottom {
  top: 28px;
  left: -10px;
}

/* line 268, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor code.jsoneditor-preview {
  background: 0 0;
}

/* line 271, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor th {
  padding: 0;
  margin: 0;
  font-family: "dejavu sans mono","droid sans mono",consolas,monaco,"lucida console","courier new",courier,monospace,sans-serif;
  font-size: 10pt;
  color: #1a1a1a;
}

/* line 278, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor tr {
  padding: 0;
  margin: 0;
}

/* line 282, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor textarea {
  font-family: "dejavu sans mono","droid sans mono",consolas,monaco,"lucida console","courier new",courier,monospace,sans-serif;
  font-size: 10pt;
  color: #1a1a1a;
}

/* line 289, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor.busy pre.jsoneditor-preview {
  background: #f5f5f5;
  color: grey;
}

/* line 293, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor.busy div.jsoneditor-busy {
  display: inherit;
}

/* line 298, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor.jsoneditor-mode-preview pre.jsoneditor-preview {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: auto;
  padding: 2px;
  margin: 0;
  white-space: pre-wrap;
  word-break: break-all;
}

/* line 309, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
}

/* line 314, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree button.jsoneditor-button {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  background: transparent url(/assets/jsoneditor-icons-b6b5182381cb2efc7135213e897aab287697b34a967521ebbfeee10c81a48df7.svg);
}

/* line 322, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree button.jsoneditor-button:focus {
  background-color: #f5f5f5;
  outline: #e5e5e5 solid 1px;
}

/* line 327, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree button.jsoneditor-collapsed {
  background-position: 0 -48px;
}

/* line 330, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree button.jsoneditor-expanded {
  background-position: 0 -72px;
}

/* line 333, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree button.jsoneditor-contextmenu {
  background-position: -48px -72px;
}

/* line 335, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree button.jsoneditor-contextmenu:focus {
  background-position: -48px -48px;
}

/* line 338, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree button.jsoneditor-contextmenu:hover {
  background-position: -48px -48px;
}

/* line 342, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree button.jsoneditor-invisible {
  visibility: hidden;
  background: 0 0;
}

/* line 346, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree button.jsoneditor-dragarea {
  background: url(/assets/jsoneditor-icons-b6b5182381cb2efc7135213e897aab287697b34a967521ebbfeee10c81a48df7.svg) -72px -72px;
  cursor: move;
}

/* line 349, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree button.jsoneditor-dragarea:focus {
  background-position: -72px -48px;
}

/* line 352, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree button.jsoneditor-dragarea:hover {
  background-position: -72px -48px;
}

/* line 356, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree:focus {
  outline: 0;
}

/* line 359, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree div.jsoneditor-show-more {
  display: inline-block;
  padding: 3px 4px;
  margin: 2px 0;
  background-color: #e5e5e5;
  border-radius: 3px;
  color: grey;
  font-family: arial,sans-serif;
  font-size: 10pt;
}

/* line 368, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree div.jsoneditor-show-more a {
  display: inline-block;
  color: grey;
}

/* line 371, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree div.jsoneditor-show-more a:focus {
  color: #ee422e;
}

/* line 374, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree div.jsoneditor-show-more a:hover {
  color: #ee422e;
}

/* line 379, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree div.jsoneditor-color {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 4px;
  border: 1px solid grey;
  cursor: pointer;
}

/* line 387, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree div.jsoneditor-date {
  background: #a1a1a1;
  color: #fff;
  font-family: arial,sans-serif;
  border-radius: 3px;
  display: inline-block;
  padding: 3px;
  margin: 0 3px;
}

/* line 396, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree table.jsoneditor-tree {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* line 401, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree .jsoneditor-button.jsoneditor-schema-error {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 4px 0 0;
  background: url(/assets/jsoneditor-icons-b6b5182381cb2efc7135213e897aab287697b34a967521ebbfeee10c81a48df7.svg) -168px -48px;
}

/* line 408, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree button.jsoneditor-contextmenu.jsoneditor-selected {
  background-position: -48px -48px;
}

/* line 412, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-outer {
  position: static;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 422, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-outer.has-nav-bar {
  margin-top: -26px;
  padding-top: 26px;
}

/* line 426, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-outer.has-nav-bar.has-main-menu-bar {
  margin-top: -61px;
  padding-top: 61px;
}

/* line 430, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-outer.has-status-bar {
  margin-bottom: -26px;
  padding-bottom: 26px;
}

/* line 434, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-outer.has-main-menu-bar {
  margin-top: -35px;
  padding-top: 35px;
}

/* line 438, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-busy {
  position: absolute;
  top: 15%;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  display: none;
}

/* line 446, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-busy span {
  background-color: #ffffab;
  border: 1px solid #fe0;
  border-radius: 3px;
  padding: 5px 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

/* line 454, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
a.jsoneditor-value.jsoneditor-url {
  color: #006000;
  text-decoration: underline;
  display: inline-block;
  padding: 2px;
  margin: 2px;
}

/* line 460, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
a.jsoneditor-value.jsoneditor-url:focus {
  color: #ee422e;
}

/* line 463, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
a.jsoneditor-value.jsoneditor-url:hover {
  color: #ee422e;
}

/* line 467, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value.jsoneditor-url {
  color: #006000;
  text-decoration: underline;
}

/* line 471, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-field.jsoneditor-highlight {
  background-color: #ffffab;
  border: 1px solid #fe0;
  border-radius: 2px;
}

/* line 477, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-field[contenteditable=true]:focus {
  background-color: #ffffab;
  border: 1px solid #fe0;
  border-radius: 2px;
}

/* line 482, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-field[contenteditable=true]:hover {
  background-color: #ffffab;
  border: 1px solid #fe0;
  border-radius: 2px;
}

/* line 488, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value.jsoneditor-highlight {
  background-color: #ffffab;
  border: 1px solid #fe0;
  border-radius: 2px;
}

/* line 494, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value[contenteditable=true]:focus {
  background-color: #ffffab;
  border: 1px solid #fe0;
  border-radius: 2px;
}

/* line 499, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value[contenteditable=true]:hover {
  background-color: #ffffab;
  border: 1px solid #fe0;
  border-radius: 2px;
}

/* line 505, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-field.jsoneditor-highlight-active {
  background-color: #fe0;
  border: 1px solid #ffc700;
  border-radius: 2px;
}

/* line 509, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-field.jsoneditor-highlight-active:focus {
  background-color: #fe0;
  border: 1px solid #ffc700;
  border-radius: 2px;
}

/* line 514, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-field.jsoneditor-highlight-active:hover {
  background-color: #fe0;
  border: 1px solid #ffc700;
  border-radius: 2px;
}

/* line 520, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value.jsoneditor-highlight-active {
  background-color: #fe0;
  border: 1px solid #ffc700;
  border-radius: 2px;
}

/* line 524, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value.jsoneditor-highlight-active:focus {
  background-color: #fe0;
  border: 1px solid #ffc700;
  border-radius: 2px;
}

/* line 529, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value.jsoneditor-highlight-active:hover {
  background-color: #fe0;
  border: 1px solid #ffc700;
  border-radius: 2px;
}

/* line 535, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value.jsoneditor-array {
  min-width: 16px;
}

/* line 538, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value.jsoneditor-object {
  min-width: 16px;
}

/* line 543, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-mode-form tr.jsoneditor-expandable td.jsoneditor-tree {
  cursor: pointer;
}

/* line 550, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-mode-view tr.jsoneditor-expandable td.jsoneditor-tree {
  cursor: pointer;
}

/* line 556, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu {
  background-position: -48px -48px;
  visibility: visible;
}

/* line 560, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea {
  visibility: visible;
  background-position: -72px -48px;
}

/* line 565, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.ace-jsoneditor {
  min-height: 150px;
}

/* line 568, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
textarea.jsoneditor-text {
  min-height: 150px;
  width: 100%;
  height: 100%;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline-width: 0;
  border: none;
  background-color: #fff;
  resize: none;
}

/* line 581, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
tr.jsoneditor-highlight {
  background-color: #d3d3d3;
}

/* line 584, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
tr.jsoneditor-selected {
  background-color: #d3d3d3;
}

/* line 586, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
tr.jsoneditor-selected button.jsoneditor-contextmenu {
  visibility: hidden;
}

/* line 589, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
tr.jsoneditor-selected button.jsoneditor-dragarea {
  visibility: hidden;
}

/* line 593, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-popover {
  font-family: "dejavu sans mono","droid sans mono",consolas,monaco,"lucida console","courier new",courier,monospace,sans-serif;
  font-size: 10pt;
  color: #1a1a1a;
  background-color: #4c4c4c;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 7px 10px;
  position: absolute;
  cursor: auto;
  width: 200px;
  z-index: 999;
}

/* line 606, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-popover:before {
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  content: "";
  display: block;
  left: 50%;
  margin-left: -7px;
  position: absolute;
}

/* line 616, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-schema-error {
  font-family: "dejavu sans mono","droid sans mono",consolas,monaco,"lucida console","courier new",courier,monospace,sans-serif;
  font-size: 10pt;
  color: #1a1a1a;
  cursor: default;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  position: relative;
  text-align: center;
  width: 24px;
}

/* line 628, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-schema-error:focus .jsoneditor-popover {
  display: block;
  animation: fade-in .3s linear 1,move-up .3s linear 1;
}

/* line 634, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-schema-error:hover .jsoneditor-popover {
  display: block;
  animation: fade-in .3s linear 1,move-up .3s linear 1;
}

/* line 640, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
pre.jsoneditor-preview {
  font-family: "dejavu sans mono","droid sans mono",consolas,monaco,"lucida console","courier new",courier,monospace,sans-serif;
  font-size: 10pt;
  color: #1a1a1a;
}

/* line 645, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-popover.jsoneditor-above {
  bottom: 32px;
  left: -98px;
}

/* line 648, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-popover.jsoneditor-above:before {
  border-top: 7px solid #4c4c4c;
  bottom: -7px;
}

/* line 653, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-popover.jsoneditor-below {
  top: 32px;
  left: -98px;
}

/* line 656, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-popover.jsoneditor-below:before {
  border-bottom: 7px solid #4c4c4c;
  top: -7px;
}

/* line 661, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-popover.jsoneditor-left {
  top: -7px;
  right: 32px;
}

/* line 664, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-popover.jsoneditor-left:before {
  border-left: 7px solid #4c4c4c;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  content: "";
  top: 19px;
  right: -14px;
  left: inherit;
  margin-left: inherit;
  margin-top: -7px;
  position: absolute;
}

/* line 677, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-popover.jsoneditor-right {
  top: -7px;
  left: 32px;
}

/* line 680, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-popover.jsoneditor-right:before {
  border-right: 7px solid #4c4c4c;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  content: "";
  top: 19px;
  left: -14px;
  margin-left: inherit;
  margin-top: -7px;
  position: absolute;
}

/* line 694, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-text-errors tr.jump-to-line:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* line 699, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-text-errors .jsoneditor-schema-error {
  border: none;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 4px 0 0;
  cursor: pointer;
}

/* line 708, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-text-errors tr .jsoneditor-schema-error {
  background: url(/assets/jsoneditor-icons-b6b5182381cb2efc7135213e897aab287697b34a967521ebbfeee10c81a48df7.svg) -168px -48px;
}

/* line 713, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-text-errors tr.parse-error .jsoneditor-schema-error {
  background: url(/assets/jsoneditor-icons-b6b5182381cb2efc7135213e897aab287697b34a967521ebbfeee10c81a48df7.svg) -25px 0;
}

/* line 718, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.fadein {
  -webkit-animation: fadein .3s;
  animation: fadein .3s;
  -moz-animation: fadein .3s;
  -o-animation: fadein .3s;
}

/* line 724, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-contextmenu-root {
  position: relative;
  width: 0;
  height: 0;
}

/* line 729, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-contextmenu {
  position: absolute;
  box-sizing: content-box;
  z-index: 99;
}

/* line 733, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-contextmenu .jsoneditor-menu {
  position: relative;
  left: 0;
  top: 0;
  width: 128px;
  height: auto;
  background: #fff;
  border: 1px solid #d3d3d3;
  box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.3);
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 745, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-contextmenu .jsoneditor-menu button {
  position: relative;
  padding: 0 4px 0 0;
  margin: 0;
  width: 128px;
  height: auto;
  border: none;
  cursor: pointer;
  color: #4d4d4d;
  background: 0 0;
  font-size: 10pt;
  font-family: arial,sans-serif;
  box-sizing: border-box;
  text-align: left;
}

/* line 759, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-contextmenu .jsoneditor-menu button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 763, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-contextmenu .jsoneditor-menu button:focus {
  color: #1a1a1a;
  background-color: #f5f5f5;
  outline: 0;
}

/* line 768, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-contextmenu .jsoneditor-menu button:hover {
  color: #1a1a1a;
  background-color: #f5f5f5;
  outline: 0;
}

/* line 774, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-contextmenu .jsoneditor-menu button.jsoneditor-default {
  width: 96px;
}

/* line 777, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-contextmenu .jsoneditor-menu button.jsoneditor-expand {
  float: right;
  width: 32px;
  height: 24px;
  border-left: 1px solid #e5e5e5;
}

/* line 783, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-contextmenu .jsoneditor-menu li {
  overflow: hidden;
}

/* line 785, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-contextmenu .jsoneditor-menu li ul {
  display: none;
  position: relative;
  left: -10px;
  top: 0;
  border: none;
  box-shadow: inset 0 0 10px rgba(128, 128, 128, 0.5);
  padding: 0 10px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

/* line 797, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-contextmenu .jsoneditor-menu li ul .jsoneditor-icon {
  margin-left: 24px;
}

/* line 801, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-contextmenu .jsoneditor-menu li ul li button {
  padding-left: 24px;
  animation: all ease-in-out 1s;
}

/* line 804, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-contextmenu .jsoneditor-menu li ul li button:focus {
  background-color: #f5f5f5;
}

/* line 807, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-contextmenu .jsoneditor-menu li ul li button:hover {
  background-color: #f5f5f5;
}

/* line 814, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-contextmenu .jsoneditor-menu li button .jsoneditor-expand {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 4px 0 0;
  background: url(/assets/jsoneditor-icons-b6b5182381cb2efc7135213e897aab287697b34a967521ebbfeee10c81a48df7.svg) 0 -72px;
}

/* line 825, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected {
  color: #fff;
  background-color: #ee422e;
}

/* line 828, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected:focus {
  color: #fff;
  background-color: #ee422e;
}

/* line 832, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-contextmenu .jsoneditor-menu li button.jsoneditor-selected:hover {
  color: #fff;
  background-color: #ee422e;
}

/* line 839, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-contextmenu .jsoneditor-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: none;
  padding: 0;
  margin: 0;
  background-image: url(/assets/jsoneditor-icons-b6b5182381cb2efc7135213e897aab287697b34a967521ebbfeee10c81a48df7.svg);
}

/* line 850, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-contextmenu .jsoneditor-text {
  padding: 4px 0 4px 24px;
  word-wrap: break-word;
}

/* line 854, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-contextmenu .jsoneditor-text.jsoneditor-right-margin {
  padding-right: 24px;
}

/* line 857, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-contextmenu .jsoneditor-separator {
  height: 0;
  border-top: 1px solid #e5e5e5;
  padding-top: 5px;
  margin-top: 5px;
}

/* line 864, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-contextmenu button.jsoneditor-remove .jsoneditor-icon {
  background-position: -24px 0;
}

/* line 869, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-contextmenu button.jsoneditor-append .jsoneditor-icon {
  background-position: 0 0;
}

/* line 874, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-contextmenu button.jsoneditor-insert .jsoneditor-icon {
  background-position: 0 0;
}

/* line 879, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-contextmenu button.jsoneditor-duplicate .jsoneditor-icon {
  background-position: -48px 0;
}

/* line 884, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-contextmenu button.jsoneditor-sort-asc .jsoneditor-icon {
  background-position: -168px 0;
}

/* line 889, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-contextmenu button.jsoneditor-sort-desc .jsoneditor-icon {
  background-position: -192px 0;
}

/* line 894, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-contextmenu button.jsoneditor-transform .jsoneditor-icon {
  background-position: -216px 0;
}

/* line 899, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-contextmenu button.jsoneditor-extract .jsoneditor-icon {
  background-position: 0 -24px;
}

/* line 904, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-contextmenu button.jsoneditor-type-string .jsoneditor-icon {
  background-position: -144px 0;
}

/* line 909, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-contextmenu button.jsoneditor-type-auto .jsoneditor-icon {
  background-position: -120px 0;
}

/* line 914, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-contextmenu button.jsoneditor-type-object .jsoneditor-icon {
  background-position: -72px 0;
}

/* line 919, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-contextmenu button.jsoneditor-type-array .jsoneditor-icon {
  background-position: -96px 0;
}

/* line 924, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-contextmenu button.jsoneditor-type-modes .jsoneditor-icon {
  background-image: none;
  width: 6px;
}

/* line 929, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-contextmenu li {
  box-sizing: content-box;
  position: relative;
}

/* line 933, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-contextmenu ul {
  box-sizing: content-box;
  position: relative;
}

/* line 938, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal {
  max-width: 95%;
  border-radius: 2px !important;
  padding: 45px 15px 15px 15px !important;
  box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.3);
  color: #4d4d4d;
  line-height: 1.3em;
  font-size: 10.5pt;
  font-family: arial,sans-serif;
}

/* line 947, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .pico-modal-header {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  font-family: arial,sans-serif;
  font-size: 11pt;
  background: #3883fa;
  color: #fff;
}

/* line 961, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal table {
  width: 100%;
}

/* line 963, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal table td {
  padding: 3px 0;
  text-align: left;
  vertical-align: top;
  font-weight: 400;
  color: #4d4d4d;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 10.5pt;
  font-family: arial,sans-serif;
}

/* line 974, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal table td.jsoneditor-modal-input {
  text-align: right;
  padding-right: 0;
  white-space: nowrap;
}

/* line 979, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal table td.jsoneditor-modal-actions {
  padding-top: 15px;
}

/* line 982, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal table th {
  vertical-align: middle;
  text-align: left;
  vertical-align: top;
  font-weight: 400;
  color: #4d4d4d;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 10.5pt;
  font-family: arial,sans-serif;
}

/* line 995, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal p:first-child {
  margin-top: 0;
}

/* line 999, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal a {
  color: #3883fa;
}

/* line 1002, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-jmespath-block {
  margin-bottom: 10px;
}

/* line 1005, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .pico-close {
  background: 0 0 !important;
  font-size: 24px !important;
  top: 7px !important;
  right: 7px !important;
  color: #fff;
}

/* line 1012, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal input {
  padding: 4px;
  background: #fff;
  border: 1px solid #d3d3d3;
  color: #4d4d4d;
  border-radius: 3px;
  padding: 4px;
  font-size: 10.5pt;
  font-family: arial,sans-serif;
  cursor: pointer;
}

/* line 1023, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal input[type=text] {
  cursor: inherit;
}

/* line 1026, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal input[disabled] {
  background: #d3d3d3;
  color: grey;
}

/* line 1030, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-select-wrapper {
  position: relative;
  display: inline-block;
}

/* line 1033, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-select-wrapper:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #666;
  position: absolute;
  right: 8px;
  top: 14px;
  pointer-events: none;
}

/* line 1046, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal select {
  padding: 3px 24px 3px 10px;
  min-width: 180px;
  max-width: 350px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0;
  text-overflow: "";
  font-size: 10pt;
  line-height: 1.5em;
  background: #fff;
  border: 1px solid #d3d3d3;
  color: #4d4d4d;
  border-radius: 3px;
  padding: 4px;
  font-size: 10.5pt;
  font-family: arial,sans-serif;
  cursor: pointer;
}

/* line 1065, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal select::-ms-expand {
  display: none;
}

/* line 1070, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-button-group input {
  padding: 4px 10px;
  margin: 0;
  border-radius: 0;
  border-left-style: none;
}

/* line 1076, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-button-group input.jsoneditor-button-first {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-left-style: solid;
}

/* line 1081, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-button-group input.jsoneditor-button-last {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 1086, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-transform-preview {
  background: #f5f5f5;
  height: 200px;
  font-family: "dejavu sans mono","droid sans mono",consolas,monaco,"lucida console","courier new",courier,monospace,sans-serif;
  font-size: 10pt;
  width: 100%;
  box-sizing: border-box;
}

/* line 1094, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-transform-preview.jsoneditor-error {
  color: #ee422e;
}

/* line 1097, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-jmespath-wizard {
  line-height: 1.2em;
  width: 100%;
  padding: 0;
  border-radius: 3px;
}

/* line 1103, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-jmespath-label {
  font-weight: 700;
  color: #1e90ff;
  margin-top: 20px;
  margin-bottom: 5px;
}

/* line 1109, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-jmespath-wizard-table {
  width: 100%;
}

/* line 1112, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-jmespath-wizard-label {
  font-style: italic;
  margin: 4px 0 2px 0;
}

/* line 1116, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-inline {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
}

/* line 1122, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-inline:not(:last-child) {
  padding-right: 2px;
}

/* line 1126, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-jmespath-filter {
  display: flex;
  flex-wrap: wrap;
}

/* line 1130, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-jmespath-filter-field {
  width: 180px;
}

/* line 1133, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-jmespath-filter-relation {
  width: 100px;
}

/* line 1136, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-jmespath-filter-value {
  min-width: 180px;
  flex: 1;
}

/* line 1140, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-jmespath-sort-field {
  width: 170px;
}

/* line 1143, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-jmespath-sort-order {
  width: 150px;
}

/* line 1146, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-jmespath-select-fields {
  width: 100%;
}

/* line 1149, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .selectr-selected {
  border-color: #d3d3d3;
  padding: 4px 28px 4px 8px;
}

/* line 1152, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .selectr-selected .selectr-tag {
  background-color: #3883fa;
  border-radius: 5px;
}

/* line 1157, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal #query {
  background: #fff;
  border: 1px solid #d3d3d3;
  color: #4d4d4d;
  border-radius: 3px;
  padding: 4px;
  font-size: 10.5pt;
  font-family: arial,sans-serif;
  font-family: "dejavu sans mono","droid sans mono",consolas,monaco,"lucida console","courier new",courier,monospace,sans-serif;
  font-size: 10pt;
  width: 100%;
  box-sizing: border-box;
}

/* line 1170, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal textarea {
  background: #fff;
  border: 1px solid #d3d3d3;
  color: #4d4d4d;
  border-radius: 3px;
  padding: 4px;
  font-size: 10.5pt;
  font-family: arial,sans-serif;
}

/* line 1179, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal option {
  font-size: 10.5pt;
  font-family: arial,sans-serif;
}

/* line 1183, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal input[type=button] {
  background: #f5f5f5;
  padding: 4px 20px;
}

/* line 1187, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal input[type=submit] {
  background: #f5f5f5;
  padding: 4px 20px;
}

/* line 1192, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-button-group.jsoneditor-button-group-value-asc input.jsoneditor-button-asc {
  background: #3883fa;
  border-color: #3883fa;
  color: #fff;
}

/* line 1199, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-button-group.jsoneditor-button-group-value-desc input.jsoneditor-button-desc {
  background: #3883fa;
  border-color: #3883fa;
  color: #fff;
}

/* line 1206, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal.jsoneditor-modal-transform {
  width: 600px !important;
}

/* line 1209, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-menu {
  width: 100%;
  height: 35px;
  padding: 2px;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background-color: #3883fa;
  border-bottom: 1px solid #3883fa;
}

/* line 1220, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-menu > .jsoneditor-modes {
  display: inline-block;
  float: left;
}

/* line 1221, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-menu > .jsoneditor-modes > button {
  width: 26px;
  height: 26px;
  margin: 2px;
  padding: 0;
  border-radius: 2px;
  border: 1px solid transparent;
  background: transparent url(/assets/jsoneditor-icons-b6b5182381cb2efc7135213e897aab287697b34a967521ebbfeee10c81a48df7.svg);
  color: #fff;
  opacity: .8;
  font-family: arial,sans-serif;
  font-size: 10pt;
  float: left;
  background-image: none;
  width: auto;
  padding-left: 6px;
  padding-right: 6px;
}

/* line 1238, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-menu > .jsoneditor-modes > button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

/* line 1242, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-menu > .jsoneditor-modes > button:active {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 1245, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-menu > .jsoneditor-modes > button:focus {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 1248, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-menu > .jsoneditor-modes > button:disabled {
  opacity: .5;
  background-color: transparent;
  border: none;
}

/* line 1256, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-menu > .jsoneditor-modes > button.jsoneditor-separator {
  margin-left: 10px;
}

/* line 1260, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-menu > button {
  width: 26px;
  height: 26px;
  margin: 2px;
  padding: 0;
  border-radius: 2px;
  border: 1px solid transparent;
  background: transparent url(/assets/jsoneditor-icons-b6b5182381cb2efc7135213e897aab287697b34a967521ebbfeee10c81a48df7.svg);
  color: #fff;
  opacity: .8;
  font-family: arial,sans-serif;
  font-size: 10pt;
  float: left;
}

/* line 1273, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-menu > button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

/* line 1277, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-menu > button:active {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 1280, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-menu > button:focus {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 1283, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-menu > button:disabled {
  opacity: .5;
  background-color: transparent;
  border: none;
}

/* line 1289, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-menu > button.jsoneditor-collapse-all {
  background-position: 0 -96px;
}

/* line 1292, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-menu > button.jsoneditor-expand-all {
  background-position: 0 -120px;
}

/* line 1295, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-menu > button.jsoneditor-sort {
  background-position: -120px -96px;
}

/* line 1298, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-menu > button.jsoneditor-transform {
  background-position: -144px -96px;
}

/* line 1301, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-menu > button.jsoneditor-undo {
  background-position: -24px -96px;
}

/* line 1303, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-menu > button.jsoneditor-undo:disabled {
  background-position: -24px -120px;
}

/* line 1307, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-menu > button.jsoneditor-redo {
  background-position: -48px -96px;
}

/* line 1309, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-menu > button.jsoneditor-redo:disabled {
  background-position: -48px -120px;
}

/* line 1313, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-menu > button.jsoneditor-compact {
  background-position: -72px -96px;
}

/* line 1316, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-menu > button.jsoneditor-format {
  background-position: -72px -120px;
}

/* line 1319, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-menu > button.jsoneditor-repair {
  background-position: -96px -96px;
}

/* line 1322, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-menu > button.jsoneditor-separator {
  margin-left: 10px;
}

/* line 1325, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-menu a {
  font-family: arial,sans-serif;
  font-size: 10pt;
  color: #fff;
  opacity: .8;
  vertical-align: middle;
}

/* line 1331, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-menu a:hover {
  opacity: 1;
}

/* line 1335, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-menu a.jsoneditor-poweredBy {
  font-size: 8pt;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
}

/* line 1345, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor.jsoneditor-mode-form > .jsoneditor-menu > button.jsoneditor-sort {
  display: none;
}

/* line 1348, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor.jsoneditor-mode-form > .jsoneditor-menu > button.jsoneditor-transform {
  display: none;
}

/* line 1355, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor.jsoneditor-mode-view > .jsoneditor-menu > button.jsoneditor-sort {
  display: none;
}

/* line 1358, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor.jsoneditor-mode-view > .jsoneditor-menu > button.jsoneditor-transform {
  display: none;
}

/* line 1363, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-search {
  font-family: arial,sans-serif;
  position: absolute;
  right: 4px;
  top: 4px;
  border-collapse: collapse;
  border-spacing: 0;
  display: flex;
}

/* line 1371, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-search input {
  color: #1a1a1a;
  width: 120px;
  border: none;
  outline: 0;
  margin: 1px;
  line-height: 20px;
}

/* line 1379, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-search button {
  width: 16px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: none;
  background: url(/assets/jsoneditor-icons-b6b5182381cb2efc7135213e897aab287697b34a967521ebbfeee10c81a48df7.svg);
  vertical-align: top;
}

/* line 1387, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-search button:hover {
  background-color: transparent;
}

/* line 1391, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-search button.jsoneditor-refresh {
  width: 18px;
  background-position: -99px -73px;
}

/* line 1395, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-search button.jsoneditor-next {
  cursor: pointer;
  background-position: -124px -73px;
}

/* line 1398, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-search button.jsoneditor-next:hover {
  background-position: -124px -49px;
}

/* line 1402, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-search button.jsoneditor-previous {
  cursor: pointer;
  background-position: -148px -73px;
  margin-right: 2px;
}

/* line 1406, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-search button.jsoneditor-previous:hover {
  background-position: -148px -49px;
}

/* line 1411, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-results {
  font-family: arial,sans-serif;
  color: #fff;
  padding-right: 5px;
  line-height: 26px;
}

/* line 1417, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-frame {
  border: 1px solid transparent;
  background-color: #fff;
  padding: 0 2px;
  margin: 0;
}

/* line 1423, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-treepath {
  padding: 0 5px;
  overflow: hidden;
  white-space: nowrap;
  outline: 0;
}

/* line 1428, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-treepath div.jsoneditor-contextmenu-root {
  position: absolute;
  left: 0;
}

/* line 1432, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-treepath .jsoneditor-treepath-show-all-btn {
  position: absolute;
  background-color: #ebebeb;
  left: 0;
  height: 20px;
  padding: 0 3px;
  cursor: pointer;
}

/* line 1440, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-treepath .jsoneditor-treepath-element {
  margin: 1px;
  font-family: arial,sans-serif;
  font-size: 10pt;
}

/* line 1445, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-treepath .jsoneditor-treepath-seperator {
  margin: 2px;
  font-size: 9pt;
  font-family: arial,sans-serif;
}

/* line 1451, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-treepath span.jsoneditor-treepath-element:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* line 1457, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-treepath span.jsoneditor-treepath-seperator:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* line 1463, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-treepath.show-all {
  word-wrap: break-word;
  white-space: normal;
  position: absolute;
  background-color: #ebebeb;
  z-index: 999;
  box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.3);
}

/* line 1470, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-treepath.show-all span.jsoneditor-treepath-show-all-btn {
  display: none;
}

/* line 1474, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-statusbar {
  line-height: 26px;
  height: 26px;
  color: grey;
  background-color: #ebebeb;
  border-top: 1px solid #d3d3d3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10pt;
}

/* line 1484, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-statusbar > .jsoneditor-curserinfo-val {
  margin-right: 12px;
}

/* line 1487, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-statusbar > .jsoneditor-curserinfo-count {
  margin-left: 4px;
}

/* line 1490, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-statusbar > .jsoneditor-validation-error-icon {
  float: right;
  width: 24px;
  height: 24px;
  padding: 0;
  margin-top: 1px;
  background: url(/assets/jsoneditor-icons-b6b5182381cb2efc7135213e897aab287697b34a967521ebbfeee10c81a48df7.svg) -168px -48px;
  cursor: pointer;
}

/* line 1499, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-statusbar > .jsoneditor-validation-error-count {
  float: right;
  margin: 0 4px 0 0;
  cursor: pointer;
}

/* line 1504, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-statusbar > .jsoneditor-parse-error-icon {
  float: right;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 1px;
  background: url(/assets/jsoneditor-icons-b6b5182381cb2efc7135213e897aab287697b34a967521ebbfeee10c81a48df7.svg) -25px 0;
}

/* line 1513, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-statusbar .jsoneditor-array-info a {
  color: inherit;
}

/* line 1519, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-statusbar > .jsoneditor-curserinfo-label {
  margin: 0 4px;
}

/* line 1522, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-statusbar > .jsoneditor-size-info {
  margin: 0 4px;
}

/* line 1526, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-navigation-bar {
  width: 100%;
  height: 26px;
  line-height: 26px;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #d3d3d3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: grey;
  background-color: #ebebeb;
  overflow: hidden;
  font-family: arial,sans-serif;
  font-size: 10pt;
}

/* line 1542, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container {
  position: relative;
}

/* line 1544, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container li {
  list-style: none;
}

/* line 1547, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container::-webkit-input-placeholder {
  color: #6c7a86;
  opacity: 1;
}

/* line 1551, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container::-moz-placeholder {
  color: #6c7a86;
  opacity: 1;
}

/* line 1555, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container:-ms-input-placeholder {
  color: #6c7a86;
  opacity: 1;
}

/* line 1559, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container::placeholder {
  color: #6c7a86;
  opacity: 1;
}

/* line 1564, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0 none;
}

/* line 1574, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-visible {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 11;
}

/* line 1584, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-desktop.multiple .selectr-visible {
  display: none;
}

/* line 1589, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-desktop.multiple.native-open .selectr-visible {
  top: 100%;
  min-height: 200px !important;
  height: auto;
  opacity: 1;
  display: block;
}

/* line 1598, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container.multiple.selectr-mobile .selectr-selected {
  z-index: 0;
}

/* line 1602, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-selected {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  padding: 7px 28px 7px 14px;
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 3px;
  background-color: #fff;
}

/* line 1612, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-selected::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  content: '';
  -o-transform: rotate(0) translate3d(0, -50%, 0);
  -ms-transform: rotate(0) translate3d(0, -50%, 0);
  -moz-transform: rotate(0) translate3d(0, -50%, 0);
  -webkit-transform: rotate(0) translate3d(0, -50%, 0);
  transform: rotate(0) translate3d(0, -50%, 0);
  border-width: 4px 4px 0 4px;
  border-style: solid;
  border-color: #6c7a86 transparent transparent;
}

/* line 1628, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-selected .selectr-tag-remove {
  right: 2px;
}

/* line 1634, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container.native-open .selectr-selected::before {
  border-width: 0 4px 4px 4px;
  border-style: solid;
  border-color: transparent transparent #6c7a86;
}

/* line 1642, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container.open .selectr-selected {
  border-color: #999 #999 transparent #999;
  border-radius: 3px 3px 0 0;
}

/* line 1643, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container.open .selectr-selected::before {
  border-width: 0 4px 4px 4px;
  border-style: solid;
  border-color: transparent transparent #6c7a86;
}

/* line 1650, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container.open .selectr-selected::after {
  -o-transform: rotate(180deg) translate3d(0, 50%, 0);
  -ms-transform: rotate(180deg) translate3d(0, 50%, 0);
  -moz-transform: rotate(180deg) translate3d(0, 50%, 0);
  -webkit-transform: rotate(180deg) translate3d(0, 50%, 0);
  transform: rotate(180deg) translate3d(0, 50%, 0);
}

/* line 1658, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container.open .selectr-options-container {
  display: block;
}

/* line 1661, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container.open .selectr-input-container {
  display: block;
}

/* line 1664, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container.open .selectr-options {
  display: block;
}

/* line 1668, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-label {
  display: none;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 1675, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-placeholder {
  color: #6c7a86;
}

/* line 1678, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-tags {
  margin: 0;
  padding: 0;
  white-space: normal;
}

/* line 1684, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.has-selected .selectr-tags {
  margin: 0 0 -2px;
}

/* line 1687, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.has-selected .selectr-placeholder {
  display: none;
}

/* line 1690, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.has-selected .selectr-label {
  display: block;
}

/* line 1694, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-tag {
  list-style: none;
  position: relative;
  float: left;
  padding: 2px 25px 2px 8px;
  margin: 0 2px 2px 0;
  cursor: default;
  color: #fff;
  border: medium none;
  border-radius: 10px;
  background: #acb7bf none repeat scroll 0 0;
}

/* line 1707, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container.multiple.has-selected .selectr-selected {
  padding: 5px 28px 5px 5px;
}

/* line 1711, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-options-container {
  position: absolute;
  z-index: 10000;
  top: calc(100% - 1px);
  left: 0;
  display: none;
  box-sizing: border-box;
  width: 100%;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: transparent #999 #999;
  border-radius: 0 0 3px 3px;
  background-color: #fff;
}

/* line 1725, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-input-container {
  position: relative;
  display: none;
}

/* line 1729, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-clear {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  border: medium none;
  background-color: transparent;
  z-index: 11;
  display: none;
}

/* line 1746, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-clear::after {
  position: absolute;
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  content: ' ';
  background-color: #6c7a86;
}

/* line 1755, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-clear::before {
  position: absolute;
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  content: ' ';
  background-color: #6c7a86;
}

/* line 1764, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-clear:before {
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 1771, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-clear:after {
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 1779, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-input-clear {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  border: medium none;
  background-color: transparent;
  z-index: 11;
  display: none;
}

/* line 1796, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-input-clear::after {
  position: absolute;
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  content: ' ';
  background-color: #6c7a86;
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 1810, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-input-clear::before {
  position: absolute;
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  content: ' ';
  background-color: #6c7a86;
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 1825, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-tag-remove {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  border: medium none;
  background-color: transparent;
  z-index: 11;
}

/* line 1841, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-tag-remove::after {
  position: absolute;
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  content: ' ';
  background-color: #6c7a86;
  top: 4px;
  width: 3px;
  height: 12px;
  background-color: #fff;
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 1859, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-tag-remove::before {
  position: absolute;
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  content: ' ';
  background-color: #6c7a86;
  top: 4px;
  width: 3px;
  height: 12px;
  background-color: #fff;
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 1879, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container.has-selected .selectr-clear {
  display: block;
}

/* line 1883, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-input-container.active {
  display: block;
}

/* line 1884, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-input-container.active .selectr-input-clear {
  display: block;
}

/* line 1888, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-input-container.active .selectr-clear {
  display: block;
}

/* line 1892, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-input {
  top: 5px;
  left: 5px;
  box-sizing: border-box;
  width: calc(100% - 30px);
  margin: 10px 15px;
  padding: 7px 30px 7px 9px;
  border: 1px solid #999;
  border-radius: 3px;
}

/* line 1902, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-notice {
  display: none;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 16px;
  border-top: 1px solid #999;
  border-radius: 0 0 3px 3px;
  background-color: #fff;
}

/* line 1912, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container.notice .selectr-notice {
  display: block;
}

/* line 1915, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container.notice .selectr-selected {
  border-radius: 3px 3px 0 0;
}

/* line 1918, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container.notice .selectr-options-container {
  display: block;
}

/* line 1922, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-options {
  position: relative;
  top: calc(100% + 2px);
  display: none;
  overflow-x: auto;
  overflow-y: scroll;
  max-height: 200px;
  margin: 0;
  padding: 0;
}

/* line 1932, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-option {
  position: relative;
  display: block;
  padding: 5px 20px;
  list-style: outside none none;
  cursor: pointer;
  font-weight: 400;
}

/* line 1941, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-options.optgroups > .selectr-option {
  padding-left: 25px;
}

/* line 1945, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-optgroup {
  font-weight: 700;
  padding: 0;
}

/* line 1949, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-optgroup--label {
  font-weight: 700;
  margin-top: 10px;
  padding: 5px 15px;
}

/* line 1954, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-match {
  text-decoration: underline;
}

/* line 1957, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-option.selected {
  background-color: #ddd;
}

/* line 1960, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-option.active {
  color: #fff;
  background-color: #5897fb;
}

/* line 1964, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-option.disabled {
  opacity: .4;
}

/* line 1967, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-option.excluded {
  display: none;
}

/* line 1970, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-disabled {
  opacity: .6;
}

/* line 1973, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-empty {
  display: none;
}

/* line 1977, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.taggable .selectr-selected {
  padding: 4px 28px 4px 4px;
}

/* line 1979, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.taggable .selectr-selected::after {
  display: table;
  content: " ";
  clear: both;
}

/* line 1985, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.taggable .selectr-label {
  width: auto;
}

/* line 1988, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.taggable .selectr-tags {
  float: left;
  display: block;
}

/* line 1992, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.taggable .selectr-placeholder {
  display: none;
}

/* line 1996, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.input-tag {
  float: left;
  min-width: 90px;
  width: auto;
}

/* line 2001, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-tag-input {
  border: medium none;
  padding: 3px 10px;
  width: 100%;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}

/* line 2010, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-input-container.loading::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  content: '';
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -o-transform-origin: 50% 0 0;
  -ms-transform-origin: 50% 0 0;
  -moz-transform-origin: 50% 0 0;
  -webkit-transform-origin: 50% 0 0;
  transform-origin: 50% 0 0;
  -moz-animation: .5s linear 0s normal forwards infinite running spin;
  -webkit-animation: .5s linear 0s normal forwards infinite running spin;
  animation: .5s linear 0s normal forwards infinite running spin;
  border-width: 3px;
  border-style: solid;
  border-color: #aaa #ddd #ddd;
  border-radius: 50%;
}

/* line 2037, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container.open.inverted .selectr-selected {
  border-color: transparent #999 #999;
  border-radius: 0 0 3px 3px;
}

/* line 2043, ../../shared/bundle/ruby/3.0.0/gems/administrate-field-jsonb-0.4.6/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container.inverted .selectr-options-container {
  border-width: 1px 1px 0;
  border-color: #999 #999 transparent;
  border-radius: 3px 3px 0 0;
  background-color: #fff;
  top: auto;
  bottom: calc(100% - 1px);
}

/* line 1, app/assets/stylesheets/custom/custom_setting_liquid.css.scss */
.hidden-section {
  display: none;
}

/* line 9, app/assets/stylesheets/custom/custom_setting_liquid.css.scss */
.home-setting-nav {
  float: right;
}

/* line 13, app/assets/stylesheets/custom/custom_setting_liquid.css.scss */
.sidebar-liquid-wrap {
  padding-top: 0;
}

/* line 17, app/assets/stylesheets/custom/custom_setting_liquid.css.scss */
.sidebar-liquid-wrap .sidebar-liquid-list .sidebar-liquid-item-wrap {
  margin-bottom: 8px;
}

/* line 20, app/assets/stylesheets/custom/custom_setting_liquid.css.scss */
.sidebar-liquid-wrap .sidebar-liquid-list .sidebar-liquid-item-wrap .sidebar-liquid-icon {
  background-color: #e7e7e7;
  padding-top: 10px;
}

/* line 25, app/assets/stylesheets/custom/custom_setting_liquid.css.scss */
.sidebar-liquid-wrap .sidebar-liquid-list .sidebar-liquid-item-wrap .liquid-icon-blank {
  height: 3.31rem;
  width: 1.90rem;
}

/* line 30, app/assets/stylesheets/custom/custom_setting_liquid.css.scss */
.sidebar-liquid-wrap .sidebar-liquid-list .sidebar-liquid-item-wrap .sidebar-liquid-item {
  padding: 11px 0;
  border: 1px solid #e4e6ef;
  cursor: pointer;
}

/* line 35, app/assets/stylesheets/custom/custom_setting_liquid.css.scss */
.sidebar-liquid-wrap .sidebar-liquid-list .sidebar-liquid-item-wrap .sidebar-liquid-item .sidebar-liquid-label {
  padding-left: 10px;
  display: block;
}

/* line 42, app/assets/stylesheets/custom/custom_setting_liquid.css.scss */
.sidebar-liquid-wrap .sidebar-liquid-list .sidebar-liquid-item-wrap .liquid-item-submenu {
  margin-left: 23px;
}
