@charset "UTF-8";
/* line 1, app/assets/stylesheets/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, app/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, app/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, app/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

/* line 25, app/assets/stylesheets/select2.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 28, app/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 35, app/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

/* line 39, app/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

/* line 43, app/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

/* line 57, app/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 60, app/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 71, app/assets/stylesheets/select2.css */
.select2-results {
  display: block;
}

/* line 74, app/assets/stylesheets/select2.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 79, app/assets/stylesheets/select2.css */
.select2-results__option {
  padding: 0px;
  padding-left: 6px;
  padding-right: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 86, app/assets/stylesheets/select2.css */
.select2-results__option--selectable {
  cursor: pointer;
}

/* line 89, app/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 92, app/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 97, app/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 102, app/assets/stylesheets/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
  background-color: #efefef;
}

/* line 107, app/assets/stylesheets/select2.css */
.select2-search--dropdown input {
  margin-bottom: 4px;
}

/* line 110, app/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 114, app/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 116, app/assets/stylesheets/select2.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 119, app/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 136, app/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 148, app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 152, app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 155, app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

/* line 162, app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 164, app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 170, app/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 182, app/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 185, app/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 189, app/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 192, app/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 195, app/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 199, app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

/* line 207, app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

/* line 209, app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

/* line 218, app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

/* line 234, app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

/* line 238, app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 252, app/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

/* line 257, app/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 261, app/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

/* line 265, app/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 273, app/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

/* line 278, app/assets/stylesheets/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 282, app/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 286, app/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 289, app/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 293, app/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 297, app/assets/stylesheets/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 300, app/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 307, app/assets/stylesheets/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 311, app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 313, app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 315, app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 318, app/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 321, app/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 324, app/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 327, app/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 331, app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option--group {
  padding: 0;
}

/* line 334, app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option--disabled {
  color: #999;
}

/* line 337, app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

/* line 340, app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

/* line 344, app/assets/stylesheets/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 349, app/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 359, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 361, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 364, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

/* line 370, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 372, app/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 388, app/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 400, app/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 403, app/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 412, app/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 414, app/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 417, app/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 421, app/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 431, app/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 441, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

/* line 449, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 451, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 453, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

/* line 461, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

/* line 465, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

/* line 475, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

/* line 479, app/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 483, app/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

/* line 487, app/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 493, app/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 496, app/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 501, app/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 506, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 510, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 514, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 518, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 521, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 524, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 528, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option--group {
  padding: 0;
}

/* line 531, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

/* line 534, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

/* line 538, app/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 543, app/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

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

/* line 19, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}

/* line 23, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/
/* line 34, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker button {
  border: none !important;
}

/* line 38, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 48, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_noselect::selection {
  background: transparent;
}

/* line 49, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_noselect::-moz-selection {
  background: transparent;
}

/* line 51, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

/* line 57, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* line 64, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

/* line 68, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

/* line 72, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

/* line 77, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

/* line 83, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

/* line 87, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

/* line 94, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

/* line 100, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

/* line 105, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center;
}

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

/* line 117, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

/* line 126, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

/* line 130, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

/* line 136, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

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

/* line 162, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

/* line 172, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}

/* line 179, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

/* line 185, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

/* line 191, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}

/* line 204, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}

/* line 208, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

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

/* line 231, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

/* line 235, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0;
}

/* line 239, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

/* line 251, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

/* line 252, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

/* line 253, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

/* line 258, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

/* line 263, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* line 270, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

/* line 275, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

/* line 279, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

/* line 284, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

/* line 290, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

/* line 294, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

/* line 298, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

/* line 311, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

/* line 315, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

/* line 319, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff;
}

/* line 323, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

/* line 328, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

/* line 334, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* line 343, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}

/* line 351, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

/* line 356, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}

/* line 363, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #33aaff !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important;
}

/* line 370, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  box-shadow: inherit !important;
}

/* line 377, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

/* line 384, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

/* line 392, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

/* line 393, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

/* line 395, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

/* line 399, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

/* line 404, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

/* line 412, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

/* line 416, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_scroller_box {
  position: relative;
}

/* line 420, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}

/* line 430, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}

/* line 433, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}

/* line 439, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

/* line 442, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

/* line 447, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

/* line 452, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

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

/* line 465, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}

/* line 472, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

/* line 476, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}

/* line 480, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

/* line 485, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

/* line 491, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

/* line 499, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}

/* line 505, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

/* line 509, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

/* line 510, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}

/* line 511, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

/* line 513, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

/* line 517, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

/* line 520, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 102, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble .swatch.clear {
  background-color: #fff;
}

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

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

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

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

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

/* line 147, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble.force-left {
  left: -178px;
}

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

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

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

/* line 2, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/inputs/date-time-picker-filter.scss */
.filter_date_time_picker_filter li {
  list-style: none;
  margin-bottom: 5px;
}

/* line 5, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/inputs/date-time-picker-filter.scss */
.filter_date_time_picker_filter li label {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 17, vendor/bundle/ruby/3.3.0/gems/activeadmin_addons-1.10.1/app/assets/stylesheets/activeadmin_addons/all.scss */
li.error .select2-selection {
  border-color: #932419;
}

/* Active Admin CSS */
@media screen {
  /*! normalize.css v8.0.1 | 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 iOS.
 */
  /* line 11, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
  }
  /* Sections
   ========================================================================== */
  /**
 * Remove the margin in all browsers.
 */
  /* line 23, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  body {
    margin: 0;
  }
  /**
 * Render the `main` element consistently in IE.
 */
  /* line 31, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  main {
    display: block;
  }
  /**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
  /* line 40, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  /* Grouping content
   ========================================================================== */
  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
  /* line 53, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 64, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }
  /* Text-level semantics
   ========================================================================== */
  /**
 * Remove the gray background on active links in IE 10.
 */
  /* line 76, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  a {
    background-color: transparent;
  }
  /**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  /* line 85, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
  }
  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  /* line 95, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 105, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }
  /**
 * Add the correct font size in all browsers.
 */
  /* line 116, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 125, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  /* line 133, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  sub {
    bottom: -0.25em;
  }
  /* line 137, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  sup {
    top: -0.5em;
  }
  /* Embedded content
   ========================================================================== */
  /**
 * Remove the border on images inside links in IE 10.
 */
  /* line 148, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  img {
    border-style: none;
  }
  /* Forms
   ========================================================================== */
  /**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
  /* line 160, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 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 176, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 186, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  button,
select {
    /* 1 */
    text-transform: none;
  }
  /**
 * Correct the inability to style clickable types in iOS and Safari.
 */
  /* line 195, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
  }
  /**
 * Remove the inner border and padding in Firefox.
 */
  /* line 206, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 218, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 229, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 240, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 */
  }
  /**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  /* line 253, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  progress {
    vertical-align: baseline;
  }
  /**
 * Remove the default vertical scrollbar in IE 10+.
 */
  /* line 261, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 270, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 280, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 290, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
  }
  /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
  /* line 299, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  [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 308, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
  }
  /* Interactive
   ========================================================================== */
  /*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
  /* line 320, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  details {
    display: block;
  }
  /*
 * Add the correct display in all browsers.
 */
  /* line 328, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  summary {
    display: list-item;
  }
  /* Misc
   ========================================================================== */
  /**
 * Add the correct display in IE 10+.
 */
  /* line 339, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  template {
    display: none;
  }
  /**
 * Add the correct display in IE 10.
 */
  /* line 347, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  [hidden] {
    display: none;
  }
  /* line 27, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  html {
    font-size: 100.01%;
  }
  /* line 28, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  body {
    font-size: 75%;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  }
  /* line 31, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #5E6469;
  }
  /* line 34, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0;
  }
  /* line 37, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  h1 {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.5em;
  }
  /* line 38, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  h2 {
    font-size: 2em;
    margin-bottom: 0.75em;
  }
  /* line 39, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  h3 {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1em;
  }
  /* line 40, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  h4 {
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em;
  }
  /* line 41, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
  }
  /* line 42, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  h6 {
    font-size: 1em;
    font-weight: bold;
  }
  /* line 45, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  p {
    margin: 0 0 1.5em;
  }
  /* line 48, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  p .left {
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0;
  }
  /* line 49, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  p .right {
    margin: 1.5em 0 1.5em 1.5em;
    padding: 0;
  }
  /* line 52, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  .left {
    float: left !important;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  .right {
    float: right !important;
  }
  /* line 55, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic;
  }
  /* line 56, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  strong, dfn {
    font-weight: bold;
  }
  /* line 57, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  em, dfn {
    font-style: italic;
  }
  /* line 58, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  sup, sub {
    line-height: 0;
  }
  /* line 60, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  abbr,
acronym {
    border-bottom: 1px dotted #666;
  }
  /* line 62, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  address {
    margin: 0 0 1.5em;
    font-style: italic;
  }
  /* line 63, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  del {
    color: #666;
  }
  /* line 65, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  pre {
    margin: 1.5em 0;
    white-space: pre;
  }
  /* line 66, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  pre, code, tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5;
  }
  /* line 69, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  li ul,
li ol {
    margin: 0;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  ul, ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
  }
  /* line 73, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  ul {
    list-style-type: disc;
  }
  /* line 74, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  ol {
    list-style-type: decimal;
  }
  /* line 76, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  dl {
    margin: 0 0 1.5em 0;
  }
  /* line 77, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  dl dt {
    font-weight: bold;
  }
  /* line 78, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  dd {
    margin-left: 1.5em;
  }
  /* line 81, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  table {
    margin-bottom: 1.4em;
    width: 100%;
  }
  /* line 82, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  th {
    font-weight: bold;
  }
  /* line 83, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  thead th {
    background: #c3d9ff;
  }
  /* line 84, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  th, td, caption {
    padding: 4px 10px 4px 5px;
  }
  /* line 87, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  .small {
    font-size: .8em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
  }
  /* line 88, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  .large {
    font-size: 1.2em;
    line-height: 2.5em;
    margin-bottom: 1.25em;
  }
  /* line 89, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  .hide {
    display: none;
  }
  /* line 91, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  .quiet {
    color: #666;
  }
  /* line 92, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  .loud {
    color: #000;
  }
  /* line 93, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  .highlight {
    background: #ff0;
  }
  /* line 94, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  .added {
    background: #060;
    color: #fff;
  }
  /* line 95, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  .removed {
    background: #900;
    color: #fff;
  }
  /* line 97, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  .first {
    margin-left: 0;
    padding-left: 0;
  }
  /* line 98, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  .last {
    margin-right: 0;
    padding-right: 0;
  }
  /* line 99, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  .top {
    margin-top: 0;
    padding-top: 0;
  }
  /* line 100, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  .bottom {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  /* line 2, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_header.scss */
  #header h1 a {
    text-decoration: none;
  }
  /* line 29, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_header.scss */
  #header h1 a:hover {
    color: #fff;
  }
  /* line 34, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_header.scss */
  #header h1 img {
    position: relative;
    top: -2px;
  }
  /* line 40, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_header.scss */
  #header a, #header a:link {
    color: #cdcdcd;
  }
  /* line 42, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_header.scss */
  #header .header-item {
    top: 2px;
    position: relative;
    height: 20px;
  }
  /* line 48, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  /* line 55, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs li {
    /* Hover on li, display the ul */
  }
  /* line 57, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs li:hover > ul {
    display: block;
  }
  /* line 60, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li.current > a {
    background: #7b8389;
    color: #fff;
  }
  /* line 80, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li:hover > a {
    background: #7b8389;
    color: #fff;
  }
  /* line 95, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li {
    position: relative;
    margin: 0px;
  }
  /* line 122, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li a {
    background: none;
    display: block;
  }
  /* line 125, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li a:hover {
    color: #fff;
    background: none;
  }
  /* line 129, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li.current a {
    border-radius: 0;
  }
  /* line 132, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_header.scss */
  #header #tabs {
    width: 100%;
  }
  /* line 171, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_header.scss */
  #header #utility_nav a {
    text-decoration: none;
  }
  /* line 181, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_header.scss */
  #header #utility_nav a:hover {
    color: #fff;
  }
  /* line 183, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_header.scss */
  #header #utility_nav li {
    display: inline;
  }
  /* line 2, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_forms.scss */
  form {
    /* Reset margins & Padding */
    /* Nested Fieldsets and Legends */
    /* Text Fields */
    /* semantic_errors */
    /* Buttons */
  }
  /* line 4, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_forms.scss */
  form ol, form ul {
    list-style: none;
  }
  /* line 7, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset {
    border: 0;
    padding: 10px 0;
    margin-bottom: 20px;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset.inputs {
    background: #f4f4f4;
    border-radius: 4px;
    box-shadow: inset 0 1px 4px #ddd;
  }
  /* line 14, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset legend {
    width: 100%;
  }
  /* line 16, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li {
    padding: 10px;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li label abbr {
    border: none;
    color: #aaa;
  }
  /* line 35, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li.has_many_container {
    padding: 20px 10px;
  }
  /* line 37, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li.has_many_container h3 {
    font-size: 12px;
    font-weight: bold;
  }
  /* line 41, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li.has_many_container .has_many_fields {
    margin: 10px 0;
  }
  /* line 44, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li > li label {
    line-height: 100%;
    padding-top: 0;
  }
  /* line 47, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_forms.scss */
  form .has_many_fields {
    position: relative;
  }
  /* line 59, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_forms.scss */
  form .has_many_container.ui-sortable .has_many_container {
    margin-right: 2em;
  }
  /* line 75, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li fieldset {
    position: relative;
    padding: 0;
    margin-bottom: 0;
  }
  /* line 88, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li fieldset:not(.inputs) ol li {
    padding: 0;
    border: 0;
  }
  /* line 100, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li fieldset.inputs ol {
    float: left;
    width: 100%;
    margin: 0;
  }
  /* line 109, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_forms.scss */
  form input[type=date] {
    width: calc(100% - 22px);
  }
  /* line 136, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.boolean {
    min-height: 1.1em;
  }
  /* line 173, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.boolean label {
    width: 100%;
    padding-left: 20%;
    padding-right: 10px;
    text-transform: none !important;
    font-weight: normal;
  }
  /* line 179, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.boolean label input {
    margin: 0 0.5em 0 0.2em;
  }
  /* line 184, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.hidden {
    padding: 0;
  }
  /* line 189, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li ul.errors li {
    padding: 0;
    border: none;
    display: list-item;
  }
  /* line 202, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_forms.scss */
  form ul.errors li {
    margin-left: 15px;
    padding: 0;
    border: none;
    display: list-item;
  }
  /* line 222, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_forms.scss */
  form .buttons, form .actions {
    margin-top: 15px;
  }
  /* line 230, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_forms.scss */
  form .actions .create_another {
    float: none;
    margin-bottom: 10px;
  }
  /* line 237, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_forms.scss */
  form .actions .create_another label {
    float: none;
    display: inline;
  }
  /* line 243, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset.buttons li, form fieldset.actions li {
    float: left;
    padding: 0;
  }
  /* line 247, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 255, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 263, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_forms.scss */
  .sidebar_section select {
    width: 240px;
  }
  /* line 267, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 276, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field {
    margin-bottom: 10px;
    clear: both;
  }
  /* line 281, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 285, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field.select_and_search select {
    width: 108px;
  }
  /* line 291, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field.filter_check_boxes label {
    margin-bottom: 3px;
  }
  /* line 292, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field.filter_check_boxes fieldset {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  /* line 296, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 301, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 306, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field.filter_date_range input[type=text] {
    width: 114px;
  }
  /* line 309, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field.filter_date_range input[type=text] + input {
    margin-left: 6px;
  }
  /* line 315, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  form.filter_form a.clear_filters_btn.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments .active_admin_comment {
    margin-top: 10px;
    margin-bottom: 20px;
    max-width: 700px;
  }
  /* line 2, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
  .comments .active_admin_comment:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
  /* line 10, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments .active_admin_comment .active_admin_comment_body {
    margin-left: 150px;
  }
  /* line 27, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments form.active_admin_comment {
    margin: 0;
    padding: 0;
    margin-left: 150px;
  }
  /* line 32, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments form.active_admin_comment li {
    padding: 0;
  }
  /* line 39, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments form.active_admin_comment fieldset.buttons {
    padding: 0;
    margin-top: 5px;
  }
  /* line 2, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker a {
    text-decoration: none;
  }
  /* line 14, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker a:hover {
    cursor: pointer;
  }
  /* line 19, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker .ui-datepicker-header {
    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: 156px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    position: relative;
    z-index: 2000;
  }
  /* line 29, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 41, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 50, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 53, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 59, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 66, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 75, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 85, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker .ui-datepicker-header a span {
    display: none;
  }
  /* line 91, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 102, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 107, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 115, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker table.ui-datepicker-calendar tbody {
    color: #666666;
  }
  /* line 118, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker table.ui-datepicker-calendar tbody td {
    border: none;
    height: 24px;
    width: 22px;
  }
  /* line 123, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 130, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 133, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 138, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 141, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_tables.scss */
  table tr td {
    vertical-align: top;
  }
  /* line 8, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_tables.scss */
  table tr th {
    text-align: left;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table {
    width: 100%;
    margin-bottom: 10px;
    border: 0;
    border-spacing: 0;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table th.sorted-asc a {
    background-position: 0 -27px;
  }
  /* line 39, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table th.sorted-desc a {
    background-position: 0 -56px;
  }
  /* line 41, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table th:last-child {
    border-right: solid 1px #d4d4d4;
  }
  /* line 51, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table tr.even td {
    background: #f4f5f5;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table tr.selected td {
    background: #d9e4ec;
  }
  /* line 57, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_tables.scss */
  .panel_contents table {
    margin-top: 5px;
  }
  /* line 68, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_tables.scss */
  .panel_contents table tr.odd td {
    background: #ecedee;
  }
  /* line 78, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_tables.scss */
  .panel_contents table tr.even td {
    background: #f4f5f5;
  }
  /* line 82, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_tables.scss */
  .attributes_table {
    overflow: hidden;
  }
  /* line 85, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_tables.scss */
  .attributes_table table col.even {
    background: #f4f5f5;
  }
  /* line 86, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_tables.scss */
  .attributes_table table col.odd {
    background: #ecedee;
  }
  /* line 87, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_tables.scss */
  .sidebar_section .attributes_table th {
    width: 50px;
  }
  /* line 2, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
  #collection_selection_toggle_panel:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
  /* line 3, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_batch_actions.scss */
  #collection_selection_toggle_panel > .resource_selection_toggle_cell {
    float: left;
  }
  /* line 1, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog .ui-dialog-titlebar span {
    font-size: 1.1em;
  }
  /* line 19, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog ul {
    list-style-type: none;
  }
  /* line 20, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog li {
    margin: 10px 0;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog label {
    margin-right: 10px;
  }
  /* line 23, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog .ui-dialog-buttonpane, .ui-dialog form {
    padding: 7px 15px 13px;
  }
  /* line 27, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-dialog .ui-dialog-buttonpane button.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 29, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-dialog .ui-dialog-buttonpane button.disabled:last-child {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .active_admin_dialog.ui-dialog .ui-dialog-titlebar-close {
    display: none;
  }
  /* line 1, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
  .blank_slate_container {
    clear: both;
    text-align: center;
  }
  /* line 5, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
  .admin_dashboard .blank_slate_container .blank_slate {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  /* line 28, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
  .with_sidebar .blank_slate_container .blank_slate {
    margin-top: 80px;
  }
  /* line 1, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
  .breadcrumb a:hover {
    text-decoration: underline;
  }
  /* line 16, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
  .breadcrumb .breadcrumb_sep {
    margin: 0 2px;
    color: #aab2ba;
  }
  /* line 1, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu {
    display: inline;
  }
  /* line 4, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .dropdown_menu .dropdown_menu_button.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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;
  }
  /* line 110, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 120, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 126, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 134, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 141, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:last-child {
    border: none;
  }
  /* line 142, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_buttons.scss */
  a.member_link {
    margin-right: 7px;
    white-space: nowrap;
  }
  /* line 6, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_grid.scss */
  .columns {
    clear: both;
    padding: 0;
  }
  /* line 8, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_grid.scss */
  .columns .column {
    float: left;
  }
  /* line 1, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_links.scss */
  a, a:link, a:visited {
    color: #38678b;
    text-decoration: underline;
  }
  /* line 5, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_links.scss */
  a:hover {
    text-decoration: none;
  }
  /* line 1, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .paginated_collection_contents {
    clear: both;
  }
  /* line 5, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination {
    float: right;
    font-size: 0.9em;
    margin-left: 10px;
  }
  /* line 10, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination a.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination span.page.current.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 29, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination_information {
    float: right;
    margin-bottom: 5px;
    color: #b3bcc1;
  }
  /* line 29, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination_information b {
    color: #5c6469;
  }
  /* line 32, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .download_links {
    float: left;
  }
  /* line 36, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination_per_page {
    float: right;
    margin-left: 4px;
  }
  /* line 39, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination_per_page select.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .comments .pagination {
    float: left;
    margin-bottom: 30px;
  }
  /* line 51, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .comments .pagination_information {
    float: left;
    color: #000;
  }
  /* line 2, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .section > h3 .header_action, .panel > h3 .header_action {
    float: right;
  }
  /* line 35, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .section > div, .panel > div {
    padding: 3px 15px 15px 15px;
  }
  /* line 37, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .section hr, .panel hr {
    border: none;
    border-bottom: 1px solid #E8E8E8;
  }
  /* line 6, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .sidebar_section > h3 .header_action {
    float: right;
  }
  /* line 35, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .sidebar_section > div {
    padding: 3px 15px 15px 15px;
  }
  /* line 37, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .sidebar_section hr {
    border: none;
    border-bottom: 1px solid #E8E8E8;
  }
  /* line 1, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_columns.scss */
  .columns {
    margin-bottom: 10px;
  }
  /* line 3, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_scopes.scss */
  .scopes li:first-child a {
    margin-left: 10px;
  }
  /* line 1, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_status_tags.scss */
  .status_tag.yes {
    background: #6090DB;
  }
  /* line 10, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_status_tags.scss */
  .status_tag.no {
    background: grey;
  }
  /* line 1, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools {
    margin-bottom: 16px;
  }
  /* line 2, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
  .table_tools:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
  /* line 6, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools .dropdown_menu {
    float: left;
  }
  /* line 10, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools_segmented_control {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  /* line 36, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools_segmented_control li {
    float: left;
  }
  /* line 39, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_index_list.scss */
  .indexes {
    float: right;
  }
  /* line 5, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_unsupported_browser.scss */
  .unsupported_browser h1 {
    font-size: 13px;
    font-weight: bold;
  }
  /* line 13, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_unsupported_browser.scss */
  .unsupported_browser p {
    margin-bottom: 0.5em;
  }
  /* line 1, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_tabs.scss */
  .ui-tabs-nav li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
  }
  /* line 17, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-tabs-nav li a.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/components/_tabs.scss */
  .tab-content {
    border: 1px solid #D3D3D3;
    padding: 15px;
    padding-top: 30px;
    text-align: left;
  }
  /* line 1, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out {
    background: #e8e9ea;
  }
  /* line 4, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #content_wrapper {
    width: 500px;
    margin: 70px auto;
  }
  /* line 7, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #login {
    /* Login Form */
  }
  /* line 27, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #login form fieldset li {
    padding: 10px 0;
  }
  /* line 33, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #login form fieldset.buttons {
    margin-left: 20%;
  }
  /* line 41, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #login a {
    float: right;
    margin-top: -32px;
  }
  /* line 1, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/structure/_footer.scss */
  #footer {
    padding: 30px 30px;
    font-size: 0.8em;
    clear: both;
  }
  /* line 6, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/structure/_footer.scss */
  #footer p {
    padding-top: 10px;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/structure/_footer.scss */
  #index_footer {
    padding-top: 5px;
    text-align: right;
    font-size: 0.85em;
  }
  /* line 2, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
  #index_footer:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
  /* line 19, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/structure/_footer.scss */
  .index_content {
    clear: both;
  }
  /* line 1, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  #wrapper {
    width: 100%;
  }
  /* line 5, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  .index #wrapper {
    display: table;
  }
  /* line 9, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  #active_admin_content {
    margin: 0;
    padding: 30px;
  }
  /* line 13, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  #active_admin_content #main_content_wrapper {
    float: left;
    width: 100%;
  }
  /* line 17, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  #active_admin_content #main_content_wrapper #main_content {
    margin-right: 300px;
  }
  /* line 22, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  #active_admin_content.without_sidebar #main_content_wrapper #main_content {
    margin-right: 0;
  }
  /* line 24, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  #active_admin_content #sidebar {
    float: left;
    width: 270px;
    margin-left: -270px;
  }
  /* line 1, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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-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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
  #title_bar:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
  /* line 13, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 19, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
  #title_bar #titlebar_right {
    text-align: right;
  }
  /* line 23, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 33, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 36, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_base.scss */
  html {
    box-sizing: border-box;
  }
  /* line 40, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_base.scss */
  *,
*:before,
*:after {
    box-sizing: inherit;
  }
  /* line 46, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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;
  }
}

@media print {
  /* Active Admin Print Stylesheet */
  /*! normalize.css v8.0.1 | 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 iOS.
 */
  /* line 11, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
  }
  /* Sections
   ========================================================================== */
  /**
 * Remove the margin in all browsers.
 */
  /* line 23, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  body {
    margin: 0;
  }
  /**
 * Render the `main` element consistently in IE.
 */
  /* line 31, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  main {
    display: block;
  }
  /**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
  /* line 40, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  /* Grouping content
   ========================================================================== */
  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
  /* line 53, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 64, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }
  /* Text-level semantics
   ========================================================================== */
  /**
 * Remove the gray background on active links in IE 10.
 */
  /* line 76, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  a {
    background-color: transparent;
  }
  /**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  /* line 85, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
  }
  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  /* line 95, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 105, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }
  /**
 * Add the correct font size in all browsers.
 */
  /* line 116, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 125, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  /* line 133, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  sub {
    bottom: -0.25em;
  }
  /* line 137, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  sup {
    top: -0.5em;
  }
  /* Embedded content
   ========================================================================== */
  /**
 * Remove the border on images inside links in IE 10.
 */
  /* line 148, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  img {
    border-style: none;
  }
  /* Forms
   ========================================================================== */
  /**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
  /* line 160, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 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 176, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 186, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  button,
select {
    /* 1 */
    text-transform: none;
  }
  /**
 * Correct the inability to style clickable types in iOS and Safari.
 */
  /* line 195, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
  }
  /**
 * Remove the inner border and padding in Firefox.
 */
  /* line 206, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 218, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 229, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 240, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 */
  }
  /**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  /* line 253, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  progress {
    vertical-align: baseline;
  }
  /**
 * Remove the default vertical scrollbar in IE 10+.
 */
  /* line 261, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 270, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 280, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/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 290, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
  }
  /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
  /* line 299, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  [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 308, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
  }
  /* Interactive
   ========================================================================== */
  /*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
  /* line 320, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  details {
    display: block;
  }
  /*
 * Add the correct display in all browsers.
 */
  /* line 328, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  summary {
    display: list-item;
  }
  /* Misc
   ========================================================================== */
  /**
 * Add the correct display in IE 10+.
 */
  /* line 339, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  template {
    display: none;
  }
  /**
 * Add the correct display in IE 10.
 */
  /* line 347, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_normalize.scss */
  [hidden] {
    display: none;
  }
  /* line 27, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  html {
    font-size: 100.01%;
  }
  /* line 28, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  body {
    font-size: 75%;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  }
  /* line 31, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: black;
  }
  /* line 34, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0;
  }
  /* line 37, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  h1 {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.5em;
  }
  /* line 38, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  h2 {
    font-size: 2em;
    margin-bottom: 0.75em;
  }
  /* line 39, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  h3 {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1em;
  }
  /* line 40, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  h4 {
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em;
  }
  /* line 41, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
  }
  /* line 42, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  h6 {
    font-size: 1em;
    font-weight: bold;
  }
  /* line 45, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  p {
    margin: 0 0 1.5em;
  }
  /* line 48, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  p .left {
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0;
  }
  /* line 49, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  p .right {
    margin: 1.5em 0 1.5em 1.5em;
    padding: 0;
  }
  /* line 52, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  .left {
    float: left !important;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  .right {
    float: right !important;
  }
  /* line 55, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic;
  }
  /* line 56, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  strong, dfn {
    font-weight: bold;
  }
  /* line 57, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  em, dfn {
    font-style: italic;
  }
  /* line 58, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  sup, sub {
    line-height: 0;
  }
  /* line 60, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  abbr,
acronym {
    border-bottom: 1px dotted #666;
  }
  /* line 62, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  address {
    margin: 0 0 1.5em;
    font-style: italic;
  }
  /* line 63, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  del {
    color: #666;
  }
  /* line 65, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  pre {
    margin: 1.5em 0;
    white-space: pre;
  }
  /* line 66, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  pre, code, tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5;
  }
  /* line 69, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  li ul,
li ol {
    margin: 0;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  ul, ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
  }
  /* line 73, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  ul {
    list-style-type: disc;
  }
  /* line 74, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  ol {
    list-style-type: decimal;
  }
  /* line 76, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  dl {
    margin: 0 0 1.5em 0;
  }
  /* line 77, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  dl dt {
    font-weight: bold;
  }
  /* line 78, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  dd {
    margin-left: 1.5em;
  }
  /* line 81, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  table {
    margin-bottom: 1.4em;
    width: 100%;
  }
  /* line 82, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  th {
    font-weight: bold;
  }
  /* line 83, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  thead th {
    background: #c3d9ff;
  }
  /* line 84, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  th, td, caption {
    padding: 4px 10px 4px 5px;
  }
  /* line 87, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  .small {
    font-size: .8em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
  }
  /* line 88, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  .large {
    font-size: 1.2em;
    line-height: 2.5em;
    margin-bottom: 1.25em;
  }
  /* line 89, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  .hide {
    display: none;
  }
  /* line 91, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  .quiet {
    color: #666;
  }
  /* line 92, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  .loud {
    color: #000;
  }
  /* line 93, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  .highlight {
    background: #ff0;
  }
  /* line 94, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  .added {
    background: #060;
    color: #fff;
  }
  /* line 95, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  .removed {
    background: #900;
    color: #fff;
  }
  /* line 97, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  .first {
    margin-left: 0;
    padding-left: 0;
  }
  /* line 98, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  .last {
    margin-right: 0;
    padding-right: 0;
  }
  /* line 99, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  .top {
    margin-top: 0;
    padding-top: 0;
  }
  /* line 100, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_typography.scss */
  .bottom {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  /* line 13, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  body {
    font-family: Helvetica, Arial, sans-serif;
    line-height: 150%;
    font-size: 72%;
    background: #fff;
    width: 99%;
    margin: 0;
    padding: .5%;
    color: black;
  }
  /* line 24, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  a {
    color: black;
    text-decoration: none;
  }
  /* line 29, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  h3 {
    font-weight: bold;
    margin-bottom: .5em;
  }
  /* line 35, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  #header {
    float: left;
  }
  /* line 38, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  #header #tabs, #header .tabs, #header #utility_nav {
    display: none;
  }
  /* line 42, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  #header h1 {
    font-weight: bold;
  }
  /* line 47, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  .flashes {
    display: none;
  }
  /* line 51, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  #title_bar {
    float: right;
  }
  /* line 54, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  #title_bar h2 {
    line-height: 2em;
    margin: 0;
  }
  /* line 59, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  #title_bar .breadcrumb, #title_bar #titlebar_right {
    display: none;
  }
  /* line 65, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  #active_admin_content {
    border-top: thick solid black;
    clear: both;
    margin-top: 2em;
    padding-top: 3em;
  }
  /* line 73, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  #footer {
    display: none;
  }
  /* line 79, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  .table_tools ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  /* line 84, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  .table_tools ul li {
    display: none;
    padding: 0;
    margin-bottom: 1em;
  }
  /* line 89, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  .table_tools ul li.scope.selected, .table_tools ul li.index.selected {
    display: block;
  }
  /* line 92, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  .table_tools ul li.scope.selected:before, .table_tools ul li.index.selected:before {
    content: "Showing ";
  }
  /* line 96, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  .table_tools ul li.scope.selected a, .table_tools ul li.index.selected a {
    font-weight: bold;
  }
  /* line 100, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  .table_tools ul li.scope.selected span, .table_tools ul li.index.selected span {
    display: inline-block;
    font-weight: normal;
    font-size: .9em;
  }
  /* line 111, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  table {
    margin-bottom: 1.5em;
    text-align: left;
    width: 100%;
  }
  /* line 116, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  table thead {
    display: table-header-group;
  }
  /* line 119, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  table thead th {
    background: none;
    border-bottom: medium solid black;
    font-weight: bold;
  }
  /* line 124, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  table thead th a {
    text-decoration: none;
  }
  /* line 130, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  table th, table td {
    padding: .5em 1em;
  }
  /* line 133, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  table th .member_link, table td .member_link {
    display: none;
  }
  /* line 138, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  table td {
    border-bottom: thin solid black;
  }
  /* line 142, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  table tr {
    page-break-inside: avoid;
  }
  /* line 148, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  #index_footer, .pagination_information {
    display: none;
  }
  /* line 153, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  .index_grid td {
    border: none;
    text-align: center;
    vertical-align: middle;
  }
  /* line 158, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  .index_grid td img {
    max-width: 1in;
  }
  /* line 165, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  .panel {
    border-bottom: thick solid #ccc;
    margin-bottom: 3em;
    padding-bottom: 2em;
    page-break-inside: avoid;
  }
  /* line 171, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  .panel:last-child {
    border-bottom: none;
  }
  /* line 177, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  .comments form {
    display: none;
  }
  /* line 181, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  .comments .active_admin_comment {
    border-top: thin solid black;
    padding-top: 1em;
  }
  /* line 186, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  .comments .active_admin_comment .active_admin_comment_meta h4 {
    font-size: 1em;
    font-weight: bold;
    float: left;
    margin-right: .5em;
    margin-bottom: 0;
  }
  /* line 194, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  .comments .active_admin_comment .active_admin_comment_meta span {
    font-size: .9em;
    font-style: italic;
    vertical-align: top;
  }
  /* line 201, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  .comments .active_admin_comment .active_admin_comment_body {
    clear: both;
    margin-bottom: 1em;
  }
  /* line 210, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  .attributes_table {
    border-top: medium solid black;
  }
  /* line 213, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  .attributes_table th {
    border-bottom: thin solid black;
    vertical-align: top;
  }
  /* line 217, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  .attributes_table th:after {
    content: ':';
  }
  /* line 223, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  .attributes_table td img {
    max-height: 4in;
    max-width: 6in;
  }
  /* line 231, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  #filters_sidebar_section {
    display: none;
  }
  /* line 237, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  form fieldset {
    border-top: thick solid #ccc;
    padding-top: 2em;
    margin-bottom: 2em;
  }
  /* line 242, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  form fieldset:last-child {
    border-bottom: none;
  }
  /* line 247, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  form .buttons, form abbr {
    display: none;
  }
  /* line 250, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  form ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  /* line 255, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  form ol li {
    border-top: thin solid black;
    margin: 0;
    padding: 1em 0;
    overflow: hidden;
  }
  /* line 261, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  form ol li.password, form ol li.hidden {
    display: none;
  }
  /* line 265, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  form ol li label {
    font-weight: bold;
    float: left;
    width: 20%;
  }
  /* line 271, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  form ol li input, form ol li textarea, form ol li select {
    background: none;
    border: 0;
    font: Arial, Helvetica, sans-serif;
  }
  /* line 277, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  form ol li input[type=file] {
    display: none;
  }
  /* line 285, vendor/bundle/ruby/3.3.0/gems/activeadmin-3.2.1/app/assets/stylesheets/active_admin/_print.scss */
  .unsupported_browser {
    display: none;
  }
}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
/* line 7, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}

/* line 15, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

/* line 18, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}

/* line 21, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

/* line 28, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-clipboard p {
  margin: 0;
  padding: 0;
}

/* line 32, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 45, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor > * {
  cursor: text;
}

/* line 48, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 63, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}

/* line 67, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}

/* line 71, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ul > li::before {
  content: '\2022';
}

/* line 74, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}

/* line 78, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}

/* line 82, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}

/* line 88, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}

/* line 91, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}

/* line 94, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}

/* line 99, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}

/* line 104, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}

/* line 108, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}

/* line 112, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}

/* line 116, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}

/* line 120, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}

/* line 123, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}

/* line 126, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}

/* line 129, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 132, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}

/* line 135, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}

/* line 138, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 141, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}

/* line 144, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}

/* line 147, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 150, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}

/* line 153, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}

/* line 156, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

/* line 159, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}

/* line 162, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}

/* line 165, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}

/* line 168, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}

/* line 171, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}

/* line 174, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}

/* line 177, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}

/* line 180, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}

/* line 183, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}

/* line 186, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}

/* line 189, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}

/* line 192, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}

/* line 195, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}

/* line 198, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}

/* line 201, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

/* line 204, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

/* line 207, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

/* line 210, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

/* line 213, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

/* line 216, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

/* line 219, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

/* line 222, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

/* line 225, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

/* line 228, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

/* line 231, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

/* line 234, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

/* line 237, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

/* line 240, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

/* line 243, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

/* line 246, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

/* line 249, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

/* line 252, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

/* line 255, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

/* line 258, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

/* line 261, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

/* line 264, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

/* line 267, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

/* line 270, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

/* line 273, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

/* line 276, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

/* line 279, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

/* line 282, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

/* line 285, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

/* line 288, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

/* line 291, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

/* line 294, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

/* line 297, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

/* line 300, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

/* line 303, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

/* line 306, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

/* line 309, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

/* line 313, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

/* line 316, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

/* line 319, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-bg-black {
  background-color: #000;
}

/* line 322, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-bg-red {
  background-color: #e60000;
}

/* line 325, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-bg-orange {
  background-color: #f90;
}

/* line 328, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

/* line 331, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-bg-green {
  background-color: #008a00;
}

/* line 334, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-bg-blue {
  background-color: #06c;
}

/* line 337, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-bg-purple {
  background-color: #93f;
}

/* line 340, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-color-white {
  color: #fff;
}

/* line 343, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-color-red {
  color: #e60000;
}

/* line 346, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-color-orange {
  color: #f90;
}

/* line 349, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-color-yellow {
  color: #ff0;
}

/* line 352, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-color-green {
  color: #008a00;
}

/* line 355, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-color-blue {
  color: #06c;
}

/* line 358, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-color-purple {
  color: #93f;
}

/* line 361, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

/* line 364, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

/* line 367, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-size-small {
  font-size: 0.75em;
}

/* line 370, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-size-large {
  font-size: 1.5em;
}

/* line 373, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

/* line 376, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

/* line 380, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-align-center {
  text-align: center;
}

/* line 383, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-align-justify {
  text-align: justify;
}

/* line 386, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-align-right {
  text-align: right;
}

/* line 389, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

/* line 398, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}

/* line 404, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

/* line 415, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}

/* line 420, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}

/* line 424, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}

/* line 428, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}

/* line 444, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}

/* line 474, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}

@media (pointer: coarse) {
  /* line 505, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
.ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  /* line 509, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  /* line 515, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}

/* line 522, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow {
  box-sizing: border-box;
}

/* line 525, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow * {
  box-sizing: border-box;
}

/* line 528, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-hidden {
  display: none;
}

/* line 531, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}

/* line 535, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}

/* line 539, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

/* line 543, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}

/* line 546, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

/* line 550, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}

/* line 555, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

/* line 562, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

/* line 568, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}

/* line 572, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-empty {
  fill: none;
}

/* line 575, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-even {
  fill-rule: evenodd;
}

/* line 578, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}

/* line 582, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-transparent {
  opacity: 0.4;
}

/* line 585, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-direction svg:last-child {
  display: none;
}

/* line 588, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}

/* line 591, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}

/* line 594, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-editor h1 {
  font-size: 2em;
}

/* line 597, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}

/* line 600, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}

/* line 603, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-editor h4 {
  font-size: 1em;
}

/* line 606, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}

/* line 609, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}

/* line 612, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-editor a {
  text-decoration: underline;
}

/* line 615, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

/* line 621, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}

/* line 626, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

/* line 632, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}

/* line 636, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

/* line 641, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-editor img {
  max-width: 100%;
}

/* line 644, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

/* line 654, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

/* line 663, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

/* line 667, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

/* line 675, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

/* line 681, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}

/* line 685, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}

/* line 688, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}

/* line 691, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

/* line 697, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}

/* line 701, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

/* line 705, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

/* line 709, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}

/* line 712, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}

/* line 717, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

/* line 721, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}

/* line 729, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}

/* line 736, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}

/* line 744, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-header {
  width: 98px;
}

/* line 747, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}

/* line 751, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}

/* line 755, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}

/* line 759, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}

/* line 763, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}

/* line 767, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}

/* line 771, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}

/* line 775, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}

/* line 778, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}

/* line 781, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}

/* line 784, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}

/* line 787, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}

/* line 790, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}

/* line 793, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-font {
  width: 108px;
}

/* line 796, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}

/* line 800, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}

/* line 804, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}

/* line 808, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}

/* line 811, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}

/* line 814, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-size {
  width: 98px;
}

/* line 817, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}

/* line 821, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}

/* line 825, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}

/* line 829, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}

/* line 833, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}

/* line 836, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}

/* line 839, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}

/* line 842, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

/* line 845, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

/* line 848, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}

/* line 854, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}

/* line 857, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}

/* line 860, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}

/* line 864, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}

/* line 867, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}

/* line 870, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}

/* line 874, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}

/* line 877, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}

/* line 885, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}

/* line 890, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}

/* line 899, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

/* line 906, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}

/* line 912, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}

/* line 916, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-tooltip a {
  line-height: 26px;
}

/* line 919, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}

/* line 923, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}

/* line 926, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}

/* line 931, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}

/* line 934, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}

/* line 937, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}

/* line 940, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow a {
  color: #06c;
}

/* line 943, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/* line 2, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/_quill_editor_input.scss */
.ql-editor * {
  margin: initial;
  padding: initial;
  text-align: initial;
}

/* line 8, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/_quill_editor_input.scss */
body.active_admin [data-aa-quill-editor] {
  display: inline-block;
  width: calc(80% - 2px);
}

/* line 12, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/_quill_editor_input.scss */
body.active_admin [data-aa-quill-editor] button {
  text-shadow: none;
  box-shadow: none;
}

/* line 16, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/_quill_editor_input.scss */
body.active_admin [data-aa-quill-editor] button:hover {
  background-image: none;
  background-color: transparent;
}

/* line 22, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/_quill_editor_input.scss */
body.active_admin [data-aa-quill-editor] .ql-container {
  border: 1px solid #c9d0d6;
  border-radius: 0 0 3px 3px;
}

/* line 27, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/_quill_editor_input.scss */
body.active_admin [data-aa-quill-editor] .ql-editor {
  background-color: #fff;
  max-height: 300px;
  min-height: 150px;
  padding: 10px;
  word-break: break-all;
}

/* line 34, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/_quill_editor_input.scss */
body.active_admin [data-aa-quill-editor] .ql-editor ol {
  list-style-type: decimal;
}

/* line 38, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/_quill_editor_input.scss */
body.active_admin [data-aa-quill-editor] .ql-editor p {
  margin-bottom: 1em;
}

/* line 42, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/_quill_editor_input.scss */
body.active_admin [data-aa-quill-editor] .ql-editor ul {
  list-style-type: disc;
}

/* line 46, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/_quill_editor_input.scss */
body.active_admin [data-aa-quill-editor] .ql-editor ul, body.active_admin [data-aa-quill-editor] .ql-editor ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 1.5em;
}

/* line 52, vendor/bundle/ruby/3.3.0/gems/activeadmin_quill_editor-1.2.0/app/assets/stylesheets/activeadmin/_quill_editor_input.scss */
body.active_admin [data-aa-quill-editor] .ql-toolbar {
  border: 1px solid #c9d0d6;
  border-radius: 3px 3px 0 0;
}

/* app/assets/stylesheets/admin_custom.css */
/* line 25, vendor/assets/stylesheets/active_admin.scss */
.image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* line 31, vendor/assets/stylesheets/active_admin.scss */
.image-gallery div {
  flex: 0 0 auto;
}

/* line 35, vendor/assets/stylesheets/active_admin.scss */
.image-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* line 41, vendor/assets/stylesheets/active_admin.scss */
.image-fields .input {
  flex: 0 0 auto;
}

/* line 45, vendor/assets/stylesheets/active_admin.scss */
.custom-padding {
  display: block;
  width: 100%;
  float: left;
  font-size: 1em;
  font-weight: bold;
  color: #5e6469;
  padding: 10px;
  /* Adjust the padding as needed */
}

/* line 55, vendor/assets/stylesheets/active_admin.scss */
form fieldset ol > li label {
  display: block;
  width: 20%;
  float: left;
  font-size: 0.9em;
  text-transform: uppercase;
  color: #5e6469;
  text-shadow: white 0px 1px 0px;
}

/* line 66, vendor/assets/stylesheets/active_admin.scss */
.attributes_table table th {
  box-shadow: none;
  width: 150px;
  font-size: 0.9em;
  padding-left: 0px;
  text-transform: uppercase;
  color: #5e6469;
  text-shadow: white 0px 1px 0px;
  background: none;
}

/* line 82, vendor/assets/stylesheets/active_admin.scss */
.status_tag.disabled {
  background: #FF0000;
}

/* line 83, vendor/assets/stylesheets/active_admin.scss */
.status_tag.enabled {
  background: #08A510;
}

/* line 86, vendor/assets/stylesheets/active_admin.scss */
.ui-sortable-handle {
  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 !important;
  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;
  right: 50px !important;
}

/* line 110, vendor/assets/stylesheets/active_admin.scss */
.handle {
  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 !important;
  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;
  right: 50px !important;
}

/* line 139, vendor/assets/stylesheets/active_admin.scss */
.status_tag.update {
  background: #FF9900;
}

/* line 140, vendor/assets/stylesheets/active_admin.scss */
.status_tag.destroy {
  background: #FF0000;
}

/* line 141, vendor/assets/stylesheets/active_admin.scss */
.status_tag.create {
  background: #08A510;
}

/* line 144, vendor/assets/stylesheets/active_admin.scss */
.admin_dashboard table tr th {
  text-transform: none;
  font-size: 1.05em;
}

/* line 150, vendor/assets/stylesheets/active_admin.scss */
body.edit.admin_parts .input {
  display: flex;
  flex-direction: column;
}

/* line 155, vendor/assets/stylesheets/active_admin.scss */
body.edit.admin_parts label.label {
  margin-bottom: 4px;
  margin-top: 7px;
  text-align: left;
  font-size: 1em;
  text-transform: uppercase;
  color: #5e6469;
  font-weight: bold;
}

/* line 167, vendor/assets/stylesheets/active_admin.scss */
body.edit.admin_parts .columns .column {
  padding-left: 10px !important;
}

/* line 171, vendor/assets/stylesheets/active_admin.scss */
body.edit.admin_parts .columns .column:last-child {
  padding-left: 0;
}

/* line 177, vendor/assets/stylesheets/active_admin.scss */
body.edit.admin_parts .default-select {
  max-width: 150px;
  height: 28px !important;
}

/* line 184, vendor/assets/stylesheets/active_admin.scss */
body.edit.admin_parts .boolean {
  margin-top: 10px;
}

/* line 190, vendor/assets/stylesheets/active_admin.scss */
body.edit.admin_parts .file .inline-hints {
  margin-top: 10px !important;
}

/* line 196, vendor/assets/stylesheets/active_admin.scss */
body.edit.admin_parts .li-leyend {
  margin-bottom: 15px;
  margin-top: 20px;
  text-align: left;
  font-size: 1.2em;
  color: #5E6469;
  font-weight: bold;
}

/* line 207, vendor/assets/stylesheets/active_admin.scss */
.critical-spec-label {
  background: #d32f2f !important;
  color: white !important;
  font-size: 0.75em !important;
  font-weight: bold !important;
  margin-left: 8px !important;
  padding: 2px 6px !important;
  border-radius: 3px !important;
  text-transform: uppercase !important;
}

/* line 218, vendor/assets/stylesheets/active_admin.scss */
.critical:after, .critical_explain:before {
  color: red;
  font-weight: bold;
  line-height: 1em;
  vertical-align: top;
  font-size: 1em;
  content: "\2605";
}

/* line 228, vendor/assets/stylesheets/active_admin.scss */
body.show.admin_parts .panel_contents {
  padding-bottom: 0px;
}

/* line 232, vendor/assets/stylesheets/active_admin.scss */
body.show.admin_parts .columns {
  margin-bottom: 0px;
}

/* line 237, vendor/assets/stylesheets/active_admin.scss */
body.edit.admin_parts form input[type=text] {
  width: calc(80%);
  padding: 10px 10px 9px;
  border: 1px solid #aaa;
  border-radius: 4px;
  font-size: 1em;
}

/* line 245, vendor/assets/stylesheets/active_admin.scss */
body.edit.admin_parts form input[type=number] {
  width: calc(80%);
  padding: 10px 10px 9px;
  border: 1px solid #aaa;
  border-radius: 4px;
  font-size: 1em;
}

/* line 253, vendor/assets/stylesheets/active_admin.scss */
body.edit.admin_parts form input:disabled {
  background-color: #eee;
}

@media print {
  @page {
    size: letter portrait;
    /* Suggests the letter size */
  }
  /* line 262, vendor/assets/stylesheets/active_admin.scss */
  body {
    width: 100%;
    /* Ensure content fits within the letter size width */
    margin: 0 auto;
    padding: 0;
  }
  /* line 268, vendor/assets/stylesheets/active_admin.scss */
  * {
    -webkit-print-color-adjust: exact !important;
    /* Chrome, Safari 6 – 15.3, Edge */
    print-color-adjust: exact !important;
    /* Firefox 97+, Safari 15.4+ */
  }
  /* line 274, vendor/assets/stylesheets/active_admin.scss */
  body.show.admin_parts .row {
    margin-bottom: 4px;
    margin-top: 7px;
    text-align: left;
    font-size: 0.9em;
  }
  /* line 282, vendor/assets/stylesheets/active_admin.scss */
  .avoid-page-break {
    page-break-inside: avoid;
  }
  /* line 286, vendor/assets/stylesheets/active_admin.scss */
  .no-print {
    display: none !important;
    /* Hide elements that should not be printed */
  }
  /* line 291, vendor/assets/stylesheets/active_admin.scss */
  body.show.admin_parts .site_title {
    page-break-inside: avoid;
    display: none;
  }
  /* line 298, vendor/assets/stylesheets/active_admin.scss */
  body.show.admin_parts #page_title {
    page-break-inside: avoid;
  }
  /* line 302, vendor/assets/stylesheets/active_admin.scss */
  body.show.admin_parts .columns {
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  /* line 308, vendor/assets/stylesheets/active_admin.scss */
  body.show.admin_parts .columns .column {
    padding: 0;
    /* Optional: reduce padding for print */
    margin: 0;
    /* Reset any unwanted spacing */
  }
  /* line 313, vendor/assets/stylesheets/active_admin.scss */
  body.show.admin_parts .status_tag.enabled {
    background: #cce5cd;
  }
  /* line 319, vendor/assets/stylesheets/active_admin.scss */
  body.show.admin_parts #active_admin_content {
    border-top: thick solid black;
    clear: none;
    margin-top: 2em;
    padding-top: 3em;
  }
  /* line 326, vendor/assets/stylesheets/active_admin.scss */
  body.show.admin_parts .panel:last-child {
    border-bottom: none;
    page-break-inside: auto;
  }
}
