/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 23, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 26, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 33, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 39, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 41, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 47, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 50, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 61, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-results {
  display: block;
}

/* line 64, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 69, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 73, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 76, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 79, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 84, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 89, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 92, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 96, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 98, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

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

/* line 118, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 130, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 134, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 137, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 141, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 143, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 149, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 161, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 164, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 168, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 171, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 174, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 178, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 183, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 189, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 191, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

/* line 198, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 207, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 213, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 216, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 219, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 223, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 227, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 231, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 235, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 238, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 242, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 246, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 249, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 256, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 260, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 263, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 266, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 269, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 271, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 273, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 276, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 279, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 282, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 285, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 289, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 293, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

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

/* line 308, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 310, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 313, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 318, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

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

/* line 336, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 348, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 351, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 360, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 362, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 365, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

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

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

/* line 389, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 395, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 397, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 401, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 403, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 412, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 418, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 421, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 426, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 430, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 433, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 438, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 443, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 447, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 451, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 455, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 458, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 461, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 465, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 468, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 471, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 475, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 480, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}

/* line 23, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker button {
  border: none !important;
}

/* line 38, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_noselect::selection {
  background: transparent;
}

/* line 49, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_noselect::-moz-selection {
  background: transparent;
}

/* line 51, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

/* line 57, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

/* line 68, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

/* line 72, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

/* line 77, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

/* line 87, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

/* line 105, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center;
}

/* line 110, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

/* line 130, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

/* line 141, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

/* line 235, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0;
}

/* line 239, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

/* line 252, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

/* line 253, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

/* line 275, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

/* line 279, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

/* line 284, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

/* line 290, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

/* line 294, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

/* line 298, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

/* line 319, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff;
}

/* line 323, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

/* line 393, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

/* line 395, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

/* line 399, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

/* line 404, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

/* line 416, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_scroller_box {
  position: relative;
}

/* line 420, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

/* line 442, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

/* line 476, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}

/* line 480, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

/* line 509, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

/* line 510, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}

/* line 511, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

/* line 513, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

/* line 517, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

/* line 520, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble.downside {
  bottom: auto;
  top: 100%;
}

/* line 66, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble .swatch.clear {
  background-color: #fff;
}

/* line 104, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble.double .swatch.clear:before {
  transform: rotate(22.5deg);
}

/* line 136, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble.wide .swatch.clear {
  width: 12.66%;
}

/* line 147, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble.force-left {
  left: -178px;
}

/* line 149, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/inputs/numeric-range-filter.scss */
.filter_numeric_range_filter input[type=number] {
  width: 96px;
  padding-right: 0;
}

/* line 7, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/inputs/date-time-picker-filter.scss */
.filter_date_time_picker_filter li label {
  display: none;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/inputs/color-picker.scss */
.palette-color-picker-bubble {
  padding: 14px 0 14px 16px;
  z-index: 10;
}

/* line 2, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/inputs/date-time-picker.scss */
input[type=text].date-time-picker-input {
  width: 110px;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/inputs/select2.scss */
.select2-search__field {
  line-height: 20px;
}

/* line 4, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/inputs/selected-list.scss */
.selected-list-container {
  display: inline-block;
  width: 80%;
}

/* line 8, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/inputs/selected-list.scss */
.selected-list-container .selected-item {
  height: 25px;
}

/* line 13, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/inputs/selected-list.scss */
.selected-item {
  display: table;
  cursor: pointer;
}

/* line 17, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/inputs/selected-list.scss */
.selected-item::before {
  color: #aaa;
  content: '\2716\00a0\00a0';
}

/* line 23, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/inputs/selected-list.scss */
.selected-item:hover::before {
  color: #333;
}

/* line 10, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/addons/toggle_bool.scss */
.toggle-bool-switches-container {
  text-align: center;
}

/* line 13, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/addons/toggle_bool.scss */
.toggle-bool-switches-container .toggle-bool-switch.on::before {
  left: calc(100% - 23px);
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.tag-select-container {
  max-width: 125px;
  max-height: 50px;
}

/* line 5, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.tag-select-container .interactive-tag {
  height: 28px;
  width: 125px;
}

/* line 9, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.tag-select-container .interactive-tag .status_tag {
  cursor: pointer;
}

/* line 14, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.tag-select-container .interactive-tag-hidden {
  display: none;
}

/* line 18, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.tag-select-container .select-container-hidden {
  display: none;
}

/* line 22, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.tag-select-container .interactive-tag-select {
  width: 100%;
  height: 100%;
}

/* line 28, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.select2-container {
  margin: 0;
}

/* line 17, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/all.scss */
li.error .select2-selection {
  border-color: #932419;
}

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

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 25, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 33, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 47, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 60, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 70, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 79, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 90, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 123, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 132, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 142, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 153, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 161, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 170, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 187, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 191, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 202, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 211, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 220, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 228, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 256, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 266, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 288, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

/**
 * Correct the padding in Firefox.
 */
/* line 311, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 336, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 345, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 354, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 374, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 406, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 415, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 426, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 434, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 445, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
[hidden] {
  display: none;
}

/* line 27, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
html {
  font-size: 100.01%;
}

/* line 28, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
body {
  font-size: 75%;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* line 31, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #5E6469;
}

/* line 34, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0;
}

/* line 37, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
h1 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em;
}

/* line 38, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
h2 {
  font-size: 2em;
  margin-bottom: 0.75em;
}

/* line 39, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
h3 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em;
}

/* line 40, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
h4 {
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em;
}

/* line 41, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em;
}

/* line 42, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
h6 {
  font-size: 1em;
  font-weight: bold;
}

/* line 45, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
p {
  margin: 0 0 1.5em;
}

/* line 48, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
p .left {
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}

/* line 49, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
p .right {
  margin: 1.5em 0 1.5em 1.5em;
  padding: 0;
}

/* line 52, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.left {
  float: left !important;
}

/* line 53, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.right {
  float: right !important;
}

/* line 55, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
blockquote {
  margin: 1.5em;
  color: #666;
  font-style: italic;
}

/* line 56, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
strong, dfn {
  font-weight: bold;
}

/* line 57, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
em, dfn {
  font-style: italic;
}

/* line 58, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
sup, sub {
  line-height: 0;
}

/* line 60, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
abbr,
acronym {
  border-bottom: 1px dotted #666;
}

/* line 62, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
address {
  margin: 0 0 1.5em;
  font-style: italic;
}

/* line 63, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
del {
  color: #666;
}

/* line 65, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
pre {
  margin: 1.5em 0;
  white-space: pre;
}

/* line 66, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}

/* line 69, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
li ul,
li ol {
  margin: 0;
}

/* line 71, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
ul, ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 1.5em;
}

/* line 73, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
ul {
  list-style-type: disc;
}

/* line 74, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
ol {
  list-style-type: decimal;
}

/* line 76, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
dl {
  margin: 0 0 1.5em 0;
}

/* line 77, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
dl dt {
  font-weight: bold;
}

/* line 78, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
dd {
  margin-left: 1.5em;
}

/* line 81, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
table {
  margin-bottom: 1.4em;
  width: 100%;
}

/* line 82, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
th {
  font-weight: bold;
}

/* line 83, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
thead th {
  background: #c3d9ff;
}

/* line 84, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
th, td, caption {
  padding: 4px 10px 4px 5px;
}

/* line 87, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.small {
  font-size: .8em;
  margin-bottom: 1.875em;
  line-height: 1.875em;
}

/* line 88, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em;
}

/* line 89, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.hide {
  display: none;
}

/* line 91, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.quiet {
  color: #666;
}

/* line 92, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.loud {
  color: #000;
}

/* line 93, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.highlight {
  background: #ff0;
}

/* line 94, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.added {
  background: #060;
  color: #fff;
}

/* line 95, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.removed {
  background: #900;
  color: #fff;
}

/* line 97, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.first {
  margin-left: 0;
  padding-left: 0;
}

/* line 98, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.last {
  margin-right: 0;
  padding-right: 0;
}

/* line 99, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.top {
  margin-top: 0;
  padding-top: 0;
}

/* line 100, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

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

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

/* line 26, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header h1 a {
  text-decoration: none;
}

/* line 29, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header h1 a:hover {
  color: #fff;
}

/* line 34, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header h1 img {
  position: relative;
  top: -2px;
}

/* line 40, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header a, #header a:link {
  color: #cdcdcd;
}

/* line 42, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header .header-item {
  top: 2px;
  position: relative;
  height: 20px;
}

/* line 48, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  margin: 0;
  padding: 0;
}

/* line 55, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs li {
  /* Hover on li, display the ul */
}

/* line 57, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs li:hover > ul {
  display: block;
}

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

/* line 68, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li a {
  text-decoration: none;
  padding: 6px 10px 4px 10px;
  position: relative;
  border-radius: 10px;
}

/* line 75, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li.current > a {
  background: #7b8389;
  color: #fff;
}

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

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

/* line 90, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li:hover > a {
  background: #7b8389;
  color: #fff;
}

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

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

/* line 119, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li ul li {
  position: relative;
  margin: 0px;
}

/* line 122, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li ul li a {
  background: none;
  display: block;
}

/* line 125, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li ul li a:hover {
  color: #fff;
  background: none;
}

/* line 129, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li ul li.current a {
  border-radius: 0;
}

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

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

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

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

/* line 167, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header #tabs {
  width: 100%;
}

/* line 171, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header #utility_nav {
  color: #aaa;
  display: table-cell;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  padding-right: 26px;
  text-align: right;
}

/* line 180, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header #utility_nav a {
  text-decoration: none;
}

/* line 181, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header #utility_nav a:hover {
  color: #fff;
}

/* line 183, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header #utility_nav li {
  display: inline;
}

/* line 2, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form {
  /* Reset margins & Padding */
  /* Nested Fieldsets and Legends */
  /* Text Fields */
  /* semantic_errors */
  /* Buttons */
}

/* line 4, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form ul, form ol, form li, form fieldset, form legend, form input, form textarea, form select, form p {
  margin: 0;
  padding: 0;
}

/* line 5, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form ol, form ul {
  list-style: none;
}

/* line 7, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset {
  border: 0;
  padding: 10px 0;
  margin-bottom: 20px;
}

/* line 12, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset.inputs {
  background: #f4f4f4;
  border-radius: 4px;
  box-shadow: inset 0 1px 4px #ddd;
}

/* line 14, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset legend {
  width: 100%;
}

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

/* line 19, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset ol > li {
  padding: 10px;
}

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

/* line 28, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset ol > li label abbr {
  border: none;
  color: #aaa;
}

/* line 35, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset ol > li.has_many_container {
  padding: 20px 10px;
}

/* line 37, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset ol > li.has_many_container h3 {
  font-size: 12px;
  font-weight: bold;
}

/* line 41, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset ol > li.has_many_container .has_many_fields {
  margin: 10px 0;
}

/* line 44, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset ol > li > li label {
  line-height: 100%;
  padding-top: 0;
}

/* line 47, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset ol > li > li label input {
  line-height: 100%;
  vertical-align: middle;
  margin-top: -0.1em;
}

/* line 56, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form .has_many_fields {
  position: relative;
}

/* line 59, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form .has_many_container .handle {
  position: absolute;
  top: calc(50% - 3em / 2);
  right: 2px;
  padding: 0;
  cursor: move;
}

/* line 68, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form .has_many_container.ui-sortable .has_many_container {
  margin-right: 2em;
}

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

/* line 83, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li fieldset {
  position: relative;
  padding: 0;
  margin-bottom: 0;
}

/* line 88, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li fieldset:not(.inputs) ol {
  float: left;
  width: 74%;
  margin: 0;
  padding: 0 0 0 20%;
}

/* line 94, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li fieldset:not(.inputs) ol li {
  padding: 0;
  border: 0;
}

/* line 100, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li fieldset.inputs ol {
  float: left;
  width: 100%;
  margin: 0;
}

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

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

/* line 132, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form input[type=date] {
  width: calc(100% - 22px);
}

/* line 136, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li {
  /* Hints */
  /* Date and Time Fields */
  /* Check Boxes or Radio fields */
  /* Boolean Field */
  /* Hidden fields */
  /* Errors */
}

/* line 139, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li p.inline-hints {
  font-size: 0.95em;
  font-style: italic;
  color: #666;
  margin: 0.5em 0 0 20%;
}

/* line 148, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.date_select fieldset ol li, form fieldset > ol > li.time_select fieldset ol li, form fieldset > ol > li.datetime_select fieldset ol li {
  float: left;
  width: auto;
  margin: 0 0.5em 0 0;
}

/* line 150, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.date_select fieldset ol li label, form fieldset > ol > li.time_select fieldset ol li label, form fieldset > ol > li.datetime_select fieldset ol li label {
  display: none;
}

/* line 151, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.date_select fieldset ol li input, form fieldset > ol > li.time_select fieldset ol li input, form fieldset > ol > li.datetime_select fieldset ol li input {
  display: inline;
  margin: 0;
  padding: 0;
}

/* line 157, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.check_boxes fieldset ol, form fieldset > ol > li.radio fieldset ol {
  margin-bottom: -0.6em;
}

/* line 159, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.check_boxes fieldset ol li, form fieldset > ol > li.radio fieldset ol li {
  margin: 0.1em 0 0.5em 0;
}

/* line 161, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.check_boxes fieldset ol li label, form fieldset > ol > li.radio fieldset ol li label {
  float: none;
  width: 100%;
}

/* line 164, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.check_boxes fieldset ol li label input, form fieldset > ol > li.radio fieldset ol li label input {
  margin-right: 0.2em;
}

/* line 171, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.boolean {
  min-height: 1.1em;
}

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

/* line 179, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.boolean label input {
  margin: 0 0.5em 0 0.2em;
}

/* line 184, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.hidden {
  padding: 0;
}

/* line 189, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li p.inline-errors {
  color: #932419;
  font-weight: bold;
  margin: 0.3em 0 0 20%;
}

/* line 194, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li ul.errors {
  color: #932419;
  margin: 0.5em 0 0 20%;
  list-style: square;
}

/* line 198, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li ul.errors li {
  padding: 0;
  border: none;
  display: list-item;
}

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

/* line 209, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form ul.errors {
  background: #fae6e4;
  border-radius: 4px;
  color: #932419;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px;
  list-style: square;
}

/* line 217, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form ul.errors li {
  margin-left: 15px;
  padding: 0;
  border: none;
  display: list-item;
}

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

/* line 12, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
form input[type=submit].disabled, form input[type=button].disabled, form button.disabled {
  opacity: 0.5;
  cursor: default;
}

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

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

/* line 228, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form .buttons, form .actions {
  margin-top: 15px;
}

/* line 230, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form .buttons input[type=submit], form .buttons input[type=button], form .buttons button, form .actions input[type=submit], form .actions input[type=button], form .actions button {
  margin-right: 10px;
}

/* line 233, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form .actions .create_another {
  float: none;
  margin-bottom: 10px;
}

/* line 237, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form .actions .create_another label {
  float: none;
  display: inline;
}

/* line 243, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset.buttons li, form fieldset.actions li {
  float: left;
  padding: 0;
}

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

/* line 12, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
form fieldset.buttons li.cancel a.disabled, form fieldset.actions li.cancel a.disabled {
  opacity: 0.5;
  cursor: default;
}

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

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

/* line 257, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar_section label {
  display: block;
  text-transform: uppercase;
  color: #5E6469;
  font-size: 0.9em;
  font-weight: bold;
}

/* line 265, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar_section select {
  width: 240px;
}

/* line 269, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar_section input[type=text], .sidebar_section input[type=password], .sidebar_section input[type=email], .sidebar_section input[type=url], .sidebar_section input[type=tel], .sidebar_section textarea {
  width: 220px;
}

/* line 285, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form .filter_form_field {
  margin-bottom: 10px;
  clear: both;
}

/* line 290, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form .filter_form_field.select_and_search input[type=text] {
  margin-left: 16px;
  width: 88px;
}

/* line 294, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form .filter_form_field.select_and_search select {
  width: 108px;
}

/* line 300, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form .filter_form_field.filter_check_boxes label {
  margin-bottom: 3px;
}

/* line 301, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form .filter_form_field.filter_check_boxes fieldset {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/* line 305, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form .filter_form_field.filter_check_boxes .check_boxes_wrapper label {
  font-weight: normal;
  margin-bottom: 3px;
  text-transform: none;
  font-size: 1.0em;
}

/* line 310, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form .filter_form_field.filter_check_boxes .check_boxes_wrapper label input {
  vertical-align: baseline;
}

/* line 315, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form .filter_form_field.filter_date_range input[type=text] {
  box-sizing: border-box;
  width: 114px;
}

/* line 319, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form .filter_form_field.filter_date_range input[type=text] + input {
  margin-left: 6px;
}

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

/* line 12, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
form.filter_form a.clear_filters_btn.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 50, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
form.filter_form a.clear_filters_btn:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
}

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

/* line 4, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_comments.scss */
.comments .active_admin_comment {
  margin-top: 10px;
  margin-bottom: 20px;
  max-width: 700px;
}

/* line 2, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
.comments .active_admin_comment:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

/* line 10, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_comments.scss */
.comments .active_admin_comment .active_admin_comment_meta {
  width: 130px;
  float: left;
  overflow: hidden;
  font-size: 0.9em;
  color: #767e84;
}

/* line 16, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_comments.scss */
.comments .active_admin_comment .active_admin_comment_meta .active_admin_comment_author {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  color: #5E6469;
}

/* line 23, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_comments.scss */
.comments .active_admin_comment .active_admin_comment_body {
  margin-left: 150px;
}

/* line 27, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_comments.scss */
.comments form.active_admin_comment {
  margin: 0;
  padding: 0;
  margin-left: 150px;
}

/* line 32, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_comments.scss */
.comments form.active_admin_comment fieldset.inputs {
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
}

/* line 38, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_comments.scss */
.comments form.active_admin_comment li {
  padding: 0;
}

/* line 39, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_comments.scss */
.comments form.active_admin_comment fieldset.buttons {
  padding: 0;
  margin-top: 5px;
}

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

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

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

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

/* line 2, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker {
  background: #fff;
  background-clip: padding-box;
  color: #fff;
  display: none;
  margin-top: 2px;
  padding: 0;
  text-align: center;
  width: 160px;
}

/* line 12, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker a {
  text-decoration: none;
}

/* line 14, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker a:hover {
  cursor: pointer;
}

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

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

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

/* line 51, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  margin: -4px 0 0 0;
}

/* line 54, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
  margin: -4px 0 0 0;
}

/* line 60, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker .ui-datepicker-header a {
  color: #fff;
  display: block;
  height: 19px;
  margin-top: -4px;
  width: 10px;
}

/* line 67, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev {
  float: left;
  width: 0;
  height: 0;
  margin: 0px 0px 0px 4px;
  border-top: 5px solid transparent;
  border-right: 5px solid white;
  border-bottom: 5px solid transparent;
}

/* line 76, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker .ui-datepicker-header a.ui-datepicker-next {
  float: right;
  width: 0;
  height: 0;
  margin: 0px 4px 0px 0px;
  border-top: 5px solid transparent;
  border-left: 5px solid white;
  border-bottom: 5px solid transparent;
}

/* line 86, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker .ui-datepicker-header a span {
  display: none;
}

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

/* line 103, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar td, .ui-datepicker table.ui-datepicker-calendar th {
  padding: 0px;
  text-align: center;
}

/* line 108, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar thead th {
  background-color: #dbdddf;
  color: #333333;
  font-weight: normal;
  font-size: 0.8em;
  padding-top: 1px;
}

/* line 116, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar tbody {
  color: #666666;
}

/* line 119, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar tbody td {
  border: none;
  height: 24px;
  width: 22px;
}

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

/* line 131, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: #5a5f64;
  color: #fff;
}

/* line 134, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-active.ui-state-hover {
  background-color: #5a5f64;
  color: #fff;
}

/* line 139, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-hover {
  background-color: #eceef0;
}

/* line 142, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-highlight {
  background-color: #dbdddf;
}

/* line 4, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table tr td {
  vertical-align: top;
}

/* line 8, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table tr th {
  text-align: left;
}

/* line 15, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table {
  width: 100%;
  margin-bottom: 10px;
  border: 0;
  border-spacing: 0;
}

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

/* line 27, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table th a, table.index_table th a:link, table.index_table th a:visited {
  color: #5E6469;
  text-decoration: none;
  display: block;
  white-space: nowrap;
}

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

/* line 38, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table th.sorted-asc a {
  background-position: 0 -27px;
}

/* line 39, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table th.sorted-desc a {
  background-position: 0 -56px;
}

/* line 41, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table th.sorted-asc, table.index_table th.sorted-desc {
  background-color: #e2e2e2;
  background-image: linear-gradient(180deg, #e2e2e2, #d2d4d6);
}

/* line 45, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table th:last-child {
  border-right: solid 1px #d4d4d4;
}

/* line 51, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table tr.even td {
  background: #f4f5f5;
}

/* line 53, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table tr.selected td {
  background: #d9e4ec;
}

/* line 57, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table td {
  padding: 10px 12px 8px 12px;
  border-bottom: 1px solid #e8e8e8;
  vertical-align: top;
}

/* line 66, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.panel_contents table {
  margin-top: 5px;
}

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

/* line 77, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.panel_contents table tr.odd td {
  background: #ecedee;
}

/* line 78, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.panel_contents table tr.even td {
  background: #f4f5f5;
}

/* line 82, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.attributes_table {
  overflow: hidden;
}

/* line 85, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.attributes_table table col.even {
  background: #f4f5f5;
}

/* line 86, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.attributes_table table col.odd {
  background: #ecedee;
}

/* line 87, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.attributes_table table th, .attributes_table table td {
  padding: 8px 12px 6px 12px;
  vertical-align: top;
  border-bottom: 1px solid #e8e8e8;
}

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

/* line 103, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.attributes_table table td .empty {
  color: #bbb;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

/* line 112, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.sidebar_section .attributes_table th {
  width: 50px;
}

/* line 2, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
#collection_selection_toggle_panel:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

/* line 3, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_batch_actions.scss */
#collection_selection_toggle_panel > .resource_selection_toggle_cell {
  float: left;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-widget-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
}

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

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

/* line 16, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog .ui-dialog-titlebar span {
  font-size: 1.1em;
}

/* line 19, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog ul {
  list-style-type: none;
}

/* line 20, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog li {
  margin: 10px 0;
}

/* line 21, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog label {
  margin-right: 10px;
}

/* line 23, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog .ui-dialog-buttonpane, .ui-dialog form {
  padding: 7px 15px 13px;
}

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

/* line 12, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.ui-dialog .ui-dialog-buttonpane button.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 29, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.ui-dialog .ui-dialog-buttonpane button:not(.disabled):hover {
  background-color: #8b9297;
  background-image: linear-gradient(180deg, #8b9297, #484d51);
}

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

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

/* line 12, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.ui-dialog .ui-dialog-buttonpane button:last-child.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 50, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.ui-dialog .ui-dialog-buttonpane button:last-child:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
}

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

/* line 33, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.active_admin_dialog.ui-dialog .ui-dialog-titlebar-close {
  display: none;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
.blank_slate_container {
  clear: both;
  text-align: center;
}

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

/* line 15, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
.blank_slate_container .blank_slate small {
  display: block;
  font-size: 0.9em;
  font-weight: normal;
}

/* line 23, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
.admin_dashboard .blank_slate_container .blank_slate {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* line 28, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
.with_sidebar .blank_slate_container .blank_slate {
  margin-top: 80px;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
.breadcrumb {
  display: block;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.0em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

/* line 9, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active {
  color: #8a949e;
  text-decoration: none;
}

/* line 14, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
.breadcrumb a:hover {
  text-decoration: underline;
}

/* line 16, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
.breadcrumb .breadcrumb_sep {
  margin: 0 2px;
  color: #aab2ba;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu {
  display: inline;
}

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

/* line 12, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.dropdown_menu .dropdown_menu_button.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 50, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.dropdown_menu .dropdown_menu_button:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
}

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

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

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

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

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

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

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

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

/* line 106, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li {
  display: block;
  border-bottom: solid 1px #ebebeb;
  box-sizing: border-box;
}

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

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

/* line 127, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li a:active {
  background-color: #608cb4;
  background-image: linear-gradient(180deg, #608cb4, #75a1c2);
  color: #FFF;
}

/* line 135, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:first-child a {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 142, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:last-child {
  border: none;
}

/* line 143, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:last-child a {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_buttons.scss */
a.member_link {
  margin-right: 7px;
  white-space: nowrap;
}

/* line 6, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_buttons.scss */
a.button, a:link.button, a:visited.button, 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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
a.button.disabled, a:link.button.disabled, a:visited.button.disabled, input[type=submit].disabled, input[type=button].disabled, button.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 29, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
a.button:not(.disabled):hover, a:link.button:not(.disabled):hover, a:visited.button: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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
a.button:not(.disabled):active, a:link.button:not(.disabled):active, a:visited.button: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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_grid.scss */
table.index_grid td {
  border: none;
  background: none;
  padding: 0 20px 20px 0;
  margin: 0;
}

/* line 5, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_grid.scss */
.columns {
  clear: both;
  padding: 0;
}

/* line 8, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_grid.scss */
.columns .column {
  float: left;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_links.scss */
a, a:link, a:visited {
  color: #38678b;
  text-decoration: underline;
}

/* line 5, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_links.scss */
a:hover {
  text-decoration: none;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.paginated_collection_contents {
  clear: both;
}

/* line 5, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination {
  float: right;
  font-size: 0.9em;
  margin-left: 10px;
}

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

/* line 12, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.pagination a.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 50, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.pagination a:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
}

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

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

/* line 12, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.pagination span.page.current.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 29, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.pagination span.page.current:not(.disabled):hover {
  background-color: #8b9297;
  background-image: linear-gradient(180deg, #8b9297, #484d51);
}

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

/* line 18, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination a, .pagination span.page.current {
  border-radius: 0px;
  margin-right: 4px;
  padding: 2px 5px;
}

/* line 25, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination_information {
  float: right;
  margin-bottom: 5px;
  color: #b3bcc1;
}

/* line 29, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination_information b {
  color: #5c6469;
}

/* line 32, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.download_links {
  float: left;
}

/* line 36, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination_per_page {
  float: right;
  margin-left: 4px;
}

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

/* line 12, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.pagination_per_page select.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 50, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.pagination_per_page select:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
}

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

/* line 47, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.comments .pagination {
  float: left;
  margin-bottom: 30px;
}

/* line 51, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.comments .pagination_information {
  float: left;
  color: #000;
}

/* line 2, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_panels.scss */
.section, .panel, .sidebar_section.panel {
  background: #f4f4f4;
  border-radius: 4px;
  box-shadow: inset 0 1px 4px #ddd;
  margin-bottom: 20px;
}

/* line 27, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
.section > h3, .panel > h3, .sidebar_section.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, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
.section > h3 .header_action, .panel > h3 .header_action {
  float: right;
}

/* line 35, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
.section > div, .panel > div, .sidebar_section.panel > div {
  padding: 3px 15px 15px 15px;
}

/* line 37, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
.section hr, .panel hr, .sidebar_section.panel hr {
  border: none;
  border-bottom: 1px solid #E8E8E8;
}

/* line 6, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_panels.scss */
.sidebar_section {
  background: #f4f4f4;
  border-radius: 4px;
  box-shadow: inset 0 1px 4px #ddd;
  margin-bottom: 20px;
}

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

/* line 30, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
.sidebar_section > h3 .header_action {
  float: right;
}

/* line 35, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
.sidebar_section > div {
  padding: 3px 15px 15px 15px;
}

/* line 37, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
.sidebar_section hr {
  border: none;
  border-bottom: 1px solid #E8E8E8;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_columns.scss */
.columns {
  margin-bottom: 10px;
}

/* line 3, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_scopes.scss */
.scopes li .count {
  color: #8e979e;
  font-weight: normal;
  font-size: 0.9em;
  line-height: 10px;
}

/* line 9, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_scopes.scss */
.scopes li:first-child a {
  margin-left: 10px;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_status_tags.scss */
.status_tag {
  background: #cacaca;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 3px 5px 2px 5px;
  font-size: 0.8em;
}

/* line 9, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_status_tags.scss */
.status_tag.yes {
  background: #6090DB;
}

/* line 10, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_status_tags.scss */
.status_tag.no {
  background: grey;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools {
  margin-bottom: 16px;
}

/* line 2, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
.table_tools:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

/* line 6, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools .dropdown_menu {
  float: left;
}

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

/* line 12, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
a.table_tools_button.disabled, .table_tools .dropdown_menu_button.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 50, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
a.table_tools_button:not(.disabled):hover, .table_tools .dropdown_menu_button:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
}

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

/* line 19, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
a.table_tools_button:not(.disabled):hover, .table_tools .dropdown_menu_button:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F6F6F6);
}

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

/* line 31, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools_segmented_control {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* line 36, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools_segmented_control li {
  float: left;
}

/* line 39, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools_segmented_control li a {
  border-width: 1px .5px 1px .5px;
  border-radius: 0;
}

/* line 44, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools_segmented_control li:first-child a {
  border-left-width: 1px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

/* line 50, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools_segmented_control li:last-child a {
  border-right-width: 1px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

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

/* line 61, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools_segmented_control li.selected a:hover {
  background-color: #F0F0F0;
  background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD);
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_index_list.scss */
.indexes {
  float: right;
}

/* line 5, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_index_list.scss */
.indexes li .count {
  color: #8e979e;
  font-weight: normal;
  font-size: 0.9em;
  line-height: 10px;
}

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

/* line 8, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_unsupported_browser.scss */
.unsupported_browser h1 {
  font-size: 13px;
  font-weight: bold;
}

/* line 13, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_unsupported_browser.scss */
.unsupported_browser p {
  margin-bottom: 0.5em;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
.ui-tabs-nav {
  list-style: none;
  display: block;
  width: auto;
  margin-bottom: -12px;
  padding-left: 0;
  overflow: auto;
  margin-left: 15px;
}

/* line 10, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
.ui-tabs-nav li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
}

/* line 17, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
.ui-tabs-nav li:first-child a {
  border-left-width: 1px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

/* line 23, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
.ui-tabs-nav li:last-child a {
  border-right-width: 1px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

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

/* line 12, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.ui-tabs-nav li a.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 50, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.ui-tabs-nav li a:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
}

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

/* line 40, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
.ui-tabs-nav li a:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F6F6F6);
}

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

/* line 52, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
.ui-tabs-nav li.ui-tabs-active a a:hover {
  background-color: #F0F0F0;
  background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD);
}

/* line 60, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
.tab-content {
  border: 1px solid #D3D3D3;
  padding: 15px;
  padding-top: 30px;
  text-align: left;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out {
  background: #e8e9ea;
}

/* line 4, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #content_wrapper {
  width: 500px;
  margin: 70px auto;
}

/* line 7, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #content_wrapper #active_admin_content {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
  background: #fff;
  padding: 13px 30px;
}

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

/* line 24, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #login {
  /* Login Form */
}

/* line 27, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #login form fieldset {
  box-shadow: none;
  background: none;
  padding: 0;
  margin-bottom: 0;
}

/* line 31, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #login form fieldset li {
  padding: 10px 0;
}

/* line 33, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #login form fieldset input[type=text], body.logged_out #login form fieldset input[type=email], body.logged_out #login form fieldset input[type=password] {
  width: 70%;
}

/* line 36, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #login form fieldset.buttons {
  margin-left: 20%;
}

/* line 41, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #login a {
  float: right;
  margin-top: -32px;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_footer.scss */
#footer {
  padding: 30px 30px;
  font-size: 0.8em;
  clear: both;
}

/* line 6, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_footer.scss */
#footer p {
  padding-top: 10px;
}

/* line 12, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_footer.scss */
#index_footer {
  padding-top: 5px;
  text-align: right;
  font-size: 0.85em;
}

/* line 14, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_footer.scss */
.index_content {
  clear: both;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
#wrapper {
  width: 100%;
}

/* line 5, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
.index #wrapper {
  display: table;
}

/* line 9, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
#active_admin_content {
  margin: 0;
  padding: 30px;
}

/* line 13, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
#active_admin_content #main_content_wrapper {
  float: left;
  width: 100%;
}

/* line 17, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
#active_admin_content #main_content_wrapper #main_content {
  margin-right: 300px;
}

/* line 22, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
#active_admin_content.without_sidebar #main_content_wrapper #main_content {
  margin-right: 0;
}

/* line 24, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
#active_admin_content #sidebar {
  float: left;
  width: 270px;
  margin-left: -270px;
}

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

/* line 2, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
#title_bar:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

/* line 14, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
#title_bar #titlebar_left, #title_bar #titlebar_right {
  height: 50px;
  vertical-align: middle;
  display: table-cell;
}

/* line 20, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
#title_bar #titlebar_right {
  text-align: right;
}

/* line 24, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
#title_bar h2 {
  margin: 0;
  padding: 0;
  font-size: 2.6em;
  line-height: 100%;
  font-weight: bold;
}

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

/* line 12, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
#title_bar .action_items span.action_item > a.disabled, #title_bar .action_items span.action_item > .dropdown_menu > a.disabled {
  opacity: 0.5;
  cursor: default;
}

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

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

/* line 35, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_base.scss */
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-size: 72%;
  background: #FFF;
  color: #323537;
}

/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
/* line 6, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc {
  direction: ltr;
  text-align: left;
}

/* line 10, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl {
  text-align: right;
}

/* line 13, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
/* line 19, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
}

/* line 24, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
}

/* line 29, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
/* line 36, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer;
}

/* Firefox has an annoying inner border */
/* line 52, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

/* line 56, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-default {
  /* non-theme */
  border: 1px solid;
}

/* line 60, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 65, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* icons in buttons */
/* line 71, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
/* line 83, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 97, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}

/* line 104, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

/* line 113, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 119, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
/* line 127, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-button-group {
  display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
/* line 134, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}

/* line 139, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
/* line 145, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* line 149, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}

/* line 153, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

/* line 156, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

/* line 159, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

/* line 163, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
/* line 169, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

/* line 173, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

/* line 180, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-clear {
  clear: both;
}

/* line 183, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* line 193, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

/* line 197, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
/* line 203, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

/* line 213, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc th {
  text-align: center;
}

/* line 216, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

/* line 223, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
/* line 229, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
a[data-goto] {
  cursor: pointer;
}

/* line 232, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
a[data-goto]:hover {
  text-decoration: underline;
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
/* line 237, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

/* line 243, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

/* line 251, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
/* line 257, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row {
  position: relative;
}

/* line 260, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */
/* line 264, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

/* line 269, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

/* line 274, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

/* line 278, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

/* line 281, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
/* line 288, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

/* line 294, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-helper-skeleton {
  z-index: 5;
}

/* line 297, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
}

/* line 306, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

/* line 311, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
/* line 318, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* TODO: move to agenda/basic */
/* line 322, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
/* line 331, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
}

/* line 342, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */
}

/* line 347, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

/* line 354, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

/* line 359, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

/* line 364, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25;
}

/* line 370, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* resizer (cursor AND touch devices) */
/* line 375, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}

/* resizer (touch devices) */
/* line 380, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event .fc-resizer {
  display: none;
}

/* line 383, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}

/* hit area */
/* line 389, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
/* line 404, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 409, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
/* line 415, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
/* line 426, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 435, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */
/* left resizer  */
/* line 446, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}

/* right resizer */
/* line 453, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}

/* resizer (mouse devices) */
/* line 460, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}

/* resizer (touch devices) */
/* line 468, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}

/* left resizer  */
/* line 482, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}

/* right resizer */
/* line 488, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
/* line 498, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

/* line 503, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}

/* line 507, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25;
}

/* line 521, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

/* line 526, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* resizer (cursor devices) */
/* left resizer  */
/* line 531, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}

/* right resizer */
/* line 537, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
/* line 545, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}

/* line 551, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
a.fc-more:hover {
  text-decoration: underline;
}

/* line 554, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
/* line 559, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

/* line 563, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-more-popover {
  z-index: 2;
  width: 220px;
}

/* line 567, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
/* line 572, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/
/* line 578, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
/* line 592, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}

/* line 604, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-popover {
  background-color: #fff;
}

/* line 607, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}

/* line 612, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

/* line 615, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

/* line 618, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
/* line 624, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
/* line 647, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon:after {
  position: relative;
}

/* line 650, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

/* line 656, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

/* line 662, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%;
}

/* line 667, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%;
}

/* line 672, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}

/* line 677, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}

/* line 682, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}

/* line 687, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
/* line 694, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

/* line 698, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px;
}

/* List View
--------------------------------------------------------------------------------------------------*/
/* line 704, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
/* line 709, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.ui-widget .fc-disabled-day {
  background-image: none;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
/* line 714, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
/* line 720, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal;
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
/* line 731, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
/* line 737, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */
}

/* line 741, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc.fc-bootstrap3 a {
  text-decoration: none;
}

/* line 744, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}

/* line 747, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap3 hr.fc-divider {
  border-color: inherit;
}

/* line 750, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap3 .fc-today.alert {
  border-radius: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
/* line 755, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
/* line 760, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

/* line 764, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc.fc-bootstrap4 a {
  text-decoration: none;
}

/* line 767, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}

/* line 770, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}

/* line 773, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}

/* line 776, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}

/* line 779, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap4 .fc-popover.card {
  position: absolute;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
/* line 784, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
/* line 789, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
/* line 795, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar {
  text-align: center;
}

/* line 798, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

/* line 801, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}

/* line 804, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-left {
  float: left;
}

/* line 807, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-right {
  float: right;
}

/* line 810, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-center {
  display: inline-block;
}

/* the things within each left/right/center section */
/* line 814, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em;
}

/* the first thing within each left/center/right section */
/* line 820, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}

/* title text */
/* line 825, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar h2 {
  margin: 0;
}

/* button layering (for border precedence) */
/* line 829, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar button {
  position: relative;
}

/* line 832, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

/* line 836, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-state-down {
  z-index: 3;
}

/* line 839, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

/* line 843, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar button:focus {
  z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
/* line 850, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 857, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
/* line 866, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

/* line 872, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
/* line 877, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row.fc-rigid {
  overflow: hidden;
}

/* line 880, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
/* line 887, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-day-top.fc-other-month {
  opacity: 0.3;
}

/* line 890, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px;
}

/* line 894, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}

/* line 899, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}

/* line 902, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

/* line 905, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}

/* line 909, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

/* line 913, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}

/* when week/day number have own column */
/* line 920, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basic-view td.fc-week-number {
  text-align: center;
}

/* line 923, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
/* line 930, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

/* line 935, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}

/* line 939, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
/* line 945, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

/* line 951, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-axis {
  text-align: right;
}

/* line 954, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-axis {
  text-align: left;
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
/* line 959, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

/* line 965, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

/* line 969, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

/* line 973, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid > .fc-bg {
  z-index: 1;
}

/* line 976, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

/* line 982, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}

/* line 986, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

/* divs within a cell within the fc-content-skeleton */
/* line 994, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

/* line 998, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

/* line 1002, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}

/* line 1006, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

/* line 1010, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

/* line 1013, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
/* line 1020, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}

/* line 1025, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
/* line 1030, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}

/* line 1035, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
/* line 1043, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

/* line 1047, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

/* line 1051, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

/* line 1057, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
/* line 1064, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1073, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
/* line 1086, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}

/* line 1090, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible;
}

/* line 1095, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */
}

/* line 1099, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */
}

/* line 1103, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

/* line 1107, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap;
}

/* short mode, where time and title are on the same line */
/* line 1112, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

/* line 1116, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

/* line 1122, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

/* line 1126, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

/* line 1130, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */
}

/* line 1134, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}

/* resizer (cursor device) */
/* line 1141, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

/* line 1153, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

/* resizer (touch device) */
/* line 1157, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
/* line 1174, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

/* arrow on axis */
/* line 1180, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}

/* line 1184, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* line 1191, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
/* line 1201, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

/* view wrapper */
/* line 1208, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */
}

/* line 1212, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-view {
  border-width: 1px;
  border-style: solid;
}

/* table resets */
/* line 1217, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */
}

/* line 1221, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

/* line 1225, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-table tr:first-child td {
  border-top-width: 0;
}

/* day headings with the list */
/* line 1229, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-heading {
  border-bottom-width: 1px;
}

/* line 1232, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-heading td {
  font-weight: bold;
}

/* line 1235, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-list-heading-main {
  float: left;
}

/* line 1238, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-list-heading-alt {
  float: right;
}

/* line 1241, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-list-heading-main {
  float: right;
}

/* line 1244, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-list-heading-alt {
  float: left;
}

/* event list items */
/* line 1248, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */
}

/* line 1252, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

/* make the dot closer to the event title */
/* line 1258, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

/* line 1261, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

/* line 1264, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit;
}

/* line 1269, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline;
}

/* message when no events */
/* line 1274, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 1281, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

/* line 1286, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* line 1291, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
#qtip-overlay.blurs, .qtip-close {
  cursor: pointer;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-content, .qtip-titlebar {
  position: relative;
  overflow: hidden;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-content {
  padding: 5px 9px;
  text-align: left;
  word-wrap: break-word;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-titlebar {
  padding: 5px 35px 5px 10px;
  border-width: 0 0 1px;
  font-weight: 700;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 11;
  outline: 0;
  border: 1px solid transparent;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
* html .qtip-titlebar .qtip-close {
  top: 16px;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-icon .ui-icon, .qtip-titlebar .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-icon, .qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal 700 10px/13px Tahoma,sans-serif;
  color: inherit;
  background: -100em -100em no-repeat;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-default {
  border: 1px solid #F1D031;
  background-color: #FFFFA3;
  color: #555;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-default .qtip-titlebar {
  background-color: #FFEF93;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-light {
  background-color: #fff;
  border-color: #E2E2E2;
  color: #454545;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-light .qtip-titlebar {
  background-color: #f1f1f1;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-dark {
  background-color: #505050;
  border-color: #303030;
  color: #f3f3f3;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-dark .qtip-titlebar {
  background-color: #404040;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-dark .qtip-icon {
  border-color: #444;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-dark .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-cream {
  background-color: #FBF7AA;
  border-color: #F9E98E;
  color: #A27D35;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-red, .qtip-red .qtip-icon, .qtip-red .qtip-titlebar .ui-state-hover {
  border-color: #D95252;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-cream .qtip-titlebar {
  background-color: #F0DE7D;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-cream .qtip-close .qtip-icon {
  background-position: -82px 0;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-red {
  background-color: #F78B83;
  color: #912323;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-red .qtip-titlebar {
  background-color: #F06D65;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-red .qtip-close .qtip-icon {
  background-position: -102px 0;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-green {
  background-color: #CAED9E;
  border-color: #90D93F;
  color: #3F6219;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-green .qtip-titlebar {
  background-color: #B0DE78;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-green .qtip-close .qtip-icon {
  background-position: -42px 0;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-blue {
  background-color: #E5F6FE;
  border-color: #ADD9ED;
  color: #5E99BD;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-blue .qtip-titlebar {
  background-color: #D0E9F5;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-blue .qtip-close .qtip-icon {
  background-position: -2px 0;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-shadow {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-bootstrap, .qtip-rounded, .qtip-tipsy {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-rounded .qtip-titlebar {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-youtube {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px #333;
  -moz-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
  color: #fff;
  border: 0 solid transparent;
  background: #4A4A4A;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4A4A4A), color-stop(100%, #000));
  background-image: -webkit-linear-gradient(top, #4A4A4A 0, #000 100%);
  background-image: -moz-linear-gradient(top, #4A4A4A 0, #000 100%);
  background-image: -ms-linear-gradient(top, #4A4A4A 0, #000 100%);
  background-image: -o-linear-gradient(top, #4A4A4A 0, #000 100%);
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-youtube .qtip-titlebar {
  background-color: #4A4A4A;
  background-color: rgba(0, 0, 0, 0);
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-youtube .qtip-content {
  padding: .75em;
  font: 12px arial,sans-serif;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-youtube .qtip-icon {
  border-color: #222;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-youtube .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-jtools {
  background: #232323;
  background: rgba(0, 0, 0, 0.7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
  background-image: -moz-linear-gradient(top, #717171, #232323);
  background-image: -webkit-linear-gradient(top, #717171, #232323);
  background-image: -ms-linear-gradient(top, #717171, #232323);
  background-image: -o-linear-gradient(top, #717171, #232323);
  border: 2px solid #ddd;
  border: 2px solid #f1f1f1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 12px #333;
  -moz-box-shadow: 0 0 12px #333;
  box-shadow: 0 0 12px #333;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-jtools .qtip-titlebar {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-jtools .qtip-content {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-jtools .qtip-content, .qtip-jtools .qtip-titlebar {
  background: 0 0;
  color: #fff;
  border: 0 dashed transparent;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-jtools .qtip-icon {
  border-color: #555;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-jtools .qtip-titlebar .ui-state-hover {
  border-color: #333;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-cluetip {
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  background-color: #D9D9C2;
  color: #111;
  border: 0 dashed transparent;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-cluetip .qtip-titlebar {
  background-color: #87876A;
  color: #fff;
  border: 0 dashed transparent;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-cluetip .qtip-icon {
  border-color: #808064;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-cluetip .qtip-titlebar .ui-state-hover {
  border-color: #696952;
  color: #696952;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-tipsy {
  background: #000;
  background: rgba(0, 0, 0, 0.87);
  color: #fff;
  border: 0 solid transparent;
  font-size: 11px;
  font-family: 'Lucida Grande',sans-serif;
  font-weight: 700;
  line-height: 16px;
  text-shadow: 0 1px #000;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-tipsy .qtip-titlebar {
  padding: 6px 35px 0 10px;
  background-color: transparent;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-tipsy .qtip-content {
  padding: 6px 10px;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-tipsy .qtip-icon {
  border-color: #222;
  text-shadow: none;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-tipsy .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-tipped {
  border: 3px solid #959FA9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #F9F9F9;
  color: #454545;
  font-weight: 400;
  font-family: serif;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-tipped .qtip-titlebar {
  border-bottom-width: 0;
  color: #fff;
  background: #3A79B8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
  background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-tipped .qtip-icon {
  border: 2px solid #285589;
  background: #285589;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-tipped .qtip-icon .ui-icon {
  background-color: #FBFBFB;
  color: #555;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-bootstrap {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  padding: 1px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-bootstrap .qtip-titlebar {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-bootstrap .qtip-titlebar .qtip-close {
  right: 11px;
  top: 45%;
  border-style: none;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-bootstrap .qtip-content {
  padding: 9px 14px;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-bootstrap .qtip-icon {
  background: 0 0;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-bootstrap .qtip-icon .ui-icon {
  width: auto;
  height: auto;
  float: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
#qtip-overlay, #qtip-overlay div {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-bootstrap .qtip-icon .ui-icon:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  filter: alpha(opacity=40);
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip:not(.ie9haxors) div.qtip-content, .qtip:not(.ie9haxors) div.qtip-titlebar {
  filter: none;
  -ms-filter: none;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip .qtip-tip, x:-o-prefocus {
  visibility: hidden;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip .qtip-tip, .qtip .qtip-tip .qtip-vml, .qtip .qtip-tip canvas {
  position: absolute;
  color: #123456;
  background: 0 0;
  border: 0 dashed transparent;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip .qtip-tip canvas {
  top: 0;
  left: 0;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
#qtip-overlay {
  position: fixed;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
#qtip-overlay div {
  position: absolute;
  background-color: #000;
  opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/activeadmin-index_as_calendar-f092e0b0b733/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtipmodal-ie6fix {
  position: absolute !important;
}

/* line 3, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/active_admin-form_errors-0.1.1/app/assets/stylesheets/active_admin/form_errors.scss */
.errors {
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #fdf0ef;
  border: 1px solid #a61a14;
  border-radius: 4px;
  color: #a61a14;
}

/* line 14, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/active_admin-form_errors-0.1.1/app/assets/stylesheets/active_admin/form_errors.scss */
.errors li {
  list-style: disc;
  margin: 2px 0 0 45px;
}

@media (min-width: 768px) {
  /* line 14, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/active_admin-form_errors-0.1.1/app/assets/stylesheets/active_admin/form_errors.scss */
  .errors li {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  /* line 14, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/active_admin-form_errors-0.1.1/app/assets/stylesheets/active_admin/form_errors.scss */
  .errors li {
    width: 30%;
  }
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
/* line 10, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 17, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 22, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* line 27, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

/* line 33, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

/* line 95, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

/* line 122, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 163, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 242, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

/* line 281, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

/* line 340, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 401, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 482, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 570, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 658, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 731, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 804, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 877, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 950, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

/* line 993, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 1036, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 1069, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 1102, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 1145, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

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

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

/* line 1170, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1203, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1236, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1269, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1302, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1335, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1368, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1401, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 1434, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

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

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

/* line 1459, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/* line 1488, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 1517, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 1546, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 1575, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* line 1604, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 1633, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* line 1662, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 1691, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

/* line 1770, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 1843, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 1916, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

/* line 1961, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

/* line 2006, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2065, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

/* line 2096, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2139, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2180, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2221, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2262, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 2303, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

/* line 2340, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

/* line 2377, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

/* line 2414, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

/* line 2451, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

/* line 2488, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

/* line 2561, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 2596, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

/* line 2627, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

/* line 2656, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2697, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2738, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2779, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2820, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

/* line 2857, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2902, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

/* line 2939, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

/* line 2976, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 3021, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3052, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3083, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3114, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3145, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/* line 3176, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 3207, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* line 3238, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* line 3269, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/animate.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html {
  background: transparent;
  font-family: "Source Sans Pro", sans-serif;
  min-height: 100%;
}

/* line 5, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html body.active_admin {
  background: rgba(236, 240, 241, 0.48) !important;
  background: white;
  font-family: "Source Sans Pro", sans-serif;
  padding-bottom: 80px;
}

/* line 11, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #header {
  background: rgba(236, 240, 241, 0.48);
  border: none;
  text-shadow: none;
  margin-top: -2px;
  padding: 0;
}

/* line 17, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #header h1.site_title {
  background-color: white;
  color: #1e2a33;
}

/* line 22, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #header a, html #header a:link {
  color: #1e2a33;
}

/* line 25, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #header ul.tabs {
  padding: 0;
  font-size: 0;
}

/* line 29, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #header ul.tabs > li:hover > a, html #header ul.tabs > li.current > a {
  color: white;
  background: #FFC27B;
  border-radius: 0 !important;
  margin: -10px 0;
  display: block;
  margin-top: 0 !important;
}

/* line 37, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #header ul.tabs > li {
  font-size: 12px;
  margin: 0;
  min-height: 29px !important;
}

/* line 41, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #header ul.tabs > li a {
  display: block;
  padding: 6px 20px;
  margin: 0;
}

/* line 47, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #header ul.tabs > li.has_nested a {
  background-position: 93% 50%;
  padding-right: 30px;
}

/* line 52, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #header ul.tabs > li.has_nested:hover a {
  border-radius: 0 !important;
  background-color: #FFC27B;
  border: none;
  background-position: 93% 50%;
}

/* line 58, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #header ul.tabs > li.has_nested:hover ul {
  background: #FFC27B;
  box-shadow: none !important;
  border-radius: 0 !important;
  border: none;
}

/* line 63, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #header ul.tabs > li.has_nested:hover ul li a {
  color: white;
}

/* line 65, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #header ul.tabs > li.has_nested:hover ul li a:hover {
  color: #1e2a33;
}

/* line 71, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #header ul.tabs > li.has_nested.current a {
  background-color: #FFC27B;
  background-position: 93% 50%;
  padding-right: 30px;
}

/* line 76, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #header #utility_nav {
  background: white;
  padding: 0;
}

/* line 79, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #header #utility_nav li#logout a {
  font-weight: bold;
  text-decoration: underline;
}

/* line 82, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #header #utility_nav li#logout a:hover {
  text-decoration: none;
}

/* line 86, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #header #utility_nav li {
  padding: 0 !important;
}

/* line 88, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #header #utility_nav li a {
  padding: 6px;
}

/* line 90, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #header #utility_nav li a:hover {
  background: none;
  color: #1e2a33;
}

/* line 99, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #utility_nav li {
  display: block !important;
  height: 29px !important;
  width: 120px !important;
  text-align: left !important;
  padding: 0 0 0 10px !important;
  overflow: hidden;
}

/* line 106, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #utility_nav li:hover {
  margin: 0 !important;
  padding: 0 0 0 10px !important;
}

/* line 109, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #utility_nav li:hover a {
  margin: 0 !important;
  background: none !important;
  color: #FFC27B !important;
}

/* line 115, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #utility_nav li#logout {
  padding-bottom: 4px !important;
}

/* line 120, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .panel, html .sidebar_section.panel {
  background: white;
  position: relative;
  border-top: 3px solid rgba(177, 194, 198, 0.48);
  border-radius: 0;
  box-shadow: inset 0 0px 3px #dddddd;
}

/* line 126, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .panel > h3, html .sidebar_section.panel > h3 {
  border-bottom: 1px solid #f4f4f4;
  background: #37474f;
  color: white;
  padding: 8px 15px;
  box-shadow: none;
  border-radius: 0;
  text-shadow: none;
  font-weight: bold;
  border-style: none none solid;
}

/* line 138, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #title_bar {
  background: #1e2a33;
  text-shadow: none;
  border: none;
  padding: 15px 30px;
  box-shadow: none;
  border-bottom: 4px solid #FFC27B;
  margin: 0;
}

/* line 146, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #title_bar h2 {
  color: white;
}

/* line 149, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #title_bar .action_items a {
  border-radius: 0 !important;
  background: #FFC27B !important;
  color: white !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: none !important;
  padding: 17px;
  font-size: 14px;
}

/* line 158, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #title_bar .action_items a:hover {
  background: #ffdaae !important;
}

/* line 163, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html table.index_table {
  border: 1px solid #d3d8dc;
  background: white;
}

/* line 166, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html table.index_table th {
  background: #f1f5f6;
  border: 1px #d3d8dc;
  border-style: none solid solid none;
  padding: 7px 10px;
  box-shadow: none;
  color: #1e2a33;
}

/* line 173, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html table.index_table th a, html table.index_table th a:link, html table.index_table th a:visited {
  color: #1e2a33;
}

/* line 176, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html table.index_table th:last-child {
  border-right: none;
}

/* line 180, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html table.index_table td {
  color: black;
}

/* line 182, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html table.index_table td a, html table.index_table td a:link, html table.index_table td a:visited {
  color: black;
  display: inline-block;
  padding: 2px 3px;
  margin: -2px 0;
}

/* line 187, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html table.index_table td a:hover, html table.index_table td a:link:hover, html table.index_table td a:visited:hover {
  color: white;
  background: #FFC27B;
}

/* line 193, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html table.index_table tr.even td {
  background: #ecf0f1;
}

/* line 198, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #active_admin_content::after {
  clear: both;
  content: "";
  display: table;
}

/* line 203, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #active_admin_content .table_tools {
  height: 30px;
}

/* line 206, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #active_admin_content a.table_tools_button, html #active_admin_content .table_tools .dropdown_menu_button {
  border-radius: 0;
  box-shadow: 0;
  color: #1e2a33;
  background: white;
  padding: 7px 10px !important;
  font-weight: normal;
  text-shadow: none;
}

/* line 215, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #active_admin_content a.table_tools_button:hover {
  background-color: #FFC27B;
  color: white;
}

/* line 218, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #active_admin_content a.table_tools_button:hover .count {
  color: white;
}

/* line 223, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #active_admin_content .table_tools_segmented_control li a {
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #1e2a33;
  background: white;
  padding: 7px 15px;
  font-weight: normal;
  text-shadow: none;
  border-color: #d3d8dc;
}

/* line 232, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #active_admin_content .table_tools_segmented_control li a span.count {
  color: #FFC27B;
}

/* line 237, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #active_admin_content .table_tools_segmented_control li.selected a {
  color: white;
  background-color: #FFC27B;
}

/* line 240, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #active_admin_content .table_tools_segmented_control li.selected a span.count {
  color: white;
}

/* line 247, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .download_links {
  color: #7f8c8d;
  font-size: 12px;
}

/* line 250, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .download_links a {
  color: #FFC27B;
  font-weight: bold;
}

/* line 255, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .pagination_information {
  font-size: 12px;
  color: #7f8c8d;
}

/* line 259, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .pagination {
  margin-top: -2px;
}

/* line 261, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .pagination a, html .pagination span.page.current {
  font-family: "Source Sans Pro", sans-serif;
  border: 1px solid #d3d8dc;
  background: #ecf0f1;
  box-shadow: none !important;
  text-shadow: none;
  font-size: 12px;
  font-weight: normal;
  padding: 4px 6px;
  margin-right: 1px;
}

/* line 272, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .pagination span.page.current,
html .pagination a:not(.disabled):hover {
  background: #FFC27B;
  color: white;
}

/* line 277, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .pagination span.page.current {
  font-weight: 600;
}

/* line 280, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .pagination span.page.current:not(.disabled):hover {
  background: #FFC27B;
}

/* line 283, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .pagination .page.gap {
  display: none;
}

/* line 287, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .sidebar_section.panel {
  background: white;
  border-top: 3px solid rgba(177, 194, 198, 0.48);
  border-radius: 0;
  box-shadow: inset 0 0px 2px #dddddd;
  border-radius: 0;
  border-radius-text-shadow: none;
  border-radius-font-weight: bold;
}

/* line 292, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .sidebar_section.panel form .buttons {
  background: #37474f;
  margin: 25px -15px -15px;
  padding: 10px 15px;
}

/* line 297, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .sidebar_section.panel form fieldset {
  margin-bottom: 0;
}

/* line 300, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .sidebar_section.panel > h3 {
  background: #37474f;
  color: white;
  border: none;
  margin: 0;
  padding: 8px 15px;
  box-shadow: none;
}

/* line 313, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .sidebar_section.panel .filter_form_field label {
  color: black;
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  padding: 7px 0;
}

/* line 323, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .attributes_table table th, html .attributes_table table td {
  padding: 10px;
  font-family: "Source Sans Pro", sans-serif;
  color: black;
}

/* line 328, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .panel_contents table th, html .attributes_table table th {
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
}

/* line 333, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  padding: 15px 30px;
  font-size: 13px;
  color: #7f8c8d;
  border-top: 1px solid #d3d8dc;
}

/* line 343, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #footer p {
  margin: 0;
  padding: 0;
}

/* line 348, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html form input[type=submit],
html a.button,
html a:link.button,
html a:visited.button {
  box-shadow: none;
  border-radius: 0;
  background: #FFC27B;
  color: white;
  border: none;
  text-shadow: none;
  padding: 11px 15px;
}

/* line 359, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html form input[type=submit]:hover,
html a.button:hover,
html a:link.button:hover,
html a:visited.button:hover {
  background: #ffdaae !important;
}

/* line 363, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html form fieldset.buttons li.cancel a,
html form fieldset.actions li.cancel a,
html form.filter_form a.clear_filters_btn {
  background: white;
  box-shadow: none;
  border-radius: 0;
  text-shadow: none;
  padding: 10px 20px;
  color: black;
  border: none !important;
}

/* line 373, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html form fieldset.buttons li.cancel a:hover,
html form fieldset.actions li.cancel a:hover,
html form.filter_form a.clear_filters_btn:hover {
  background: #f2f2f2 !important;
}

/* line 377, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html form fieldset.inputs {
  background: white;
  position: relative;
  padding-top: 50px;
  border-top: 3px solid rgba(177, 194, 198, 0.48);
  border-radius: 0;
  box-shadow: inset 0 0px 3px #dddddd;
}

/* line 384, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html form fieldset.inputs > legend {
  border-bottom: 1px solid #f4f4f4;
  position: absolute;
  top: 0;
}

/* line 388, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html form fieldset.inputs > legend span {
  background: #37474f;
  color: white;
  padding: 8px 15px;
  border: none;
  margin: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
  text-shadow: none;
  font-weight: bold;
}

/* line 401, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html form fieldset.inputs ol > li label {
  padding-top: 7px;
  text-transform: uppercase;
}

/* line 405, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html form fieldset.inputs ol > li.boolean label {
  padding-top: 0px;
  margin-bottom: 15px;
}

/* line 411, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html input[type=text],
html input[type=password],
html input[type=email],
html input[type=date],
html input[type=tel],
html input[type=number],
html button {
  height: 20px !important;
  border-radius: 0;
}

/* line 423, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .block-50 {
  float: none;
  width: 50% !important;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

/* line 423, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .block-60 {
  float: none;
  width: 60% !important;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

/* line 423, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .block-70 {
  float: none;
  width: 70% !important;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

/* line 423, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .block-75 {
  float: none;
  width: 75% !important;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

/* line 423, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .block-80 {
  float: none;
  width: 80% !important;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

/* line 423, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .block-85 {
  float: none;
  width: 85% !important;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

/* line 423, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .block-90 {
  float: none;
  width: 90% !important;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

/* line 431, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html form input[type=text],
html form input[type=password],
html form input[type=email],
html form input[type=number],
html form input[type=url],
html form input[type=tel],
html form textarea {
  border-radius: 0;
  font-family: "Source Sans Pro", sans-serif;
}

/* line 441, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html form.filter_form .filter_form_field.filter_date_range input[type=text] {
  background-position: 100% 4px;
}

/* line 445, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html body.logged_in .flashes {
  width: 84.1%;
  float: right;
}

/* line 448, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html body.logged_in .flashes .flash {
  position: inherit;
  top: 0;
  text-shadow: none;
}

/* line 455, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html strong, html b {
  font-weight: 600;
}

/* line 458, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .blank_slate_container .blank_slate {
  color: #7f8c8d;
}

/* line 461, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .comments form.active_admin_comment {
  margin: 0;
}

/* line 463, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .comments form.active_admin_comment .actions {
  margin-bottom: 0;
}

/* line 466, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .comments form.active_admin_comment fieldset.inputs {
  border: none;
}

/* line 468, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .comments form.active_admin_comment fieldset.inputs li {
  margin-bottom: 0 !important;
}

/* line 471, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .comments form.active_admin_comment fieldset.inputs textarea {
  width: 95%;
}

/* line 476, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html body.logged_out {
  height: 100%;
}

/* line 478, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html body.logged_out #footer {
  display: none;
}

/* line 481, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html body.logged_out #content_wrapper {
  margin-top: 150px;
}

/* line 483, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html body.logged_out #content_wrapper #active_admin_content {
  padding-bottom: 0;
}

/* line 488, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html body.logged_out #login form fieldset {
  border: none;
}

/* line 491, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html body.logged_out #login > h2 {
  background: #37474f;
  font-family: "Source Sans Pro", sans-serif;
  color: white;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 8px 15px;
}

/* line 499, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html body.logged_out #login fieldset.actions {
  background: #f1f5f6;
  margin: 0 -30px -17px;
  padding: 6px 30px;
}

/* line 504, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html body.logged_out #login a {
  margin-top: -25px;
}

/* line 508, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html body.logged_out .flash {
  background: #f2ecbf;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px;
  border-bottom: 1px solid #dede8b;
  text-shadow: none;
}

/* line 520, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .sidebar_section ul {
  margin-bottom: 0;
}

/* line 524, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .cke_toolgroup, html .cke_combo_button {
  border-radius: 0 !important;
}

/* line 527, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .cke_top {
  background: #f0f4f5 !important;
  padding: 8px 15px !important;
  box-shadow: 0 !important;
  border-radius: 0 !important;
  text-shadow: none !important;
  font-weight: bold !important;
  border-style: none none solid !important;
}

/* line 536, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .cke_chrome {
  border: 1px solid #d3d8dc !important;
}

/* line 540, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .ckeditor label {
  display: block;
  width: 20%;
  float: left;
}

/* line 545, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .ckeditor .cke_chrome {
  width: 79.7% !important;
  overflow: hidden;
}

/* line 550, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .cke_toolgroup, html .cke_combo_button {
  border-radius: 0 !important;
}

/* line 554, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #active_admin_content #sidebar {
  float: left;
  margin-left: 0;
}

/* line 562, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #active_admin_content.with_sidebar {
  display: flex;
  flex-direction: column-reverse;
}

/* line 567, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #active_admin_content.with_sidebar #sidebar {
  width: 100%;
}

/* line 569, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #active_admin_content.with_sidebar #sidebar h3 {
  float: left;
  width: 100px;
}

/* line 573, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #active_admin_content.with_sidebar #sidebar .panel_contents {
  float: left;
}

/* line 576, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #active_admin_content.with_sidebar #sidebar ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 582, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #active_admin_content.with_sidebar #sidebar ul li {
  background-color: #1e2a33;
  color: #fff;
  float: left;
  height: 24px;
  line-height: 24px;
  position: relative;
  font-size: 11px;
  margin-left: 20px;
  padding: 0 10px 0 12px;
  background: #37474f;
  color: #fff;
  text-decoration: none;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 609, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #active_admin_content.with_sidebar #sidebar ul li:before {
  content: "";
  float: left;
  position: absolute;
  top: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-color: transparent #37474f transparent transparent;
  border-style: solid;
  border-width: 12px 12px 12px 0;
}

/* line 622, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html #active_admin_content.with_sidebar #sidebar ul li :after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  float: left;
  width: 4px;
  height: 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  -moz-box-shadow: -1px -1px 2px #004977;
  -webkit-box-shadow: -1px -1px 2px #004977;
  box-shadow: -1px -1px 2px #004977;
}

/* line 646, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html div#filters_sidebar_section {
  float: none;
  width: 50%;
  display: none;
  position: fixed;
  top: 10%;
  right: 25%;
  z-index: 2000;
}

/* line 655, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html div#filters_sidebar_section h3 {
  width: 100% !important;
}

/* line 658, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html div#filters_sidebar_section div.panel_contents {
  width: 100% !important;
  background-color: #FFF;
}

/* line 664, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html div#filters_sidebar_section div.panel_contents div.input.optional.stringish.filter_form_field select {
  width: 45%;
}

/* line 667, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html div#filters_sidebar_section div.panel_contents div.input.optional.stringish.filter_form_field input {
  width: 40%;
}

/* line 679, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html div#ui-datepicker-div {
  background-color: transparent;
}

/* line 682, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .ui-datepicker .ui-datepicker-header {
  background-color: #FFC27B;
  background-image: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 689, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .ui-datepicker table.ui-datepicker-calendar tbody {
  background-color: #1e2a33;
}

/* line 691, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .ui-datepicker table.ui-datepicker-calendar tbody a {
  color: #aeb3b5;
}

/* line 694, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/active_admin_skin.scss */
html .ui-datepicker table.ui-datepicker-calendar tbody a.ui-state-highlight {
  background-color: #FFC27B;
  color: #FFFFFF;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/body.scss */
body {
  background-color: whitesmoke;
  background-color: #F1F2F7;
  height: 100%;
  padding-bottom: 0 !important;
}

/* line 7, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/body.scss */
body #wrapper {
  height: 100%;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/header.scss */
.header#header {
  padding: 0;
  width: 16%;
  overflow: hidden;
  float: left;
  height: 92.9% !important;
  background-color: #37474f;
  box-shadow: none;
  position: fixed;
}

/* line 11, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/header.scss */
.header#header .header-item, .header#header .site_title {
  display: block !important;
  width: 100%;
}

/* line 16, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/header.scss */
.header#header .header-item.tabs {
  overflow-x: scroll;
}

/* line 20, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/header.scss */
.header#header .site_title {
  padding: 10px 0;
  margin: 0;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 22px;
  background-color: #FFC27B;
}

/* line 32, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/header.scss */
.header#header .header-item.tabs#tabs li {
  display: block;
  margin-bottom: 20px !important;
}

/* line 36, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/header.scss */
.header#header .header-item.tabs#tabs li a {
  height: 35px;
  line-height: 35px;
  color: #aeb3b5 !important;
  font-size: 14px;
  transition: all .3s;
}

/* line 45, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/header.scss */
.header#header .header-item.tabs#tabs li.current a {
  color: #fff !important;
}

/* line 50, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/header.scss */
.header#header .header-item.tabs#tabs li.current:hover a {
  margin: -10px 0;
}

/* line 57, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/header.scss */
.header#header .header-item.tabs#tabs li:hover a {
  margin: 0;
  background-color: #455a64;
}

/* line 64, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/header.scss */
.header#header .header-item.tabs#tabs li.has_nested ul {
  margin: 0;
  width: 100%;
  background-color: #455a64;
}

/* line 70, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/header.scss */
.header#header .header-item.tabs#tabs li.has_nested ul li a {
  line-height: inherit;
  height: inherit;
}

/* line 76, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/header.scss */
.header#header .header-item.tabs#tabs li.has_nested ul.slided_down {
  display: block;
  position: relative;
  float: none;
  border-radius: 0;
  padding: 3px 0px 5px 0;
  background-color: #455a64;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.8) inset;
}

/* line 88, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/header.scss */
.header#header .header-item.tabs#tabs li.has_nested ul.slided_down li:hover a {
  color: #FFC27B !important;
}

/* line 97, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/header.scss */
.header#header .header-item.tabs#tabs li.has_nested:hover ul {
  display: none;
  padding: 3px 0px 5px 0;
  background-color: #455a64;
}

/* line 106, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/header.scss */
.header#header .header-item.tabs#tabs li.current.has_nested .slided_down {
  margin-top: 5px;
}

/* line 108, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/header.scss */
.header#header .header-item.tabs#tabs li.current.has_nested .slided_down a {
  background-color: transparent !important;
}

/* line 112, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/header.scss */
.header#header .header-item.tabs#tabs li.current.has_nested .slided_down .current a {
  color: #FFC27B !important;
}

/* line 119, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/header.scss */
.header#header .header-item.tabs#tabs li.current.has_nested:hover .slided_down a {
  margin: 0 !important;
}

/* line 126, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/header.scss */
.header#header #utility_nav {
  padding: 0;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/timeline.scss */
#timeline-content {
  margin-top: 50px;
  text-align: center;
  font-size: 16px;
  /* Timeline */
}

/* line 6, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/timeline.scss */
#timeline-content strong {
  font-weight: 600;
}

/* line 10, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/timeline.scss */
#timeline-content h1 {
  letter-spacing: 1.5px;
  color: #5e6469;
  font-weight: 100;
  font-size: 2.4em;
}

/* line 16, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/timeline.scss */
#timeline-content p {
  font-size: 12px;
}

/* line 19, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/timeline.scss */
#timeline-content .timeline {
  border-left: 4px solid #eda600;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: rgba(255, 255, 255, 0.03);
  color: #5e6469;
  font-family: 'Source Sans Pro', sans-serif;
  margin: 50px auto;
  letter-spacing: 0.5px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 50px;
  list-style: none;
  text-align: left;
  font-weight: 100;
  max-width: 30%;
}

/* line 39, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/timeline.scss */
#timeline-content .timeline h1,
#timeline-content .timeline h2,
#timeline-content .timeline h3 {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1.5px;
  font-weight: 100;
  font-size: 1.4em;
}

/* line 47, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/timeline.scss */
#timeline-content .timeline .event {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  padding-bottom: 25px;
  position: relative;
}

/* line 53, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/timeline.scss */
#timeline-content .timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

/* line 58, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/timeline.scss */
#timeline-content .timeline .event:before,
#timeline-content .timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}

/* line 64, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/timeline.scss */
#timeline-content .timeline .event:before {
  left: -185px;
  color: #5e6469;
  content: attr(data-date);
  text-align: right;
  font-weight: 100;
  font-size: 0.8em;
  min-width: 120px;
}

/* line 74, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/timeline.scss */
#timeline-content .timeline .event:after {
  box-shadow: 0 0 0 4px #eda600;
  left: -57.85px;
  background: #313534;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
  top: 5px;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/content.scss */
.title_bar#title_bar {
  width: 84.1%;
  float: right;
  background-color: #e0e0e0;
  box-shadow: none;
  background-image: none;
  border: none;
  padding: 9px 30px !important;
}

/* line 10, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/content.scss */
.title_bar#title_bar h2 {
  color: #5e6469;
}

/* line 14, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/content.scss */
.title_bar#title_bar .action_items span.action_item > a, .title_bar#title_bar .action_items span.action_item > .dropdown_menu > a {
  margin-bottom: 2px;
}

/* line 20, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/content.scss */
#active_admin_content.with_sidebar #main_content {
  margin-right: 0 !important;
}

/* line 22, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/content.scss */
#active_admin_content.with_sidebar #main_content.with_side {
  margin-right: 300px !important;
}

/* line 28, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/content.scss */
#active_admin_content {
  margin-bottom: 30px;
  float: right;
  width: 77%;
}

/* line 35, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/content.scss */
#active_admin_content #main_content .table_actions .member_link {
  border-radius: 2px;
  background-color: red;
  margin: 0 5px 5px;
  color: #fff;
  text-decoration: none;
  padding: 2px 8px;
}

/* line 42, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/content.scss */
#active_admin_content #main_content .table_actions .member_link:hover {
  text-decoration: none;
}

/* line 46, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/content.scss */
#active_admin_content #main_content .table_actions .view_link {
  padding: 2px 7px;
  background-color: #78CD51;
}

/* line 49, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/content.scss */
#active_admin_content #main_content .table_actions .view_link:hover {
  background-color: #69c73d;
}

/* line 53, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/content.scss */
#active_admin_content #main_content .table_actions .edit_link {
  background-color: #41CAC0;
}

/* line 55, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/content.scss */
#active_admin_content #main_content .table_actions .edit_link:hover {
  background-color: #35bdb3;
}

/* line 59, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/content.scss */
#active_admin_content #main_content .table_actions .delete_link {
  background-color: #FF6C60;
}

/* line 61, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/content.scss */
#active_admin_content #main_content .table_actions .delete_link:hover {
  background-color: #ff5447;
}

/* line 69, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/content.scss */
#timeline-content {
  margin-top: 0;
}

/* line 69, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/content.scss */
#timeline-content .timeline {
  margin-bottom: 0;
  margin-top: 0;
}

/* line 71, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/content.scss */
.ui-dialog .ui-dialog-buttonpane button {
  line-height: 6px;
}

/* line 73, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/content.scss */
.ui-dialog .ui-dialog-buttonpane button:last-child {
  line-height: 6px;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/filter.scss */
#filters_sidebar_section {
  display: none;
  position: fixed;
  top: 10%;
  right: 30%;
  z-index: 2000;
}

/* line 9, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/filter.scss */
#diplay-filter {
  color: #1e2a33;
  background-color: #FFC27B;
  padding: 7px 10px !important;
  font-weight: normal;
  text-shadow: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8);
  line-height: 12px;
  margin-right: 3px;
  display: inline-block;
  border: solid 1px #ffb662;
  font-size: 0.9em;
  margin-bottom: 5px;
  text-decoration: none;
  color: #fff;
  transition: all .3s;
}

/* line 26, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/filter.scss */
#diplay-filter:hover {
  opacity: 0.7;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/panel.scss */
.panel, .sidebar_section.panel {
  position: relative;
  border-radius: 0;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04) !important;
  border: 0;
  margin-bottom: 30px;
  background: #FFF;
  border-top: none !important;
}

/* line 9, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/panel.scss */
.panel h3, .sidebar_section.panel h3 {
  color: #FFC27B !important;
  border-radius: 0;
  border: 0;
  padding: 15px !important;
  transition: border 500ms;
  margin: 3px 0;
  font-weight: 200 !important;
  font-size: 20px;
  line-height: normal;
}

/* line 21, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/panel.scss */
.panel .panel_contents {
  font-size: 12px;
  line-height: 22px;
  padding: 20px 30px;
}

/* line 25, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/panel.scss */
.panel .panel_contents ul {
  margin: 0;
}

/* line 29, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/panel.scss */
.sidebar_section.panel {
  border-top: none !important;
}

/* line 32, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/panel.scss */
.sidebar_section.panel h3 {
  margin: 0;
  padding: 15px !important;
  font-weight: 200 !important;
}

/* line 1, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/overlay_overview.scss */
.state-overview {
  width: 47%;
  display: inline-block;
  margin-right: 10px;
}

/* line 5, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/overlay_overview.scss */
.state-overview .panell {
  border: none;
  box-shadow: none;
  margin-bottom: 20px;
  background-color: #F5F7F8;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 13, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/overlay_overview.scss */
.state-overview .panell .terques {
  background: #6ccac9;
}

/* line 15, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/overlay_overview.scss */
.state-overview .panell .terques.red {
  background: #FF6C60;
}

/* line 18, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/overlay_overview.scss */
.state-overview .panell .terques.yellow {
  background: #F8D347;
}

/* line 21, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/overlay_overview.scss */
.state-overview .panell .terques.blue {
  background: #57C8F2;
}

/* line 26, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/overlay_overview.scss */
.state-overview .panell .symbol {
  width: 28%;
  padding: 25px 15px;
  border-radius: 4px 0px 0px 4px;
}

/* line 31, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/overlay_overview.scss */
.state-overview .panell .symbol .fa {
  color: #fff;
  font-size: 50px;
}

/* line 37, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/overlay_overview.scss */
.state-overview .panell .symbol, .state-overview .panell .value {
  display: inline-block;
  text-align: center;
}

/* line 42, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/overlay_overview.scss */
.state-overview .panell .value {
  width: 50%;
  padding-top: 30px;
}

/* line 47, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/overlay_overview.scss */
.state-overview .panell .value .count {
  font-weight: 300;
  font-size: 190%;
}

/* line 51, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/overlay_overview.scss */
.state-overview .panell .value .count, .state-overview .panell .value p {
  margin: 0;
  padding: 0;
  color: #000;
}

/* line 60, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/overlay_overview.scss */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  /*dim the background*/
  display: none;
}

/* line 2, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/footer.scss */
#footer p {
  float: left;
}

/* line 3, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/footer.scss */
#footer #utility_nav {
  float: right;
  margin: 0;
}

/* line 6, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/bundler/gems/active_admin_flat_skin-c83535ef332f/vendor/assets/stylesheets/footer.scss */
#footer #utility_nav li {
  display: inline-block !important;
  height: auto !important;
  vertical-align: top;
  width: auto !important;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot);
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix) format("embedded-opentype"), url(/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2) format("woff2"), url(/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff) format("woff"), url(/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf) format("truetype"), url(/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 19, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 28, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-2x {
  font-size: 2em;
}

/* line 36, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-3x {
  font-size: 3em;
}

/* line 39, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-4x {
  font-size: 4em;
}

/* line 42, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-5x {
  font-size: 5em;
}

/* line 45, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 49, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 54, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul > li {
  position: relative;
}

/* line 57, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 64, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 67, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 72, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-left {
  float: left;
}

/* line 75, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-right {
  float: right;
}

/* line 78, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 81, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 85, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.pull-right {
  float: right;
}

/* line 88, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.pull-left {
  float: left;
}

/* line 91, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-left {
  margin-right: .3em;
}

/* line 94, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-right {
  margin-left: .3em;
}

/* line 97, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 101, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 125, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 131, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 137, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 143, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 149, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 155, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 162, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 170, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 177, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 180, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 183, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 188, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glass:before {
  content: "\f000";
}

/* line 191, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-music:before {
  content: "\f001";
}

/* line 194, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search:before {
  content: "\f002";
}

/* line 197, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 200, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart:before {
  content: "\f004";
}

/* line 203, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star:before {
  content: "\f005";
}

/* line 206, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-o:before {
  content: "\f006";
}

/* line 209, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user:before {
  content: "\f007";
}

/* line 212, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-film:before {
  content: "\f008";
}

/* line 215, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-large:before {
  content: "\f009";
}

/* line 218, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th:before {
  content: "\f00a";
}

/* line 221, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-list:before {
  content: "\f00b";
}

/* line 224, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check:before {
  content: "\f00c";
}

/* line 227, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 232, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 235, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-minus:before {
  content: "\f010";
}

/* line 238, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-power-off:before {
  content: "\f011";
}

/* line 241, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-signal:before {
  content: "\f012";
}

/* line 244, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 248, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash-o:before {
  content: "\f014";
}

/* line 251, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-home:before {
  content: "\f015";
}

/* line 254, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-o:before {
  content: "\f016";
}

/* line 257, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-clock-o:before {
  content: "\f017";
}

/* line 260, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-road:before {
  content: "\f018";
}

/* line 263, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-download:before {
  content: "\f019";
}

/* line 266, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 269, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 272, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-inbox:before {
  content: "\f01c";
}

/* line 275, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 278, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 282, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-refresh:before {
  content: "\f021";
}

/* line 285, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-alt:before {
  content: "\f022";
}

/* line 288, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lock:before {
  content: "\f023";
}

/* line 291, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag:before {
  content: "\f024";
}

/* line 294, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-headphones:before {
  content: "\f025";
}

/* line 297, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-off:before {
  content: "\f026";
}

/* line 300, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-down:before {
  content: "\f027";
}

/* line 303, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-up:before {
  content: "\f028";
}

/* line 306, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-qrcode:before {
  content: "\f029";
}

/* line 309, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-barcode:before {
  content: "\f02a";
}

/* line 312, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tag:before {
  content: "\f02b";
}

/* line 315, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tags:before {
  content: "\f02c";
}

/* line 318, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-book:before {
  content: "\f02d";
}

/* line 321, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 324, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-print:before {
  content: "\f02f";
}

/* line 327, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera:before {
  content: "\f030";
}

/* line 330, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-font:before {
  content: "\f031";
}

/* line 333, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bold:before {
  content: "\f032";
}

/* line 336, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-italic:before {
  content: "\f033";
}

/* line 339, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-height:before {
  content: "\f034";
}

/* line 342, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-width:before {
  content: "\f035";
}

/* line 345, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-left:before {
  content: "\f036";
}

/* line 348, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-center:before {
  content: "\f037";
}

/* line 351, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-right:before {
  content: "\f038";
}

/* line 354, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-justify:before {
  content: "\f039";
}

/* line 357, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list:before {
  content: "\f03a";
}

/* line 360, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 364, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-indent:before {
  content: "\f03c";
}

/* line 367, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 370, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 375, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil:before {
  content: "\f040";
}

/* line 378, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-marker:before {
  content: "\f041";
}

/* line 381, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-adjust:before {
  content: "\f042";
}

/* line 384, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tint:before {
  content: "\f043";
}

/* line 387, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 391, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 394, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 397, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows:before {
  content: "\f047";
}

/* line 400, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-backward:before {
  content: "\f048";
}

/* line 403, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 406, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-backward:before {
  content: "\f04a";
}

/* line 409, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play:before {
  content: "\f04b";
}

/* line 412, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause:before {
  content: "\f04c";
}

/* line 415, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop:before {
  content: "\f04d";
}

/* line 418, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-forward:before {
  content: "\f04e";
}

/* line 421, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 424, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-forward:before {
  content: "\f051";
}

/* line 427, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eject:before {
  content: "\f052";
}

/* line 430, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 433, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 436, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 439, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 442, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle:before {
  content: "\f057";
}

/* line 445, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle:before {
  content: "\f058";
}

/* line 448, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle:before {
  content: "\f059";
}

/* line 451, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 454, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 457, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 460, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 463, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ban:before {
  content: "\f05e";
}

/* line 466, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 469, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 472, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 475, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 478, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 482, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-expand:before {
  content: "\f065";
}

/* line 485, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-compress:before {
  content: "\f066";
}

/* line 488, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus:before {
  content: "\f067";
}

/* line 491, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus:before {
  content: "\f068";
}

/* line 494, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-asterisk:before {
  content: "\f069";
}

/* line 497, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 500, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gift:before {
  content: "\f06b";
}

/* line 503, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-leaf:before {
  content: "\f06c";
}

/* line 506, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire:before {
  content: "\f06d";
}

/* line 509, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye:before {
  content: "\f06e";
}

/* line 512, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 515, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 519, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plane:before {
  content: "\f072";
}

/* line 522, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar:before {
  content: "\f073";
}

/* line 525, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-random:before {
  content: "\f074";
}

/* line 528, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment:before {
  content: "\f075";
}

/* line 531, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-magnet:before {
  content: "\f076";
}

/* line 534, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 537, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 540, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-retweet:before {
  content: "\f079";
}

/* line 543, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 546, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder:before {
  content: "\f07b";
}

/* line 549, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 552, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 555, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 558, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 562, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 565, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 568, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 571, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-key:before {
  content: "\f084";
}

/* line 574, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 578, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments:before {
  content: "\f086";
}

/* line 581, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 584, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 587, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half:before {
  content: "\f089";
}

/* line 590, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 593, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 596, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 599, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 602, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link:before {
  content: "\f08e";
}

/* line 605, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-in:before {
  content: "\f090";
}

/* line 608, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trophy:before {
  content: "\f091";
}

/* line 611, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-square:before {
  content: "\f092";
}

/* line 614, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-upload:before {
  content: "\f093";
}

/* line 617, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 620, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone:before {
  content: "\f095";
}

/* line 623, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-square-o:before {
  content: "\f096";
}

/* line 626, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 629, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone-square:before {
  content: "\f098";
}

/* line 632, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter:before {
  content: "\f099";
}

/* line 635, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 639, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github:before {
  content: "\f09b";
}

/* line 642, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock:before {
  content: "\f09c";
}

/* line 645, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 648, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 652, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 655, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 658, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell:before {
  content: "\f0f3";
}

/* line 661, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 664, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 667, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 670, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 673, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 676, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 679, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 682, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 685, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 688, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-globe:before {
  content: "\f0ac";
}

/* line 691, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 694, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 697, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-filter:before {
  content: "\f0b0";
}

/* line 700, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 703, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 706, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 710, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 714, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 717, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flask:before {
  content: "\f0c3";
}

/* line 720, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 724, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 728, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 731, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 735, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-square:before {
  content: "\f0c8";
}

/* line 738, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 743, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 746, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 749, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 752, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-underline:before {
  content: "\f0cd";
}

/* line 755, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-table:before {
  content: "\f0ce";
}

/* line 758, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-magic:before {
  content: "\f0d0";
}

/* line 761, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-truck:before {
  content: "\f0d1";
}

/* line 764, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 767, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 770, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 773, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 776, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-money:before {
  content: "\f0d6";
}

/* line 779, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 782, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 785, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 788, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 791, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-columns:before {
  content: "\f0db";
}

/* line 794, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 798, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 802, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 806, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 809, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 812, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 816, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 820, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 824, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 827, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 830, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 834, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 837, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 840, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 844, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 847, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 850, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 853, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 856, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 859, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 862, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 865, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 868, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 871, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 874, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 877, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 880, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 883, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 886, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 889, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 892, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-beer:before {
  content: "\f0fc";
}

/* line 895, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 898, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 901, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 904, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 907, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 910, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 913, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-left:before {
  content: "\f104";
}

/* line 916, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-right:before {
  content: "\f105";
}

/* line 919, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-up:before {
  content: "\f106";
}

/* line 922, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-down:before {
  content: "\f107";
}

/* line 925, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-desktop:before {
  content: "\f108";
}

/* line 928, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-laptop:before {
  content: "\f109";
}

/* line 931, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tablet:before {
  content: "\f10a";
}

/* line 934, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 938, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 941, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 944, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 947, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spinner:before {
  content: "\f110";
}

/* line 950, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle:before {
  content: "\f111";
}

/* line 953, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 957, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-alt:before {
  content: "\f113";
}

/* line 960, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-o:before {
  content: "\f114";
}

/* line 963, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 966, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-smile-o:before {
  content: "\f118";
}

/* line 969, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-frown-o:before {
  content: "\f119";
}

/* line 972, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 975, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 978, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 981, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 984, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 987, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-terminal:before {
  content: "\f120";
}

/* line 990, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-code:before {
  content: "\f121";
}

/* line 993, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 997, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 1002, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1005, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-crop:before {
  content: "\f125";
}

/* line 1008, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1011, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1015, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question:before {
  content: "\f128";
}

/* line 1018, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-info:before {
  content: "\f129";
}

/* line 1021, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1024, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1027, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1030, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1033, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1036, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone:before {
  content: "\f130";
}

/* line 1039, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1042, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shield:before {
  content: "\f132";
}

/* line 1045, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1048, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1051, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rocket:before {
  content: "\f135";
}

/* line 1054, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1057, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1060, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1063, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1066, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1069, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-html5:before {
  content: "\f13b";
}

/* line 1072, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-css3:before {
  content: "\f13c";
}

/* line 1075, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1078, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1081, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1084, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1087, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1090, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1093, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1096, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ticket:before {
  content: "\f145";
}

/* line 1099, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1102, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1105, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-up:before {
  content: "\f148";
}

/* line 1108, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-down:before {
  content: "\f149";
}

/* line 1111, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1114, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1117, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1120, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1123, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-compass:before {
  content: "\f14e";
}

/* line 1126, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1130, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1134, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1138, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1142, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gbp:before {
  content: "\f154";
}

/* line 1145, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1149, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1153, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1159, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1164, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1168, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1172, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file:before {
  content: "\f15b";
}

/* line 1175, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1178, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1181, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1184, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1187, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1190, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1193, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1196, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1199, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1202, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1205, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube:before {
  content: "\f167";
}

/* line 1208, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing:before {
  content: "\f168";
}

/* line 1211, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1214, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1217, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1220, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1223, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1226, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1229, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-adn:before {
  content: "\f170";
}

/* line 1232, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1235, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1238, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1241, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1244, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1247, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1250, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1253, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1256, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-apple:before {
  content: "\f179";
}

/* line 1259, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-windows:before {
  content: "\f17a";
}

/* line 1262, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-android:before {
  content: "\f17b";
}

/* line 1265, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linux:before {
  content: "\f17c";
}

/* line 1268, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1271, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-skype:before {
  content: "\f17e";
}

/* line 1274, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1277, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trello:before {
  content: "\f181";
}

/* line 1280, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-female:before {
  content: "\f182";
}

/* line 1283, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-male:before {
  content: "\f183";
}

/* line 1286, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1290, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1293, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1296, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-archive:before {
  content: "\f187";
}

/* line 1299, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bug:before {
  content: "\f188";
}

/* line 1302, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vk:before {
  content: "\f189";
}

/* line 1305, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1308, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-renren:before {
  content: "\f18b";
}

/* line 1311, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1314, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1317, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1320, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1323, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1327, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1330, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1333, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1336, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1340, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1343, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1346, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-slack:before {
  content: "\f198";
}

/* line 1349, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1352, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1355, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-openid:before {
  content: "\f19b";
}

/* line 1358, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1363, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1367, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1370, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google:before {
  content: "\f1a0";
}

/* line 1373, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1376, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1379, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1382, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1385, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1388, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1391, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1394, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1397, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1400, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1403, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-language:before {
  content: "\f1ab";
}

/* line 1406, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1409, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-building:before {
  content: "\f1ad";
}

/* line 1412, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-child:before {
  content: "\f1ae";
}

/* line 1415, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1418, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1421, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1424, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1427, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1430, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1433, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1436, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1439, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1442, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1446, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1450, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1453, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1456, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1459, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1462, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-database:before {
  content: "\f1c0";
}

/* line 1465, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1468, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1471, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1474, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1477, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1482, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1486, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1490, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1494, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1497, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1500, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1503, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1506, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1513, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1516, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1521, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1525, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1528, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-git:before {
  content: "\f1d3";
}

/* line 1531, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1536, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1539, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1542, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1546, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1550, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1554, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da";
}

/* line 1557, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1560, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-header:before {
  content: "\f1dc";
}

/* line 1563, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1566, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1569, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1572, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1575, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1578, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1582, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1585, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1588, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1591, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1594, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1597, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1600, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1603, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1606, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1609, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1612, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1615, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1618, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1621, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1624, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1627, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1630, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1633, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1636, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1639, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1642, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1645, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-at:before {
  content: "\f1fa";
}

/* line 1648, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1651, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1654, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1657, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1660, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1663, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1666, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1669, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1672, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1675, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1678, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1681, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bus:before {
  content: "\f207";
}

/* line 1684, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1687, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angellist:before {
  content: "\f209";
}

/* line 1690, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc:before {
  content: "\f20a";
}

/* line 1693, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1698, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1701, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1704, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1707, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1710, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1713, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1716, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1719, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1722, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1725, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1728, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1731, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1734, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219";
}

/* line 1737, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ship:before {
  content: "\f21a";
}

/* line 1740, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1743, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1746, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1749, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1752, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus:before {
  content: "\f221";
}

/* line 1755, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars:before {
  content: "\f222";
}

/* line 1758, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mercury:before {
  content: "\f223";
}

/* line 1761, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1765, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1768, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1771, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1774, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1777, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1780, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1783, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1786, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1789, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1792, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1795, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1798, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1801, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-server:before {
  content: "\f233";
}

/* line 1804, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1807, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-times:before {
  content: "\f235";
}

/* line 1810, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1814, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1817, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-train:before {
  content: "\f238";
}

/* line 1820, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-subway:before {
  content: "\f239";
}

/* line 1823, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-medium:before {
  content: "\f23a";
}

/* line 1826, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1830, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1833, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1836, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1839, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1844, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1848, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1852, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1856, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1860, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1863, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1866, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-group:before {
  content: "\f247";
}

/* line 1869, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1872, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1875, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1878, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1881, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1884, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d";
}

/* line 1887, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1890, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1893, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1897, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1901, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1905, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1908, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1912, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1916, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1919, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1922, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1925, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1928, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1931, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1934, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-registered:before {
  content: "\f25d";
}

/* line 1937, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1940, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg:before {
  content: "\f260";
}

/* line 1943, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1946, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1949, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1952, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1955, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1958, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1961, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-safari:before {
  content: "\f267";
}

/* line 1964, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chrome:before {
  content: "\f268";
}

/* line 1967, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-firefox:before {
  content: "\f269";
}

/* line 1970, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-opera:before {
  content: "\f26a";
}

/* line 1973, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1976, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1980, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d";
}

/* line 1983, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-500px:before {
  content: "\f26e";
}

/* line 1986, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-amazon:before {
  content: "\f270";
}

/* line 1989, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1992, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1995, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1998, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2001, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275";
}

/* line 2004, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2007, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2010, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-o:before {
  content: "\f278";
}

/* line 2013, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map:before {
  content: "\f279";
}

/* line 2016, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2019, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2022, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2025, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2028, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2031, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2034, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2037, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-edge:before {
  content: "\f282";
}

/* line 2040, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2043, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2046, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-modx:before {
  content: "\f285";
}

/* line 2049, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2052, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-usb:before {
  content: "\f287";
}

/* line 2055, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2058, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2061, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2064, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2067, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2070, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2073, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2076, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2079, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2082, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2085, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2088, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2091, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-percent:before {
  content: "\f295";
}

/* line 2094, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2097, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2100, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2103, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envira:before {
  content: "\f299";
}

/* line 2106, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2109, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2112, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2115, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d";
}

/* line 2118, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2121, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2124, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2127, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2130, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2134, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2139, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2142, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2145, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2149, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2152, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2155, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2158, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2161, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2164, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2167, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2170, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2173, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2176, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2179, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2183, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2187, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2190, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2193, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2196, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2199, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2202, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2205, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2209, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2213, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2216, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2219, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2222, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2225, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2229, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2233, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2236, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2239, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2242, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2247, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2251, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2255, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2259, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2263, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2266, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2271, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2274, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2277, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2280, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2283, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2287, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2291, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2294, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2297, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2300, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2303, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2306, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2309, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2312, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2315, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2318, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2321, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2324, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2334, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot);
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix) format("embedded-opentype"), url(/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2) format("woff2"), url(/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff) format("woff"), url(/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf) format("truetype"), url(/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 19, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 28, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-2x {
  font-size: 2em;
}

/* line 36, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-3x {
  font-size: 3em;
}

/* line 39, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-4x {
  font-size: 4em;
}

/* line 42, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-5x {
  font-size: 5em;
}

/* line 45, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 49, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 54, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul > li {
  position: relative;
}

/* line 57, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 64, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 67, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 72, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-left {
  float: left;
}

/* line 75, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-right {
  float: right;
}

/* line 78, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 81, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 85, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.pull-right {
  float: right;
}

/* line 88, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.pull-left {
  float: left;
}

/* line 91, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-left {
  margin-right: .3em;
}

/* line 94, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-right {
  margin-left: .3em;
}

/* line 97, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 101, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 125, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 131, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 137, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 143, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 149, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 155, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 162, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 170, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 177, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 180, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 183, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 188, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glass:before {
  content: "\f000";
}

/* line 191, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-music:before {
  content: "\f001";
}

/* line 194, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search:before {
  content: "\f002";
}

/* line 197, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 200, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart:before {
  content: "\f004";
}

/* line 203, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star:before {
  content: "\f005";
}

/* line 206, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-o:before {
  content: "\f006";
}

/* line 209, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user:before {
  content: "\f007";
}

/* line 212, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-film:before {
  content: "\f008";
}

/* line 215, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-large:before {
  content: "\f009";
}

/* line 218, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th:before {
  content: "\f00a";
}

/* line 221, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-list:before {
  content: "\f00b";
}

/* line 224, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check:before {
  content: "\f00c";
}

/* line 227, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 232, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 235, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-minus:before {
  content: "\f010";
}

/* line 238, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-power-off:before {
  content: "\f011";
}

/* line 241, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-signal:before {
  content: "\f012";
}

/* line 244, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 248, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash-o:before {
  content: "\f014";
}

/* line 251, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-home:before {
  content: "\f015";
}

/* line 254, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-o:before {
  content: "\f016";
}

/* line 257, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-clock-o:before {
  content: "\f017";
}

/* line 260, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-road:before {
  content: "\f018";
}

/* line 263, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-download:before {
  content: "\f019";
}

/* line 266, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 269, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 272, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-inbox:before {
  content: "\f01c";
}

/* line 275, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 278, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 282, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-refresh:before {
  content: "\f021";
}

/* line 285, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-alt:before {
  content: "\f022";
}

/* line 288, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lock:before {
  content: "\f023";
}

/* line 291, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag:before {
  content: "\f024";
}

/* line 294, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-headphones:before {
  content: "\f025";
}

/* line 297, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-off:before {
  content: "\f026";
}

/* line 300, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-down:before {
  content: "\f027";
}

/* line 303, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-up:before {
  content: "\f028";
}

/* line 306, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-qrcode:before {
  content: "\f029";
}

/* line 309, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-barcode:before {
  content: "\f02a";
}

/* line 312, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tag:before {
  content: "\f02b";
}

/* line 315, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tags:before {
  content: "\f02c";
}

/* line 318, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-book:before {
  content: "\f02d";
}

/* line 321, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 324, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-print:before {
  content: "\f02f";
}

/* line 327, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera:before {
  content: "\f030";
}

/* line 330, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-font:before {
  content: "\f031";
}

/* line 333, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bold:before {
  content: "\f032";
}

/* line 336, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-italic:before {
  content: "\f033";
}

/* line 339, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-height:before {
  content: "\f034";
}

/* line 342, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-width:before {
  content: "\f035";
}

/* line 345, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-left:before {
  content: "\f036";
}

/* line 348, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-center:before {
  content: "\f037";
}

/* line 351, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-right:before {
  content: "\f038";
}

/* line 354, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-justify:before {
  content: "\f039";
}

/* line 357, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list:before {
  content: "\f03a";
}

/* line 360, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 364, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-indent:before {
  content: "\f03c";
}

/* line 367, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 370, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 375, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil:before {
  content: "\f040";
}

/* line 378, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-marker:before {
  content: "\f041";
}

/* line 381, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-adjust:before {
  content: "\f042";
}

/* line 384, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tint:before {
  content: "\f043";
}

/* line 387, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 391, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 394, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 397, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows:before {
  content: "\f047";
}

/* line 400, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-backward:before {
  content: "\f048";
}

/* line 403, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 406, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-backward:before {
  content: "\f04a";
}

/* line 409, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play:before {
  content: "\f04b";
}

/* line 412, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause:before {
  content: "\f04c";
}

/* line 415, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop:before {
  content: "\f04d";
}

/* line 418, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-forward:before {
  content: "\f04e";
}

/* line 421, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 424, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-forward:before {
  content: "\f051";
}

/* line 427, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eject:before {
  content: "\f052";
}

/* line 430, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 433, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 436, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 439, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 442, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle:before {
  content: "\f057";
}

/* line 445, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle:before {
  content: "\f058";
}

/* line 448, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle:before {
  content: "\f059";
}

/* line 451, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 454, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 457, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 460, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 463, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ban:before {
  content: "\f05e";
}

/* line 466, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 469, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 472, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 475, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 478, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 482, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-expand:before {
  content: "\f065";
}

/* line 485, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-compress:before {
  content: "\f066";
}

/* line 488, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus:before {
  content: "\f067";
}

/* line 491, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus:before {
  content: "\f068";
}

/* line 494, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-asterisk:before {
  content: "\f069";
}

/* line 497, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 500, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gift:before {
  content: "\f06b";
}

/* line 503, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-leaf:before {
  content: "\f06c";
}

/* line 506, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire:before {
  content: "\f06d";
}

/* line 509, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye:before {
  content: "\f06e";
}

/* line 512, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 515, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 519, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plane:before {
  content: "\f072";
}

/* line 522, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar:before {
  content: "\f073";
}

/* line 525, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-random:before {
  content: "\f074";
}

/* line 528, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment:before {
  content: "\f075";
}

/* line 531, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-magnet:before {
  content: "\f076";
}

/* line 534, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 537, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 540, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-retweet:before {
  content: "\f079";
}

/* line 543, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 546, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder:before {
  content: "\f07b";
}

/* line 549, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 552, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 555, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 558, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 562, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 565, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 568, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 571, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-key:before {
  content: "\f084";
}

/* line 574, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 578, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments:before {
  content: "\f086";
}

/* line 581, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 584, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 587, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half:before {
  content: "\f089";
}

/* line 590, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 593, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 596, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 599, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 602, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link:before {
  content: "\f08e";
}

/* line 605, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-in:before {
  content: "\f090";
}

/* line 608, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trophy:before {
  content: "\f091";
}

/* line 611, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-square:before {
  content: "\f092";
}

/* line 614, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-upload:before {
  content: "\f093";
}

/* line 617, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 620, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone:before {
  content: "\f095";
}

/* line 623, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-square-o:before {
  content: "\f096";
}

/* line 626, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 629, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone-square:before {
  content: "\f098";
}

/* line 632, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter:before {
  content: "\f099";
}

/* line 635, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 639, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github:before {
  content: "\f09b";
}

/* line 642, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock:before {
  content: "\f09c";
}

/* line 645, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 648, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 652, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 655, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 658, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell:before {
  content: "\f0f3";
}

/* line 661, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 664, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 667, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 670, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 673, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 676, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 679, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 682, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 685, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 688, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-globe:before {
  content: "\f0ac";
}

/* line 691, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 694, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 697, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-filter:before {
  content: "\f0b0";
}

/* line 700, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 703, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 706, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 710, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 714, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 717, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flask:before {
  content: "\f0c3";
}

/* line 720, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 724, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 728, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 731, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 735, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-square:before {
  content: "\f0c8";
}

/* line 738, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 743, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 746, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 749, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 752, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-underline:before {
  content: "\f0cd";
}

/* line 755, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-table:before {
  content: "\f0ce";
}

/* line 758, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-magic:before {
  content: "\f0d0";
}

/* line 761, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-truck:before {
  content: "\f0d1";
}

/* line 764, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 767, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 770, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 773, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 776, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-money:before {
  content: "\f0d6";
}

/* line 779, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 782, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 785, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 788, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 791, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-columns:before {
  content: "\f0db";
}

/* line 794, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 798, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 802, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 806, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 809, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 812, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 816, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 820, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 824, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 827, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 830, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 834, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 837, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 840, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 844, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 847, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 850, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 853, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 856, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 859, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 862, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 865, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 868, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 871, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 874, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 877, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 880, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 883, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 886, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 889, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 892, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-beer:before {
  content: "\f0fc";
}

/* line 895, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 898, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 901, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 904, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 907, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 910, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 913, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-left:before {
  content: "\f104";
}

/* line 916, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-right:before {
  content: "\f105";
}

/* line 919, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-up:before {
  content: "\f106";
}

/* line 922, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-down:before {
  content: "\f107";
}

/* line 925, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-desktop:before {
  content: "\f108";
}

/* line 928, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-laptop:before {
  content: "\f109";
}

/* line 931, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tablet:before {
  content: "\f10a";
}

/* line 934, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 938, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 941, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 944, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 947, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spinner:before {
  content: "\f110";
}

/* line 950, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle:before {
  content: "\f111";
}

/* line 953, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 957, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-alt:before {
  content: "\f113";
}

/* line 960, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-o:before {
  content: "\f114";
}

/* line 963, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 966, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-smile-o:before {
  content: "\f118";
}

/* line 969, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-frown-o:before {
  content: "\f119";
}

/* line 972, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 975, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 978, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 981, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 984, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 987, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-terminal:before {
  content: "\f120";
}

/* line 990, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-code:before {
  content: "\f121";
}

/* line 993, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 997, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 1002, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1005, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-crop:before {
  content: "\f125";
}

/* line 1008, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1011, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1015, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question:before {
  content: "\f128";
}

/* line 1018, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-info:before {
  content: "\f129";
}

/* line 1021, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1024, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1027, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1030, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1033, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1036, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone:before {
  content: "\f130";
}

/* line 1039, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1042, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shield:before {
  content: "\f132";
}

/* line 1045, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1048, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1051, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rocket:before {
  content: "\f135";
}

/* line 1054, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1057, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1060, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1063, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1066, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1069, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-html5:before {
  content: "\f13b";
}

/* line 1072, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-css3:before {
  content: "\f13c";
}

/* line 1075, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1078, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1081, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1084, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1087, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1090, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1093, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1096, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ticket:before {
  content: "\f145";
}

/* line 1099, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1102, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1105, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-up:before {
  content: "\f148";
}

/* line 1108, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-down:before {
  content: "\f149";
}

/* line 1111, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1114, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1117, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1120, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1123, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-compass:before {
  content: "\f14e";
}

/* line 1126, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1130, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1134, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1138, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1142, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gbp:before {
  content: "\f154";
}

/* line 1145, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1149, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1153, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1159, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1164, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1168, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1172, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file:before {
  content: "\f15b";
}

/* line 1175, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1178, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1181, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1184, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1187, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1190, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1193, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1196, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1199, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1202, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1205, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube:before {
  content: "\f167";
}

/* line 1208, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing:before {
  content: "\f168";
}

/* line 1211, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1214, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1217, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1220, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1223, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1226, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1229, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-adn:before {
  content: "\f170";
}

/* line 1232, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1235, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1238, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1241, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1244, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1247, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1250, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1253, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1256, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-apple:before {
  content: "\f179";
}

/* line 1259, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-windows:before {
  content: "\f17a";
}

/* line 1262, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-android:before {
  content: "\f17b";
}

/* line 1265, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linux:before {
  content: "\f17c";
}

/* line 1268, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1271, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-skype:before {
  content: "\f17e";
}

/* line 1274, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1277, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trello:before {
  content: "\f181";
}

/* line 1280, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-female:before {
  content: "\f182";
}

/* line 1283, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-male:before {
  content: "\f183";
}

/* line 1286, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1290, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1293, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1296, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-archive:before {
  content: "\f187";
}

/* line 1299, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bug:before {
  content: "\f188";
}

/* line 1302, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vk:before {
  content: "\f189";
}

/* line 1305, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1308, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-renren:before {
  content: "\f18b";
}

/* line 1311, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1314, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1317, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1320, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1323, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1327, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1330, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1333, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1336, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1340, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1343, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1346, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-slack:before {
  content: "\f198";
}

/* line 1349, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1352, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1355, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-openid:before {
  content: "\f19b";
}

/* line 1358, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1363, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1367, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1370, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google:before {
  content: "\f1a0";
}

/* line 1373, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1376, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1379, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1382, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1385, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1388, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1391, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1394, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1397, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1400, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1403, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-language:before {
  content: "\f1ab";
}

/* line 1406, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1409, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-building:before {
  content: "\f1ad";
}

/* line 1412, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-child:before {
  content: "\f1ae";
}

/* line 1415, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1418, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1421, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1424, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1427, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1430, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1433, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1436, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1439, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1442, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1446, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1450, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1453, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1456, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1459, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1462, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-database:before {
  content: "\f1c0";
}

/* line 1465, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1468, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1471, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1474, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1477, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1482, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1486, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1490, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1494, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1497, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1500, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1503, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1506, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1513, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1516, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1521, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1525, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1528, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-git:before {
  content: "\f1d3";
}

/* line 1531, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1536, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1539, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1542, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1546, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1550, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1554, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da";
}

/* line 1557, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1560, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-header:before {
  content: "\f1dc";
}

/* line 1563, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1566, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1569, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1572, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1575, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1578, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1582, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1585, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1588, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1591, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1594, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1597, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1600, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1603, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1606, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1609, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1612, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1615, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1618, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1621, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1624, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1627, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1630, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1633, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1636, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1639, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1642, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1645, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-at:before {
  content: "\f1fa";
}

/* line 1648, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1651, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1654, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1657, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1660, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1663, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1666, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1669, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1672, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1675, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1678, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1681, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bus:before {
  content: "\f207";
}

/* line 1684, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1687, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angellist:before {
  content: "\f209";
}

/* line 1690, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc:before {
  content: "\f20a";
}

/* line 1693, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1698, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1701, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1704, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1707, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1710, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1713, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1716, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1719, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1722, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1725, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1728, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1731, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1734, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219";
}

/* line 1737, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ship:before {
  content: "\f21a";
}

/* line 1740, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1743, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1746, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1749, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1752, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus:before {
  content: "\f221";
}

/* line 1755, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars:before {
  content: "\f222";
}

/* line 1758, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mercury:before {
  content: "\f223";
}

/* line 1761, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1765, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1768, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1771, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1774, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1777, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1780, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1783, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1786, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1789, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1792, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1795, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1798, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1801, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-server:before {
  content: "\f233";
}

/* line 1804, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1807, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-times:before {
  content: "\f235";
}

/* line 1810, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1814, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1817, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-train:before {
  content: "\f238";
}

/* line 1820, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-subway:before {
  content: "\f239";
}

/* line 1823, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-medium:before {
  content: "\f23a";
}

/* line 1826, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1830, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1833, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1836, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1839, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1844, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1848, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1852, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1856, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1860, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1863, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1866, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-group:before {
  content: "\f247";
}

/* line 1869, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1872, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1875, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1878, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1881, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1884, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d";
}

/* line 1887, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1890, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1893, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1897, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1901, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1905, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1908, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1912, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1916, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1919, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1922, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1925, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1928, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1931, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1934, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-registered:before {
  content: "\f25d";
}

/* line 1937, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1940, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg:before {
  content: "\f260";
}

/* line 1943, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1946, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1949, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1952, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1955, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1958, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1961, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-safari:before {
  content: "\f267";
}

/* line 1964, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chrome:before {
  content: "\f268";
}

/* line 1967, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-firefox:before {
  content: "\f269";
}

/* line 1970, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-opera:before {
  content: "\f26a";
}

/* line 1973, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1976, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1980, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d";
}

/* line 1983, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-500px:before {
  content: "\f26e";
}

/* line 1986, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-amazon:before {
  content: "\f270";
}

/* line 1989, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1992, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1995, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1998, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2001, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275";
}

/* line 2004, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2007, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2010, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-o:before {
  content: "\f278";
}

/* line 2013, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map:before {
  content: "\f279";
}

/* line 2016, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2019, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2022, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2025, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2028, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2031, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2034, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2037, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-edge:before {
  content: "\f282";
}

/* line 2040, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2043, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2046, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-modx:before {
  content: "\f285";
}

/* line 2049, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2052, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-usb:before {
  content: "\f287";
}

/* line 2055, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2058, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2061, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2064, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2067, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2070, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2073, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2076, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2079, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2082, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2085, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2088, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2091, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-percent:before {
  content: "\f295";
}

/* line 2094, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2097, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2100, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2103, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envira:before {
  content: "\f299";
}

/* line 2106, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2109, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2112, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2115, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d";
}

/* line 2118, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2121, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2124, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2127, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2130, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2134, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2139, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2142, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2145, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2149, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2152, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2155, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2158, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2161, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2164, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2167, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2170, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2173, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2176, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2179, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2183, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2187, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2190, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2193, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2196, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2199, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2202, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2205, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2209, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2213, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2216, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2219, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2222, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2225, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2229, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2233, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2236, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2239, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2242, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2247, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2251, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2255, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2259, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2263, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2266, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2271, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2274, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2277, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2280, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2283, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2287, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2291, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2294, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2297, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2300, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2303, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2306, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2309, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2312, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2315, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2318, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2321, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2324, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2334, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 9, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/active_admin-sortable_tree-2.0.0/app/assets/stylesheets/active_admin/sortable.sass */
body.active_admin .disclose {
  cursor: pointer;
  width: 10px;
  display: none;
}

/* line 15, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/active_admin-sortable_tree-2.0.0/app/assets/stylesheets/active_admin/sortable.sass */
body.active_admin .index_as_sortable .resource_selection_toggle_panel {
  padding-left: 12px;
}

/* line 18, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/active_admin-sortable_tree-2.0.0/app/assets/stylesheets/active_admin/sortable.sass */
body.active_admin .index_as_sortable > ol {
  margin: 16px 0;
}

/* line 21, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/active_admin-sortable_tree-2.0.0/app/assets/stylesheets/active_admin/sortable.sass */
body.active_admin .index_as_sortable ol {
  list-style-type: none;
  padding: 0;
}

/* line 25, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/active_admin-sortable_tree-2.0.0/app/assets/stylesheets/active_admin/sortable.sass */
body.active_admin .index_as_sortable ol li {
  cursor: default !important;
}

/* line 28, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/active_admin-sortable_tree-2.0.0/app/assets/stylesheets/active_admin/sortable.sass */
body.active_admin .index_as_sortable ol li.placeholder {
  height: 3em;
  background: white;
  border: 1px dashed #d9e4ec;
  box-sizing: border-box;
}

/* line 34, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/active_admin-sortable_tree-2.0.0/app/assets/stylesheets/active_admin/sortable.sass */
body.active_admin .index_as_sortable ol li.placeholder.cantdoit {
  border: 1px dashed #ff5757;
}

/* line 37, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/active_admin-sortable_tree-2.0.0/app/assets/stylesheets/active_admin/sortable.sass */
body.active_admin .index_as_sortable ol li .item {
  width: 100%;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

/* line 2, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
body.active_admin .index_as_sortable ol li .item:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

/* line 43, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/active_admin-sortable_tree-2.0.0/app/assets/stylesheets/active_admin/sortable.sass */
body.active_admin .index_as_sortable ol li .item.even {
  background: white;
}

/* line 46, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/active_admin-sortable_tree-2.0.0/app/assets/stylesheets/active_admin/sortable.sass */
body.active_admin .index_as_sortable ol li .item.odd {
  background: #f4f5f5;
}

/* line 49, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/active_admin-sortable_tree-2.0.0/app/assets/stylesheets/active_admin/sortable.sass */
body.active_admin .index_as_sortable ol li .item .cell {
  margin: 0;
  padding: 10px 12px 8px 12px;
}

/* line 53, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/active_admin-sortable_tree-2.0.0/app/assets/stylesheets/active_admin/sortable.sass */
body.active_admin .index_as_sortable ol li .item h3.cell {
  font-size: 16px;
  line-height: 14px;
  color: black;
}

/* line 59, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/active_admin-sortable_tree-2.0.0/app/assets/stylesheets/active_admin/sortable.sass */
body.active_admin .index_as_sortable ol.ui-sortable li .item:hover {
  cursor: move;
  background-color: #d9e4ec;
}

/* line 63, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/active_admin-sortable_tree-2.0.0/app/assets/stylesheets/active_admin/sortable.sass */
body.active_admin .index_as_sortable ol > li > ol {
  margin-left: 30px;
}

/* line 66, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/active_admin-sortable_tree-2.0.0/app/assets/stylesheets/active_admin/sortable.sass */
body.active_admin .index_as_sortable ol li.mjs-nestedSortable-collapsed > ol {
  display: none;
}

/* line 69, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/active_admin-sortable_tree-2.0.0/app/assets/stylesheets/active_admin/sortable.sass */
body.active_admin .index_as_sortable ol li.mjs-nestedSortable-branch > div > .disclose {
  display: block;
  float: left;
  padding: 10px 5px 8px 5px;
}

/* line 74, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/active_admin-sortable_tree-2.0.0/app/assets/stylesheets/active_admin/sortable.sass */
body.active_admin .index_as_sortable ol li.mjs-nestedSortable-collapsed > div > .disclose > span:before {
  content: '+ ';
}

/* line 77, ../usr/share/asdf/installs/ruby/2.7.8/lib/ruby/gems/2.7.0/gems/active_admin-sortable_tree-2.0.0/app/assets/stylesheets/active_admin/sortable.sass */
body.active_admin .index_as_sortable ol li.mjs-nestedSortable-expanded > div > .disclose > span:before {
  content: '- ';
}

/* line 36, app/assets/stylesheets/active_admin.scss */
.fc-state-default.fc-corner-left {
  border-top-left-radius: -1px;
  border-bottom-left-radius: -2px;
}

/* line 41, app/assets/stylesheets/active_admin.scss */
.footer {
  z-index: 99999;
  padding: 0px 30px !important;
}

/* line 45, app/assets/stylesheets/active_admin.scss */
.header#header {
  height: 96.9% !important;
}

/* line 55, app/assets/stylesheets/active_admin.scss */
#filters_sidebar_section {
  max-height: 80%;
  overflow-y: scroll;
}

/* line 61, app/assets/stylesheets/active_admin.scss */
.select2-dropdown {
  z-index: 9000;
}

/* line 66, app/assets/stylesheets/active_admin.scss */
#active_admin_content #sidebar {
  width: 200px;
  margin-left: -200px;
}

/* line 71, app/assets/stylesheets/active_admin.scss */
.header#header .header-item.tabs {
  overflow-y: scroll;
  height: 90vh;
}

/* line 76, app/assets/stylesheets/active_admin.scss */
.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end {
  color: white !important;
}

/* line 82, app/assets/stylesheets/active_admin.scss */
.blue_event {
  background-color: #3a87ad !important;
  border-color: #3a87ad !important;
}

/* line 87, app/assets/stylesheets/active_admin.scss */
.not_blue_event {
  background-color: #7e9dad !important;
  border-color: #7e9dad !important;
}
