@charset "UTF-8";
/* reset styling (prevent conflicts with bootstrap, materialize.css, etc.) */
/* line 3, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor .jsoneditor-search input {
  height: auto;
  border: inherit;
}

/* line 8, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor .jsoneditor-search input:focus {
  border: none !important;
  box-shadow: none !important;
}

/* line 13, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor table {
  border-collapse: collapse;
  width: auto;
}

/* line 18, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor td,
div.jsoneditor th {
  padding: 0;
  display: table-cell;
  text-align: left;
  vertical-align: inherit;
  border-radius: inherit;
}

/* line 28, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-field,
div.jsoneditor-value,
div.jsoneditor-readonly {
  border: 1px solid transparent;
  min-height: 16px;
  min-width: 32px;
  padding: 2px;
  margin: 1px;
  word-wrap: break-word;
  float: left;
}

/* adjust margin of p elements inside editable divs, needed for Opera, IE */
/* line 42, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-field p,
div.jsoneditor-value p {
  margin: 0;
}

/* line 47, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value {
  word-break: break-word;
}

/* line 51, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-readonly {
  min-width: 16px;
  color: #808080;
}

/* line 56, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-empty {
  border-color: #d3d3d3;
  border-style: dashed;
  border-radius: 2px;
}

/* line 62, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-field.jsoneditor-empty::after,
div.jsoneditor-value.jsoneditor-empty::after {
  pointer-events: none;
  color: #d3d3d3;
  font-size: 8pt;
}

/* line 69, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-field.jsoneditor-empty::after {
  content: "field";
}

/* line 73, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value.jsoneditor-empty::after {
  content: "value";
}

/* line 77, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value.jsoneditor-url,
a.jsoneditor-value.jsoneditor-url {
  color: green;
  text-decoration: underline;
}

/* line 83, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
a.jsoneditor-value.jsoneditor-url {
  display: inline-block;
  padding: 2px;
  margin: 2px;
}

/* line 89, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
a.jsoneditor-value.jsoneditor-url:hover,
a.jsoneditor-value.jsoneditor-url:focus {
  color: #ee422e;
}

/* line 94, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor td.jsoneditor-separator {
  padding: 3px 0;
  vertical-align: top;
  color: #808080;
}

/* line 100, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-field[contenteditable=true]:focus,
div.jsoneditor-field[contenteditable=true]:hover,
div.jsoneditor-value[contenteditable=true]:focus,
div.jsoneditor-value[contenteditable=true]:hover,
div.jsoneditor-field.jsoneditor-highlight,
div.jsoneditor-value.jsoneditor-highlight {
  background-color: #FFFFAB;
  border: 1px solid yellow;
  border-radius: 2px;
}

/* line 111, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-field.jsoneditor-highlight-active,
div.jsoneditor-field.jsoneditor-highlight-active:focus,
div.jsoneditor-field.jsoneditor-highlight-active:hover,
div.jsoneditor-value.jsoneditor-highlight-active,
div.jsoneditor-value.jsoneditor-highlight-active:focus,
div.jsoneditor-value.jsoneditor-highlight-active:hover {
  background-color: #ffee00;
  border: 1px solid #ffc700;
  border-radius: 2px;
}

/* line 122, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value.jsoneditor-string {
  color: #008000;
}

/* line 126, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value.jsoneditor-object,
div.jsoneditor-value.jsoneditor-array {
  min-width: 16px;
  color: #808080;
}

/* line 132, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value.jsoneditor-number {
  color: #ee422e;
}

/* line 136, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value.jsoneditor-boolean {
  color: #ff8c00;
}

/* line 140, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value.jsoneditor-null {
  color: #004ED0;
}

/* line 144, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value.jsoneditor-invalid {
  color: #000000;
}

/* line 148, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/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(http://localhost:3000/assets/jsoneditor-icons-e1a60db2764192e6b5579b090686dff2214ba19c8170e9191e1925be4747ab32.svg);
}

/* line 158, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-mode-view tr.jsoneditor-expandable td.jsoneditor-tree,
div.jsoneditor-mode-form tr.jsoneditor-expandable td.jsoneditor-tree {
  cursor: pointer;
}

/* line 163, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree button.jsoneditor-collapsed {
  background-position: 0 -48px;
}

/* line 167, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree button.jsoneditor-expanded {
  background-position: 0 -72px;
}

/* line 171, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree button.jsoneditor-contextmenu {
  background-position: -48px -72px;
}

/* line 175, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree button.jsoneditor-contextmenu:hover,
div.jsoneditor-tree button.jsoneditor-contextmenu:focus,
div.jsoneditor-tree button.jsoneditor-contextmenu.jsoneditor-selected,
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu {
  background-position: -48px -48px;
}

/* line 182, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree *:focus {
  outline: none;
}

/* line 186, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree button.jsoneditor-button:focus {
  /* TODO: nice outline for buttons with focus
  outline: #97B0F8 solid 2px;
  box-shadow: 0 0 8px #97B0F8;
  */
  background-color: #f5f5f5;
  outline: #e5e5e5 solid 1px;
}

/* line 195, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree button.jsoneditor-invisible {
  visibility: hidden;
  background: none;
}

/* line 200, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/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: #808080;
  font-family: arial, sans-serif;
  font-size: 10pt;
}

/* line 211, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree div.jsoneditor-show-more a {
  display: inline-block;
  color: #808080;
}

/* line 216, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree div.jsoneditor-show-more a:hover,
div.jsoneditor-tree div.jsoneditor-show-more a:focus {
  color: #ee422e;
}

/* line 221, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree div.jsoneditor-color {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 4px;
  border: 1px solid #808080;
  cursor: pointer;
}

/* line 230, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor div.jsoneditor-anchor .picker_wrapper.popup.popup_bottom {
  top: 28px;
  left: -10px;
}

/* line 235, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree div.jsoneditor-date {
  background: #a1a1a1;
  color: white;
  font-family: arial, sans-serif;
  border-radius: 3px;
  display: inline-block;
  padding: 3px;
  margin: 0 3px;
}

/* line 245, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor {
  color: #1A1A1A;
  border: 1px 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 258, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree table.jsoneditor-tree {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* line 264, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree div.jsoneditor-tree-inner {
  padding-bottom: 300px;
}

/* line 268, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/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 279, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-outer.has-nav-bar {
  margin-top: -26px;
  padding-top: 26px;
}

/* line 284, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-outer.has-status-bar {
  margin-bottom: -26px;
  padding-bottom: 26px;
}

/* line 289, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-outer.has-main-menu-bar {
  margin-top: -35px;
  padding-top: 35px;
}

/* line 294, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-outer.has-nav-bar.has-main-menu-bar {
  margin-top: -61px;
  padding-top: 61px;
}

/* line 299, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
textarea.jsoneditor-text,
.ace-jsoneditor {
  min-height: 150px;
}

/* line 304, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
}

/* line 311, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
textarea.jsoneditor-text {
  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: white;
  resize: none;
}

/* line 324, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
tr.jsoneditor-highlight,
tr.jsoneditor-selected {
  background-color: #d3d3d3;
}

/* line 329, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
tr.jsoneditor-selected button.jsoneditor-dragarea,
tr.jsoneditor-selected button.jsoneditor-contextmenu {
  visibility: hidden;
}

/* line 334, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea,
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu {
  visibility: visible;
}

/* line 339, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree button.jsoneditor-dragarea {
  background: url(http://localhost:3000/assets/jsoneditor-icons-e1a60db2764192e6b5579b090686dff2214ba19c8170e9191e1925be4747ab32.svg) -72px -72px;
  cursor: move;
}

/* line 344, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree button.jsoneditor-dragarea:hover,
div.jsoneditor-tree button.jsoneditor-dragarea:focus,
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea {
  background-position: -72px -48px;
}

/* line 350, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor tr,
div.jsoneditor th,
div.jsoneditor td {
  padding: 0;
  margin: 0;
}

/* line 357, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor td {
  vertical-align: top;
}

/* line 361, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor td.jsoneditor-tree {
  vertical-align: top;
}

/* line 365, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-field,
div.jsoneditor-value,
div.jsoneditor td,
div.jsoneditor th,
div.jsoneditor textarea,
.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;
}

/* popover */
/* line 378, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-schema-error {
  cursor: default;
  display: inline-block;
  /*font-family: arial, sans-serif;*/
  height: 24px;
  line-height: 24px;
  position: relative;
  text-align: center;
  width: 24px;
}

/* line 389, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/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(http://localhost:3000/assets/jsoneditor-icons-e1a60db2764192e6b5579b090686dff2214ba19c8170e9191e1925be4747ab32.svg) -168px -48px;
}

/* line 397, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-text-errors tr.jump-to-line:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* line 402, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-schema-error .jsoneditor-popover {
  background-color: #4c4c4c;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #fff;
  display: none;
  padding: 7px 10px;
  position: absolute;
  width: 200px;
  z-index: 4;
}

/* line 414, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-above {
  bottom: 32px;
  left: -98px;
}

/* line 419, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-below {
  top: 32px;
  left: -98px;
}

/* line 424, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-left {
  top: -7px;
  right: 32px;
}

/* line 429, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-right {
  top: -7px;
  left: 32px;
}

/* line 434, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-schema-error .jsoneditor-popover:before {
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  content: '';
  display: block;
  left: 50%;
  margin-left: -7px;
  position: absolute;
}

/* line 444, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-above:before {
  border-top: 7px solid #4c4c4c;
  bottom: -7px;
}

/* line 449, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-below:before {
  border-bottom: 7px solid #4c4c4c;
  top: -7px;
}

/* line 454, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-schema-error .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 467, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-schema-error .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 479, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-schema-error:hover .jsoneditor-popover,
.jsoneditor-schema-error:focus .jsoneditor-popover {
  display: block;
  -webkit-animation: fade-in .3s linear 1, move-up .3s linear 1;
  -moz-animation: fade-in .3s linear 1, move-up .3s linear 1;
  -ms-animation: fade-in .3s linear 1, move-up .3s linear 1;
}

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

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

@-ms-keyframes fade-in {
  /* line 508, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
  from {
    opacity: 0;
  }
  /* line 512, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
  to {
    opacity: 1;
  }
}

/*@-webkit-keyframes move-up {*/
/*from   { bottom: 24px; }*/
/*to { bottom: 32px; }*/
/*}*/
/*@-moz-keyframes move-up {*/
/*from   { bottom: 24px; }*/
/*to { bottom: 32px; }*/
/*}*/
/*@-ms-keyframes move-up {*/
/*from   { bottom: 24px; }*/
/*to { bottom: 32px; }*/
/*}*/
/* JSON schema errors displayed at the bottom of the editor in mode text and code */
/* line 543, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor .jsoneditor-validation-errors-container {
  max-height: 130px;
  overflow-y: auto;
}

/* line 548, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor .jsoneditor-additional-errors {
  position: absolute;
  margin: auto;
  bottom: 31px;
  left: calc(50% - 92px);
  color: #808080;
  background-color: #ebebeb;
  padding: 7px 15px;
  border-radius: 8px;
}

/* line 559, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor .jsoneditor-additional-errors.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 2s linear;
}

/* line 565, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor .jsoneditor-additional-errors.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
}

/* line 571, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor .jsoneditor-text-errors {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ffd700;
}

/* line 577, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor .jsoneditor-text-errors td {
  padding: 3px 6px;
  vertical-align: middle;
}

/* line 582, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor .jsoneditor-text-errors tr {
  background-color: #ffef8b;
}

/* line 586, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor .jsoneditor-text-errors tr.parse-error {
  background-color: #ee2e2e70;
}

/* line 590, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/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 599, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-text-errors tr .jsoneditor-schema-error {
  background: url(http://localhost:3000/assets/jsoneditor-icons-e1a60db2764192e6b5579b090686dff2214ba19c8170e9191e1925be4747ab32.svg) -168px -48px;
}

/* line 603, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-text-errors tr.parse-error .jsoneditor-schema-error {
  background: url(http://localhost:3000/assets/jsoneditor-icons-e1a60db2764192e6b5579b090686dff2214ba19c8170e9191e1925be4747ab32.svg) -25px 0px;
}

/* line 607, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.fadein {
  -webkit-animation: fadein .3s;
  animation: fadein .3s;
  -moz-animation: fadein .3s;
  -o-animation: fadein .3s;
}

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

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

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

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

/* ContextMenu - main menu */
/* line 655, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu-root {
  position: relative;
  width: 0;
  height: 0;
}

/* line 661, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu {
  position: absolute;
  box-sizing: content-box;
  z-index: 99999;
}

/* line 667, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu ul,
div.jsoneditor-contextmenu li {
  box-sizing: content-box;
  position: relative;
}

/* line 673, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu ul {
  position: relative;
  left: 0;
  top: 0;
  width: 128px;
  background: white;
  border: 1px solid #d3d3d3;
  box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.3);
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 686, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu ul li button {
  position: relative;
  padding: 0 4px 0 0;
  margin: 0;
  width: 128px;
  height: auto;
  border: none;
  cursor: pointer;
  color: #4d4d4d;
  background: transparent;
  font-size: 10pt;
  font-family: arial, sans-serif;
  box-sizing: border-box;
  text-align: left;
}

/* Fix button padding in firefox */
/* line 704, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu ul li button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 709, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu ul li button:hover,
div.jsoneditor-contextmenu ul li button:focus {
  color: #1a1a1a;
  background-color: #f5f5f5;
  outline: none;
}

/* line 716, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu ul li button.jsoneditor-default {
  width: 96px;
  /* 128px - 32px */
}

/* line 721, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu ul li button.jsoneditor-expand {
  float: right;
  width: 32px;
  height: 24px;
  border-left: 1px solid #e5e5e5;
}

/* line 728, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu div.jsoneditor-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: none;
  padding: 0;
  margin: 0;
  background-image: url(http://localhost:3000/assets/jsoneditor-icons-e1a60db2764192e6b5579b090686dff2214ba19c8170e9191e1925be4747ab32.svg);
}

/* line 740, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu ul li ul div.jsoneditor-icon {
  margin-left: 24px;
}

/* line 744, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu div.jsoneditor-text {
  padding: 4px 0 4px 24px;
  word-wrap: break-word;
}

/* line 749, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu div.jsoneditor-text.jsoneditor-right-margin {
  padding-right: 24px;
}

/* line 753, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu ul li button div.jsoneditor-expand {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 4px 0 0;
  background: url(http://localhost:3000/assets/jsoneditor-icons-e1a60db2764192e6b5579b090686dff2214ba19c8170e9191e1925be4747ab32.svg) 0 -72px;
}

/* line 764, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu div.jsoneditor-separator {
  height: 0;
  border-top: 1px solid #e5e5e5;
  padding-top: 5px;
  margin-top: 5px;
}

/* line 771, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-remove > div.jsoneditor-icon {
  background-position: -24px 0;
}

/* line 775, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-append > div.jsoneditor-icon {
  background-position: 0 0;
}

/* line 779, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-insert > div.jsoneditor-icon {
  background-position: 0 0;
}

/* line 783, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-duplicate > div.jsoneditor-icon {
  background-position: -48px 0;
}

/* line 787, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-sort-asc > div.jsoneditor-icon {
  background-position: -168px 0;
}

/* line 791, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-sort-desc > div.jsoneditor-icon {
  background-position: -192px 0;
}

/* line 795, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-transform > div.jsoneditor-icon {
  background-position: -216px 0;
}

/* ContextMenu - sub menu */
/* line 801, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu ul li button.jsoneditor-selected,
div.jsoneditor-contextmenu ul li button.jsoneditor-selected:hover,
div.jsoneditor-contextmenu ul li button.jsoneditor-selected:focus {
  color: white;
  background-color: #ee422e;
}

/* line 808, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu ul li {
  overflow: hidden;
}

/* line 812, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu ul 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;
  /* TODO: transition is not supported on IE8-9 */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 829, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu ul li ul li button {
  padding-left: 24px;
  animation: all ease-in-out 1s;
}

/* line 834, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu ul li ul li button:hover,
div.jsoneditor-contextmenu ul li ul li button:focus {
  background-color: #f5f5f5;
}

/* line 839, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-type-string > div.jsoneditor-icon {
  background-position: -144px 0;
}

/* line 843, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-type-auto > div.jsoneditor-icon {
  background-position: -120px 0;
}

/* line 847, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-type-object > div.jsoneditor-icon {
  background-position: -72px 0;
}

/* line 851, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-type-array > div.jsoneditor-icon {
  background-position: -96px 0;
}

/* line 855, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-type-modes > div.jsoneditor-icon {
  background-image: none;
  width: 6px;
}

/* pico modal styling */
/* line 862, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal-overlay {
  position: absolute !important;
  background: #010101 !important;
  opacity: 0.3 !important;
}

/* line 868, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal {
  position: absolute !important;
  max-width: 95% !important;
  width: auto !important;
  border-radius: 2px !important;
  padding: 45px 15px 15px 15px !important;
  box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.3) !important;
  color: #4d4d4d;
  line-height: 1.3em;
}

/* line 879, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal.jsoneditor-modal-transform {
  width: 600px !important;
}

/* line 883, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/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: white;
}

/* line 898, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal table {
  width: 100%;
}

/* line 902, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal table th,
.jsoneditor-modal table td {
  padding: 5px 20px 5px 0;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  color: #4d4d4d;
  line-height: 32px;
}

/* line 912, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal p:first-child {
  margin-top: 0;
}

/* line 916, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal a {
  color: #3883fa;
}

/* line 922, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal table td.jsoneditor-modal-input {
  text-align: right;
  padding-right: 0;
  white-space: nowrap;
}

/* line 928, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal table td.jsoneditor-modal-actions {
  padding-top: 15px;
}

/* line 932, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .pico-close {
  background: none !important;
  font-size: 24px !important;
  top: 7px !important;
  right: 7px !important;
  color: white;
}

/* line 940, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal select,
.jsoneditor-modal textarea,
.jsoneditor-modal input,
.jsoneditor-modal #query {
  background: #ffffff;
  border: 1px solid #d3d3d3;
  color: #4d4d4d;
  border-radius: 3px;
  padding: 4px;
}

/* line 951, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal,
.jsoneditor-modal table td,
.jsoneditor-modal table th,
.jsoneditor-modal select,
.jsoneditor-modal option,
.jsoneditor-modal textarea,
.jsoneditor-modal input,
.jsoneditor-modal #query {
  font-size: 10.5pt;
  font-family: arial, sans-serif;
}

/* line 963, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal #query,
.jsoneditor-modal .jsoneditor-transform-preview {
  font-family: "dejavu sans mono", "droid sans mono", consolas, monaco, "lucida console", "courier new", courier, monospace, sans-serif;
  font-size: 10pt;
}

/* line 969, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal input[type="button"],
.jsoneditor-modal input[type="submit"] {
  background: #f5f5f5;
  padding: 4px 20px;
}

/* line 975, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal select,
.jsoneditor-modal input {
  cursor: pointer;
}

/* line 980, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal input {
  padding: 4px;
}

/* line 984, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal input[type="text"] {
  cursor: inherit;
}

/* line 988, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal input[disabled] {
  background: #d3d3d3;
  color: #808080;
}

/* line 993, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-select-wrapper {
  position: relative;
  display: inline-block;
}

/* line 998, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/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 1011, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/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;
}

/* line 1024, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal select::-ms-expand {
  display: none;
}

/* line 1028, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-button-group input {
  padding: 4px 10px;
  margin: 0;
  border-radius: 0;
  border-left-style: none;
}

/* line 1035, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/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 1041, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/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 1046, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-button-group.jsoneditor-button-group-value-asc input.jsoneditor-button-asc,
.jsoneditor-modal .jsoneditor-button-group.jsoneditor-button-group-value-desc input.jsoneditor-button-desc {
  background: #3883fa;
  border-color: #3883fa;
  color: white;
}

/* line 1053, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal #query,
.jsoneditor-modal .jsoneditor-transform-preview {
  width: 100%;
  box-sizing: border-box;
}

/* line 1059, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-transform-preview {
  background: #f5f5f5;
  height: 200px;
}

/* line 1064, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-transform-preview.jsoneditor-error {
  color: #ee422e;
}

/* line 1068, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-jmespath-wizard {
  line-height: 1.2em;
  width: 100%;
  background: #ffffe0;
  border: 1px solid #ffe99a;
  padding: 0 10px 10px;
  border-radius: 3px;
}

/* line 1077, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-jmespath-wizard-label {
  font-style: italic;
  margin: 4px 0 2px 0;
}

/* line 1082, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-inline {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 2px;
}

/* line 1089, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-jmespath-filter {
  display: flex;
  flex-wrap: wrap;
}

/* line 1094, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-jmespath-filter-field {
  width: 170px;
}

/* line 1098, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-jmespath-filter-relation {
  width: 100px;
}

/* line 1102, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-jmespath-filter-value {
  min-width: 100px;
  flex: 1;
}

/* line 1107, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-jmespath-sort-field {
  width: 170px;
}

/* line 1111, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-jmespath-sort-order {
  width: 150px;
}

/* line 1115, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .jsoneditor-jmespath-select-fields {
  width: 100%;
}

/* line 1119, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .selectr-selected {
  border-color: #d3d3d3;
  padding: 4px 28px 4px 8px;
}

/* line 1124, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-modal .selectr-selected .selectr-tag {
  background-color: #3883fa;
  border-radius: 5px;
}

/* line 1128, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.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: white;
  background-color: #3883fa;
  border-bottom: 1px solid #3883fa;
}

/* line 1141, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button,
div.jsoneditor-menu > div.jsoneditor-modes > button {
  width: 26px;
  height: 26px;
  margin: 2px;
  padding: 0;
  border-radius: 2px;
  border: 1px solid transparent;
  background: transparent url(http://localhost:3000/assets/jsoneditor-icons-e1a60db2764192e6b5579b090686dff2214ba19c8170e9191e1925be4747ab32.svg);
  color: white;
  opacity: 0.8;
  font-family: arial, sans-serif;
  font-size: 10pt;
  float: left;
}

/* line 1157, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button:hover,
div.jsoneditor-menu > div.jsoneditor-modes > button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

/* line 1163, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button:focus,
div.jsoneditor-menu > button:active,
div.jsoneditor-menu > div.jsoneditor-modes > button:focus,
div.jsoneditor-menu > div.jsoneditor-modes > button:active {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 1170, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button:disabled,
div.jsoneditor-menu > div.jsoneditor-modes > button:disabled {
  opacity: 0.5;
}

/* line 1175, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button.jsoneditor-collapse-all {
  background-position: 0 -96px;
}

/* line 1179, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button.jsoneditor-expand-all {
  background-position: 0 -120px;
}

/* line 1183, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button.jsoneditor-sort {
  background-position: -120px -96px;
}

/* line 1187, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button.jsoneditor-transform {
  background-position: -144px -96px;
}

/* line 1191, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor.jsoneditor-mode-view > div.jsoneditor-menu > button.jsoneditor-sort,
div.jsoneditor.jsoneditor-mode-form > div.jsoneditor-menu > button.jsoneditor-sort,
div.jsoneditor.jsoneditor-mode-view > div.jsoneditor-menu > button.jsoneditor-transform,
div.jsoneditor.jsoneditor-mode-form > div.jsoneditor-menu > button.jsoneditor-transform {
  display: none;
}

/* line 1198, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button.jsoneditor-undo {
  background-position: -24px -96px;
}

/* line 1202, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button.jsoneditor-undo:disabled {
  background-position: -24px -120px;
}

/* line 1206, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button.jsoneditor-redo {
  background-position: -48px -96px;
}

/* line 1210, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button.jsoneditor-redo:disabled {
  background-position: -48px -120px;
}

/* line 1214, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button.jsoneditor-compact {
  background-position: -72px -96px;
}

/* line 1218, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button.jsoneditor-format {
  background-position: -72px -120px;
}

/* line 1222, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button.jsoneditor-repair {
  background-position: -96px -96px;
}

/* line 1226, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > div.jsoneditor-modes {
  display: inline-block;
  float: left;
}

/* line 1231, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > div.jsoneditor-modes > button {
  background-image: none;
  width: auto;
  padding-left: 6px;
  padding-right: 6px;
}

/* line 1238, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button.jsoneditor-separator,
div.jsoneditor-menu > div.jsoneditor-modes > button.jsoneditor-separator {
  margin-left: 10px;
}

/* line 1243, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu a {
  font-family: arial, sans-serif;
  font-size: 10pt;
  color: white;
  opacity: 0.8;
  vertical-align: middle;
}

/* line 1251, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu a:hover {
  opacity: 1;
}

/* line 1255, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu a.jsoneditor-poweredBy {
  font-size: 8pt;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
}

/* line 1262, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
table.jsoneditor-search input,
table.jsoneditor-search div.jsoneditor-results {
  font-family: arial, sans-serif;
  font-size: 10pt;
  color: #1A1A1A;
  background: transparent;
  /* For Firefox */
}

/* line 1271, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
table.jsoneditor-search div.jsoneditor-results {
  color: white;
  padding-right: 5px;
  line-height: 24px;
  padding-top: 2px;
}

/* line 1278, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
table.jsoneditor-search {
  position: absolute;
  right: 4px;
  top: 4px;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1286, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
table.jsoneditor-search div.jsoneditor-frame {
  border: 1px solid transparent;
  background-color: white;
  padding: 0 2px;
  margin: 0;
}

/* line 1293, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
table.jsoneditor-search div.jsoneditor-frame table {
  border-collapse: collapse;
}

/* line 1297, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
table.jsoneditor-search input {
  width: 120px;
  border: none;
  outline: none;
  margin: 1px;
  line-height: 20px;
}

/* line 1305, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
table.jsoneditor-search button {
  width: 16px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: none;
  background: url(http://localhost:3000/assets/jsoneditor-icons-e1a60db2764192e6b5579b090686dff2214ba19c8170e9191e1925be4747ab32.svg);
  vertical-align: top;
}

/* line 1315, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
table.jsoneditor-search button:hover {
  background-color: transparent;
}

/* line 1319, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
table.jsoneditor-search button.jsoneditor-refresh {
  width: 18px;
  background-position: -99px -73px;
}

/* line 1324, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
table.jsoneditor-search button.jsoneditor-next {
  cursor: pointer;
  background-position: -124px -73px;
}

/* line 1329, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
table.jsoneditor-search button.jsoneditor-next:hover {
  background-position: -124px -49px;
}

/* line 1333, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
table.jsoneditor-search button.jsoneditor-previous {
  cursor: pointer;
  background-position: -148px -73px;
  margin-right: 2px;
}

/* line 1339, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
table.jsoneditor-search button.jsoneditor-previous:hover {
  background-position: -148px -49px;
}

/* line 1342, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor div.autocomplete.dropdown {
  position: absolute;
  background: white;
  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-left: 2pt;
  padding-right: 5pt;
  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 1360, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor div.autocomplete.dropdown .item {
  color: #333;
}

/* line 1364, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor div.autocomplete.dropdown .item.hover {
  background-color: #ddd;
}

/* line 1368, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor div.autocomplete.hint {
  color: #aaa;
  top: 4px;
  left: 4px;
}

/* line 1373, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-treepath {
  padding: 0 5px;
  overflow: hidden;
}

/* line 1378, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-treepath div.jsoneditor-contextmenu-root {
  position: absolute;
  left: 0;
}

/* line 1383, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-treepath span.jsoneditor-treepath-element {
  margin: 1px;
  font-family: arial, sans-serif;
  font-size: 10pt;
}

/* line 1389, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-treepath span.jsoneditor-treepath-seperator {
  margin: 2px;
  font-size: 9pt;
  font-family: arial, sans-serif;
}

/* line 1395, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-treepath span.jsoneditor-treepath-element:hover,
div.jsoneditor-treepath span.jsoneditor-treepath-seperator:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* line 1400, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-statusbar {
  line-height: 26px;
  height: 26px;
  margin-top: -1px;
  color: #808080;
  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 1413, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-statusbar > .jsoneditor-curserinfo-label {
  margin: 0 2px 0 4px;
}

/* line 1417, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-statusbar > .jsoneditor-curserinfo-val {
  margin-right: 12px;
}

/* line 1421, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-statusbar > .jsoneditor-curserinfo-count {
  margin-left: 4px;
}

/* line 1425, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-statusbar > .jsoneditor-validation-error-icon {
  float: right;
  width: 24px;
  height: 24px;
  padding: 0;
  margin-top: 1px;
  background: url(http://localhost:3000/assets/jsoneditor-icons-e1a60db2764192e6b5579b090686dff2214ba19c8170e9191e1925be4747ab32.svg) -168px -48px;
}

/* line 1434, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-statusbar > .jsoneditor-validation-error-count {
  float: right;
  margin: 0 4px 0 0;
}

/* line 1439, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-statusbar > .jsoneditor-parse-error-icon {
  float: right;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 1px;
  background: url(http://localhost:3000/assets/jsoneditor-icons-e1a60db2764192e6b5579b090686dff2214ba19c8170e9191e1925be4747ab32.svg) -25px 0px;
}

/* line 1447, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
div.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: #808080;
  background-color: #ebebeb;
  overflow: hidden;
  font-family: arial, sans-serif;
  font-size: 10pt;
}

/*!
 * Selectr 2.4.0
 * https://github.com/Mobius1/Selectr
 *
 * Released under the MIT license
 */
/* line 1470, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container {
  position: relative;
}

/* line 1474, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container li {
  list-style: none;
}

/* line 1478, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0 none;
}

/* line 1489, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-visible {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 11;
}

/* line 1499, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-desktop.multiple .selectr-visible {
  display: none;
}

/* line 1503, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/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 1511, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container.multiple.selectr-mobile .selectr-selected {
  z-index: 0;
}

/* line 1515, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/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 1527, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-selected::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  content: '';
  -o-transform: rotate(0deg) translate3d(0px, -50%, 0px);
  -ms-transform: rotate(0deg) translate3d(0px, -50%, 0px);
  -moz-transform: rotate(0deg) translate3d(0px, -50%, 0px);
  -webkit-transform: rotate(0deg) translate3d(0px, -50%, 0px);
  transform: rotate(0deg) translate3d(0px, -50%, 0px);
  border-width: 4px 4px 0 4px;
  border-style: solid;
  border-color: #6c7a86 transparent transparent;
}

/* line 1544, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container.open .selectr-selected::before,
.selectr-container.native-open .selectr-selected::before {
  border-width: 0 4px 4px 4px;
  border-style: solid;
  border-color: transparent transparent #6c7a86;
}

/* line 1551, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-label {
  display: none;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 1559, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-placeholder {
  color: #6c7a86;
}

/* line 1563, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-tags {
  margin: 0;
  padding: 0;
  white-space: normal;
}

/* line 1569, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.has-selected .selectr-tags {
  margin: 0 0 -2px;
}

/* line 1573, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/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 1586, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container.multiple.has-selected .selectr-selected {
  padding: 5px 28px 5px 5px;
}

/* line 1590, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/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 1605, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container.open .selectr-options-container {
  display: block;
}

/* line 1609, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-input-container {
  position: relative;
  display: none;
}

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

/* line 1634, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-clear,
.selectr-input-clear {
  display: none;
}

/* line 1639, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container.has-selected .selectr-clear,
.selectr-input-container.active .selectr-input-clear {
  display: block;
}

/* line 1644, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-selected .selectr-tag-remove {
  right: 2px;
}

/* line 1648, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-clear::before,
.selectr-clear::after,
.selectr-input-clear::before,
.selectr-input-clear::after,
.selectr-tag-remove::before,
.selectr-tag-remove::after {
  position: absolute;
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  content: ' ';
  background-color: #6c7a86;
}

/* line 1663, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-tag-remove::before,
.selectr-tag-remove::after {
  top: 4px;
  width: 3px;
  height: 12px;
  background-color: #fff;
}

/* line 1671, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-clear:before,
.selectr-input-clear::before,
.selectr-tag-remove::before {
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 1681, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-clear:after,
.selectr-input-clear::after,
.selectr-tag-remove::after {
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 1691, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-input-container.active,
.selectr-input-container.active .selectr-clear {
  display: block;
}

/* line 1696, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/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 1707, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/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 1717, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container.notice .selectr-notice {
  display: block;
}

/* line 1721, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container.notice .selectr-selected {
  border-radius: 3px 3px 0 0;
}

/* line 1725, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/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 1736, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container.open .selectr-options,
.selectr-container.open .selectr-input-container,
.selectr-container.notice .selectr-options-container {
  display: block;
}

/* line 1742, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-option {
  position: relative;
  display: block;
  padding: 5px 20px;
  list-style: outside none none;
  cursor: pointer;
  font-weight: normal;
}

/* line 1751, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-options.optgroups > .selectr-option {
  padding-left: 25px;
}

/* line 1755, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-optgroup {
  font-weight: bold;
  padding: 0;
}

/* line 1760, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-optgroup--label {
  font-weight: bold;
  margin-top: 10px;
  padding: 5px 15px;
}

/* line 1766, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-match {
  text-decoration: underline;
}

/* line 1770, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-option.selected {
  background-color: #ddd;
}

/* line 1774, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-option.active {
  color: #fff;
  background-color: #5897fb;
}

/* line 1779, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-option.disabled {
  opacity: 0.4;
}

/* line 1783, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-option.excluded {
  display: none;
}

/* line 1787, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container.open .selectr-selected {
  border-color: #999 #999 transparent #999;
  border-radius: 3px 3px 0 0;
}

/* line 1792, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container.open .selectr-selected::after {
  -o-transform: rotate(180deg) translate3d(0px, 50%, 0px);
  -ms-transform: rotate(180deg) translate3d(0px, 50%, 0px);
  -moz-transform: rotate(180deg) translate3d(0px, 50%, 0px);
  -webkit-transform: rotate(180deg) translate3d(0px, 50%, 0px);
  transform: rotate(180deg) translate3d(0px, 50%, 0px);
}

/* line 1800, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-disabled {
  opacity: .6;
}

/* line 1804, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-empty,
.has-selected .selectr-placeholder {
  display: none;
}

/* line 1809, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.has-selected .selectr-label {
  display: block;
}

/* TAGGABLE */
/* line 1815, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.taggable .selectr-selected {
  padding: 4px 28px 4px 4px;
}

/* line 1819, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.taggable .selectr-selected::after {
  display: table;
  content: " ";
  clear: both;
}

/* line 1825, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.taggable .selectr-label {
  width: auto;
}

/* line 1829, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.taggable .selectr-tags {
  float: left;
  display: block;
}

/* line 1834, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.taggable .selectr-placeholder {
  display: none;
}

/* line 1838, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.input-tag {
  float: left;
  min-width: 90px;
  width: auto;
}

/* line 1844, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/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 1853, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-input-container.loading::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  content: '';
  -o-transform: translate3d(0px, -50%, 0px);
  -ms-transform: translate3d(0px, -50%, 0px);
  -moz-transform: translate3d(0px, -50%, 0px);
  -webkit-transform: translate3d(0px, -50%, 0px);
  transform: translate3d(0px, -50%, 0px);
  -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: 500ms linear 0s normal forwards infinite running spin;
  -webkit-animation: 500ms linear 0s normal forwards infinite running spin;
  animation: 500ms linear 0s normal forwards infinite running spin;
  border-width: 3px;
  border-style: solid;
  border-color: #aaa #ddd #ddd;
  border-radius: 50%;
}

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

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

/* line 1903, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container.open.inverted .selectr-selected {
  border-color: transparent #999 #999;
  border-radius: 0 0 3px 3px;
}

/* line 1908, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/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;
}

/* line 1915, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container.inverted .selectr-options-container {
  top: auto;
  bottom: calc(100% - 1px);
}

/* line 1920, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container ::-webkit-input-placeholder {
  color: #6c7a86;
  opacity: 1;
}

/* line 1925, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container ::-moz-placeholder {
  color: #6c7a86;
  opacity: 1;
}

/* line 1930, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container :-ms-input-placeholder {
  color: #6c7a86;
  opacity: 1;
}

/* line 1935, ../bundle/ruby/2.7.0/gems/jsoneditor-rails-1.0.3/vendor/assets/stylesheets/jsoneditor.scss */
.selectr-container ::placeholder {
  color: #6c7a86;
  opacity: 1;
}

/* line 1, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 14, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 23, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 26, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 33, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 39, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 41, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 47, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 50, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 61, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-results {
  display: block;
}

/* line 64, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 69, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 73, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 76, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 79, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 84, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 89, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 92, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 96, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 98, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 101, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 118, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/* line 128, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 132, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 135, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 139, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 141, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 147, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 159, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 162, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 166, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 169, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 172, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 176, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 181, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 187, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 189, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

/* line 193, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

/* line 199, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 208, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 214, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 217, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 220, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 224, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 228, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 232, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 236, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 239, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 243, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 247, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 250, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 257, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 261, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 264, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 267, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 270, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 272, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 274, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 277, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 280, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 283, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 286, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 290, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 294, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 299, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 309, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 311, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 314, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 319, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 321, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 337, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 349, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 352, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 361, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 363, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 366, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 370, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 380, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 390, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 396, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 398, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 402, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 404, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 413, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 419, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 422, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

/* line 425, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 429, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 433, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 436, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 441, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 446, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 450, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 454, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 458, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 461, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 464, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 468, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 471, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 474, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 478, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 483, ../bundle/ruby/2.7.0/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* line 1, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

/* line 19, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}

/* line 23, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/
/* line 34, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker button {
  border: none !important;
}

/* line 38, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 48, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_noselect::selection {
  background: transparent;
}

/* line 49, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_noselect::-moz-selection {
  background: transparent;
}

/* line 51, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

/* line 57, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* line 64, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

/* line 68, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

/* line 72, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

/* line 77, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

/* line 83, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

/* line 87, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

/* line 94, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

/* line 100, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

/* line 105, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
}

/* line 110, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

/* line 117, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

/* line 126, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

/* line 130, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

/* line 136, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

/* line 141, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}

/* line 162, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

/* line 172, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}

/* line 179, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

/* line 185, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

/* line 191, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}

/* line 204, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}

/* line 208, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* line 215, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

/* line 231, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

/* line 235, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0;
}

/* line 239, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

/* line 251, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

/* line 252, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

/* line 253, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

/* line 258, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

/* line 263, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* line 270, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

/* line 275, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

/* line 279, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

/* line 284, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

/* line 290, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

/* line 294, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

/* line 298, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

/* line 311, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

/* line 315, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

/* line 319, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff;
}

/* line 323, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

/* line 328, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

/* line 334, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* line 343, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}

/* line 351, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

/* line 356, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}

/* line 363, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #33aaff !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important;
}

/* line 370, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  box-shadow: inherit !important;
}

/* line 377, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

/* line 384, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

/* line 392, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

/* line 393, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

/* line 395, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

/* line 399, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

/* line 404, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

/* line 412, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

/* line 416, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_scroller_box {
  position: relative;
}

/* line 420, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}

/* line 430, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}

/* line 433, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}

/* line 439, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

/* line 442, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

/* line 447, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

/* line 452, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

/* line 458, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

/* line 465, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}

/* line 472, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

/* line 476, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}

/* line 480, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

/* line 485, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

/* line 491, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

/* line 499, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}

/* line 505, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

/* line 509, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

/* line 510, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}

/* line 511, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

/* line 513, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

/* line 517, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

/* line 520, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}

/* line 528, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
  /* IE6-9 */
}

/* line 552, ../bundle/ruby/2.7.0/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}

/* line 7, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/vendor/assets/jquery_palette_color_picker/palette-color-picker.scss */
.palette-color-picker-button {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="#f5c86c" d="M2 2h8v8H2z"/><path fill="#f56c6c" d="M12 2h8v8h-8z"/><path fill="#f46ac6" d="M22 2h8v8h-8z"/><path fill="#c3f167" d="M2 12h8v8H2z"/><path fill="#f3f3f3" d="M12 12h8v8h-8z"/><path fill="#c76cf5" d="M22 12h8v8h-8z"/><path fill="#69e369" d="M2 22h8v8H2z"/><path fill="#6bc6f4" d="M12 22h8v8h-8z"/><path fill="#6b6bf5" d="M22 22h8v8h-8z"/><path d="M9 3v6H3V3h6m1-1H2v8h8V2zm9 1v6h-6V3h6m1-1h-8v8h8V2zm9 1v6h-6V3h6m1-1h-8v8h8V2zM9 13v6H3v-6h6m1-1H2v8h8v-8zm9 1v6h-6v-6h6m1-1h-8v8h8v-8zm9 1v6h-6v-6h6m1-1h-8v8h8v-8zM9 23v6H3v-6h6m1-1H2v8h8v-8zm9 1v6h-6v-6h6m1-1h-8v8h8v-8zm9 1v6h-6v-6h6m1-1h-8v8h8v-8z" opacity=".25"/></svg>') center center no-repeat;
  background-size: cover;
  /*background: url(palette-color-picker-icon.svg) center center no-repeat;*/
  cursor: pointer;
  box-shadow: 0 0 0 1px #bbb;
  /*outline: 1px solid $cpfp-border;*/
  border: 2px solid #fff;
}

/* line 24, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/vendor/assets/jquery_palette_color_picker/palette-color-picker.scss */
.palette-color-picker-bubble {
  display: none;
  margin: 12px 0;
  position: absolute;
  bottom: 100%;
  width: 220px;
  padding: 10px 8px 8px 8px;
  border: 1px solid #bbb;
  border-radius: 3px;
  background-color: #fff;
}

/* line 36, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/vendor/assets/jquery_palette_color_picker/palette-color-picker.scss */
.palette-color-picker-bubble:after, .palette-color-picker-bubble:before {
  top: 100%;
  left: 14px;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 47, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/vendor/assets/jquery_palette_color_picker/palette-color-picker.scss */
.palette-color-picker-bubble:after {
  border-color: transparent;
  border-top-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}

/* line 53, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/vendor/assets/jquery_palette_color_picker/palette-color-picker.scss */
.palette-color-picker-bubble:before {
  border-color: transparent;
  border-top-color: #bbb;
  border-width: 9px;
  margin-left: -9px;
}

/* line 61, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/vendor/assets/jquery_palette_color_picker/palette-color-picker.scss */
.palette-color-picker-bubble.downside {
  bottom: auto;
  top: 100%;
}

/* line 66, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/vendor/assets/jquery_palette_color_picker/palette-color-picker.scss */
.palette-color-picker-bubble.downside:after, .palette-color-picker-bubble.downside:before {
  top: auto;
  bottom: 100%;
}

/* line 70, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/vendor/assets/jquery_palette_color_picker/palette-color-picker.scss */
.palette-color-picker-bubble.downside:after {
  border-top-color: transparent;
  border-bottom-color: #fff;
}

/* line 74, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/vendor/assets/jquery_palette_color_picker/palette-color-picker.scss */
.palette-color-picker-bubble.downside:before {
  border-top-color: transparent;
  border-bottom-color: #bbb;
}

/* line 80, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/vendor/assets/jquery_palette_color_picker/palette-color-picker.scss */
.palette-color-picker-bubble .swatch {
  position: relative;
  display: inline-block;
  font: 0/0 a;
  width: 12.66%;
  padding-top: 11.00%;
  margin: 1% 2%;
  outline: 1px solid #bbb;
  border: 2px solid #fff;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
}

/* line 94, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/vendor/assets/jquery_palette_color_picker/palette-color-picker.scss */
.palette-color-picker-bubble .swatch.active {
  outline-color: #000;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

/* line 102, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/vendor/assets/jquery_palette_color_picker/palette-color-picker.scss */
.palette-color-picker-bubble .swatch.clear {
  background-color: #fff;
}

/* line 104, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/vendor/assets/jquery_palette_color_picker/palette-color-picker.scss */
.palette-color-picker-bubble .swatch.clear:before {
  position: absolute;
  content: '';
  display: block;
  top: -1px;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #e00;
  transform-origin: 0 0;
  transform: rotate(45deg);
}

/* line 122, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/vendor/assets/jquery_palette_color_picker/palette-color-picker.scss */
.palette-color-picker-bubble.double .swatch {
  width: 29.30%;
  padding-top: 11.00%;
  margin: 1% 2%;
}

/* line 127, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/vendor/assets/jquery_palette_color_picker/palette-color-picker.scss */
.palette-color-picker-bubble.double .swatch.clear:before {
  transform: rotate(22.5deg);
}

/* line 136, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/vendor/assets/jquery_palette_color_picker/palette-color-picker.scss */
.palette-color-picker-bubble.wide .swatch {
  width: 96.2%;
  padding-top: 11.00%;
  margin: 1% 2%;
}

/* line 140, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/vendor/assets/jquery_palette_color_picker/palette-color-picker.scss */
.palette-color-picker-bubble.wide .swatch.clear {
  width: 12.66%;
}

/* line 147, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/vendor/assets/jquery_palette_color_picker/palette-color-picker.scss */
.palette-color-picker-bubble.force-left {
  left: -178px;
}

/* line 149, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/vendor/assets/jquery_palette_color_picker/palette-color-picker.scss */
.palette-color-picker-bubble.force-left:after, .palette-color-picker-bubble.force-left:before {
  left: 188px;
}

/* line 2, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/inputs/numeric-range-filter.scss */
.filter_numeric_range_filter input[type=number] {
  width: 96px;
  padding-right: 0;
}

/* line 7, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/inputs/numeric-range-filter.scss */
.filter_numeric_range_filter .separator {
  display: inline-block;
  width: 12px;
  text-align: center;
}

/* line 1, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/inputs/color-picker.scss */
.palette-color-picker-bubble {
  padding: 14px 0 14px 16px;
  z-index: 10;
}

/* line 2, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/inputs/date-time-picker.scss */
input.date-time-picker-input[type=text] {
  width: 110px;
}

/* line 1, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/inputs/select2.scss */
.select2-search__field {
  line-height: 20px;
}

/* line 4, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/inputs/selected-list.scss */
.selected-list-container {
  display: inline-block;
  width: 80%;
}

/* line 8, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/inputs/selected-list.scss */
.selected-list-container .selected-item {
  height: 25px;
}

/* line 13, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/inputs/selected-list.scss */
.selected-item {
  display: table;
  cursor: pointer;
}

/* line 17, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/inputs/selected-list.scss */
.selected-item::before {
  color: #aaa;
  content: '\2716\00a0\00a0';
}

/* line 23, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/inputs/selected-list.scss */
.selected-item:hover::before {
  color: #333;
}

/* line 10, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/addons/toggle_bool.scss */
.toggle-bool-switches-container {
  text-align: center;
}

/* line 13, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/addons/toggle_bool.scss */
.toggle-bool-switches-container .toggle-bool-switch {
  cursor: pointer;
  background: #6a7176;
  background-image: linear-gradient(180deg, #6a7176, #4d5256);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #fff inset;
  width: 40px;
  height: 16px;
  display: inline-block;
  position: relative;
}

/* line 25, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/addons/toggle_bool.scss */
.toggle-bool-switches-container .toggle-bool-switch::before {
  content: '';
  background: #fff;
  background-image: linear-gradient(180deg, #fff, #dfe1e2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #fff inset;
  display: inline-block;
  width: 20px;
  height: 12px;
  position: absolute;
  left: 3px;
  top: 2px;
  transition: all .25s linear;
  transform: translateX(0);
}

/* line 43, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/addons/toggle_bool.scss */
.toggle-bool-switches-container .toggle-bool-switch.on {
  background: #4dbcff;
  background-image: linear-gradient(180deg, #4dbcff, #2f749e);
}

/* line 47, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/addons/toggle_bool.scss */
.toggle-bool-switches-container .toggle-bool-switch.on::before {
  left: calc(100% - 23px);
}

/* line 1, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.tag-select-container {
  max-width: 125px;
  max-height: 50px;
}

/* line 5, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.tag-select-container .interactive-tag {
  height: 28px;
  width: 125px;
}

/* line 9, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.tag-select-container .interactive-tag .status_tag {
  cursor: pointer;
}

/* line 14, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.tag-select-container .interactive-tag-hidden {
  display: none;
}

/* line 18, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.tag-select-container .select-container-hidden {
  display: none;
}

/* line 22, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.tag-select-container .interactive-tag-select {
  width: 100%;
  height: 100%;
}

/* line 28, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.select2-container {
  margin: 0;
}

/* line 16, ../bundle/ruby/2.7.0/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/all.scss */
li.error .select2-selection {
  border-color: #932419;
}

/* line 2, ../bundle/ruby/2.7.0/gems/active_admin_scoped_collection_actions-0.4.1/vendor/assets/stylesheets/active_admin_scoped_collection_actions.scss */
.active_admin_dialog_mass_update_by_filter form {
  overflow-y: scroll;
}

/* line 5, ../bundle/ruby/2.7.0/gems/active_admin_scoped_collection_actions-0.4.1/vendor/assets/stylesheets/active_admin_scoped_collection_actions.scss */
.active_admin_dialog_mass_update_by_filter form li {
  display: block;
  margin: 10px 0 0 0;
}

/* line 9, ../bundle/ruby/2.7.0/gems/active_admin_scoped_collection_actions-0.4.1/vendor/assets/stylesheets/active_admin_scoped_collection_actions.scss */
.active_admin_dialog_mass_update_by_filter form input[type=text], .active_admin_dialog_mass_update_by_filter form input[type=datepicker], .active_admin_dialog_mass_update_by_filter form select {
  margin-top: 3px;
  display: block;
}

/* line 13, ../bundle/ruby/2.7.0/gems/active_admin_scoped_collection_actions-0.4.1/vendor/assets/stylesheets/active_admin_scoped_collection_actions.scss */
.active_admin_dialog_mass_update_by_filter form input[type=text], .active_admin_dialog_mass_update_by_filter form input[type=datepicker] {
  width: calc(100% - 20px);
  padding: 8px 10px 7px;
}

/* line 17, ../bundle/ruby/2.7.0/gems/active_admin_scoped_collection_actions-0.4.1/vendor/assets/stylesheets/active_admin_scoped_collection_actions.scss */
.active_admin_dialog_mass_update_by_filter form select {
  width: 100%;
}

/* line 21, ../bundle/ruby/2.7.0/gems/active_admin_scoped_collection_actions-0.4.1/vendor/assets/stylesheets/active_admin_scoped_collection_actions.scss */
.active_admin_dialog_mass_update_by_filter button {
  cursor: pointer;
}

/* line 27, ../bundle/ruby/2.7.0/gems/active_admin_scoped_collection_actions-0.4.1/vendor/assets/stylesheets/active_admin_scoped_collection_actions.scss */
.sidebar_section.panel .scoped_collection_action_button {
  cursor: pointer;
  margin: 10px 5px 0 0;
}

/* line 30, ../bundle/ruby/2.7.0/gems/active_admin_scoped_collection_actions-0.4.1/vendor/assets/stylesheets/active_admin_scoped_collection_actions.scss */
.sidebar_section.panel .scoped_collection_action_button:last-child {
  margin-right: 0;
}

/* line 8, app/assets/stylesheets/admin/compare_recommendation.sass */
ins {
  text-decoration: none;
  background-color: #a3ffad;
}

/* line 11, app/assets/stylesheets/admin/compare_recommendation.sass */
del {
  color: #ff5d5a;
}

/* line 14, app/assets/stylesheets/admin/compare_recommendation.sass */
div.compare-buttons {
  display: flex;
  margin-bottom: 15px;
}

/* line 17, app/assets/stylesheets/admin/compare_recommendation.sass */
div.compare-buttons .btn-accept, div.compare-buttons .btn-reject {
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 50px;
  background-color: #2095f2;
  margin-right: 15px;
  text-align: center;
}

/* line 28, app/assets/stylesheets/admin/compare_recommendation.sass */
dl.compare {
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 32, app/assets/stylesheets/admin/compare_recommendation.sass */
dl.compare dt {
  border-radius: 1px;
  padding-top: 12px;
  display: flex;
  min-width: 130px;
  max-width: 130px;
  background-color: white;
  justify-content: center;
  text-align: center;
}

/* line 41, app/assets/stylesheets/admin/compare_recommendation.sass */
dl.compare dt.removed-images {
  background-color: #ffcbca;
}

/* line 43, app/assets/stylesheets/admin/compare_recommendation.sass */
dl.compare dt.added-images {
  background-color: #d6ffda;
}

/* line 45, app/assets/stylesheets/admin/compare_recommendation.sass */
dl.compare dd {
  border-radius: 1px;
  width: 100%;
  margin-left: 15px;
  padding-left: 10px;
  padding-right: 5px;
  justify-content: start;
  background-color: white;
}

/* line 53, app/assets/stylesheets/admin/compare_recommendation.sass */
dl.compare dd table.images {
  width: 100%;
}

/* line 55, app/assets/stylesheets/admin/compare_recommendation.sass */
dl.compare dd table.images td {
  border: 1px solid black;
}

/* line 57, app/assets/stylesheets/admin/compare_recommendation.sass */
dl.compare dd table.images td.index {
  text-align: center;
  width: 50px;
}

/* line 61, app/assets/stylesheets/admin/compare_recommendation.sass */
dl.compare dd table.images td.image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-height: 350px;
}

/**
 * Unit
 * http://www.google.com/design/spec/layout/metrics-and-keylines.html#metrics-and-keylines-baseline-units
 */
/**
 * Unit
 * http://www.google.com/design/spec/layout/metrics-and-keylines.html#metrics-and-keylines-baseline-units
 */
/* line 1, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
html {
  box-sizing: border-box;
}

/* line 5, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* line 11, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
::selection {
  background-color: #FE5621;
  color: white;
}

/* line 16, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
html,
body {
  height: 100%;
}

/* line 21, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
body {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.7);
  font-family: sans-serif;
  margin: 0;
}

/* line 21, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/generators/mixins.scss */
.wf-active body {
  font-family: "RobotoDraft", sans-serif;
}

/* line 28, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
img {
  max-width: 100%;
}

/* line 32, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
b,
strong {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.01em;
}

/* line 37, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font: inherit;
  margin: 0;
}

/* line 47, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
p {
  margin: 12px 0;
}

/* line 51, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
button,
input {
  font-family: "RobotoDraft", sans-serif;
}

/* line 56, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 61, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s color;
}

/* line 66, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
a:link, a:visited {
  color: #2095F2;
}

/* line 70, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
a:link:hover, a:visited:hover {
  text-decoration: underline;
}

/* line 75, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
a:hover, a:focus {
  color: #fe693a;
  transition: 0.1s color;
}

/* line 81, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
a:active {
  color: #fe5e2b;
  transition: 0.1s color;
}

/* line 87, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
blockquote {
  border-left: 4px solid rgba(0, 0, 0, 0.26);
  margin: 16px 0;
  padding: 16px;
}

/* line 93, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
hr {
  border: 0;
  border-bottom: 1px solid #efefef;
  margin: 32px 0;
}

/* line 99, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 105, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
hr {
  margin: 0;
}

/* line 1, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
html {
  box-sizing: border-box;
}

/* line 5, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* line 11, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
::selection {
  background-color: #FE5621;
  color: white;
}

/* line 16, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
html,
body {
  height: 100%;
}

/* line 21, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
body {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.7);
  font-family: sans-serif;
  margin: 0;
}

/* line 21, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/generators/mixins.scss */
.wf-active body {
  font-family: "RobotoDraft", sans-serif;
}

/* line 28, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
img {
  max-width: 100%;
}

/* line 32, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
b,
strong {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.01em;
}

/* line 37, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font: inherit;
  margin: 0;
}

/* line 47, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
p {
  margin: 12px 0;
}

/* line 51, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
button,
input {
  font-family: "RobotoDraft", sans-serif;
}

/* line 56, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 61, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s color;
}

/* line 66, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
a:link, a:visited {
  color: #2095F2;
}

/* line 70, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
a:link:hover, a:visited:hover {
  text-decoration: underline;
}

/* line 75, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
a:hover, a:focus {
  color: #fe693a;
  transition: 0.1s color;
}

/* line 81, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
a:active {
  color: #fe5e2b;
  transition: 0.1s color;
}

/* line 87, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
blockquote {
  border-left: 4px solid rgba(0, 0, 0, 0.26);
  margin: 16px 0;
  padding: 16px;
}

/* line 93, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
hr {
  border: 0;
  border-bottom: 1px solid #efefef;
  margin: 32px 0;
}

/* line 99, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 105, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/global/foundation.scss */
hr {
  margin: 0;
}

/**
 * Avatar
 * A circular image
 */
/**
 * Button Icon
 * A simple, reusable icon button
 */
@keyframes am-dialog-fade {
  from {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/**
 * Multiselects
 */
/**
 * Select
 * Custom select styles, taken from textfields in material design
 */
/**
 * Snackbars
 * Material design notifications
 * http://www.google.com/design/spec/components/snackbars-toasts.html
 */
@keyframes am-snackbar-fade {
  from {
    opacity: 0;
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/**
 * Subheader
 * Used for sidebar headings and other secondary content
 * which require title text
 */
/**
 * Tables
 */
/**
 * Tabs
 * http://www.google.com/design/spec/components/tabs.html
 */
@keyframes am-tabs-error-throb {
  from {
    text-shadow: none;
    transform: translateY(1px);
  }
  to {
    text-shadow: 0 0 5px rgba(244, 67, 54, 0.8);
    transform: translateY(-1px);
  }
}

/**
 * Toolbar
 * A basic navigation element, primary used for top level navigation
 */
/**
 * Underlay
 * Underlays appear below modal content that takes up the entire screen.
 */
/* line 1, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/avatar.scss */
.avatar {
  background: rgba(0, 0, 0, 0.54);
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: transparent;
  display: block;
}

/**
 * Blank Slate
 * This element appears whenever a resource can not display
 * any information. For example, the default homescreen.
 */
/* line 7, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/blank_slate.scss */
.blank_slate_container {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.01em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  padding: 24px 16px;
  text-align: center;
}

/* line 16, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/blank_slate.scss */
.blank_slate {
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  display: inline-block;
  padding: 16px 24px;
}

/* line 22, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/blank_slate.scss */
.blank_slate small {
  display: block;
  margin-top: 8px;
}

/**
 * Breadcrumbs
 * Appear above the title to help users return to previous
 * steps in their flow.
 */
/* line 7, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/breadcrumbs.scss */
.breadcrumb {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.75rem;
  display: block;
  margin-bottom: 8px;
}

/**
 * Buttons
 * Various selectors for button like elements
 */
/* line 6, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/buttons.scss */
.clear_filters_btn {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  user-select: none;
  vertical-align: center;
}

/* line 25, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/button.scss */
.clear_filters_btn:focus {
  outline: none;
}

/* line 29, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/button.scss */
.clear_filters_btn:hover {
  color: #2095F2;
  text-decoration: none;
}

/* line 10, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/buttons.scss */
.button,
.cancel > a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  user-select: none;
  vertical-align: center;
}

/* line 25, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/button.scss */
.button:focus,
.cancel > a:focus {
  outline: none;
}

/* line 29, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/button.scss */
.button:hover,
.cancel > a:hover {
  color: #2095F2;
  text-decoration: none;
}

/* line 15, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/buttons.scss */
input[type="submit"],
input[type="reset"],
input[type="button"] {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  user-select: none;
  vertical-align: center;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #2095F2;
  color: white;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  font-weight: 600;
  min-width: 88px;
}

/* line 25, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/button.scss */
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  outline: none;
}

/* line 29, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/button.scss */
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #2095F2;
  text-decoration: none;
}

/* line 43, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/button.scss */
input[type="submit"]:focus, input[type="submit"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="button"]:focus,
input[type="button"]:hover {
  color: white;
  background: #50acf5;
  outline: none;
}

/* line 50, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/button.scss */
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  background: #38a0f3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/**
 * Checkboxes
 * Inputs given the "boolean" class. They have been seperated
 * from general form styles because of some hairy nesting.
 */
/* line 9, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/checkbox.scss */
.input.boolean > label {
  font-size: 14px;
}

/* line 13, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/checkbox.scss */
.input.boolean > label > input {
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: -1px;
  width: auto;
}

/* line 1, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/clearfix.scss */
.clearfix {
  *zoom: 1;
}

/* line 5, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/atoms/clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

/* line 11, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/atoms/clearfix.scss */
.clearfix:after {
  clear: both;
}

/**
 * Comments
 * Active Admin comments
 */
/* line 6, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/comments.scss */
div.active_admin_comment {
  margin: 0 16px;
}

/* line 9, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/comments.scss */
div.active_admin_comment + div.active_admin_comment {
  border-top: 1px solid #efefef;
  padding-top: 16px;
}

/* line 15, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/comments.scss */
.active_admin_comment_meta {
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.75rem;
}

/* line 21, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/comments.scss */
.comments .pagination_information {
  margin: 16px;
}

/* line 25, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/comments.scss */
.comments .empty {
  margin: 16px;
}

/**
 * Date Selects
 */
/* line 9, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/date-select.scss */
.date_select .fragments-group,
.datetime_select .fragments-group,
.time_select .fragments-group {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #efefef;
  border-radius: 2px;
  display: inline-block;
  margin-top: 8px;
}

/* line 10, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/atoms/lists.scss */
.date_select .fragments-group li,
.datetime_select .fragments-group li,
.time_select .fragments-group li {
  display: inline-block;
}

/* line 15, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/date-select.scss */
.date_select .fragment,
.datetime_select .fragment,
.time_select .fragment {
  border-left: 1px solid #efefef;
  text-align: center;
}

/* line 43, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/select.scss */
.date_select .fragment:first-child,
.datetime_select .fragment:first-child,
.time_select .fragment:first-child {
  border-left: none;
}

/* line 18, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/date-select.scss */
.date_select .fragment select,
.datetime_select .fragment select,
.time_select .fragment select {
  border: 0;
  border-radius: 0;
}

/* line 23, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/date-select.scss */
.date_select .fragment label,
.datetime_select .fragment label,
.time_select .fragment label {
  clip: rect(0, 0, 0, 0) !important;
  position: absolute !important;
}

/* line 27, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/date-select.scss */
.date_select .fragment select,
.datetime_select .fragment select,
.time_select .fragment select {
  font-size: 14px;
  font-size: 0.875rem;
  background: #fafafa url(http://localhost:3000/assets/active_material/icons/arrow-dropdown-93cdb34fae47555088422091da046ff9b252673967f30b017fa9ecd2b4ef7585.svg) no-repeat calc(100% - 4px) 50%;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  height: 42px;
  line-height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  letter-spacing: 0.01em;
  padding: 0 24px 0 10px;
}

/**
 * Datepicker
 * An input with a dropdown calendar that appears on focus
 */
/* line 6, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker {
  background: white;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 -1px 1px rgba(0, 0, 0, 0.12);
  display: none;
  padding: 0 12px 8px;
  width: 280px;
}

/* line 10, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-header {
  line-height: 32px;
  padding: 8px 0 4px;
  position: relative;
  text-align: center;
}

/* line 13, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-header .ui-icon {
  clip: rect(0, 0, 0, 0) !important;
  position: absolute !important;
}

/* line 18, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}

/* line 22, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-prev {
  cursor: pointer;
  float: left;
}

/* line 50, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/datepicker.scss */
.ui-datepicker-prev:before {
  content: "‹";
}

/* line 38, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/datepicker.scss */
.ui-datepicker-prev:before:before {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  height: 32px;
  width: 32px;
}

/* line 26, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-next {
  cursor: pointer;
  float: right;
}

/* line 60, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/datepicker.scss */
.ui-datepicker-next:before {
  content: "›";
}

/* line 38, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/datepicker.scss */
.ui-datepicker-next:before:before {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  height: 32px;
  width: 32px;
}

/* line 30, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-calendar {
  font-size: 12px;
  font-size: 0.75rem;
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}

/* line 33, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-calendar th {
  color: rgba(0, 0, 0, 0.54);
  font-weight: 500;
  padding: 0 0 4px;
}

/* line 37, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-calendar td {
  height: 32px;
  font-weight: 500;
  line-height: 32px;
  padding: 0;
  width: 32px;
}

/* line 41, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-calendar a {
  color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: block;
  height: inherit;
  margin: 0 auto;
  width: inherit;
}

/* line 9, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/atoms/links.scss */
.ui-datepicker-calendar a:hover, .ui-datepicker-calendar a:focus {
  color: #FE5621;
}

/* line 44, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-calendar a.ui-state-active, .ui-datepicker-calendar a:hover, .ui-datepicker-calendar a:focus {
  color: #2095F2;
  text-decoration: none;
}

/* line 50, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-calendar a.ui-state-highlight {
  background-color: #2095F2;
  color: white;
}

/* line 56, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-unselectable {
  opacity: 0;
}

/**
 * Dialog
 * A full page takeover action panel
 */
/* line 6, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/dialog.scss */
.ui-dialog {
  animation: 0.6s am-dialog-fade;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.23), 0 3px 3px rgba(0, 0, 0, 0.16);
  outline: none;
  z-index: 1000;
}

/* line 10, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/dialog.scss */
.ui-dialog-toolbar {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  position: relative;
}

/* line 14, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/dialog.scss */
.ui-dialog-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.01em;
  display: block;
  padding: 32px 24px 8px;
}

/* line 18, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/dialog.scss */
.ui-dialog-content {
  display: inline;
}

/* line 21, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/dialog.scss */
.ui-dialog-content ul {
  margin: 0;
}

/* line 26, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/dialog.scss */
.ui-dialog-buttonset {
  padding: 8px 8px 0;
  text-align: right;
}

/* line 30, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/dialog.scss */
.ui-button {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  user-select: none;
  vertical-align: center;
  color: #2095F2;
}

/* line 25, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/button.scss */
.ui-button:focus {
  outline: none;
}

/* line 29, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/button.scss */
.ui-button:hover {
  color: #2095F2;
  text-decoration: none;
}

/* line 9, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/atoms/links.scss */
.ui-button:hover, .ui-button:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 35, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/dialog.scss */
.ui-dialog-titlebar-close {
  border-radius: 50%;
  height: 40px;
  overflow: hidden;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  width: 40px;
  background: url(http://localhost:3000/assets/active_material/icons/clear-724e5c08f3c81476319a3e83bae49fff8c747e984232af84541730941eb95c8e.svg) 50% 50% no-repeat;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/**
 * Dropdowns
 */
/* line 5, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/dropdown.scss */
.dropdown_menu {
  display: inline-block;
  outline: 0;
  position: relative;
  text-align: left;
}

/* line 9, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/dropdown.scss */
.dropdown_menu_button {
  position: relative;
}

/* line 12, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/dropdown.scss */
.dropdown_menu_button:after {
  border: 5px solid transparent;
  border-color: #2095F2 transparent transparent;
  content: "";
  height: 0;
  margin-top: -2.5px;
  position: absolute;
  right: -15px;
  top: 50%;
  width: 0;
}

/* line 16, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/dropdown.scss */
.dropdown_menu_button.disabled {
  opacity: 0.4;
}

/* line 21, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/dropdown.scss */
.dropdown_menu_list {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24), 0 0 1.5px rgba(0, 0, 0, 0.12);
  filter: blur(1px);
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 112px;
  padding: 8px 0;
  position: absolute;
  text-align: left;
  top: 32px;
  transform-origin: 0 0;
  transform: translate3d(0, -4px, 0) scaleY(0);
  transition: 0.2s all;
  width: auto;
  will-change: transform;
  z-index: 1000;
  filter: none;
  transition: 0.2s all;
  transform: translateZ(0) scale(1);
}

/* line 25, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/dropdown.scss */
.dropdown_menu_list li {
  display: block;
  margin: 0;
  transition: 0.2s all;
}

/* line 29, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/dropdown.scss */
.dropdown_menu_list li a {
  color: rgba(0, 0, 0, 0.54);
  text-decoration: none;
  display: block;
  font-size: 14px;
  opacity: 0;
  padding: 4px 16px;
  transition: 0.28s opacity, 0.28s color;
  white-space: nowrap;
  opacity: 1;
  transition: 0.2s opacity;
}

/* line 9, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/atoms/links.scss */
.dropdown_menu_list li a:hover, .dropdown_menu_list li a:focus {
  color: #FE5621;
}

/* line 19, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/atoms/links.scss */
.dropdown_menu_list li a:hover, .dropdown_menu_list li a:focus {
  text-decoration: none;
}

/* line 95, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/menu.scss */
.dropdown_menu_list li a:hover, .dropdown_menu_list li a:focus {
  color: #2095F2;
}

@media screen and (min-width: 1300px) {
  /* line 29, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/dropdown.scss */
  .dropdown_menu_list li a {
    font-size: 13px;
  }
}

/* line 1, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/featured-blocks.scss */
.featured-blocks-message {
  display: block;
  padding: 0 16px 16px;
}

/* line 6, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/featured-blocks.scss */
.new-featured-block {
  background: #fefefe;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  display: block;
  padding: 16px;
}

/* line 9, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/featured-blocks.scss */
.new-featured-block .button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #2095F2;
  color: white;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  font-weight: 600;
  min-width: 88px;
}

/* line 43, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/button.scss */
.new-featured-block .button:focus, .new-featured-block .button:hover {
  color: white;
  background: #50acf5;
  outline: none;
}

/* line 50, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/button.scss */
.new-featured-block .button:active {
  background: #38a0f3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/**
 * Filters
 * Filters show up as sidebars on most index pages
 */
/* line 6, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/filter.scss */
.filter_form_field,
.select_and_search,
.filter_date_range {
  color: rgba(0, 0, 0, 0.7);
  margin: 8px 0;
  padding: 8px 16px;
  position: relative;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

/* line 12, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/filter.scss */
.filter_form_field label,
.select_and_search label,
.filter_date_range label {
  font-size: 13px;
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.54);
  display: block;
  line-height: 16px;
  font: 400 0.75rem/16px "RobotoDraft", sans-serif;
  margin-bottom: 8px;
  position: relative;
  transition: 0.28s all;
  width: 100%;
  width: 100%;
}

/* line 92, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/textfield.scss */
.has-focus .filter_form_field label, .has-focus .select_and_search label, .has-focus .filter_date_range label {
  color: #2095F2;
}

/* line 17, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/filter.scss */
.filter_form_field > select:not([multiple]),
.select_and_search > select:not([multiple]),
.filter_date_range > select:not([multiple]) {
  font-size: 14px;
  font-size: 0.875rem;
  background: #fafafa url(http://localhost:3000/assets/active_material/icons/arrow-dropdown-93cdb34fae47555088422091da046ff9b252673967f30b017fa9ecd2b4ef7585.svg) no-repeat calc(100% - 4px) 50%;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  height: 42px;
  line-height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  letter-spacing: 0.01em;
  padding: 0 24px 0 10px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  flex-basis: 100px;
}

/* line 24, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/filter.scss */
.filter_form_field > select[multiple],
.select_and_search > select[multiple],
.filter_date_range > select[multiple] {
  flex-basis: 100%;
}

/* line 29, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/filter.scss */
.filter_form_field > select:last-child,
.select_and_search > select:last-child,
.filter_date_range > select:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 34, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/filter.scss */
.filter_form_field > select + input[type="text"],
.filter_form_field > select + input[type="number"],
.select_and_search > select + input[type="text"],
.select_and_search > select + input[type="number"],
.filter_date_range > select + input[type="text"],
.filter_date_range > select + input[type="number"] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: 0;
}

/* line 42, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/filter.scss */
.filter_form_field > input.datepicker,
.select_and_search > input.datepicker,
.filter_date_range > input.datepicker {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 1px 1px 1px rgba(34, 34, 34, 0.08);
  display: block;
  font: normal 0.875rem/24px "RobotoDraft", sans-serif;
  line-height: 24px;
  margin: 0;
  padding: 8px;
  transition: 0.35s border-color, 0.35s box-shadow;
  width: 100%;
  flex: 1;
  width: auto;
  background: #fff url(http://localhost:3000/assets/active_material/icons/event-cdca0160ebdc4e778f5b63df0739b6c60592fa46ddb5f8af9dbe344dbcfed3f8.svg) 8px 50% no-repeat;
  padding-left: 40px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 48, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/textfield.scss */
.filter_form_field > input.datepicker:focus,
.select_and_search > input.datepicker:focus,
.filter_date_range > input.datepicker:focus {
  border-color: #2095F2;
  outline: 0;
  transition: 0.15s border-color, 0.15s box-shadow;
}

/* line 50, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/filter.scss */
.filter_form_field > input[type="submit"],
.select_and_search > input[type="submit"],
.filter_date_range > input[type="submit"] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0;
}

/* line 57, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/filter.scss */
.filter_string input,
.filter_numeric input {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 1px 1px 1px rgba(34, 34, 34, 0.08);
  display: block;
  font: normal 0.875rem/24px "RobotoDraft", sans-serif;
  line-height: 24px;
  margin: 0;
  padding: 8px;
  transition: 0.35s border-color, 0.35s box-shadow;
  width: 100%;
  flex: 1;
  width: auto;
}

/* line 48, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/textfield.scss */
.filter_string input:focus,
.filter_numeric input:focus {
  border-color: #2095F2;
  outline: 0;
  transition: 0.15s border-color, 0.15s box-shadow;
}

/**
 * Flash
 * Notifications that appear whenever a CRUD action or error
 * has surfaced
 */
/* line 7, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/flash.scss */
.flash {
  animation: 0.6s am-snackbar-fade, 0.6s am-snackbar-fade reverse 9s forwards;
  background: #323232;
  border-radius: 2px;
  bottom: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  color: white;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.25rem;
  margin: 16px;
  min-width: 288px;
  max-width: 576px;
  padding: 16px 24px 12px;
  position: fixed;
  text-shadow: 0 1px 1px #000;
  z-index: 1000;
}

/* line 10, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/flash.scss */
.flash.flash_alert {
  background-color: #a21309;
  text-shadow: 0 1px 1px black;
}

/* line 1, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/footer.scss */
.footer {
  padding: 16px;
  text-align: center;
}

/**
 * Forms
 */
/* line 5, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/forms.scss */
fieldset.inputs {
  margin-bottom: 16px;
}

/* line 8, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/forms.scss */
fieldset.inputs > ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 12, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/forms.scss */
fieldset.inputs > legend {
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.54);
  font-weight: 500;
  padding: 16px;
  line-height: 16px;
  border: 0;
}

/* line 18, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/forms.scss */
.input {
  color: rgba(0, 0, 0, 0.7);
  margin: 8px 0;
  padding: 8px 16px;
  position: relative;
}

/* line 21, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/forms.scss */
.input > label,
.input .label > label {
  font-size: 13px;
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.54);
  display: block;
  line-height: 16px;
  font: 400 0.75rem/16px "RobotoDraft", sans-serif;
  margin-bottom: 8px;
  position: relative;
  transition: 0.28s all;
  width: 100%;
}

/* line 92, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/textfield.scss */
.has-focus .input > label, .has-focus .input .label > label {
  color: #2095F2;
}

/* line 26, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/forms.scss */
.input.string input, .input.stringish input, .input.numeric input {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 1px 1px 1px rgba(34, 34, 34, 0.08);
  display: block;
  font: normal 0.875rem/24px "RobotoDraft", sans-serif;
  line-height: 24px;
  margin: 0;
  padding: 8px;
  transition: 0.35s border-color, 0.35s box-shadow;
  width: 100%;
}

/* line 48, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/textfield.scss */
.input.string input:focus, .input.stringish input:focus, .input.numeric input:focus {
  border-color: #2095F2;
  outline: 0;
  transition: 0.15s border-color, 0.15s box-shadow;
}

/* line 31, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/forms.scss */
.input.string input[disabled="disabled"], .input.stringish input[disabled="disabled"], .input.numeric input[disabled="disabled"] {
  background-color: #eeeeee;
}

/* line 36, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/forms.scss */
.input.email input {
  background: #fff url(http://localhost:3000/assets/active_material/icons/email-ff1c595ff9f72629c40d250e5eb8c37c52480ce67d02fd773f165c251046132f.svg) 8px 50% no-repeat;
  padding-left: 40px;
}

/* line 39, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/forms.scss */
.input.email input[disabled="disabled"] {
  background-color: #eeeeee;
}

/* line 44, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/forms.scss */
.input.password input {
  background: #fff url(http://localhost:3000/assets/active_material/icons/secret-4ac1e52d6ea197ec9e0432e44579067a2c265ece3af04e4852875a1d72fe1be5.svg) 8px 50% no-repeat;
  padding-left: 40px;
}

/* line 47, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/forms.scss */
.input.password input[disabled="disabled"] {
  background-color: #eeeeee;
}

/* line 52, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/forms.scss */
.input.datepicker input {
  background: #fff url(http://localhost:3000/assets/active_material/icons/event-cdca0160ebdc4e778f5b63df0739b6c60592fa46ddb5f8af9dbe344dbcfed3f8.svg) 8px 50% no-repeat;
  padding-left: 40px;
}

/* line 55, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/forms.scss */
.input.datepicker input[disabled="disabled"] {
  background-color: #eeeeee;
}

/* line 60, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/forms.scss */
.input.text textarea {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 1px 1px 1px rgba(34, 34, 34, 0.08);
  display: block;
  font: normal 0.875rem/24px "RobotoDraft", sans-serif;
  line-height: 24px;
  margin: 0;
  padding: 8px;
  transition: 0.35s border-color, 0.35s box-shadow;
  width: 100%;
  border-radius: 2px;
  height: 3.5rem;
  padding: 8px;
}

/* line 48, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/textfield.scss */
.input.text textarea:focus {
  border-color: #2095F2;
  outline: 0;
  transition: 0.15s border-color, 0.15s box-shadow;
}

/* line 64, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/forms.scss */
.input.text textarea[disabled="disabled"] {
  background-color: #eeeeee;
}

/* line 69, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/forms.scss */
.input select + input {
  margin-top: 16px;
}

/* line 74, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/forms.scss */
.field_with_errors input {
  border-color: #f44336;
  box-shadow: 0 1px 0 0 #f44336;
}

/* line 78, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/forms.scss */
.inline-hints {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.75rem;
  color: rgba(0, 0, 0, 0.54);
  margin: 8px 0 0;
}

/* line 82, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/forms.scss */
.inline-errors {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.75rem;
  color: rgba(0, 0, 0, 0.54);
  margin: 8px 0 0;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.75rem;
  color: #f44336;
  display: inline-block;
  margin: 4px 0 0;
  vertical-align: middle;
  transition: 0.3s all;
}

/* line 111, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/textfield.scss */
.inline-errors:first-letter {
  text-transform: uppercase;
}

/* line 86, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/forms.scss */
.inline-errors + .inline-hints {
  display: none;
}

/* line 91, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/forms.scss */
abbr[title="required"] {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.75rem;
  border: 0;
  color: #2095F2;
  margin-left: 4px;
}

/* line 95, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/forms.scss */
fieldset.actions,
.buttons {
  background: #fefefe;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  display: block;
  padding: 16px;
}

/* line 99, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/forms.scss */
fieldset.actions > ol,
.buttons > ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 10, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/atoms/lists.scss */
fieldset.actions > ol li,
.buttons > ol li {
  display: inline-block;
}

/* line 104, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/forms.scss */
fieldset.actions .cancel a,
.buttons .cancel a {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #2095F2;
  color: white;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  font-weight: 600;
  min-width: 88px;
}

/* line 43, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/button.scss */
fieldset.actions .cancel a:focus, fieldset.actions .cancel a:hover,
.buttons .cancel a:focus,
.buttons .cancel a:hover {
  color: white;
  background: #50acf5;
  outline: none;
}

/* line 50, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/button.scss */
fieldset.actions .cancel a:active,
.buttons .cancel a:active {
  background: #38a0f3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* line 108, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/forms.scss */
fieldset.actions .cancel a,
.buttons .cancel a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  user-select: none;
  vertical-align: center;
}

/* line 25, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/button.scss */
fieldset.actions .cancel a:focus,
.buttons .cancel a:focus {
  outline: none;
}

/* line 29, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/button.scss */
fieldset.actions .cancel a:hover,
.buttons .cancel a:hover {
  color: #2095F2;
  text-decoration: none;
}

/**
 * Header
 * Encapsulates several elements related to navigation at
 * the top of the page.
 */
/* line 7, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/header.scss */
#header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  position: relative;
  background-color: #2095F2;
  color: white;
  padding-right: 64px;
}

/* line 13, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/header.scss */
.site_title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 16px;
  padding: 16px;
  width: 100%;
  text-align: left;
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 600px) {
  /* line 13, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/header.scss */
  .site_title {
    width: auto;
  }
}

/* line 19, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/header.scss */
#tabs {
  flex-grow: 1;
}

/* line 23, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/header.scss */
.header-item {
  margin: 0 0 0 16px;
  padding: 0;
  text-align: left;
}

/* line 27, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/header.scss */
.header-item > li {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
  display: inline-block;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}

/* line 19, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/atoms/links.scss */
.header-item > li:hover, .header-item > li:focus {
  text-decoration: none;
}

/* line 30, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/header.scss */
.header-item > li > a {
  text-decoration: none;
  color: white;
  display: block;
  line-height: 16px;
  padding: 16px 8px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* line 19, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/atoms/links.scss */
.header-item > li > a:hover, .header-item > li > a:focus {
  text-decoration: none;
}

/* line 61, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/toolbar.scss */
.header-item > li > a:hover, .header-item > li > a:focus {
  color: #FE5621;
}

/* line 35, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/header.scss */
.header-item > li.current > a {
  color: #FE5621;
  font-weight: 600;
}

/* line 40, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/header.scss */
.has_nested {
  display: inline-block;
  outline: 0;
  position: relative;
  text-align: left;
}

/* line 43, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/header.scss */
.has_nested ul {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24), 0 0 1.5px rgba(0, 0, 0, 0.12);
  filter: blur(1px);
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 112px;
  padding: 8px 0;
  position: absolute;
  text-align: left;
  top: 32px;
  transform-origin: 0 0;
  transform: translate3d(0, -4px, 0) scaleY(0);
  transition: 0.2s all;
  width: auto;
  will-change: transform;
  z-index: 1000;
}

/* line 46, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/header.scss */
.has_nested ul li {
  display: block;
  margin: 0;
  transition: 0.2s all;
}

/* line 50, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/header.scss */
.has_nested ul li a {
  color: rgba(0, 0, 0, 0.54);
  text-decoration: none;
  display: block;
  font-size: 14px;
  opacity: 0;
  padding: 4px 16px;
  transition: 0.28s opacity, 0.28s color;
  white-space: nowrap;
}

/* line 9, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/atoms/links.scss */
.has_nested ul li a:hover, .has_nested ul li a:focus {
  color: #FE5621;
}

/* line 19, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/atoms/links.scss */
.has_nested ul li a:hover, .has_nested ul li a:focus {
  text-decoration: none;
}

/* line 95, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/menu.scss */
.has_nested ul li a:hover, .has_nested ul li a:focus {
  color: #2095F2;
}

@media screen and (min-width: 1300px) {
  /* line 50, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/header.scss */
  .has_nested ul li a {
    font-size: 13px;
  }
}

/* line 55, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/header.scss */
.has_nested:hover ul, .has_nested:focus ul {
  filter: none;
  transition: 0.2s all;
  transform: translateZ(0) scale(1);
}

/* line 59, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/header.scss */
.has_nested:hover ul li a, .has_nested:focus ul li a {
  opacity: 1;
  transition: 0.2s opacity;
}

/* line 1, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/hidden.scss */
.hidden {
  clip: rect(0, 0, 0, 0) !important;
  position: absolute !important;
}

/**
 * Login
 * This screen appears if no session is active
 */
/* line 6, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/login.scss */
#login {
  animation: 0.6s am-dialog-fade;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.23), 0 3px 3px rgba(0, 0, 0, 0.16);
  outline: none;
  z-index: 1000;
  margin: -32px auto 0;
  max-width: 400px;
}

/* line 11, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/login.scss */
#login h2 {
  clip: rect(0, 0, 0, 0) !important;
  position: absolute !important;
}

/* line 16, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/login.scss */
#login > a {
  background: #fefefe;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  display: block;
  padding: 16px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 23, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/login.scss */
#login > br {
  display: none;
}

/* line 27, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/login.scss */
#login .inputs {
  margin-bottom: 0;
}

/* line 33, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/login.scss */
#login .actions {
  background: transparent;
  box-shadow: none;
  padding-top: 0;
  box-shadow: none;
}

/* line 39, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/login.scss */
#login .actions .action,
#login .actions input[type='submit'] {
  margin: 0;
  width: 100%;
}

/* line 47, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/login.scss */
body.logged_out {
  background-color: #1875D1;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/**
 * Overlay
 * Overlays appear below modal content that takes up the entire screen.
 */
/* line 6, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/overlay.scss */
.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.54);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

/**
 * Pagination
 * Typically appears on index pages, below tables
 */
/* line 6, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/pagination.scss */
.paginated_collection {
  *zoom: 1;
  clear: both;
}

/* line 5, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/atoms/clearfix.scss */
.paginated_collection:before, .paginated_collection:after {
  content: " ";
  display: table;
}

/* line 11, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/atoms/clearfix.scss */
.paginated_collection:after {
  clear: both;
}

/* line 10, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/pagination.scss */
.paginated_collection .pagination_information,
.paginated_collection .download_links {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.75rem;
  padding: 16px;
}

/* line 16, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/pagination.scss */
.paginated_collection .pagination_information {
  float: left;
}

/* line 20, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/pagination.scss */
.paginated_collection .download_links {
  line-height: 24px;
  float: right;
  text-align: right;
}

/* line 28, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/pagination.scss */
.pagination {
  background: #fff;
  border-bottom: 1px solid #efefef;
  display: flex;
  justify-content: flex-end;
  padding: 0 16px;
}

/* line 35, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/pagination.scss */
.pagination .page,
.pagination .first,
.pagination .prev,
.pagination .next,
.pagination .last {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  user-select: none;
  vertical-align: center;
  min-width: 24px;
}

/* line 25, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/button.scss */
.pagination .page:focus,
.pagination .first:focus,
.pagination .prev:focus,
.pagination .next:focus,
.pagination .last:focus {
  outline: none;
}

/* line 29, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/button.scss */
.pagination .page:hover,
.pagination .first:hover,
.pagination .prev:hover,
.pagination .next:hover,
.pagination .last:hover {
  color: #2095F2;
  text-decoration: none;
}

/**
 * Panels
 * Stand-alone segments of content, in Material Design
 * these could be considered Cards or pieces of paper.
 */
/* line 7, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/panels.scss */
.panel,
.has_many_container,
body.index #main_content,
body.edit #main_content > form,
body.new #main_content > form,
body.create #main_content > form,
body.update #main_content > form {
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.15);
}

/* line 16, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/panels.scss */
.panel > h3,
.has_many_container > h3,
body.index #main_content > h3,
body.edit #main_content > form > h3,
body.new #main_content > form > h3,
body.create #main_content > form > h3,
body.update #main_content > form > h3 {
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.54);
  font-weight: 500;
  padding: 16px;
  line-height: 16px;
}

/* line 20, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/panels.scss */
.panel .header_action,
.has_many_container .header_action,
body.index #main_content .header_action,
body.edit #main_content > form .header_action,
body.new #main_content > form .header_action,
body.create #main_content > form .header_action,
body.update #main_content > form .header_action {
  float: right;
}

/* line 24, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/panels.scss */
.panel .row th,
.has_many_container .row th,
body.index #main_content .row th,
body.edit #main_content > form .row th,
body.new #main_content > form .row th,
body.create #main_content > form .row th,
body.update #main_content > form .row th {
  width: 20%;
  padding-left: 16px;
}

/* line 31, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/panels.scss */
.panel + .panel {
  margin-top: 16px;
}

/* line 36, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/panels.scss */
.panel_well {
  padding: 0 16px 16px;
}

/**
 * PhotoSelects
 */
/* line 5, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/photo_select.scss */
.photo_select {
  display: inline-block;
}

/**
 * Scopes
 * Theses appear above tables, providing the ability to filter rows
 */
/* line 6, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/scopes.scss */
.scopes {
  list-style: none;
  margin: 0;
  padding: 0;
  flex-grow: 1;
  text-align: right;
}

/* line 10, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/atoms/lists.scss */
.scopes li {
  display: inline-block;
}

/* line 13, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/scopes.scss */
.scope {
  font-size: 13px;
  font-weight: 500;
  margin-left: 16px;
}

/* line 18, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/scopes.scss */
.scope a {
  color: rgba(0, 0, 0, 0.54);
}

/* line 9, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/atoms/links.scss */
.scope a:hover, .scope a:focus {
  color: #FE5621;
}

/* line 22, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/scopes.scss */
.scope.selected {
  font-weight: bold;
}

/* line 25, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/scopes.scss */
.scope.selected a {
  background-color: #2095F2;
}

/**
 * Basic Selects
 */
/* line 9, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/select.scss */
.country select:not([multiple]),
.select select:not([multiple]),
.polymorphic_select select:not([multiple]) {
  font-size: 14px;
  font-size: 0.875rem;
  background: #fafafa url(http://localhost:3000/assets/active_material/icons/arrow-dropdown-93cdb34fae47555088422091da046ff9b252673967f30b017fa9ecd2b4ef7585.svg) no-repeat calc(100% - 4px) 50%;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  height: 42px;
  line-height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  letter-spacing: 0.01em;
  padding: 0 24px 0 10px;
}

/* line 13, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/select.scss */
.country select[disabled="disabled"],
.select select[disabled="disabled"],
.polymorphic_select select[disabled="disabled"] {
  background-color: #eeeeee;
}

/* line 18, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/select.scss */
select[multiple] {
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  min-width: 250px;
  max-width: 100%;
}

/* line 21, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/select.scss */
select[multiple] option {
  padding: 8px;
  border-top: 1px solid #efefef;
}

/* line 17, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/multiselect.scss */
select[multiple] option:first-child {
  border-top: 0;
}

/* line 15, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/sortable.scss */
.ui-sortable .reorder-handle-col {
  padding: 0 0 0 8px;
  width: 56px;
}

/* line 20, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/sortable.scss */
.ui-sortable .reorder-handle {
  background: transparent url(http://localhost:3000/assets/active_material/icons/reorder-9838b7dd05efc289655b100df8bc3da883697d726c92157dacbb71d3a14545a9.svg) 50% 50% no-repeat;
  color: transparent;
  cursor: move;
  display: block;
  height: 56px;
  margin: 0 auto;
  opacity: 0.40;
  transition: 0.2s all;
  width: 56px;
}

/* line 31, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/sortable.scss */
.ui-sortable .reorder-handle:hover {
  opacity: 1;
}

/**
 * Structure
 * Global structural elements
 */
/* line 6, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/structure.scss */
body {
  background-color: #eeeeee;
}

/* line 10, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/structure.scss */
#active_admin_content {
  padding: 24px;
}

/* line 14, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/structure.scss */
#sidebar {
  margin-left: 24px;
}

/* line 18, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/structure.scss */
.with_sidebar {
  display: flex;
  width: 100%;
}

/* line 22, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/structure.scss */
.with_sidebar #main_content_wrapper {
  flex-grow: 1;
}

/* line 26, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/structure.scss */
.with_sidebar #sidebar {
  max-width: 320px;
  width: 100%;
}

/**
 * Tables
 */
/* line 5, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/tables.scss */
.table_tools {
  border-bottom: 1px solid #efefef;
  display: flex;
  padding: 16px;
}

/* line 9, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/tables.scss */
.index_table,
.panel_contents table {
  background: #fff;
  width: 100%;
  word-break: break-word;
}

/* line 13, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/tables.scss */
.index_table th,
.panel_contents table th {
  color: rgba(0, 0, 0, 0.54);
  font-size: 13px;
  font-size: 0.8125rem;
  border-bottom: 1px solid #efefef;
  font-weight: 600;
  height: 48px;
  line-height: 16px;
  padding: 8px 16px;
  text-align: left;
  white-space: nowrap;
}

/* line 16, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/tables.scss */
.index_table th a,
.panel_contents table th a {
  position: relative;
}

/* line 35, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/table.scss */
.index_table th a:after,
.panel_contents table th a:after {
  border: 5px solid transparent;
  margin-left: 4px;
  content: "";
  margin-top: -1.5px;
  position: absolute;
  top: 50%;
  right: -15px;
  width: 0;
  height: 0;
}

/* line 49, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/table.scss */
.index_table th.sorted-asc a:after,
.panel_contents table th.sorted-asc a:after {
  border-bottom-color: #2095F2;
  margin-top: -7.5px;
}

/* line 56, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/table.scss */
.index_table th.sorted-desc a:after,
.panel_contents table th.sorted-desc a:after {
  border-top-color: #2095F2;
}

/* line 29, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/tables.scss */
.index_table tr,
.panel_contents table tr {
  height: 48px;
  transition: 0.12s background;
}

/* line 34, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/tables.scss */
.index_table tbody tr:hover,
.panel_contents table tbody tr:hover {
  background: #eee;
}

/* line 69, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/table.scss */
.index_table tbody tr:hover td,
.index_table tbody tr:hover th,
.panel_contents table tbody tr:hover td,
.panel_contents table tbody tr:hover th {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #e2e2e2;
}

/* line 38, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/tables.scss */
.index_table tbody tr.selected,
.panel_contents table tbody tr.selected {
  background: #e0e0e0;
}

/* line 79, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/table.scss */
.index_table tbody tr.selected td,
.index_table tbody tr.selected th,
.panel_contents table tbody tr.selected td,
.panel_contents table tbody tr.selected th {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #c9c9c9;
}

/* line 43, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/tables.scss */
.index_table td,
.panel_contents table td {
  color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  font-size: 0.8125rem;
  border-bottom: 1px solid #efefef;
  font-weight: 400;
  padding: 8px 16px;
}

/* line 93, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/table.scss */
.index_table td img,
.panel_contents table td img {
  display: block;
  height: auto;
  max-width: 320px;
  width: 100%;
}

/* line 48, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/tables.scss */
.index_table .col-selectable,
.panel_contents table .col-selectable {
  padding: 16px 24px 16px;
  width: 66px;
}

/* line 105, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/table.scss */
.index_table .col-selectable [type=checkbox],
.panel_contents table .col-selectable [type=checkbox] {
  display: inline-block;
  height: 18px;
  margin: 0;
  vertical-align: middle;
  width: 18px;
}

/* line 53, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/tables.scss */
.index_table .col-selectable .resource_selection_cell,
.panel_contents table .col-selectable .resource_selection_cell {
  display: inline;
}

/* line 59, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/tables.scss */
.index_table td.col-actions a,
.panel_contents table td.col-actions a {
  padding: 0 4px;
}

/* line 65, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/tables.scss */
.am-js .index_table td.col-actions, .am-js .panel_contents table td.col-actions {
  background: url(http://localhost:3000/assets/active_material/icons/more-50a9ac99058eaf05a7a8cef5e62c03a533668990fb1eb600f76e3eaf76f1d27a.svg) 25% 50% no-repeat;
  position: relative;
  width: 48px;
}

/* line 68, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/tables.scss */
.am-js .index_table td.col-actions .table_actions, .am-js .panel_contents table td.col-actions .table_actions {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24), 0 0 1.5px rgba(0, 0, 0, 0.12);
  filter: blur(1px);
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 112px;
  padding: 8px 0;
  position: absolute;
  text-align: left;
  top: 32px;
  transform-origin: 0 0;
  transform: translate3d(0, -4px, 0) scaleY(0);
  transition: 0.2s all;
  width: auto;
  will-change: transform;
  z-index: 1000;
  left: auto;
  right: 0;
  top: 50%;
  margin-top: -16px;
  margin-right: 16px;
}

/* line 75, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/tables.scss */
.am-js .index_table td.col-actions .table_actions a, .am-js .panel_contents table td.col-actions .table_actions a {
  color: rgba(0, 0, 0, 0.54);
  text-decoration: none;
  display: block;
  font-size: 14px;
  opacity: 0;
  padding: 4px 16px;
  transition: 0.28s opacity, 0.28s color;
  white-space: nowrap;
}

/* line 9, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/atoms/links.scss */
.am-js .index_table td.col-actions .table_actions a:hover, .am-js .index_table td.col-actions .table_actions a:focus, .am-js .panel_contents table td.col-actions .table_actions a:hover, .am-js .panel_contents table td.col-actions .table_actions a:focus {
  color: #FE5621;
}

/* line 19, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/atoms/links.scss */
.am-js .index_table td.col-actions .table_actions a:hover, .am-js .index_table td.col-actions .table_actions a:focus, .am-js .panel_contents table td.col-actions .table_actions a:hover, .am-js .panel_contents table td.col-actions .table_actions a:focus {
  text-decoration: none;
}

/* line 95, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/menu.scss */
.am-js .index_table td.col-actions .table_actions a:hover, .am-js .index_table td.col-actions .table_actions a:focus, .am-js .panel_contents table td.col-actions .table_actions a:hover, .am-js .panel_contents table td.col-actions .table_actions a:focus {
  color: #2095F2;
}

@media screen and (min-width: 1300px) {
  /* line 75, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/tables.scss */
  .am-js .index_table td.col-actions .table_actions a, .am-js .panel_contents table td.col-actions .table_actions a {
    font-size: 13px;
  }
}

/* line 82, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/tables.scss */
.am-js .index_table td.col-actions:hover .table_actions, .am-js .index_table td.col-actions.active .table_actions, .am-js .panel_contents table td.col-actions:hover .table_actions, .am-js .panel_contents table td.col-actions.active .table_actions {
  filter: none;
  transition: 0.2s all;
  transform: translateZ(0) scale(1);
}

/* line 85, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/tables.scss */
.am-js .index_table td.col-actions:hover .table_actions a, .am-js .index_table td.col-actions.active .table_actions a, .am-js .panel_contents table td.col-actions:hover .table_actions a, .am-js .panel_contents table td.col-actions.active .table_actions a {
  opacity: 1;
  transition: 0.2s opacity;
}

/**
 * Tabs
 * Theses show up on complicated forms, such as the Exhibit edit page.
 */
/* line 6, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/tabs.scss */
.nav-tabs {
  color: rgba(255, 255, 255, 0.6);
  background: #2095F2;
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.15);
  line-height: 0;
  margin: 0;
  padding: 0 24px;
  list-style: none;
}

/* line 10, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/tabs.scss */
.nav-tabs > li.ui-tabs-tab {
  display: inline-block;
  border-color: inherit;
}

/* line 14, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/tabs.scss */
.nav-tabs > li.ui-tabs-tab > a {
  background: inherit;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  display: block;
  font: 400 14px/16px "RobotoDraft", sans-serif;
  letter-spacing: 0.08em;
  padding: 16px;
  position: relative;
  text-transform: uppercase;
  transition: 0.2s color;
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* line 60, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/tabs.scss */
.nav-tabs > li.ui-tabs-tab > a:after {
  background-color: rgba(255, 255, 255, 0.54);
  bottom: 0;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transform: translateY(3px);
  transition: 0.2s background, 0.25s transform;
  width: 100%;
}

/* line 73, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/tabs.scss */
.nav-tabs > li.ui-tabs-tab > a:focus, .nav-tabs > li.ui-tabs-tab > a:hover {
  background: inherit;
  outline: none;
  text-decoration: none;
}

/* line 79, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/tabs.scss */
.nav-tabs > li.ui-tabs-tab > a:focus:after, .nav-tabs > li.ui-tabs-tab > a:hover:after {
  transform: none;
}

/* line 84, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/tabs.scss */
.nav-tabs > li.ui-tabs-tab > a:active {
  border: 0;
  box-shadow: none;
}

/* line 18, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/tabs.scss */
.nav-tabs > li.ui-state-active > a {
  background: inherit;
  color: #fff;
}

/* line 94, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/tabs.scss */
.nav-tabs > li.ui-state-active > a:after {
  background-color: #FE5621;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.5);
  transform: none;
}

/* line 100, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/tabs.scss */
.nav-tabs > li.ui-state-active > a:focus, .nav-tabs > li.ui-state-active > a:hover {
  background: inherit;
}

/* line 22, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/tabs.scss */
.nav-tabs > li.tab_with_errors > a {
  padding-right: 40px;
}

/* line 109, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/tabs.scss */
.nav-tabs > li.tab_with_errors > a:before {
  color: #FF695E;
  animation: 2s am-tabs-error-throb infinite alternate;
  content: '\026a0';
  font-size: 20px;
  line-height: 16px;
  margin-top: -6px;
  position: absolute;
  right: 8px;
  top: 50%;
}

/**
 * Tags
 * Tags show up as states within tables and other components
 */
/* line 6, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/tag.scss */
.status_tag {
  background-color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.75rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.1em;
  line-height: 16px;
  padding: 4px 8px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

/* line 9, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/tag.scss */
a .status_tag {
  transition: 0.2s all;
}

/* line 19, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/tag.scss */
a .status_tag:hover, a .status_tag:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
  text-shadow: none;
}

/* line 25, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/tag.scss */
a .status_tag:active {
  box-shadow: none;
}

/* line 13, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/tag.scss */
.status_tag.yes {
  background-color: #2095F2;
}

/* line 18, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/tag.scss */
.empty {
  color: #ccc;
  font-size: 0.9em;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/**
 * Titlebar
 */
/* line 5, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/title_bar.scss */
.title_bar {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 16px;
  padding: 16px;
  width: 100%;
  text-align: left;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  align-items: center;
  display: flex;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 600px) {
  /* line 5, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/title_bar.scss */
  .title_bar {
    width: auto;
  }
}

/* line 15, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/title_bar.scss */
#titlebar_left {
  flex-grow: 1;
}

/* line 19, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/title_bar.scss */
#titlebar_right .action_item a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  user-select: none;
  vertical-align: center;
}

/* line 25, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/button.scss */
#titlebar_right .action_item a:focus {
  outline: none;
}

/* line 29, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/button.scss */
#titlebar_right .action_item a:hover {
  color: #2095F2;
  text-decoration: none;
}

/**
 * Utility Nav
 * Displays current user and logout information
 */
/* line 6, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/utility_nav.scss */
#utility_nav {
  background: url(http://localhost:3000/assets/active_material/icons/account_circle-75f753fccce1f1750a37068208ade1fc0e5489d9a98de57f99e2747d390001fb.svg) no-repeat;
  background-size: 40px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 16px;
}

/* line 18, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/utility_nav.scss */
#utility_nav:before {
  content: "";
  cursor: pointer;
  position: absolute;
  width: 90px;
  height: 50px;
  top: 0;
  right: -12px;
}

/* line 28, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/utility_nav.scss */
#utility_nav a {
  color: #333;
}

/* line 32, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/utility_nav.scss */
#utility_nav > li {
  border-top: 1px solid #d9d9d9;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
  width: 200px;
  float: right;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  background: #efefef;
  text-align: right;
  clip: rect(0, 0, 0, 0);
  opacity: 0;
  visibility: hidden;
  transition: 0.28s all;
  position: relative;
}

/* line 33, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/utility_nav.scss */
#utility_nav > li:first-child {
  margin-top: 45px;
}

/* line 36, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/utility_nav.scss */
#utility_nav > li:first-child:before {
  content: "";
  border: 7px solid transparent;
  border-bottom-color: #fff;
  top: -14px;
  right: 12px;
  position: absolute;
}

/* line 60, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/utility_nav.scss */
#utility_nav > li a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  user-select: none;
  vertical-align: center;
}

/* line 25, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/button.scss */
#utility_nav > li a:focus {
  outline: none;
}

/* line 29, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/prototypes/button.scss */
#utility_nav > li a:hover {
  color: #2095F2;
  text-decoration: none;
}

/* line 65, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/utility_nav.scss */
#utility_nav #current_user {
  background: #fff;
  text-align: center;
}

/* line 71, ../bundle/ruby/2.7.0/bundler/gems/active_material-446dbcf6db7d/app/assets/stylesheets/active_material/components/utility_nav.scss */
#utility_nav:hover > li {
  clip: initial;
  opacity: 1;
  visibility: visible;
}

/* line 22, app/assets/stylesheets/active_admin.scss */
.header-item > li.current > a {
  color: #FFFFFF;
  font-weight: 600;
}

/* line 26, app/assets/stylesheets/active_admin.scss */
.header-item > li > a:hover, .header-item > li > a:focus {
  color: #FFFFFF;
}

/* line 29, app/assets/stylesheets/active_admin.scss */
.col {
  word-break: keep-all;
}

/* line 32, app/assets/stylesheets/active_admin.scss */
.col.col-actions {
  min-width: 100px;
}

/* line 34, app/assets/stylesheets/active_admin.scss */
.col.col-actions a {
  word-break: keep-all;
}

/* line 39, app/assets/stylesheets/active_admin.scss */
.columns {
  margin-bottom: 25px;
}

/* line 42, app/assets/stylesheets/active_admin.scss */
.columns .column {
  float: left;
}

/* line 47, app/assets/stylesheets/active_admin.scss */
#main_content {
  background-color: inherit !important;
  box-shadow: none !important;
}

/* line 53, app/assets/stylesheets/active_admin.scss */
.sidebar_section.with_lines > div {
  padding: 16px;
}

/* line 55, app/assets/stylesheets/active_admin.scss */
.sidebar_section.with_lines > div > div {
  border-top: #CCCCCC 1px solid;
}

/* line 57, app/assets/stylesheets/active_admin.scss */
.sidebar_section.with_lines > div > div > div {
  padding: 0 10px;
  border-top: #CCCCCC 1px solid;
}

/* line 62, app/assets/stylesheets/active_admin.scss */
.sidebar_section.with_lines > div label {
  font-weight: bold;
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  border-right: #CCCCCC 1px solid;
}

/* line 73, app/assets/stylesheets/active_admin.scss */
.status_tag.pending {
  background: #FFEA00;
}

/* line 76, app/assets/stylesheets/active_admin.scss */
.status_tag.complete {
  background: #00E676;
}

/* line 81, app/assets/stylesheets/active_admin.scss */
li.has_many_container {
  margin-left: 15px;
  margin-right: 10px;
  margin-bottom: 5px;
}

/* line 85, app/assets/stylesheets/active_admin.scss */
li.has_many_container h3 {
  background-color: #b1dafa;
}

/* line 89, app/assets/stylesheets/active_admin.scss */
li.has_many_container fieldset.has_many_fields {
  margin-bottom: 3px;
  border: 3px solid #80c3f8;
  border-radius: 3px;
}

/* line 95, app/assets/stylesheets/active_admin.scss */
li.has_many_container li.handle {
  cursor: grab;
  text-align: center;
  background-color: #e1f1fd !important;
  margin-top: 0;
}

/* line 104, app/assets/stylesheets/active_admin.scss */
.survey_questions > .has_many_fields {
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.15);
  margin: 25px;
  background-color: rgba(223, 223, 223, 0.15);
}

/* line 111, app/assets/stylesheets/active_admin.scss */
.has_many_one_string .has_many_remove, .has_many_one_string .has_many_delete {
  float: left;
  margin-top: 35px;
}

/* line 116, app/assets/stylesheets/active_admin.scss */
.survey_choices {
  border-bottom: 1px solid #DEDEDE;
}

/* line 120, app/assets/stylesheets/active_admin.scss */
input:disabled {
  color: rgba(84, 84, 84, 0.5);
}

/* line 124, app/assets/stylesheets/active_admin.scss */
.arrow-up, .arrow-down {
  margin: 5px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  cursor: pointer;
}

/* line 133, app/assets/stylesheets/active_admin.scss */
.arrow-up {
  border-bottom: 10px solid #2095F2;
}

/* line 135, app/assets/stylesheets/active_admin.scss */
.arrow-up:hover {
  border-bottom-color: #FE5621;
}

/* line 140, app/assets/stylesheets/active_admin.scss */
.arrow-down {
  border-top: 10px solid #2095F2;
}

/* line 142, app/assets/stylesheets/active_admin.scss */
.arrow-down:hover {
  border-top-color: #FE5621;
}

/* line 148, app/assets/stylesheets/active_admin.scss */
.input.string, .input.stringish, .input.numeric {
  max-width: 1000px;
}

/* line 151, app/assets/stylesheets/active_admin.scss */
.input.string.numeric, .input.stringish.numeric, .input.numeric.numeric {
  max-width: 250px;
}

/* line 156, app/assets/stylesheets/active_admin.scss */
.input.date_time_picker.stringish {
  max-width: 250px;
}

/* line 160, app/assets/stylesheets/active_admin.scss */
.select2-container {
  max-width: 500px;
}

/* line 163, app/assets/stylesheets/active_admin.scss */
.select2-container.select2-container-multi {
  max-width: 1000px;
}

/* line 168, app/assets/stylesheets/active_admin.scss */
.panel_contents {
  padding: 16px;
}

/* line 173, app/assets/stylesheets/active_admin.scss */
.cke_button_icon.cke_button__doublequote_icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23212121' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 17h3l2-4V7H5v6h3zm8 0h3l2-4V7h-6v6h3z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
}

/* line 177, app/assets/stylesheets/active_admin.scss */
.cke_button_icon.cke_button__cta_icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23212121' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M0 0h24v24H0V0z' id='a'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse overflow='visible' xlink:href='%23a'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' d='M9 11.24V7.5C9 6.12 10.12 5 11.5 5S14 6.12 14 7.5v3.74c1.21-.81 2-2.18 2-3.74C16 5.01 13.99 3 11.5 3S7 5.01 7 7.5c0 1.56.79 2.93 2 3.74zm9.84 4.63l-4.54-2.26c-.17-.07-.35-.11-.54-.11H13v-6c0-.83-.67-1.5-1.5-1.5S10 6.67 10 7.5v10.74l-3.43-.72c-.08-.01-.15-.03-.24-.03-.31 0-.59.13-.79.33l-.79.8 4.94 4.94c.27.27.65.44 1.06.44h6.79c.75 0 1.33-.55 1.44-1.28l.75-5.27c.01-.07.02-.14.02-.2 0-.62-.38-1.16-.91-1.38z'/%3E%3C/svg%3E");
}

/* line 182, app/assets/stylesheets/active_admin.scss */
ul.errors {
  margin: 13px 13px 0 13px;
  background-color: #ffe9f0;
  border: 2px solid #ff979e;
}

/* line 190, app/assets/stylesheets/active_admin.scss */
.panel.compact-show table tr th {
  width: 35%;
  white-space: normal !important;
}

/* line 198, app/assets/stylesheets/active_admin.scss */
.compact-sidebar table tr th {
  width: 40% !important;
  white-space: normal !important;
}

/* line 205, app/assets/stylesheets/active_admin.scss */
div.custom-navigation {
  display: flex;
  justify-content: flex-end;
  height: 40px;
  margin-bottom: 24px;
}

/* line 211, app/assets/stylesheets/active_admin.scss */
div.custom-navigation span a {
  padding: 0 4px;
  display: flex;
  height: 100%;
  min-width: 150px;
  border-radius: 2px;
  background-color: #2095F2;
  color: white;
  margin-right: 15px;
  justify-content: center;
  align-items: center;
}

/* line 223, app/assets/stylesheets/active_admin.scss */
div.custom-navigation span a:hover {
  text-decoration: none;
  color: #FE5621;
}

/* line 231, app/assets/stylesheets/active_admin.scss */
div.links-to-right {
  display: flex;
  flex-direction: row-reverse;
  height: 30px;
}

/* line 235, app/assets/stylesheets/active_admin.scss */
div.links-to-right a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2px 4px 2px 4px;
  margin-left: 3px;
  background-color: #2095F2;
  color: white;
  border-radius: 1px;
}

/* line 246, app/assets/stylesheets/active_admin.scss */
div.links-to-right a:hover {
  text-decoration: none;
  color: #FE5621;
}

/* line 253, app/assets/stylesheets/active_admin.scss */
.treat-newlines {
  white-space: pre-line;
}

/* line 257, app/assets/stylesheets/active_admin.scss */
a.link-as-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2px 4px 2px 4px;
  margin: 3px 3px 3px 3px;
  background-color: #2095F2;
  color: white;
  border-radius: 1px;
}

/* line 267, app/assets/stylesheets/active_admin.scss */
a.link-as-button:hover {
  text-decoration: none;
  color: #FE5621;
}

/* line 274, app/assets/stylesheets/active_admin.scss */
.content_input {
  margin: 4px 0;
  padding: 2px;
  border: 1px solid grey;
  border-radius: 2px;
}

/* line 282, app/assets/stylesheets/active_admin.scss */
.cke_dialog_ui_input_select {
  width: 100%;
}

/* line 286, app/assets/stylesheets/active_admin.scss */
.select2-container--open {
  z-index: 10010;
}

/* line 290, app/assets/stylesheets/active_admin.scss */
td.col-wrap {
  word-break: break-all;
}

/* line 294, app/assets/stylesheets/active_admin.scss */
.auto-height {
  height: auto !important;
}

/* line 1, app/assets/stylesheets/admin/feedbacks.scss */
.feedback_index_field {
  word-break: break-word;
}
