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

/* line 7, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/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, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/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, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

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

/* line 26, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/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, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/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, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 41, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/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, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 50, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/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, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results {
  display: block;
}

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

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

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

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

/* line 79, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/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, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/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, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

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

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

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

/* line 101, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/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, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

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

/* line 134, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 137, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 141, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 143, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/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 149, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/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 161, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

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

/* line 168, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 171, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 174, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/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 178, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 183, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/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 189, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 191, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/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;
  padding: 1px;
}

/* line 198, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/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 207, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/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 213, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 216, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/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-search--inline {
  float: right;
}

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

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

/* line 227, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 231, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 235, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 238, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/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 242, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/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 246, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 249, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/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 256, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 260, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 263, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

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

/* line 269, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 271, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 273, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 276, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/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 279, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/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 282, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/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 285, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/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 289, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 293, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 298, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/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 308, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 310, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 313, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/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 318, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 320, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/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 336, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/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 348, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 351, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/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 360, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 362, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 365, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/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 369, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/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 379, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/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 389, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/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 395, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

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

/* line 401, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 403, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/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 412, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/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 418, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

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

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

/* line 430, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 433, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/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 438, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/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 443, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 447, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 451, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 455, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 458, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 461, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 465, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 468, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

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

/* line 475, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 480, ../../../shared/bundle/admin/ruby/3.0.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* Active Admin CSS */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* line 12, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 25, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 33, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 47, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 60, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 70, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 79, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 90, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 103, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 113, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 123, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 132, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 142, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 153, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 161, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 170, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 179, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 187, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 191, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 202, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 211, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 220, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 228, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 240, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 256, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 266, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 277, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 288, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 300, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 311, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 322, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 336, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 345, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 354, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 364, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 374, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 383, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 393, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 406, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 415, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 426, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 434, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 445, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
[hidden] {
  display: none;
}

/* line 27, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
html {
  font-size: 100.01%;
}

/* line 28, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
body {
  font-size: 75%;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* line 31, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #5E6469;
}

/* line 34, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0;
}

/* line 37, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
h1 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em;
}

/* line 38, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
h2 {
  font-size: 2em;
  margin-bottom: 0.75em;
}

/* line 39, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
h3 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em;
}

/* line 40, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
h4 {
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em;
}

/* line 41, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em;
}

/* line 42, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
h6 {
  font-size: 1em;
  font-weight: bold;
}

/* line 45, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
p {
  margin: 0 0 1.5em;
}

/* line 48, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
p .left {
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}

/* line 49, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
p .right {
  margin: 1.5em 0 1.5em 1.5em;
  padding: 0;
}

/* line 52, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.left {
  float: left !important;
}

/* line 53, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.right {
  float: right !important;
}

/* line 55, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
blockquote {
  margin: 1.5em;
  color: #666;
  font-style: italic;
}

/* line 56, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
strong, dfn {
  font-weight: bold;
}

/* line 57, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
em, dfn {
  font-style: italic;
}

/* line 58, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
sup, sub {
  line-height: 0;
}

/* line 60, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
abbr,
acronym {
  border-bottom: 1px dotted #666;
}

/* line 62, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
address {
  margin: 0 0 1.5em;
  font-style: italic;
}

/* line 63, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
del {
  color: #666;
}

/* line 65, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
pre {
  margin: 1.5em 0;
  white-space: pre;
}

/* line 66, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}

/* line 69, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
li ul,
li ol {
  margin: 0;
}

/* line 71, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
ul, ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 1.5em;
}

/* line 73, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
ul {
  list-style-type: disc;
}

/* line 74, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
ol {
  list-style-type: decimal;
}

/* line 76, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
dl {
  margin: 0 0 1.5em 0;
}

/* line 77, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
dl dt {
  font-weight: bold;
}

/* line 78, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
dd {
  margin-left: 1.5em;
}

/* line 81, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
table {
  margin-bottom: 1.4em;
  width: 100%;
}

/* line 82, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
th {
  font-weight: bold;
}

/* line 83, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
thead th {
  background: #c3d9ff;
}

/* line 84, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
th, td, caption {
  padding: 4px 10px 4px 5px;
}

/* line 87, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.small {
  font-size: .8em;
  margin-bottom: 1.875em;
  line-height: 1.875em;
}

/* line 88, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em;
}

/* line 89, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.hide {
  display: none;
}

/* line 91, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.quiet {
  color: #666;
}

/* line 92, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.loud {
  color: #000;
}

/* line 93, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.highlight {
  background: #ff0;
}

/* line 94, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.added {
  background: #060;
  color: #fff;
}

/* line 95, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.removed {
  background: #900;
  color: #fff;
}

/* line 97, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.first {
  margin-left: 0;
  padding-left: 0;
}

/* line 98, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.last {
  margin-right: 0;
  padding-right: 0;
}

/* line 99, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.top {
  margin-top: 0;
  padding-top: 0;
}

/* line 100, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 2, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header {
  background-color: #6a7176;
  background-image: linear-gradient(180deg, #6a7176, #4d5256);
  border-bottom: 1px solid #44484b;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
  text-shadow: #000 0 1px 0;
  display: table;
  height: 20px;
  width: 100%;
  overflow: visible;
  position: inherit;
  padding: 5px 0;
  z-index: 900;
}

/* line 14, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header h1 {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  color: #cdcdcd;
  margin-right: 20px;
  margin-bottom: 0px;
  padding: 3px 30px 0 30px;
  font-size: 1.3em;
  font-weight: normal;
  line-height: 1.2;
}

/* line 26, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header h1 a {
  text-decoration: none;
}

/* line 29, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header h1 a:hover {
  color: #fff;
}

/* line 34, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header h1 img {
  position: relative;
  top: -2px;
}

/* line 40, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header a, #header a:link {
  color: #cdcdcd;
}

/* line 42, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header .header-item {
  top: 2px;
  position: relative;
  height: 20px;
}

/* line 48, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  margin: 0;
  padding: 0;
}

/* line 55, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs li {
  /* Hover on li, display the ul */
}

/* line 57, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs li:hover > ul {
  display: block;
}

/* line 60, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li {
  display: inline-block;
  margin-right: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.0em;
  position: relative;
  /* Drop down menus */
}

/* line 68, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li a {
  text-decoration: none;
  padding: 6px 10px 4px 10px;
  position: relative;
  border-radius: 10px;
}

/* line 75, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li.current > a {
  background: #7b8389;
  color: #fff;
}

/* line 80, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li.has_nested > a {
  background: url("data:image/png;base64,R0lGODlhBwAEAKIAAL6+vry8vIiIiJWVlf///3t7ewAAAAAAACH5BAEAAAUALAAAAAAHAAQAAAMLWLol80MoF5mQKgEAOw==") no-repeat calc(100% - 7px) 50%;
  padding-right: 20px;
}

/* line 85, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li.has_nested.current > a {
  background: #7b8389 url("data:image/png;base64,R0lGODlhBwAEAKIAAG1tbWxsbElJSVBQUP///0JCQgAAAAAAACH5BAEAAAUALAAAAAAHAAQAAAMLWLol80MoF5mQKgEAOw==") no-repeat calc(100% - 7px) 50%;
  padding-right: 20px;
}

/* line 90, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li:hover > a {
  background: #7b8389;
  color: #fff;
}

/* line 95, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li.has_nested:hover > a {
  border-radius: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom: 5px solid #7b8389;
  background: #7b8389 url("data:image/png;base64,R0lGODlhBwAEAKIAAG1tbWxsbElJSVBQUP///0JCQgAAAAAAACH5BAEAAAUALAAAAAAHAAQAAAMLWLol80MoF5mQKgEAOw==") no-repeat calc(100% - 7px) 50%;
  z-index: 1020;
}

/* line 104, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li ul {
  background: #7b8389;
  border-top-right-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0 1px 3px #444;
  position: absolute;
  width: 120%;
  min-width: 175px;
  max-width: calc(100% + 20px);
  margin-top: 5px;
  float: left;
  display: none;
  padding: 3px 0px 5px 0;
  list-style: none;
  z-index: 1010;
}

/* line 119, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li ul li {
  position: relative;
  margin: 0px;
}

/* line 122, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li ul li a {
  background: none;
  display: block;
}

/* line 125, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li ul li a:hover {
  color: #fff;
  background: none;
}

/* line 129, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li ul li.current a {
  border-radius: 0;
}

/* line 132, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li ul li.has_nested > a {
  background: url("data:image/gif;base64,R0lGODlhBAAHAKECAKqqqszMzPkVFfkVFSH+EUNyZWF0ZWQgd2l0aCBHSU1QACH5BAEKAAIALAAAAAAEAAcAAAIJlA0XKbH9nmAFADs=") no-repeat calc(100% - 7px) 55%;
  padding-right: 20px;
}

/* line 137, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li ul li.has_nested:hover > a {
  background: url("data:image/gif;base64,R0lGODlhBAAHAMIEAG1tbWxsbElJSVBQUPkVFfkVFfkVFfkVFSH+EUNyZWF0ZWQgd2l0aCBHSU1QACH5BAEKAAEALAAAAAAEAAcAAAMKGKqy02G8OGeACQA7") no-repeat calc(100% - 7px) 55%;
  color: #fff;
}

/* line 142, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li ul li ul {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: 0;
  top: -3px;
  left: 100%;
  /* Create an invisible backdrop that adds 8px margin around the dropdown menu or submenu
               that maintains the hover. This makes it much easier to navigate to submenus in
               particular without losing hover accientally, especially near rounded corners. */
}

/* line 151, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li ul li ul:after {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: -8px;
  height: calc(100% + 16px);
  width: calc(100% + 16px);
  z-index: -2;
}

/* line 167, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header #tabs {
  width: 100%;
}

/* line 171, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header #utility_nav {
  color: #aaa;
  display: table-cell;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  padding-right: 26px;
  text-align: right;
}

/* line 180, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header #utility_nav a {
  text-decoration: none;
}

/* line 181, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header #utility_nav a:hover {
  color: #fff;
}

/* line 183, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header #utility_nav li {
  display: inline;
}

/* line 2, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form {
  /* Reset margins & Padding */
  /* Nested Fieldsets and Legends */
  /* Text Fields */
  /* semantic_errors */
  /* Buttons */
}

/* line 4, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form ul, form ol, form li, form fieldset, form legend, form input, form textarea, form select, form p {
  margin: 0;
  padding: 0;
}

/* line 5, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form ol, form ul {
  list-style: none;
}

/* line 7, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset {
  border: 0;
  padding: 10px 0;
  margin-bottom: 20px;
}

/* line 12, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset.inputs {
  background: #f4f4f4;
  border-radius: 4px;
  box-shadow: inset 0 1px 4px #ddd;
}

/* line 14, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset legend {
  width: 100%;
}

/* line 16, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset legend span {
  display: block;
  background-color: #efefef;
  background-image: linear-gradient(180deg, #efefef, #dfe1e2);
  text-shadow: #fff 0 1px 0;
  border: solid 1px #cdcdcd;
  border-color: #d4d4d4;
  border-top-color: #e6e6e6;
  border-right-color: #d4d4d4;
  border-bottom-color: #cdcdcd;
  border-left-color: #d4d4d4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
  font-size: 1em;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0.5em;
  color: #5E6469;
  padding: 5px 10px 3px 10px;
}

/* line 19, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset ol > li {
  padding: 10px;
}

/* line 21, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset ol > li label {
  display: block;
  width: 20%;
  float: left;
  font-size: 1.0em;
  font-weight: bold;
  color: #5E6469;
}

/* line 28, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset ol > li label abbr {
  border: none;
  color: #aaa;
}

/* line 35, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset ol > li.has_many_container {
  padding: 20px 10px;
}

/* line 37, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset ol > li.has_many_container h3 {
  font-size: 12px;
  font-weight: bold;
}

/* line 41, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset ol > li.has_many_container .has_many_fields {
  margin: 10px 0;
}

/* line 44, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset ol > li > li label {
  line-height: 100%;
  padding-top: 0;
}

/* line 47, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset ol > li > li label input {
  line-height: 100%;
  vertical-align: middle;
  margin-top: -0.1em;
}

/* line 56, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form .has_many_fields {
  position: relative;
}

/* line 59, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form .has_many_container .handle {
  position: absolute;
  top: calc(50% - 3em / 2);
  right: 2px;
  padding: 0;
  cursor: move;
}

/* line 68, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form .has_many_container.ui-sortable .has_many_container {
  margin-right: 2em;
}

/* line 75, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form .ui-sortable input[type=text], form .ui-sortable input[type=password], form .ui-sortable input[type=email], form .ui-sortable input[type=number], form .ui-sortable input[type=url], form .ui-sortable input[type=tel], form .ui-sortable textarea {
  width: calc(80% - 22px - 2em - 1px);
}

/* line 83, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li fieldset {
  position: relative;
  padding: 0;
  margin-bottom: 0;
}

/* line 88, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li fieldset:not(.inputs) ol {
  float: left;
  width: 74%;
  margin: 0;
  padding: 0 0 0 20%;
}

/* line 94, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li fieldset:not(.inputs) ol li {
  padding: 0;
  border: 0;
}

/* line 100, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li fieldset.inputs ol {
  float: left;
  width: 100%;
  margin: 0;
}

/* line 109, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form input[type=text],
form input[type=password],
form input[type=email],
form input[type=number],
form input[type=url],
form input[type=tel],
form input[type=date],
form input[type=time],
form textarea {
  width: calc(80% - 22px);
  border: 1px solid #c9d0d6;
  border-radius: 3px;
  font-size: 0.95em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  outline: none;
  padding: 8px 10px 7px;
}

/* line 126, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form input[type=text]:focus,
form input[type=password]:focus,
form input[type=email]:focus,
form input[type=number]:focus,
form input[type=url]:focus,
form input[type=tel]:focus,
form input[type=date]:focus,
form input[type=time]:focus,
form textarea:focus {
  border: 1px solid #99a2aa;
  box-shadow: 0 0 4px #99a2aa;
}

/* line 132, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form input[type=date] {
  width: calc(100% - 22px);
}

/* line 136, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li {
  /* Hints */
  /* Date and Time Fields */
  /* Check Boxes or Radio fields */
  /* Boolean Field */
  /* Hidden fields */
  /* Errors */
}

/* line 139, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li p.inline-hints {
  font-size: 0.95em;
  font-style: italic;
  color: #666;
  margin: 0.5em 0 0 20%;
}

/* line 148, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.date_select fieldset ol li, form fieldset > ol > li.time_select fieldset ol li, form fieldset > ol > li.datetime_select fieldset ol li {
  float: left;
  width: auto;
  margin: 0 0.5em 0 0;
}

/* line 150, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.date_select fieldset ol li label, form fieldset > ol > li.time_select fieldset ol li label, form fieldset > ol > li.datetime_select fieldset ol li label {
  display: none;
}

/* line 151, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.date_select fieldset ol li input, form fieldset > ol > li.time_select fieldset ol li input, form fieldset > ol > li.datetime_select fieldset ol li input {
  display: inline;
  margin: 0;
  padding: 0;
}

/* line 157, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.check_boxes fieldset ol, form fieldset > ol > li.radio fieldset ol {
  margin-bottom: -0.6em;
}

/* line 159, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.check_boxes fieldset ol li, form fieldset > ol > li.radio fieldset ol li {
  margin: 0.1em 0 0.5em 0;
}

/* line 161, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.check_boxes fieldset ol li label, form fieldset > ol > li.radio fieldset ol li label {
  float: none;
  width: 100%;
}

/* line 164, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.check_boxes fieldset ol li label input, form fieldset > ol > li.radio fieldset ol li label input {
  margin-right: 0.2em;
}

/* line 171, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.boolean {
  min-height: 1.1em;
}

/* line 173, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.boolean label {
  width: 80%;
  padding-left: 20%;
  padding-right: 10px;
  text-transform: none !important;
  font-weight: normal;
}

/* line 179, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.boolean label input {
  margin: 0 0.5em 0 0.2em;
}

/* line 184, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.hidden {
  padding: 0;
}

/* line 189, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li p.inline-errors {
  color: #932419;
  font-weight: bold;
  margin: 0.3em 0 0 20%;
}

/* line 194, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li ul.errors {
  color: #932419;
  margin: 0.5em 0 0 20%;
  list-style: square;
}

/* line 198, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li ul.errors li {
  padding: 0;
  border: none;
  display: list-item;
}

/* line 202, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.error input[type=text], form fieldset > ol > li.error input[type=password], form fieldset > ol > li.error input[type=email], form fieldset > ol > li.error input[type=number], form fieldset > ol > li.error input[type=url], form fieldset > ol > li.error input[type=tel], form fieldset > ol > li.error textarea {
  border: 1px solid #932419;
}

/* line 209, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form ul.errors {
  background: #fae6e4;
  border-radius: 4px;
  color: #932419;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px;
  list-style: square;
}

/* line 217, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form ul.errors li {
  margin-left: 15px;
  padding: 0;
  border: none;
  display: list-item;
}

/* line 222, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form input[type=submit], form input[type=button], form button {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #838a90;
  background-image: linear-gradient(180deg, #838a90, #414549);
  text-shadow: #000 0 1px 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
  border: solid 1px #484e53;
  border-color: #484e53;
  border-top-color: #616a71;
  border-right-color: #484e53;
  border-bottom-color: #363b3f;
  border-left-color: #484e53;
  color: #efefef;
  cursor: pointer;
}

/* line 12, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
form input.disabled[type=submit], form input.disabled[type=button], form button.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 29, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
form input[type=submit]:not(.disabled):hover, form input[type=button]:not(.disabled):hover, form button:not(.disabled):hover {
  background-color: #8b9297;
  background-image: linear-gradient(180deg, #8b9297, #484d51);
}

/* line 33, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
form input[type=submit]:not(.disabled):active, form input[type=button]:not(.disabled):active, form button:not(.disabled):active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;
  background-color: #71797f;
  background-image: linear-gradient(180deg, #71797f, #35383b);
}

/* line 228, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form .buttons, form .actions {
  margin-top: 15px;
}

/* line 230, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form .buttons input[type=submit], form .buttons input[type=button], form .buttons button, form .actions input[type=submit], form .actions input[type=button], form .actions button {
  margin-right: 10px;
}

/* line 233, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form .actions .create_another {
  float: none;
  margin-bottom: 10px;
}

/* line 237, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form .actions .create_another label {
  float: none;
  display: inline;
}

/* line 243, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset.buttons li, form fieldset.actions li {
  float: left;
  padding: 0;
}

/* line 247, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset.buttons li.cancel a, form fieldset.actions li.cancel a {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: #d3d3d3;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: #fff 0 1px 0;
  color: #5E6469;
}

/* line 12, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
form fieldset.buttons li.cancel a.disabled, form fieldset.actions li.cancel a.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 50, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
form fieldset.buttons li.cancel a:not(.disabled):hover, form fieldset.actions li.cancel a:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
}

/* line 54, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
form fieldset.buttons li.cancel a:not(.disabled):active, form fieldset.actions li.cancel a:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background-color: #F3F3F3;
  background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
}

/* line 257, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar_section label {
  display: block;
  text-transform: uppercase;
  color: #5E6469;
  font-size: 0.9em;
  font-weight: bold;
}

/* line 265, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar_section select {
  width: 240px;
}

/* line 269, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar_section input[type=text], .sidebar_section input[type=password], .sidebar_section input[type=email], .sidebar_section input[type=url], .sidebar_section input[type=tel], .sidebar_section textarea {
  width: 220px;
}

/* line 285, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form .filter_form_field {
  margin-bottom: 10px;
  clear: both;
}

/* line 290, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form .filter_form_field.select_and_search input[type=text] {
  margin-left: 16px;
  width: 88px;
}

/* line 294, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form .filter_form_field.select_and_search select {
  width: 108px;
}

/* line 300, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form .filter_form_field.filter_check_boxes label {
  margin-bottom: 3px;
}

/* line 301, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form .filter_form_field.filter_check_boxes fieldset {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/* line 305, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form .filter_form_field.filter_check_boxes .check_boxes_wrapper label {
  font-weight: normal;
  margin-bottom: 3px;
  text-transform: none;
  font-size: 1.0em;
}

/* line 310, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form .filter_form_field.filter_check_boxes .check_boxes_wrapper label input {
  vertical-align: baseline;
}

/* line 315, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form .filter_form_field.filter_date_range input[type=text] {
  box-sizing: border-box;
  width: 114px;
}

/* line 319, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form .filter_form_field.filter_date_range input[type=text] + input {
  margin-left: 6px;
}

/* line 325, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form a.clear_filters_btn {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: #d3d3d3;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: #fff 0 1px 0;
  color: #5E6469;
}

/* line 12, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
form.filter_form a.clear_filters_btn.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 50, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
form.filter_form a.clear_filters_btn:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
}

/* line 54, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
form.filter_form a.clear_filters_btn:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background-color: #F3F3F3;
  background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
}

/* line 4, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_comments.scss */
.comments .active_admin_comment {
  margin-top: 10px;
  margin-bottom: 20px;
  max-width: 700px;
}

/* line 2, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
.comments .active_admin_comment:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

/* line 10, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_comments.scss */
.comments .active_admin_comment .active_admin_comment_meta {
  width: 130px;
  float: left;
  overflow: hidden;
  font-size: 0.9em;
  color: #767e84;
}

/* line 16, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_comments.scss */
.comments .active_admin_comment .active_admin_comment_meta .active_admin_comment_author {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  color: #5E6469;
}

/* line 23, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_comments.scss */
.comments .active_admin_comment .active_admin_comment_body {
  margin-left: 150px;
}

/* line 27, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_comments.scss */
.comments form.active_admin_comment {
  margin: 0;
  padding: 0;
  margin-left: 150px;
}

/* line 32, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_comments.scss */
.comments form.active_admin_comment fieldset.inputs {
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
}

/* line 38, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_comments.scss */
.comments form.active_admin_comment li {
  padding: 0;
}

/* line 39, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_comments.scss */
.comments form.active_admin_comment fieldset.buttons {
  padding: 0;
  margin-top: 5px;
}

/* line 2, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_flash_messages.scss */
body.logged_in .flash {
  background-color: #f7f1d3;
  background-image: linear-gradient(180deg, #f7f1d3, #f5edc5);
  text-shadow: #fafafa 0 1px 0;
  border-bottom: 1px solid #eee098;
  color: #cb9810;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.0em;
  padding: 13px 30px 11px;
  position: relative;
}

/* line 13, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_flash_messages.scss */
body.logged_in .flash.flash_notice {
  background-color: #dce9dd;
  background-image: linear-gradient(180deg, #dce9dd, #ccdfcd);
  border-bottom: 1px solid #adcbaf;
  color: #416347;
}

/* line 18, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_flash_messages.scss */
body.logged_in .flash.flash_error {
  background-color: #f5e4e4;
  background-image: linear-gradient(180deg, #f5e4e4, #f1dcdc);
  border-bottom: 1px solid #e0c2c0;
  color: #b33c33;
}

/* line 27, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_flash_messages.scss */
body.logged_out .flash {
  box-shadow: none;
  text-shadow: #fff 0 1px 0;
  background: none;
  color: #666;
  font-weight: bold;
  line-height: 1.0em;
  padding: 0;
  margin-bottom: 8px;
}

/* line 2, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker {
  background: #fff;
  background-clip: padding-box;
  color: #fff;
  display: none;
  margin-top: 2px;
  padding: 0;
  text-align: center;
  width: 160px;
}

/* line 12, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker a {
  text-decoration: none;
}

/* line 14, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker a:hover {
  cursor: pointer;
}

/* line 19, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker .ui-datepicker-header {
  height: 14px;
  background-color: #6a7176;
  background-image: linear-gradient(180deg, #6a7176, #4d5256);
  border-bottom: 1px solid #44484b;
  padding: 12px 5px 7px 4px;
  margin: 0px 0px 2px 2px;
  width: 147px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  position: relative;
  z-index: 2000;
}

/* line 30, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker .ui-datepicker-header:before {
  content: "";
  position: absolute;
  right: 45%;
  top: -6px;
  width: 0px;
  height: 0px;
  border-left: 8.5px solid rgba(0, 0, 0, 0);
  border-right: 8.5px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid #676e73;
}

/* line 42, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  text-shadow: #000 0 1px 0;
  color: #fff;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 0.8em;
  text-align: center;
}

/* line 51, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  margin: -4px 0 0 0;
}

/* line 54, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
  margin: -4px 0 0 0;
}

/* line 60, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker .ui-datepicker-header a {
  color: #fff;
  display: block;
  height: 19px;
  margin-top: -4px;
  width: 10px;
}

/* line 67, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev {
  float: left;
  width: 0;
  height: 0;
  margin: 0px 0px 0px 4px;
  border-top: 5px solid transparent;
  border-right: 5px solid white;
  border-bottom: 5px solid transparent;
}

/* line 76, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker .ui-datepicker-header a.ui-datepicker-next {
  float: right;
  width: 0;
  height: 0;
  margin: 0px 4px 0px 0px;
  border-top: 5px solid transparent;
  border-left: 5px solid white;
  border-bottom: 5px solid transparent;
}

/* line 86, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker .ui-datepicker-header a span {
  display: none;
}

/* line 92, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar {
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.26);
  background-color: #f4f4f4;
  border: solid 1px #63686e;
  left: 2px;
  margin-bottom: 0px;
  position: relative;
  top: -2px;
  width: 156px;
}

/* line 103, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar td, .ui-datepicker table.ui-datepicker-calendar th {
  padding: 0px;
  text-align: center;
}

/* line 108, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar thead th {
  background-color: #dbdddf;
  color: #333333;
  font-weight: normal;
  font-size: 0.8em;
  padding-top: 1px;
}

/* line 116, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar tbody {
  color: #666666;
}

/* line 119, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar tbody td {
  border: none;
  height: 24px;
  width: 22px;
}

/* line 124, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar tbody td a {
  border-radius: 3px;
  color: #666666;
  font-weight: bold;
  font-size: 0.85em;
  padding: 4px;
}

/* line 131, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: #5a5f64;
  color: #fff;
}

/* line 134, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-active.ui-state-hover {
  background-color: #5a5f64;
  color: #fff;
}

/* line 139, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-hover {
  background-color: #eceef0;
}

/* line 142, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-highlight {
  background-color: #dbdddf;
}

/* line 4, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table tr td {
  vertical-align: top;
}

/* line 8, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table tr th {
  text-align: left;
}

/* line 15, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table {
  width: 100%;
  margin-bottom: 10px;
  border: 0;
  border-spacing: 0;
}

/* line 21, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table th {
  background-color: #efefef;
  background-image: linear-gradient(180deg, #efefef, #dfe1e2);
  text-shadow: #fff 0 1px 0;
  border: solid 1px #cdcdcd;
  border-color: #d4d4d4;
  border-top-color: #e6e6e6;
  border-right-color: #d4d4d4;
  border-bottom-color: #cdcdcd;
  border-left-color: #d4d4d4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
  font-size: 1em;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0.5em;
  color: #5E6469;
  padding: 5px 10px 3px 10px;
  border-right: none;
  padding-left: 12px;
  padding-right: 12px;
}

/* line 27, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table th a, table.index_table th a:link, table.index_table th a:visited {
  color: #5E6469;
  text-decoration: none;
  display: block;
  white-space: nowrap;
}

/* line 34, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table th.sortable a {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAABGCAYAAAAAVo4aAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAH5JREFUeNpi3LhlOwMU1AExGxDXwARYoHQLEFdD2cxAXAliMKFJgEAFEHfBJEHGMKLhMpgkTsAEdch/NNwCk2xCdiEQtML4LEgCf6EubUX3Cgh0oNvJ+P//f7wOGpUclRwYSZb41CyidNbB8giNM+9oXhmVHHm5bJjUSAABBgDKKiwMMUxPwgAAAABJRU5ErkJggg==") no-repeat 0 4px;
  padding-left: 13px;
}

/* line 38, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table th.sorted-asc a {
  background-position: 0 -27px;
}

/* line 39, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table th.sorted-desc a {
  background-position: 0 -56px;
}

/* line 41, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table th.sorted-asc, table.index_table th.sorted-desc {
  background-color: #e2e2e2;
  background-image: linear-gradient(180deg, #e2e2e2, #d2d4d6);
}

/* line 45, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table th:last-child {
  border-right: solid 1px #d4d4d4;
}

/* line 51, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table tr.even td {
  background: #f4f5f5;
}

/* line 53, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table tr.selected td {
  background: #d9e4ec;
}

/* line 57, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table td {
  padding: 10px 12px 8px 12px;
  border-bottom: 1px solid #e8e8e8;
  vertical-align: top;
}

/* line 66, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.panel_contents table {
  margin-top: 5px;
}

/* line 68, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.panel_contents table th {
  padding-top: 10px;
  background: none;
  color: #5E6469;
  box-shadow: none;
  text-shadow: #fff 0 1px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}

/* line 77, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.panel_contents table tr.odd td {
  background: #ecedee;
}

/* line 78, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.panel_contents table tr.even td {
  background: #f4f5f5;
}

/* line 82, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.attributes_table {
  overflow: hidden;
}

/* line 85, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.attributes_table table col.even {
  background: #f4f5f5;
}

/* line 86, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.attributes_table table col.odd {
  background: #ecedee;
}

/* line 87, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.attributes_table table th, .attributes_table table td {
  padding: 8px 12px 6px 12px;
  vertical-align: top;
  border-bottom: 1px solid #e8e8e8;
}

/* line 92, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.attributes_table table th {
  box-shadow: none;
  background: none;
  width: 150px;
  font-size: 0.9em;
  padding-left: 0;
  text-transform: uppercase;
  color: #5E6469;
  text-shadow: #fff 0 1px 0;
}

/* line 103, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.attributes_table table td .empty {
  color: #bbb;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

/* line 112, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.sidebar_section .attributes_table th {
  width: 50px;
}

/* line 2, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
#collection_selection_toggle_panel:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

/* line 3, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_batch_actions.scss */
#collection_selection_toggle_panel > .resource_selection_toggle_cell {
  float: left;
}

/* line 1, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-widget-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
}

/* line 8, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog {
  position: fixed;
  z-index: 1002;
  background: #f4f4f4;
  border-radius: 4px;
  box-shadow: inset 0 1px 4px #ddd;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
}

/* line 14, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog .ui-dialog-titlebar {
  background-color: #efefef;
  background-image: linear-gradient(180deg, #efefef, #dfe1e2);
  text-shadow: #fff 0 1px 0;
  border: solid 1px #cdcdcd;
  border-color: #d4d4d4;
  border-top-color: #e6e6e6;
  border-right-color: #d4d4d4;
  border-bottom-color: #cdcdcd;
  border-left-color: #d4d4d4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
  font-size: 1em;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0.5em;
  color: #5E6469;
  padding: 5px 10px 3px 10px;
}

/* line 16, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog .ui-dialog-titlebar span {
  font-size: 1.1em;
}

/* line 19, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog ul {
  list-style-type: none;
}

/* line 20, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog li {
  margin: 10px 0;
}

/* line 21, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog label {
  margin-right: 10px;
}

/* line 23, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog .ui-dialog-buttonpane, .ui-dialog form {
  padding: 7px 15px 13px;
}

/* line 27, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog .ui-dialog-buttonpane button {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #838a90;
  background-image: linear-gradient(180deg, #838a90, #414549);
  text-shadow: #000 0 1px 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
  border: solid 1px #484e53;
  border-color: #484e53;
  border-top-color: #616a71;
  border-right-color: #484e53;
  border-bottom-color: #363b3f;
  border-left-color: #484e53;
  color: #efefef;
}

/* line 12, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.ui-dialog .ui-dialog-buttonpane button.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 29, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.ui-dialog .ui-dialog-buttonpane button:not(.disabled):hover {
  background-color: #8b9297;
  background-image: linear-gradient(180deg, #8b9297, #484d51);
}

/* line 33, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.ui-dialog .ui-dialog-buttonpane button:not(.disabled):active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;
  background-color: #71797f;
  background-image: linear-gradient(180deg, #71797f, #35383b);
}

/* line 28, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog .ui-dialog-buttonpane button:last-child {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: #d3d3d3;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: #fff 0 1px 0;
  color: #5E6469;
}

/* line 12, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.ui-dialog .ui-dialog-buttonpane button.disabled:last-child {
  opacity: 0.5;
  cursor: default;
}

/* line 50, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.ui-dialog .ui-dialog-buttonpane button:last-child:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
}

/* line 54, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.ui-dialog .ui-dialog-buttonpane button:last-child:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background-color: #F3F3F3;
  background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
}

/* line 33, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.active_admin_dialog.ui-dialog .ui-dialog-titlebar-close {
  display: none;
}

/* line 1, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
.blank_slate_container {
  clear: both;
  text-align: center;
}

/* line 5, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
.blank_slate_container .blank_slate {
  border-radius: 3px;
  border: 1px dashed #DADADA;
  color: #AAA;
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  padding: 14px 25px;
  text-align: center;
}

/* line 15, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
.blank_slate_container .blank_slate small {
  display: block;
  font-size: 0.9em;
  font-weight: normal;
}

/* line 23, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
.admin_dashboard .blank_slate_container .blank_slate {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* line 28, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
.with_sidebar .blank_slate_container .blank_slate {
  margin-top: 80px;
}

/* line 1, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
.breadcrumb {
  display: block;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.0em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

/* line 9, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active {
  color: #8a949e;
  text-decoration: none;
}

/* line 14, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
.breadcrumb a:hover {
  text-decoration: underline;
}

/* line 16, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
.breadcrumb .breadcrumb_sep {
  margin: 0 2px;
  color: #aab2ba;
}

/* line 1, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu {
  display: inline;
}

/* line 4, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_button {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: #d3d3d3;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: #fff 0 1px 0;
  color: #5E6469;
  position: relative;
  padding-right: 22px !important;
  cursor: pointer;
}

/* line 12, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.dropdown_menu .dropdown_menu_button.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 50, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.dropdown_menu .dropdown_menu_button:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
}

/* line 54, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.dropdown_menu .dropdown_menu_button:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background-color: #F3F3F3;
  background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
}

/* line 10, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_button:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 3px 3px 0;
  border-style: solid;
  border-color: #FFF transparent;
  right: 12px;
  top: 45%;
}

/* line 22, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_button:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 3px 3px 0;
  border-style: solid;
  border-color: #777 transparent;
  right: 12px;
  top: 45%;
}

/* line 35, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_nipple {
  content: "";
  position: absolute;
  top: -6px;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 6px 6px;
  border-style: solid;
  border-color: #545a5e transparent;
  z-index: 100;
}

/* line 51, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_nipple:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 0 5px 5px;
  border-style: solid;
  border-color: #838a90 transparent;
  left: -5px;
  top: 1px;
}

/* line 65, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_nipple:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 0 5px 5px;
  border-style: solid;
  border-color: #686e74 transparent;
  left: -5px;
  top: 2px;
}

/* line 78, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper {
  display: inline-block;
  position: absolute;
  background-color: white;
  padding: 2px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, #838a90 0px 1px 0px 0px inset;
  background-color: #5E6469;
  background-color: #686e74;
  background-image: linear-gradient(180deg, #686e74, #52575c);
  border: solid 1px #464a4e;
  border-top-color: #545a5e;
  border-bottom-color: #35383b;
  border-radius: 4px;
  z-index: 2000;
  display: none;
}

/* line 93, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list {
  display: block;
  background-color: #FFF;
  border: solid 1px #464a4e;
  box-shadow: #6a7176 0px 1px 0px 0px;
  border-radius: 3px;
  margin: 0;
  overflow: hidden;
  padding: 8px;
  list-style-type: none;
  padding: 0;
}

/* line 106, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li {
  display: block;
  border-bottom: solid 1px #ebebeb;
  box-sizing: border-box;
}

/* line 111, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li a {
  display: block;
  box-sizing: padding-box;
  font-size: 0.95em;
  font-weight: bold;
  padding: 7px 16px 5px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}

/* line 121, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li a:hover {
  background-color: #75a1c2;
  background-image: linear-gradient(180deg, #75a1c2, #608cb4);
  text-shadow: #5a83aa 0 1px 0;
  color: #FFF;
}

/* line 127, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li a:active {
  background-color: #608cb4;
  background-image: linear-gradient(180deg, #608cb4, #75a1c2);
  color: #FFF;
}

/* line 135, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:first-child a {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 142, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:last-child {
  border: none;
}

/* line 143, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:last-child a {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* line 1, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_buttons.scss */
a.member_link {
  margin-right: 7px;
  white-space: nowrap;
}

/* line 6, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_buttons.scss */
a.button, a.button:link, a.button:visited, input[type=submit], input[type=button], button {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #838a90;
  background-image: linear-gradient(180deg, #838a90, #414549);
  text-shadow: #000 0 1px 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
  border: solid 1px #484e53;
  border-color: #484e53;
  border-top-color: #616a71;
  border-right-color: #484e53;
  border-bottom-color: #363b3f;
  border-left-color: #484e53;
  color: #efefef;
}

/* line 12, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
a.button.disabled, a.button.disabled:link, a.button.disabled:visited, input.disabled[type=submit], input.disabled[type=button], button.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 29, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
a.button:not(.disabled):hover, a.button:link:not(.disabled):hover, a.button:visited:not(.disabled):hover, input[type=submit]:not(.disabled):hover, input[type=button]:not(.disabled):hover, button:not(.disabled):hover {
  background-color: #8b9297;
  background-image: linear-gradient(180deg, #8b9297, #484d51);
}

/* line 33, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
a.button:not(.disabled):active, a.button:link:not(.disabled):active, a.button:visited:not(.disabled):active, input[type=submit]:not(.disabled):active, input[type=button]:not(.disabled):active, button:not(.disabled):active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;
  background-color: #71797f;
  background-image: linear-gradient(180deg, #71797f, #35383b);
}

/* line 2, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_grid.scss */
table.index_grid td {
  border: none;
  background: none;
  padding: 0 20px 20px 0;
  margin: 0;
}

/* line 5, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_grid.scss */
.columns {
  clear: both;
  padding: 0;
}

/* line 8, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_grid.scss */
.columns .column {
  float: left;
}

/* line 1, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_links.scss */
a, a:link, a:visited {
  color: #38678b;
  text-decoration: underline;
}

/* line 5, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_links.scss */
a:hover {
  text-decoration: none;
}

/* line 1, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.paginated_collection_contents {
  clear: both;
}

/* line 5, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination {
  float: right;
  font-size: 0.9em;
  margin-left: 10px;
}

/* line 10, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination a {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: #d3d3d3;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: #fff 0 1px 0;
  color: #5E6469;
}

/* line 12, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.pagination a.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 50, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.pagination a:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
}

/* line 54, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.pagination a:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background-color: #F3F3F3;
  background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
}

/* line 14, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination span.page.current {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #838a90;
  background-image: linear-gradient(180deg, #838a90, #414549);
  text-shadow: #000 0 1px 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
  border: solid 1px #484e53;
  border-color: #484e53;
  border-top-color: #616a71;
  border-right-color: #484e53;
  border-bottom-color: #363b3f;
  border-left-color: #484e53;
  color: #efefef;
}

/* line 12, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.pagination span.page.current.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 29, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.pagination span.page.current:not(.disabled):hover {
  background-color: #8b9297;
  background-image: linear-gradient(180deg, #8b9297, #484d51);
}

/* line 33, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.pagination span.page.current:not(.disabled):active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;
  background-color: #71797f;
  background-image: linear-gradient(180deg, #71797f, #35383b);
}

/* line 18, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination a, .pagination span.page.current {
  border-radius: 0px;
  margin-right: 4px;
  padding: 2px 5px;
}

/* line 25, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination_information {
  float: right;
  margin-bottom: 5px;
  color: #b3bcc1;
}

/* line 29, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination_information b {
  color: #5c6469;
}

/* line 32, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.download_links {
  float: left;
}

/* line 36, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination_per_page {
  float: right;
  margin-left: 4px;
}

/* line 39, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination_per_page select {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: #d3d3d3;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: #fff 0 1px 0;
  color: #5E6469;
  border-radius: 0px;
  padding: 1px 5px;
}

/* line 12, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.pagination_per_page select.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 50, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.pagination_per_page select:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
}

/* line 54, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.pagination_per_page select:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background-color: #F3F3F3;
  background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
}

/* line 47, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.comments .pagination {
  float: left;
  margin-bottom: 30px;
}

/* line 51, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.comments .pagination_information {
  float: left;
  color: #000;
}

/* line 2, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_panels.scss */
.section, .panel {
  background: #f4f4f4;
  border-radius: 4px;
  box-shadow: inset 0 1px 4px #ddd;
  margin-bottom: 20px;
}

/* line 27, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
.section > h3, .panel > h3 {
  background-color: #efefef;
  background-image: linear-gradient(180deg, #efefef, #dfe1e2);
  text-shadow: #fff 0 1px 0;
  border: solid 1px #cdcdcd;
  border-color: #d4d4d4;
  border-top-color: #e6e6e6;
  border-right-color: #d4d4d4;
  border-bottom-color: #cdcdcd;
  border-left-color: #d4d4d4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
  font-size: 1em;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0.5em;
  color: #5E6469;
  padding: 5px 10px 3px 10px;
}

/* line 30, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
.section > h3 .header_action, .panel > h3 .header_action {
  float: right;
}

/* line 35, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
.section > div, .panel > div {
  padding: 3px 15px 15px 15px;
}

/* line 37, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
.section hr, .panel hr {
  border: none;
  border-bottom: 1px solid #E8E8E8;
}

/* line 6, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_panels.scss */
.sidebar_section {
  background: #f4f4f4;
  border-radius: 4px;
  box-shadow: inset 0 1px 4px #ddd;
  margin-bottom: 20px;
}

/* line 27, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
.sidebar_section > h3 {
  background-color: #efefef;
  background-image: linear-gradient(180deg, #efefef, #dfe1e2);
  text-shadow: #fff 0 1px 0;
  border: solid 1px #cdcdcd;
  border-color: #d4d4d4;
  border-top-color: #e6e6e6;
  border-right-color: #d4d4d4;
  border-bottom-color: #cdcdcd;
  border-left-color: #d4d4d4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
  font-size: 1em;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0.5em;
  color: #5E6469;
  padding: 5px 10px 3px 10px;
}

/* line 30, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
.sidebar_section > h3 .header_action {
  float: right;
}

/* line 35, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
.sidebar_section > div {
  padding: 3px 15px 15px 15px;
}

/* line 37, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
.sidebar_section hr {
  border: none;
  border-bottom: 1px solid #E8E8E8;
}

/* line 1, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_columns.scss */
.columns {
  margin-bottom: 10px;
}

/* line 3, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_scopes.scss */
.scopes li .count {
  color: #8e979e;
  font-weight: normal;
  font-size: 0.9em;
  line-height: 10px;
}

/* line 9, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_scopes.scss */
.scopes li:first-child a {
  margin-left: 10px;
}

/* line 1, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_status_tags.scss */
.status_tag {
  background: #cacaca;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 3px 5px 2px 5px;
  font-size: 0.8em;
}

/* line 9, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_status_tags.scss */
.status_tag.yes {
  background: #6090DB;
}

/* line 10, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_status_tags.scss */
.status_tag.no {
  background: grey;
}

/* line 1, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools {
  margin-bottom: 16px;
}

/* line 2, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
.table_tools:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

/* line 6, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools .dropdown_menu {
  float: left;
}

/* line 10, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
a.table_tools_button, .table_tools .dropdown_menu_button {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: #d3d3d3;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: #fff 0 1px 0;
  color: #5E6469;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F0F0F0);
  border-color: #d0d0d0;
  border-top-color: #d9d9d9;
  border-right-color: #d0d0d0;
  border-bottom-color: #c5c5c5;
  border-left-color: #d0d0d0;
  font-size: 0.9em;
  padding: 4px 14px 4px;
  margin: 0;
}

/* line 12, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
a.table_tools_button.disabled, .table_tools .dropdown_menu_button.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 50, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
a.table_tools_button:not(.disabled):hover, .table_tools .dropdown_menu_button:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
}

/* line 54, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
a.table_tools_button:not(.disabled):active, .table_tools .dropdown_menu_button:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background-color: #F3F3F3;
  background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
}

/* line 19, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
a.table_tools_button:not(.disabled):hover, .table_tools .dropdown_menu_button:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F6F6F6);
}

/* line 23, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
a.table_tools_button:not(.disabled):active, .table_tools .dropdown_menu_button:not(.disabled):active {
  border-color: #c8c8c8;
  border-top-color: #d7d7d7;
  border-right-color: #c8c8c8;
  border-bottom-color: #c3c3c3;
  border-left-color: #c8c8c8;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.17) inset;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #E8E8E8);
}

/* line 31, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools_segmented_control {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* line 36, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools_segmented_control li {
  float: left;
}

/* line 39, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools_segmented_control li a {
  border-width: 1px .5px 1px .5px;
  border-radius: 0;
}

/* line 44, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools_segmented_control li:first-child a {
  border-left-width: 1px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

/* line 50, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools_segmented_control li:last-child a {
  border-right-width: 1px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

/* line 56, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools_segmented_control li.selected a {
  background-color: #F0F0F0;
  background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
  cursor: default;
}

/* line 61, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools_segmented_control li.selected a:hover {
  background-color: #F0F0F0;
  background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD);
}

/* line 1, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_index_list.scss */
.indexes {
  float: right;
}

/* line 5, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_index_list.scss */
.indexes li .count {
  color: #8e979e;
  font-weight: normal;
  font-size: 0.9em;
  line-height: 10px;
}

/* line 1, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_unsupported_browser.scss */
.unsupported_browser {
  padding: 10px 30px;
  color: #211e14;
  background-color: #fae692;
  background-color: #feefae;
  background-image: linear-gradient(180deg, #feefae, #fae692);
  border-bottom: 1px solid #b3a569;
}

/* line 8, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_unsupported_browser.scss */
.unsupported_browser h1 {
  font-size: 13px;
  font-weight: bold;
}

/* line 13, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_unsupported_browser.scss */
.unsupported_browser p {
  margin-bottom: 0.5em;
}

/* line 1, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
.ui-tabs-nav {
  list-style: none;
  display: block;
  width: auto;
  margin-bottom: -12px;
  padding-left: 0;
  overflow: auto;
  margin-left: 15px;
}

/* line 10, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
.ui-tabs-nav li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
}

/* line 17, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
.ui-tabs-nav li:first-child a {
  border-left-width: 1px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

/* line 23, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
.ui-tabs-nav li:last-child a {
  border-right-width: 1px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

/* line 29, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
.ui-tabs-nav li a {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: #d3d3d3;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: #fff 0 1px 0;
  color: #5E6469;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F0F0F0);
  border-color: #d0d0d0;
  border-top-color: #d9d9d9;
  border-right-color: #d0d0d0;
  border-bottom-color: #c5c5c5;
  border-left-color: #d0d0d0;
  text-decoration: none;
  border-radius: 0;
  border-width: 1px .5px 1px .5px;
  margin-right: 0;
  padding: 4px 14px 4px;
}

/* line 12, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.ui-tabs-nav li a.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 50, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.ui-tabs-nav li a:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
}

/* line 54, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.ui-tabs-nav li a:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background-color: #F3F3F3;
  background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
}

/* line 40, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
.ui-tabs-nav li a:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F6F6F6);
}

/* line 47, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
.ui-tabs-nav li.ui-tabs-active a {
  cursor: default;
  background-color: #F0F0F0;
  background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
}

/* line 52, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
.ui-tabs-nav li.ui-tabs-active a a:hover {
  background-color: #F0F0F0;
  background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD);
}

/* line 60, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
.tab-content {
  border: 1px solid #D3D3D3;
  padding: 15px;
  padding-top: 30px;
  text-align: left;
}

/* line 1, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out {
  background: #e8e9ea;
}

/* line 4, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #content_wrapper {
  width: 500px;
  margin: 70px auto;
}

/* line 7, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #content_wrapper #active_admin_content {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
  background: #fff;
  padding: 13px 30px;
}

/* line 14, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out h2 {
  background-color: #efefef;
  background-image: linear-gradient(180deg, #efefef, #dfe1e2);
  text-shadow: #fff 0 1px 0;
  border: solid 1px #cdcdcd;
  border-color: #d4d4d4;
  border-top-color: #e6e6e6;
  border-right-color: #d4d4d4;
  border-bottom-color: #cdcdcd;
  border-left-color: #d4d4d4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
  font-size: 1em;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0.5em;
  color: #5E6469;
  padding: 5px 10px 3px 10px;
  background-color: #6a7176;
  background-image: linear-gradient(180deg, #6a7176, #4d5256);
  border-bottom: 1px solid #44484b;
  text-shadow: #000 0 1px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border: none;
  color: #fff;
  margin: -13px -30px 20px -30px;
}

/* line 24, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #login {
  /* Login Form */
}

/* line 27, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #login form fieldset {
  box-shadow: none;
  background: none;
  padding: 0;
  margin-bottom: 0;
}

/* line 31, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #login form fieldset li {
  padding: 10px 0;
}

/* line 33, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #login form fieldset input[type=text], body.logged_out #login form fieldset input[type=email], body.logged_out #login form fieldset input[type=password] {
  width: 70%;
}

/* line 36, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #login form fieldset.buttons {
  margin-left: 20%;
}

/* line 41, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #login a {
  float: right;
  margin-top: -32px;
}

/* line 1, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_footer.scss */
#footer {
  padding: 30px 30px;
  font-size: 0.8em;
  clear: both;
}

/* line 6, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_footer.scss */
#footer p {
  padding-top: 10px;
}

/* line 12, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_footer.scss */
#index_footer {
  padding-top: 5px;
  text-align: right;
  font-size: 0.85em;
}

/* line 14, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_footer.scss */
.index_content {
  clear: both;
}

/* line 1, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
#wrapper {
  width: 100%;
}

/* line 5, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
.index #wrapper {
  display: table;
}

/* line 9, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
#active_admin_content {
  margin: 0;
  padding: 30px;
}

/* line 13, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
#active_admin_content #main_content_wrapper {
  float: left;
  width: 100%;
}

/* line 17, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
#active_admin_content #main_content_wrapper #main_content {
  margin-right: 300px;
}

/* line 22, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
#active_admin_content.without_sidebar #main_content_wrapper #main_content {
  margin-right: 0;
}

/* line 24, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
#active_admin_content #sidebar {
  float: left;
  width: 270px;
  margin-left: -270px;
}

/* line 1, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
#title_bar {
  background-color: #efefef;
  background-image: linear-gradient(180deg, #efefef, #dfe1e2);
  text-shadow: #fff 0 1px 0;
  border: solid 1px #cdcdcd;
  border-color: #d4d4d4;
  border-top-color: #e6e6e6;
  border-right-color: #d4d4d4;
  border-bottom-color: #cdcdcd;
  border-left-color: #d4d4d4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
  font-size: 1em;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0.5em;
  color: #5E6469;
  padding: 5px 10px 3px 10px;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
  display: table;
  border-bottom-color: #EEE;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 10px 30px;
  z-index: 800;
}

/* line 2, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
#title_bar:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

/* line 14, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
#title_bar #titlebar_left, #title_bar #titlebar_right {
  height: 50px;
  vertical-align: middle;
  display: table-cell;
}

/* line 20, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
#title_bar #titlebar_right {
  text-align: right;
}

/* line 24, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
#title_bar h2 {
  margin: 0;
  padding: 0;
  font-size: 2.6em;
  line-height: 100%;
  font-weight: bold;
}

/* line 34, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
#title_bar .action_items span.action_item > a, #title_bar .action_items span.action_item > .dropdown_menu > a {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: #d3d3d3;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: #fff 0 1px 0;
  color: #5E6469;
  padding: 12px 17px 10px;
  margin: 0px;
}

/* line 12, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
#title_bar .action_items span.action_item > a.disabled, #title_bar .action_items span.action_item > .dropdown_menu > a.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 50, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
#title_bar .action_items span.action_item > a:not(.disabled):hover, #title_bar .action_items span.action_item > .dropdown_menu > a:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
}

/* line 54, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
#title_bar .action_items span.action_item > a:not(.disabled):active, #title_bar .action_items span.action_item > .dropdown_menu > a:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background-color: #F3F3F3;
  background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
}

/* line 35, ../../../shared/bundle/admin/ruby/3.0.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_base.scss */
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-size: 72%;
  background: #FFF;
  color: #323537;
}

/* reset styling (prevent conflicts with bootstrap, materialize.css, etc.) */
/* line 3, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor .jsoneditor-search input {
  height: auto;
  border: inherit;
}

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

/* line 13, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor table {
  border-collapse: collapse;
  width: auto;
}

/* line 18, 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, 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, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-field p,
div.jsoneditor-value p {
  margin: 0;
}

/* line 47, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value {
  word-break: break-word;
}

/* line 51, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-readonly {
  min-width: 16px;
  color: gray;
}

/* line 56, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-empty {
  border-color: lightgray;
  border-style: dashed;
  border-radius: 2px;
}

/* line 62, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-field.jsoneditor-empty::after,
div.jsoneditor-value.jsoneditor-empty::after {
  pointer-events: none;
  color: lightgray;
  font-size: 8pt;
}

/* line 69, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-field.jsoneditor-empty::after {
  content: "field";
}

/* line 73, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value.jsoneditor-empty::after {
  content: "value";
}

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

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

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

/* line 94, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor td.jsoneditor-separator {
  padding: 3px 0;
  vertical-align: top;
  color: gray;
}

/* line 100, 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, 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, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value.jsoneditor-string {
  color: #008000;
}

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

/* line 132, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value.jsoneditor-number {
  color: #ee422e;
}

/* line 136, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value.jsoneditor-boolean {
  color: #ff8c00;
}

/* line 140, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value.jsoneditor-null {
  color: #004ED0;
}

/* line 144, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-value.jsoneditor-invalid {
  color: #000000;
}

/* line 148, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree button {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  background: transparent url("img/jsoneditor-icons.svg");
}

/* line 158, 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, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree button.jsoneditor-collapsed {
  background-position: 0 -48px;
}

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

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

/* line 175, 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, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree *:focus {
  outline: none;
}

/* line 186, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree 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, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree button.jsoneditor-invisible {
  visibility: hidden;
  background: none;
}

/* line 200, 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 213, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree table.jsoneditor-tree {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0;
}

/* line 220, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-outer {
  position: static;
  width: 100%;
  height: 100%;
  margin: -35px 0 0 0;
  padding: 35px 0 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 231, vendor/assets/stylesheets/jsoneditor.scss */
textarea.jsoneditor-text,
.ace-jsoneditor {
  min-height: 150px;
}

/* line 236, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
}

/* line 243, 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 256, vendor/assets/stylesheets/jsoneditor.scss */
tr.jsoneditor-highlight,
tr.jsoneditor-selected {
  background-color: #e6e6e6;
}

/* line 261, vendor/assets/stylesheets/jsoneditor.scss */
tr.jsoneditor-selected button.jsoneditor-dragarea,
tr.jsoneditor-selected button.jsoneditor-contextmenu {
  visibility: hidden;
}

/* line 266, vendor/assets/stylesheets/jsoneditor.scss */
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea,
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu {
  visibility: visible;
}

/* line 271, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree button.jsoneditor-dragarea {
  background: url("img/jsoneditor-icons.svg") -72px -72px;
  cursor: move;
}

/* line 276, 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 282, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor tr,
div.jsoneditor th,
div.jsoneditor td {
  padding: 0;
  margin: 0;
}

/* line 289, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor td {
  vertical-align: top;
}

/* line 293, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor td.jsoneditor-tree {
  vertical-align: top;
}

/* line 297, 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: droid sans mono, consolas, monospace, courier new, courier, sans-serif;
  font-size: 10pt;
  color: #1A1A1A;
}

/* popover */
/* line 310, 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 321, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-tree .jsoneditor-schema-error {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 4px 0 0;
  background: url("img/jsoneditor-icons.svg") -168px -48px;
}

/* line 329, 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 341, vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-above {
  bottom: 32px;
  left: -98px;
}

/* line 346, vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-below {
  top: 32px;
  left: -98px;
}

/* line 351, vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-left {
  top: -7px;
  right: 32px;
}

/* line 356, vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-right {
  top: -7px;
  left: 32px;
}

/* line 361, 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 371, vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-above:before {
  border-top: 7px solid #4c4c4c;
  bottom: -7px;
}

/* line 376, vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-below:before {
  border-bottom: 7px solid #4c4c4c;
  top: -7px;
}

/* line 381, 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 394, 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 406, 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 435, vendor/assets/stylesheets/jsoneditor.scss */
  from {
    opacity: 0;
  }
  /* line 439, 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 470, vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor .jsoneditor-text-errors {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffef8b;
  border-top: 1px solid #ffd700;
}

/* line 477, vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor .jsoneditor-text-errors td {
  padding: 3px 6px;
  vertical-align: middle;
}

/* line 482, vendor/assets/stylesheets/jsoneditor.scss */
.jsoneditor-text-errors .jsoneditor-schema-error {
  border: none;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 4px 0 0;
  background: url("img/jsoneditor-icons.svg") -168px -48px;
}

/* ContextMenu - main menu */
/* line 492, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu-root {
  position: relative;
  width: 0;
  height: 0;
}

/* line 498, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu {
  position: absolute;
  box-sizing: content-box;
  z-index: 99999;
}

/* line 504, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu ul,
div.jsoneditor-contextmenu li {
  box-sizing: content-box;
}

/* line 509, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu ul {
  position: relative;
  left: 0;
  top: 0;
  width: 124px;
  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 522, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu ul li button {
  padding: 0;
  margin: 0;
  width: 124px;
  height: 24px;
  border: none;
  cursor: pointer;
  color: #4d4d4d;
  background: transparent;
  font-size: 10pt;
  font-family: arial, sans-serif;
  box-sizing: border-box;
  line-height: 26px;
  text-align: left;
}

/* Fix button padding in firefox */
/* line 540, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu ul li button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 545, 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 552, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu ul li button.jsoneditor-default {
  width: 92px;
}

/* line 556, 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 563, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu div.jsoneditor-icon {
  float: left;
  width: 24px;
  height: 24px;
  border: none;
  padding: 0;
  margin: 0;
  background-image: url("img/jsoneditor-icons.svg");
}

/* line 573, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu ul li button div.jsoneditor-expand {
  float: right;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 4px 0 0;
  background: url("img/jsoneditor-icons.svg") 0 -72px;
  opacity: 0.4;
}

/* line 583, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu ul li button:hover div.jsoneditor-expand,
div.jsoneditor-contextmenu ul li button:focus div.jsoneditor-expand,
div.jsoneditor-contextmenu ul li.jsoneditor-selected div.jsoneditor-expand,
div.jsoneditor-contextmenu ul li button.jsoneditor-expand:hover div.jsoneditor-expand,
div.jsoneditor-contextmenu ul li button.jsoneditor-expand:focus div.jsoneditor-expand {
  opacity: 1;
}

/* line 591, 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 598, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-remove > div.jsoneditor-icon {
  background-position: -24px -24px;
}

/* line 602, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-remove:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-remove:focus > div.jsoneditor-icon {
  background-position: -24px 0;
}

/* line 607, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-append > div.jsoneditor-icon {
  background-position: 0 -24px;
}

/* line 611, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-append:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-append:focus > div.jsoneditor-icon {
  background-position: 0 0;
}

/* line 616, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-insert > div.jsoneditor-icon {
  background-position: 0 -24px;
}

/* line 620, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-insert:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-insert:focus > div.jsoneditor-icon {
  background-position: 0 0;
}

/* line 625, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-duplicate > div.jsoneditor-icon {
  background-position: -48px -24px;
}

/* line 629, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-duplicate:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-duplicate:focus > div.jsoneditor-icon {
  background-position: -48px 0;
}

/* line 634, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-sort-asc > div.jsoneditor-icon {
  background-position: -168px -24px;
}

/* line 638, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-sort-asc:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-sort-asc:focus > div.jsoneditor-icon {
  background-position: -168px 0;
}

/* line 643, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-sort-desc > div.jsoneditor-icon {
  background-position: -192px -24px;
}

/* line 647, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-sort-desc:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-sort-desc:focus > div.jsoneditor-icon {
  background-position: -192px 0;
}

/* ContextMenu - sub menu */
/* line 654, 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 661, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu ul li {
  overflow: hidden;
}

/* line 665, 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 682, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu ul li ul li button {
  padding-left: 24px;
  animation: all ease-in-out 1s;
}

/* line 687, 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 692, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-type-string > div.jsoneditor-icon {
  background-position: -144px -24px;
}

/* line 696, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-type-string:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-string:focus > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-string.jsoneditor-selected > div.jsoneditor-icon {
  background-position: -144px 0;
}

/* line 702, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-type-auto > div.jsoneditor-icon {
  background-position: -120px -24px;
}

/* line 706, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-type-auto:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-auto:focus > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-auto.jsoneditor-selected > div.jsoneditor-icon {
  background-position: -120px 0;
}

/* line 712, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-type-object > div.jsoneditor-icon {
  background-position: -72px -24px;
}

/* line 716, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-type-object:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-object:focus > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-object.jsoneditor-selected > div.jsoneditor-icon {
  background-position: -72px 0;
}

/* line 722, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-type-array > div.jsoneditor-icon {
  background-position: -96px -24px;
}

/* line 726, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-type-array:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-array:focus > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-array.jsoneditor-selected > div.jsoneditor-icon {
  background-position: -96px 0;
}

/* line 732, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-contextmenu button.jsoneditor-type-modes > div.jsoneditor-icon {
  background-image: none;
  width: 6px;
}

/* line 736, 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 749, 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("img/jsoneditor-icons.svg");
  color: white;
  opacity: 0.8;
  font-family: arial, sans-serif;
  font-size: 10pt;
  float: left;
}

/* line 765, 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 771, 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 778, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button:disabled,
div.jsoneditor-menu > div.jsoneditor-modes > button:disabled {
  opacity: 0.5;
}

/* line 783, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button.jsoneditor-collapse-all {
  background-position: 0 -96px;
}

/* line 787, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button.jsoneditor-expand-all {
  background-position: 0 -120px;
}

/* line 791, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button.jsoneditor-undo {
  background-position: -24px -96px;
}

/* line 795, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button.jsoneditor-undo:disabled {
  background-position: -24px -120px;
}

/* line 799, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button.jsoneditor-redo {
  background-position: -48px -96px;
}

/* line 803, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button.jsoneditor-redo:disabled {
  background-position: -48px -120px;
}

/* line 807, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button.jsoneditor-compact {
  background-position: -72px -96px;
}

/* line 811, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button.jsoneditor-format {
  background-position: -72px -120px;
}

/* line 815, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > div.jsoneditor-modes {
  display: inline-block;
  float: left;
}

/* line 820, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > div.jsoneditor-modes > button {
  background-image: none;
  width: auto;
  padding-left: 6px;
  padding-right: 6px;
}

/* line 827, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu > button.jsoneditor-separator,
div.jsoneditor-menu > div.jsoneditor-modes > button.jsoneditor-separator {
  margin-left: 10px;
}

/* line 832, 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 840, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu a:hover {
  opacity: 1;
}

/* line 844, vendor/assets/stylesheets/jsoneditor.scss */
div.jsoneditor-menu a.jsoneditor-poweredBy {
  font-size: 8pt;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
}

/* line 851, 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 860, vendor/assets/stylesheets/jsoneditor.scss */
table.jsoneditor-search div.jsoneditor-results {
  color: white;
  padding-right: 5px;
  line-height: 24px;
}

/* line 866, vendor/assets/stylesheets/jsoneditor.scss */
table.jsoneditor-search {
  position: absolute;
  right: 4px;
  top: 4px;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 874, vendor/assets/stylesheets/jsoneditor.scss */
table.jsoneditor-search div.jsoneditor-frame {
  border: 1px solid transparent;
  background-color: white;
  padding: 0 2px;
  margin: 0;
}

/* line 881, vendor/assets/stylesheets/jsoneditor.scss */
table.jsoneditor-search div.jsoneditor-frame table {
  border-collapse: collapse;
}

/* line 885, vendor/assets/stylesheets/jsoneditor.scss */
table.jsoneditor-search input {
  width: 120px;
  border: none;
  outline: none;
  margin: 1px;
  line-height: 20px;
}

/* line 893, vendor/assets/stylesheets/jsoneditor.scss */
table.jsoneditor-search button {
  width: 16px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: none;
  background: url("img/jsoneditor-icons.svg");
  vertical-align: top;
}

/* line 903, vendor/assets/stylesheets/jsoneditor.scss */
table.jsoneditor-search button:hover {
  background-color: transparent;
}

/* line 907, vendor/assets/stylesheets/jsoneditor.scss */
table.jsoneditor-search button.jsoneditor-refresh {
  width: 18px;
  background-position: -99px -73px;
}

/* line 912, vendor/assets/stylesheets/jsoneditor.scss */
table.jsoneditor-search button.jsoneditor-next {
  cursor: pointer;
  background-position: -124px -73px;
}

/* line 917, vendor/assets/stylesheets/jsoneditor.scss */
table.jsoneditor-search button.jsoneditor-next:hover {
  background-position: -124px -49px;
}

/* line 921, vendor/assets/stylesheets/jsoneditor.scss */
table.jsoneditor-search button.jsoneditor-previous {
  cursor: pointer;
  background-position: -148px -73px;
  margin-right: 2px;
}

/* line 927, vendor/assets/stylesheets/jsoneditor.scss */
table.jsoneditor-search button.jsoneditor-previous:hover {
  background-position: -148px -49px;
}

/* line 22, app/assets/stylesheets/active_admin.scss */
.col-image img {
  height: auto;
  width: auto;
  max-width: 64px;
  max-height: 64px;
}

/* line 30, app/assets/stylesheets/active_admin.scss */
#item_image_input img,
.row-image td img {
  height: auto;
  width: auto;
  max-width: 320px;
  max-height: 320px;
}

/* line 39, app/assets/stylesheets/active_admin.scss */
.jsoneditor-container table, .jsoneditor-contextmenu table {
  width: auto;
  margin: 0;
}

/* line 44, app/assets/stylesheets/active_admin.scss */
.jsoneditor-container button, .jsoneditor-container button:hover, .jsoneditor-container .menu button, .jsoneditor-container .menu button:hover, .jsoneditor-contextmenu button, .jsoneditor-contextmenu button:hover, .jsoneditor-contextmenu .menu button, .jsoneditor-contextmenu .menu button:hover {
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

/* line 51, app/assets/stylesheets/active_admin.scss */
.jsoneditor-container {
  margin-left: 20%;
  width: 80%;
}

/* line 57, app/assets/stylesheets/active_admin.scss */
.jsoneditor-container {
  height: 500px;
}
