@charset "UTF-8";
/**
 * Unit
 * http://www.google.com/design/spec/layout/metrics-and-keylines.html#metrics-and-keylines-baseline-units
 */
/**
 * Unit
 * http://www.google.com/design/spec/layout/metrics-and-keylines.html#metrics-and-keylines-baseline-units
 */
/**
 * Button Icon
 * A simple, reusable icon button
 */
@keyframes am-dialog-fade {
  from {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes am-drawer-backdrop-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes am-drawer-in {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

/**
 * Multiselects
 */
/**
 * Select
 * Custom select styles, taken from textfields in material design
 */
/**
 * Snackbars
 * Material design notifications
 * http://www.google.com/design/spec/components/snackbars-toasts.html
 */
@keyframes am-alert-hide {
  0% {
    transform: translate(-50%, 100%);
  }
  7% {
    transform: translate(-50%, 0);
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

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

/**
 * Toolbar
 * A basic navigation element, primary used for top level navigation
 */
/**
 * Underlay
 * Underlays appear below modal content that takes up the entire screen.
 */
/* line 1, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/foundation.scss */
html {
  box-sizing: border-box;
}

/* line 5, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/foundation.scss */
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* line 11, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/foundation.scss */
::selection {
  background-color: #01006F;
  color: white;
}

/* line 16, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/foundation.scss */
html,
body {
  height: 100%;
}

/* line 21, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/foundation.scss */
body {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5625rem;
  color: rgba(0, 0, 0, 0.7);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin: 0;
  -webkit-text-size-adjust: 100%;
}

/* line 29, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/foundation.scss */
img {
  max-width: 100%;
}

/* line 33, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/foundation.scss */
b,
strong {
  font-weight: 600;
}

/* line 38, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/foundation.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font: inherit;
  margin: 0;
}

/* line 48, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/foundation.scss */
p {
  margin: 12px 0;
}

/* line 52, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/foundation.scss */
button,
input {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

/* line 57, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/foundation.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 62, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/foundation.scss */
a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s color;
}

/* line 67, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/foundation.scss */
a:link, a:visited {
  color: #0039A6;
}

/* line 71, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/foundation.scss */
a:link:hover, a:visited:hover {
  text-decoration: underline;
}

/* line 76, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/foundation.scss */
a:hover, a:focus {
  color: #010089;
  transition: 0.1s color;
}

/* line 82, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/foundation.scss */
a:active {
  color: #010079;
  transition: 0.1s color;
}

/* line 88, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/foundation.scss */
blockquote {
  border-left: 4px solid rgba(0, 0, 0, 0.26);
  margin: 16px 0;
  padding: 16px;
}

/* line 94, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/foundation.scss */
hr {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin: 32px 0;
}

/* line 100, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/foundation.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 106, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/foundation.scss */
hr {
  margin: 0;
}

/* line 1, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/action-items.scss */
.action_items {
  display: table;
}

/* line 4, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/action-items.scss */
.action_items .action_item {
  display: table-cell;
}

/* line 7, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/action-items.scss */
.action_items .action_item a,
.action_items .action_item button,
.action_items .action_item [type="button"],
.action_items .action_item [type="submit"] {
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  display: block;
  line-height: 32px;
  margin: 8px 4px;
  padding: 12px;
  transition: 0.4s all;
  white-space: nowrap;
  display: block;
}

/* line 3, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/avatar.scss */
.avatar {
  background: rgba(0, 0, 0, 0.54);
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: transparent;
  display: block;
}

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

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

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

/**
 * Breadcrumbs
 * Appear above the title to help users return to previous
 * steps in their flow.
 */
/* line 7, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/breadcrumbs.scss */
.breadcrumb {
  font-size: 10px;
  font-size: 0.625rem;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.1);
  font-weight: 400;
  left: 0;
  letter-spacing: 0.07em;
  line-height: 24px;
  padding: 0 16px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  width: 100%;
}

/* line 21, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/breadcrumbs.scss */
.breadcrumb a {
  color: white;
}

/* line 9, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/atoms/links.scss */
.breadcrumb a:hover, .breadcrumb a:focus {
  color: #01006F;
}

/* line 26, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/breadcrumbs.scss */
.breadcrumb_sep {
  color: rgba(255, 255, 255, 0.24);
}

/**
 * Buttons
 * Various selectors for button like elements
 */
/* line 6, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/buttons.scss */
.clear_filters_btn {
  font-size: 14px;
  font-size: 0.875rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 2rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background-color: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  user-select: none;
  vertical-align: center;
}

/* line 25, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/button.scss */
.clear_filters_btn:focus {
  outline: none;
}

/* line 29, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/button.scss */
.clear_filters_btn:hover {
  color: #01006F;
  text-decoration: none;
}

/* line 10, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/buttons.scss */
.button,
.cancel a {
  font-size: 14px;
  font-size: 0.875rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 2rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background-color: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  user-select: none;
  vertical-align: center;
}

/* line 25, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/button.scss */
.button:focus,
.cancel a:focus {
  outline: none;
}

/* line 29, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/button.scss */
.button:hover,
.cancel a:hover {
  color: #01006F;
  text-decoration: none;
}

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

/* line 25, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/button.scss */
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  outline: none;
}

/* line 29, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/button.scss */
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #01006F;
  text-decoration: none;
}

/* line 47, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/button.scss */
input[type="submit"]:focus, input[type="submit"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="button"]:focus,
input[type="button"]:hover {
  color: white;
  background: #004bd9;
  outline: none;
}

/* line 54, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/button.scss */
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  background: #0042c0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

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

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

/* line 1, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/clearfix.scss */
.clearfix {
  *zoom: 1;
}

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

/* line 11, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/atoms/clearfix.scss */
.clearfix:after {
  clear: both;
}

/**
 * Special styles for the dashboard page
 */
/* line 7, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/dashboard.scss */
body.admin_dashboard {
  background: #f0f0f0;
}

/* line 11, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/dashboard.scss */
body.admin_dashboard #active_admin_content {
  padding: 8px 12px 0;
}

/* line 15, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/dashboard.scss */
body.admin_dashboard .panel {
  background: white;
  border-radius: 2px;
  border: 1px solid #d5d5d5;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin: 12px auto 24px;
  max-width: 768px;
  padding: 8px;
}

/**
 * Date Selects
 */
/* line 9, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/date-select.scss */
.date_select .fragments-group,
.datetime_select .fragments-group,
.time_select .fragments-group {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  display: inline-block;
  margin-top: 8px;
}

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

/* line 15, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/date-select.scss */
.date_select .fragment,
.datetime_select .fragment,
.time_select .fragment {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  text-align: center;
}

/* line 40, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/select.scss */
.date_select .fragment:first-child,
.datetime_select .fragment:first-child,
.time_select .fragment:first-child {
  border-left: none;
}

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

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

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

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

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

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

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

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

/* line 49, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/datepicker.scss */
.ui-datepicker-prev:before {
  content: "‹";
}

/* line 37, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/datepicker.scss */
.ui-datepicker-prev:before:before {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  height: 32px;
  width: 32px;
}

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

/* line 59, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/datepicker.scss */
.ui-datepicker-next:before {
  content: "›";
}

/* line 37, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/datepicker.scss */
.ui-datepicker-next:before:before {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  height: 32px;
  width: 32px;
}

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

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

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

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

/* line 9, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/atoms/links.scss */
.ui-datepicker-calendar a:hover, .ui-datepicker-calendar a:focus {
  color: #01006F;
}

/* line 44, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-calendar a.ui-state-active, .ui-datepicker-calendar a:hover, .ui-datepicker-calendar a:focus {
  color: #0039A6;
  text-decoration: none;
}

/* line 50, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-calendar a.ui-state-highlight {
  background-color: #0039A6;
  color: white;
}

/* line 56, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-unselectable {
  opacity: 0;
}

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

/* line 10, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/dialog.scss */
.ui-dialog-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  display: block;
  padding: 32px 24px 8px;
}

/* line 14, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/dialog.scss */
.ui-dialog-content {
  display: inline;
}

/* line 17, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/dialog.scss */
.ui-dialog-content ul {
  margin: 0;
}

/* line 22, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/dialog.scss */
.ui-dialog-buttonset {
  padding: 8px 8px 0;
  text-align: right;
}

/* line 26, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/dialog.scss */
.ui-button {
  font-size: 14px;
  font-size: 0.875rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 2rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background-color: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  user-select: none;
  vertical-align: center;
  color: #0039A6;
}

/* line 25, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/button.scss */
.ui-button:focus {
  outline: none;
}

/* line 29, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/button.scss */
.ui-button:hover {
  color: #01006F;
  text-decoration: none;
}

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

/* line 31, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/dialog.scss */
.ui-dialog-titlebar-close {
  border-radius: 50%;
  background: url(/assets/active_material/icons/clear-881e8b2246f6bccb97d8c9f5d757d6b52ddd3052dc9f6b771502573afc63a282.svg) 50% 50% no-repeat;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

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

/* line 9, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/dropdown.scss */
.dropdown_menu_button {
  position: relative;
}

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

/* line 16, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/dropdown.scss */
.dropdown_menu_button.disabled {
  opacity: 0.4;
}

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

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

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

/* line 9, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/atoms/links.scss */
.dropdown_menu_list li a:hover, .dropdown_menu_list li a:focus {
  color: #01006F;
}

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

/* line 96, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/menu.scss */
.dropdown_menu_list li a:hover, .dropdown_menu_list li a:focus {
  color: #0039A6;
}

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

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

/* line 6, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/featured-blocks.scss */
.new-featured-block {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  display: block;
  padding: 16px 20px;
}

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

/* line 47, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/button.scss */
.new-featured-block .button:focus, .new-featured-block .button:hover {
  color: white;
  background: #004bd9;
  outline: none;
}

/* line 54, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/button.scss */
.new-featured-block .button:active {
  background: #0042c0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

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

/* line 12, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/filter.scss */
.filter_form_field label,
.select_and_search label,
.filter_date_range label {
  font-size: 13px;
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.54);
  display: block;
  line-height: 16px;
  font-weight: 400;
  margin: 8px 0;
  width: 100%;
  flex-basis: 100%;
}

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

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

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

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

/* line 42, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/filter.scss */
.filter_form_field > input.datepicker,
.select_and_search > input.datepicker,
.filter_date_range > input.datepicker {
  background: transparent;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
  border: 0;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 24px;
  margin: 0 0 4px;
  padding: 4px 0;
  position: relative;
  transition: 0.15s box-shadow;
  width: 100%;
  flex-basis: 100%;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 39, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/textfield.scss */
.filter_form_field > input.datepicker:focus,
.select_and_search > input.datepicker:focus,
.filter_date_range > input.datepicker:focus {
  box-shadow: inset 0 -2px 0 #0039A6;
  outline: 0;
}

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

/* line 56, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/filter.scss */
.filter_string input,
.filter_numeric input {
  background: transparent;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
  border: 0;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 24px;
  margin: 0 0 4px;
  padding: 4px 0;
  position: relative;
  transition: 0.15s box-shadow;
  width: 100%;
  flex-basis: 100%;
}

/* line 39, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/textfield.scss */
.filter_string input:focus,
.filter_numeric input:focus {
  box-shadow: inset 0 -2px 0 #0039A6;
  outline: 0;
}

/**
 * Flash
 * Notifications that appear whenever a CRUD action or error
 * has surfaced
 */
/* line 7, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/flash.scss */
.flash {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  animation: 9s am-alert-hide;
  animation-fill-mode: forwards;
  background: #323232;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  bottom: 0;
  color: white;
  font-size: 14px;
  left: 50%;
  line-height: 18px;
  max-width: 568px;
  min-width: 288px;
  padding: 14px 24px;
  position: fixed;
  transform: translateX(-50%);
  transform-origin: 50% 100%;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.24);
}

/* line 1, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/footer.scss */
.footer {
  display: none;
}

/**
 * Forms
 */
/* line 5, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/forms.scss */
fieldset.inputs {
  background: white;
  border: 1px solid #d9d9d9;
  margin: 24px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  padding-bottom: 8px;
  position: relative;
}

/* line 13, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/fieldset.scss */
fieldset.inputs legend {
  display: none;
}

/* line 17, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/fieldset.scss */
fieldset.inputs:first-child, fieldset.inputs:first-of-type {
  border-width: 1px;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}

/* line 24, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/fieldset.scss */
fieldset.inputs:last-child {
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}

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

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

/* line 19, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/forms.scss */
.input {
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
  padding: 16px 24px;
  position: relative;
}

/* line 22, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/forms.scss */
.input > label,
.input .label > label,
.input .field_with_errors > label {
  font-size: 13px;
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.54);
  display: block;
  line-height: 16px;
  font-weight: 400;
  margin: 8px 0;
  width: 100%;
}

/* line 28, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/forms.scss */
.input.string input, .input.stringish input, .input.numeric input {
  background: transparent;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
  border: 0;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 24px;
  margin: 0 0 4px;
  padding: 4px 0;
  position: relative;
  transition: 0.15s box-shadow;
  width: 100%;
}

/* line 39, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/textfield.scss */
.input.string input:focus, .input.stringish input:focus, .input.numeric input:focus {
  box-shadow: inset 0 -2px 0 #0039A6;
  outline: 0;
}

/* line 34, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/forms.scss */
.input.text textarea {
  background: transparent;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
  border: 0;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 24px;
  margin: 0 0 4px;
  padding: 4px 0;
  position: relative;
  transition: 0.15s box-shadow;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  height: 7.5rem;
  padding: 8px;
  margin-top: 16px;
}

/* line 39, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/textfield.scss */
.input.text textarea:focus {
  box-shadow: inset 0 -2px 0 #0039A6;
  outline: 0;
}

/* line 39, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/forms.scss */
.input select + input {
  margin-top: 16px;
}

/* line 45, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/forms.scss */
.input .field_with_errors input {
  border-color: #f44336;
  box-shadow: 0 2px 0 0 #f44336;
}

/* line 49, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/forms.scss */
.inline-hints {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  color: rgba(0, 0, 0, 0.54);
  margin: 0;
}

/* line 53, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/forms.scss */
.inline-errors {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  color: rgba(0, 0, 0, 0.54);
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  color: #f44336;
  display: inline-block;
  vertical-align: middle;
  transition: 0.3s all;
}

/* line 81, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/textfield.scss */
.inline-errors:first-letter {
  text-transform: uppercase;
}

/* line 57, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/forms.scss */
.inline-errors + .inline-hints {
  display: none;
}

/* line 62, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/forms.scss */
abbr[title="required"] {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  border: 0;
  color: #0039A6;
  line-height: inherit;
  margin-left: 4px;
}

/* line 66, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/forms.scss */
fieldset.actions,
.buttons {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  display: block;
  padding: 16px 20px;
}

/* line 70, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/forms.scss */
fieldset.actions > ol,
.buttons > ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

/* line 77, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/forms.scss */
.buttons .cancel a {
  font-size: 14px;
  font-size: 0.875rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 2rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background-color: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  user-select: none;
  vertical-align: center;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #0039A6;
  color: white;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  font-weight: 600;
  min-width: 88px;
}

/* line 25, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/button.scss */
.buttons .cancel a:focus {
  outline: none;
}

/* line 29, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/button.scss */
.buttons .cancel a:hover {
  color: #01006F;
  text-decoration: none;
}

/* line 47, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/button.scss */
.buttons .cancel a:focus, .buttons .cancel a:hover {
  color: white;
  background: #004bd9;
  outline: none;
}

/* line 54, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/button.scss */
.buttons .cancel a:active {
  background: #0042c0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* line 83, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/forms.scss */
.logged_in fieldset.actions {
  border: 0;
  padding-right: 8px;
}

/* line 87, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/forms.scss */
.logged_in fieldset.actions li {
  vertical-align: top;
}

/* line 7, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/header.scss */
body.logged_in {
  padding-left: 256px;
}

@media screen and (max-width: 1024px) {
  /* line 10, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/header.scss */
  body.logged_in.am-drawer-enabled {
    padding-left: 0;
  }
}

/* line 17, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/header.scss */
body.am-drawer-open {
  overflow: hidden;
}

/* line 21, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/header.scss */
.header {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12);
  overflow: scroll;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 256px;
  z-index: 100;
}

@media screen and (max-width: 1024px) {
  /* line 21, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/header.scss */
  .header {
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
    max-width: 320px;
    position: fixed;
    width: calc(100% - 56px);
  }
}

@media screen and (max-width: 1024px) {
  /* line 21, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/header.scss */
  .header {
    clip: rect(0, 0, 0, 0) !important;
    position: absolute !important;
  }
  /* line 27, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/header.scss */
  .am-drawer-open .header {
    clip: auto !important;
    position: fixed !important;
    animation: 0.3s am-drawer-in cubic-bezier(0.07, 0.64, 0.48, 1);
  }
}

/* line 33, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/header.scss */
.header-item,
.has_nested ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 39, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/header.scss */
.am-nav-enabled .has_nested ul {
  display: none;
}

/* line 43, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/header.scss */
.am-nav-enabled .has_nested.am-nav-open ul {
  display: block;
}

/* line 47, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/header.scss */
.am-nav-enabled .has_nested .am-nav-toggle {
  background: none;
  border: 0;
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  height: 32px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 8px;
  text-indent: 100%;
  top: 0;
  white-space: nowrap;
  width: 32px;
}

/* line 62, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/header.scss */
.am-nav-enabled .has_nested .am-nav-toggle:before {
  border: 2px solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -3px;
  height: 6px;
  width: 6px;
  transform: rotateZ(135deg);
}

/* line 77, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/header.scss */
.am-nav-enabled .has_nested.am-nav-open .am-nav-toggle:before {
  border-width: 0 0 2px 2px;
  margin-top: -1px;
}

/* line 83, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/header.scss */
.am-header-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: 0.3s am-drawer-backdrop-in;
  background: rgba(0, 0, 0, 0.2);
  z-index: 100;
  display: none;
}

/* line 87, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/header.scss */
.am-drawer-open .am-header-backdrop {
  display: block;
}

/* line 92, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/header.scss */
.am-drawer-toggle {
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  display: block;
  line-height: 32px;
  margin: 8px 4px;
  padding: 12px;
  transition: 0.4s all;
  white-space: nowrap;
  background: url(/assets/active_material/icons/menu-9ad5a298d36d665da865f467636ae854440bf77e4c1517c77d72757caf2875db.svg) 50% 50% no-repeat;
  box-shadow: inset 0 0 1px 4px rgba(0, 0, 0, 0);
  border-radius: 50%;
  height: 40px;
  display: inline-block;
  overflow: hidden;
  text-indent: 200%;
  padding: 0;
  min-width: 0;
  width: 40px;
  display: none;
  flex-shrink: 0;
  margin: 4px;
  position: relative;
}

/* line 25, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/action-items.scss */
.am-drawer-toggle:hover, .am-drawer-toggle:focus {
  box-shadow: inset 0 0 0 1.5px #01006F;
  outline: none;
  transition: 0.2s all;
}

/* line 32, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/action-items.scss */
.am-drawer-toggle:active {
  transform: scale(0.96);
}

@media screen and (max-width: 1024px) {
  /* line 92, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/header.scss */
  .am-drawer-toggle {
    display: block;
  }
}

/* line 104, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/header.scss */
.am-drawer-open .am-drawer-toggle {
  background: url(/assets/active_material/icons/close-87ef7d93c20b902c612058691b88c5b03c765e24c7777ecdd2e6ad125f8e3dae.svg) 50% 50% no-repeat;
  box-shadow: inset 0 0 1px 4px rgba(0, 0, 0, 0);
  border-radius: 50%;
  height: 40px;
  display: inline-block;
  overflow: hidden;
  text-indent: 200%;
  padding: 0;
  min-width: 0;
  width: 40px;
}

/* line 25, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/action-items.scss */
.am-drawer-open .am-drawer-toggle:hover, .am-drawer-open .am-drawer-toggle:focus {
  box-shadow: inset 0 0 0 1.5px #01006F;
  outline: none;
  transition: 0.2s all;
}

/* line 32, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/action-items.scss */
.am-drawer-open .am-drawer-toggle:active {
  transform: scale(0.96);
}

/* line 109, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/header.scss */
.header-item li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

/* line 113, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/header.scss */
.header-item li a {
  color: black;
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.005em;
  line-height: 16px;
  padding: 8px 16px;
}

/* line 94, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/drawer.scss */
.header-item li a:hover, .header-item li a:focus {
  color: black;
  background-color: rgba(0, 0, 0, 0.12);
  text-decoration: none;
}

/* line 117, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/header.scss */
.header-item li.current > a {
  color: #01006F;
  font-weight: 500;
}

/* line 121, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/header.scss */
.header-item li > ul li a {
  font-weight: 400;
  font-size: 12px;
  padding: 6px 16px 5.6px 24px;
}

/* line 126, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/header.scss */
#site_title {
  font-size: 20px;
  font-size: 1.25rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 2.75rem;
  color: white;
  background: #0039A6 url(/assets/active_material/am-title-background-9048958a720b4d09bc9c405743cfa4458ae54f61273d3b4dbc88dd885665f38d.jpg) 50% 0 no-repeat/cover;
  box-shadow: inset -1px 0 1px rgba(0, 0, 0, 0.3);
  font-weight: 500;
  line-height: 24px;
  padding: 104px 16px 16px;
  position: relative;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.66);
  flex-shrink: 0;
  order: 0;
}

/* line 132, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/header.scss */
#utility_nav {
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.12);
  flex-shrink: 0;
  order: 1;
  padding: 8px 0;
}

/* line 138, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/header.scss */
#utility_nav a {
  font-size: 12px;
  padding: 4px 16px;
}

/* line 144, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/header.scss */
#tabs {
  flex-shrink: 0;
  order: 2;
  padding: 8px 0;
}

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

/* line 10, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/login.scss */
#login {
  animation: 0.6s am-dialog-fade;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.23), 0 3px 3px rgba(0, 0, 0, 0.16);
  outline: none;
  z-index: 1000;
  margin: 0 auto;
  max-width: 400px;
  overflow: auto;
}

/* line 16, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/login.scss */
#login fieldset.inputs {
  border: 0;
  box-shadow: 0;
  margin: 0;
}

/* line 22, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/login.scss */
#login .input {
  padding: 16px;
}

/* line 26, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/login.scss */
#login h2 {
  clip: rect(0, 0, 0, 0) !important;
  position: absolute !important;
}

/* line 31, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/login.scss */
#login > a {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  display: block;
  padding: 16px 20px;
}

/* line 36, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/login.scss */
#login > br {
  display: none;
}

/* line 41, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/login.scss */
body.logged_out {
  background: #333 linear-gradient(135deg, #0039A6, #001f5a);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 48, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/login.scss */
body.logged_out #wrapper {
  height: auto;
}

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

/**
 * Pagination
 * Typically appears on index pages, below tables
 */
/* line 6, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/pagination.scss */
#collection_selection {
  display: flex;
  flex-direction: column;
  flex: 1 1;
}

/* line 12, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/pagination.scss */
.paginated_collection {
  display: flex;
  flex-direction: column;
  flex: 1 1;
}

/* line 17, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/pagination.scss */
.paginated_collection .pagination_information,
.paginated_collection .download_links {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  display: inline;
  line-height: 16px;
  padding: 16px;
  display: inline-block;
}

@media screen and (min-width: 600px) {
  /* line 17, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/pagination.scss */
  .paginated_collection .pagination_information,
.paginated_collection .download_links {
    padding: 16px 24px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 30, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/pagination.scss */
  .paginated_collection .download_links {
    float: right;
  }
}

/* line 37, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/pagination.scss */
.paginated_collection_contents {
  flex: 1 1;
  max-width: 100%;
}

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

/* line 49, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/pagination.scss */
.pagination .page,
.pagination .first,
.pagination .prev,
.pagination .next,
.pagination .last {
  font-size: 14px;
  font-size: 0.875rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 2rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background-color: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  user-select: none;
  vertical-align: center;
  min-width: 24px;
}

/* line 25, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/button.scss */
.pagination .page:focus,
.pagination .first:focus,
.pagination .prev:focus,
.pagination .next:focus,
.pagination .last:focus {
  outline: none;
}

/* line 29, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/button.scss */
.pagination .page:hover,
.pagination .first:hover,
.pagination .prev:hover,
.pagination .next:hover,
.pagination .last:hover {
  color: #01006F;
  text-decoration: none;
}

/* line 59, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/pagination.scss */
#index_footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

/**
 * Panels
 * Stand-alone segments of content, in Material Design
 * these could be considered Cards or pieces of paper.
 */
/* line 10, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/panels.scss */
.panel + .panel,
.panel + .has_many_container,
.has_many_container + .panel,
.has_many_container + .has_many_container {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 15, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/panels.scss */
.panel > h3,
.has_many_container > h3 {
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.54);
  font-weight: 500;
  padding: 16px;
  line-height: 16px;
}

/* line 19, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/panels.scss */
.panel .header_action,
.has_many_container .header_action {
  float: right;
}

/* line 23, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/panels.scss */
.panel .row th,
.has_many_container .row th {
  width: 20%;
  padding-left: 16px;
}

/* line 29, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/panels.scss */
.panel_well {
  padding: 0 16px 16px;
}

/**
 * PhotoSelects
 */
/* line 5, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/photo_select.scss */
.photo_select {
  display: inline-block;
}

/**
 * Scopes
 * Theses appear above tables, providing the ability to filter rows
 */
/* line 6, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/scopes.scss */
.scopes {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  float: none !important;
  overflow: auto;
  padding: 4px 8px;
  text-align: left;
  width: 100% !important;
}

/* line 10, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/atoms/lists.scss */
.scopes li {
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  /* line 6, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/scopes.scss */
  .scopes {
    border: 0;
    float: right !important;
    padding: 4px 16px;
    width: auto !important;
  }
}

/* line 24, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/scopes.scss */
.scope {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  margin-left: 8px;
}

/* line 28, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/scopes.scss */
.scope a {
  color: rgba(0, 0, 0, 0.54);
}

/* line 9, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/atoms/links.scss */
.scope a:hover, .scope a:focus {
  color: #01006F;
}

/* line 32, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/scopes.scss */
.scope.selected {
  font-weight: bold;
}

/* line 35, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/scopes.scss */
.scope.selected a {
  color: #0039A6;
}

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

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

/* line 18, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/select.scss */
select[multiple] option {
  padding: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 17, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/multiselect.scss */
select[multiple] option:first-child {
  border-top: 0;
}

@keyframes am-sidebar-open {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(-24px);
  }
}

@keyframes am-sidebar-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

/* line 22, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/sidebar.scss */
.am-sidebar-toggle {
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  display: block;
  line-height: 32px;
  margin: 8px 4px;
  padding: 12px;
  transition: 0.4s all;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  /* line 26, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/sidebar.scss */
  body.am-sidebar-open {
    overflow: hidden;
  }
}

/* line 32, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/sidebar.scss */
.with_sidebar #sidebar {
  flex-shrink: 0;
  min-width: 320px;
  padding-right: 24px;
  transform: translateY(-24px);
  width: 320px;
}

/* line 39, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/sidebar.scss */
.am-sidebar-enabled:not(.am-sidebar-open) .with_sidebar #sidebar {
  display: none !important;
}

/* line 43, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/sidebar.scss */
.am-sidebar-open .with_sidebar #sidebar {
  animation: 0.4s am-sidebar-open;
}

/* line 48, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/sidebar.scss */
.sidebar_section {
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24), 0 -1px 3px rgba(0, 0, 0, 0.08);
}

/* line 52, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/sidebar.scss */
.am-sidebar-backdrop {
  display: none;
}

@media screen and (max-width: 1024px) {
  /* line 56, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/sidebar.scss */
  .am-sidebar-open .am-sidebar-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: 0.3s am-drawer-backdrop-in;
    background: rgba(0, 0, 0, 0.2);
    z-index: 100;
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  /* line 64, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/sidebar.scss */
  .with_sidebar > #sidebar {
    background: white;
    height: 100%;
    max-width: 400px;
    min-width: 0;
    overflow: auto;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: none;
    width: calc(100% - 56px);
    z-index: 101;
  }
  /* line 79, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/sidebar.scss */
  .am-sidebar-open .with_sidebar > #sidebar {
    animation: 0.3s am-sidebar-right cubic-bezier(0.07, 0.64, 0.48, 1);
  }
  /* line 83, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/sidebar.scss */
  .sidebar_section {
    border-radius: 0;
    border: 0;
    box-shadow: none;
  }
}

/* line 13, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/sortable.scss */
.reorder-handle-col {
  display: none;
  padding: 0 0 0 8px;
  width: 48px;
}

/* line 18, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/sortable.scss */
.am-js .ui-sortable .reorder-handle-col {
  display: table-cell;
}

/* line 23, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/sortable.scss */
.reorder-handle {
  background: transparent url(/assets/active_material/icons/reorder-0e7d0d49dd115ab4ef8558bfad4ea56a7180c85a4cbe7b91c3ef71a66777c858.svg) 50% 50% no-repeat;
  color: transparent;
  cursor: move;
  display: block;
  height: 48px;
  margin: 0 auto;
  opacity: 0.40;
  transition: 0.2s opacity;
  width: 48px;
}

/* line 34, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/sortable.scss */
.reorder-handle:hover {
  opacity: 1;
}

@keyframes lift {
  0% {
    box-shadow: none;
    transform: none;
  }
  100% {
    transform: perspective(2000px) translateZ(10px);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  }
}

/* line 51, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/sortable.scss */
.ui-sortable-helper {
  animation: 0.1s lift;
  animation-fill-mode: backwards;
  z-index: 100;
}

/**
 * Structure
 * Global structural elements
 */
/* line 6, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/structure.scss */
#wrapper {
  background: #f0f0f0;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

/* line 14, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/structure.scss */
#main_content_wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
  width: 100%;
}

/* line 22, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/structure.scss */
#main_content {
  display: flex;
  flex: 1 1;
  flex-direction: column;
}

/* line 28, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/structure.scss */
.with_sidebar {
  display: flex;
  flex: 1;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1025px) {
  /* line 28, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/structure.scss */
  .with_sidebar {
    display: flex;
    width: 100%;
  }
  /* line 38, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/structure.scss */
  .with_sidebar #main_content_wrapper {
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.12);
    flex-grow: 1;
  }
}

/* line 45, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/structure.scss */
.columns {
  padding: 24px;
}

/**
 * Tables
 */
/* line 5, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/tables.scss */
.table_tools {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
}

/* line 8, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/tables.scss */
.table_tools .batch_actions_selector {
  font-size: 13px;
  margin: 4px 8px;
}

@media screen and (min-width: 600px) {
  /* line 8, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/tables.scss */
  .table_tools .batch_actions_selector {
    margin: 8px 16px;
  }
}

/* line 18, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/tables.scss */
.index_table,
.panel_contents table {
  background: #fff;
  width: 100%;
  word-break: break-word;
}

/* line 22, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/tables.scss */
.index_table th,
.panel_contents table th {
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  font-size: 0.75rem;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
  font-weight: 600;
  height: 47px;
  line-height: 16px;
  padding: 0 56px 0 0;
  text-align: left;
  white-space: nowrap;
}

/* line 29, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/table.scss */
.index_table th:first-child,
.panel_contents table th:first-child {
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (min-width: 600px) {
  /* line 29, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/table.scss */
  .index_table th:first-child,
.panel_contents table th:first-child {
    padding-left: 24px;
  }
}

/* line 25, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/tables.scss */
.index_table th a,
.panel_contents table th a {
  color: rgba(0, 0, 0, 0.54);
  position: relative;
}

/* line 9, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/atoms/links.scss */
.index_table th a:hover, .index_table th a:focus,
.panel_contents table th a:hover,
.panel_contents table th a:focus {
  color: #01006F;
}

/* line 43, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/table.scss */
.index_table th a:after,
.panel_contents table th a:after {
  border: 2px solid;
  border-width: 2px 2px 0 0;
  margin-left: 4px;
  content: "";
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: -15px;
  height: 6px;
  width: 6px;
  transform: rotateZ(135deg);
}

/* line 59, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/table.scss */
.index_table th.sorted-asc a:after,
.panel_contents table th.sorted-asc a:after {
  border-width: 0 0 2px 2px;
  margin-top: -1px;
}

/* line 34, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/tables.scss */
.index_table tr,
.panel_contents table tr {
  height: 48px;
  transition: 0.12s background;
}

/* line 39, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/tables.scss */
.index_table tbody tr:hover,
.panel_contents table tbody tr:hover {
  background: #eee;
}

/* line 73, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/table.scss */
.index_table tbody tr:hover td,
.index_table tbody tr:hover th,
.panel_contents table tbody tr:hover td,
.panel_contents table tbody tr:hover th {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.12);
}

/* line 43, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/tables.scss */
.index_table tbody tr.selected,
.panel_contents table tbody tr.selected {
  background: #F5F5F5;
}

/* line 82, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/table.scss */
.index_table tbody tr.selected td,
.index_table tbody tr.selected th,
.panel_contents table tbody tr.selected td,
.panel_contents table tbody tr.selected th {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.07), inset 0 -1px #DEDEDE;
}

/* line 48, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/tables.scss */
.index_table td,
.panel_contents table td {
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  font-size: 0.75rem;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
  font-weight: 400;
  line-height: 16px;
  min-width: 112px;
  padding: 4px 16px 4px 0;
}

/* line 97, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/table.scss */
.index_table td img,
.panel_contents table td img {
  display: block;
  max-width: 320px;
  margin: 8px;
}

/* line 103, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/table.scss */
.index_table td:first-child,
.panel_contents table td:first-child {
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (min-width: 600px) {
  /* line 103, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/table.scss */
  .index_table td:first-child,
.panel_contents table td:first-child {
    padding-left: 24px;
  }
}

/* line 53, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/tables.scss */
.index_table .col-selectable,
.panel_contents table .col-selectable {
  min-width: 0;
  padding: 0 24px;
  width: 66px;
}

/* line 118, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/table.scss */
.index_table .col-selectable [type=checkbox],
.panel_contents table .col-selectable [type=checkbox] {
  display: block;
  height: 14px;
  margin: 0 auto;
  vertical-align: middle;
  width: 14px;
}

/* line 58, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/tables.scss */
.index_table .col-selectable .resource_selection_cell,
.panel_contents table .col-selectable .resource_selection_cell {
  display: block;
  margin: 0 auto;
}

/* line 65, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/tables.scss */
.index_table td.col-actions a,
.panel_contents table td.col-actions a {
  padding: 0 4px;
}

/* line 71, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/tables.scss */
.am-js .index_table td.col-actions, .am-js .panel_contents table td.col-actions {
  background: url(/assets/active_material/icons/more-e5bd6bc8f389d0303abf49de19209e399aa9d3a2736412aee2e3fa142fc60d6e.svg) 25% 50% no-repeat;
  position: relative;
  width: 48px;
  min-width: 0;
  padding: 0;
}

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

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

/* line 9, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/atoms/links.scss */
.am-js .index_table td.col-actions .table_actions a:hover, .am-js .index_table td.col-actions .table_actions a:focus, .am-js .panel_contents table td.col-actions .table_actions a:hover, .am-js .panel_contents table td.col-actions .table_actions a:focus {
  color: #01006F;
}

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

/* line 96, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/menu.scss */
.am-js .index_table td.col-actions .table_actions a:hover, .am-js .index_table td.col-actions .table_actions a:focus, .am-js .panel_contents table td.col-actions .table_actions a:hover, .am-js .panel_contents table td.col-actions .table_actions a:focus {
  color: #0039A6;
}

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

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

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

/**
 * Tabs
 * Theses show up on complicated forms, such as the Exhibit edit page.
 */
/* line 6, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/tabs.scss */
.nav-tabs {
  color: rgba(255, 255, 255, 0.6);
  background: #0039A6;
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.15);
  line-height: 0;
  margin: 0;
  padding: 16px 24px 0;
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 24px;
}

/* line 10, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/tabs.scss */
.nav-tabs > li {
  display: inline-block;
}

/* line 14, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/tabs.scss */
.nav-tabs > li > a {
  color: inherit;
  cursor: pointer;
  display: block;
  font: 400 14px/16px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0.08em;
  padding: 16px;
  position: relative;
  text-transform: uppercase;
  transition: 0.2s color;
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

/* line 79, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/tabs.scss */
.nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
  background: transparent;
  outline: none;
  text-decoration: none;
}

/* line 85, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/tabs.scss */
.nav-tabs > li > a:focus:after, .nav-tabs > li > a:hover:after {
  transform: none;
}

/* line 90, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/tabs.scss */
.nav-tabs > li > a:active {
  border: 0;
  box-shadow: none;
}

/* line 18, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/tabs.scss */
.nav-tabs > li.ui-state-active > a {
  color: #fff;
}

/* line 99, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/tabs.scss */
.nav-tabs > li.ui-state-active > a:after {
  background-color: #01006F;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
  transform: none;
}

/* line 22, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/tabs.scss */
.nav-tabs > li.tab_with_errors > a {
  padding-right: 40px;
}

/* line 109, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/tabs.scss */
.nav-tabs > li.tab_with_errors > a:before {
  color: #f99d97;
  animation: 2s am-tabs-error-throb infinite alternate;
  content: '\026a0';
  font-size: 20px;
  line-height: 16px;
  margin-top: -6px;
  position: absolute;
  right: 8px;
  top: 50%;
}

/* line 27, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/tabs.scss */
.tab-content {
  background: #f0f0f0;
  margin-top: -24px;
  padding: 24px 0;
}

/**
 * Tags
 * Tags show up as states within tables and other components
 */
/* line 6, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/tag.scss */
.status_tag {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  line-height: 16px;
  padding: 4px 8px;
  margin: 2px 0;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

/* line 9, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/tag.scss */
a .status_tag {
  transition: 0.2s all;
}

/* line 18, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/tag.scss */
a .status_tag:hover, a .status_tag:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
  text-shadow: none;
}

/* line 24, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/tag.scss */
a .status_tag:active {
  box-shadow: none;
}

/* line 13, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/tag.scss */
.status_tag.yes {
  background-color: #0039A6;
}

/* line 18, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/tag.scss */
.empty {
  color: #ccc;
  font-size: 0.9em;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/**
 * Titlebar
 */
/* line 5, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/title_bar.scss */
.title_bar {
  background-color: #0039A6;
  color: white;
  display: flex;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 16px;
  padding: 28px 4px 4px;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 1;
  flex-wrap: wrap;
}

@media screen and (min-width: 600px) {
  /* line 5, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/title_bar.scss */
  .title_bar {
    padding-left: 8px;
    padding-right: 8px;
    width: auto;
  }
}

@media screen and (min-width: 1025px) {
  /* line 5, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/title_bar.scss */
  .title_bar {
    min-height: 144px;
  }
}

/* line 12, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/title_bar.scss */
.title_bar #page_title {
  font-size: 20px;
  font-size: 1.25rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 2.75rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 48px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
}

@media screen and (min-width: 1025px) {
  /* line 12, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/title_bar.scss */
  .title_bar #page_title {
    font-size: 34px;
    font-size: 2.125rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 3.25rem;
  }
}

/* line 16, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/title_bar.scss */
.title_bar #titlebar_left {
  align-self: flex-end;
  flex-grow: 1;
  flex-shrink: 0;
  padding-left: 8px;
}

@media screen and (min-width: 1025px) {
  /* line 16, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/title_bar.scss */
  .title_bar #titlebar_left {
    padding-bottom: 4px;
  }
}

/* line 20, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/components/title_bar.scss */
.title_bar #titlebar_right .action_item a,
.title_bar #titlebar_right .action_item button {
  font-size: 14px;
  font-size: 0.875rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 2rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background-color: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  user-select: none;
  vertical-align: center;
  border-radius: 50%;
  display: block;
  font-weight: 500;
  color: white;
}

/* line 25, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/button.scss */
.title_bar #titlebar_right .action_item a:focus,
.title_bar #titlebar_right .action_item button:focus {
  outline: none;
}

/* line 29, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/button.scss */
.title_bar #titlebar_right .action_item a:hover,
.title_bar #titlebar_right .action_item button:hover {
  color: #01006F;
  text-decoration: none;
}

/* line 2, app/assets/stylesheets/admin/jquery.tokenize.scss */
div.TokenizeMeasure,
div.Tokenize ul li span,
div.Tokenize ul.TokensContainer li.TokenSearch input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/* line 9, app/assets/stylesheets/admin/jquery.tokenize.scss */
div.Tokenize {
  position: relative;
  display: inline-block;
  zoom: 1;
}

/* line 15, app/assets/stylesheets/admin/jquery.tokenize.scss */
div.Tokenize ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 21, app/assets/stylesheets/admin/jquery.tokenize.scss */
div.Tokenize ul li {
  white-space: nowrap;
}

/* line 25, app/assets/stylesheets/admin/jquery.tokenize.scss */
div.Tokenize ul.TokensContainer {
  cursor: text;
  padding: 0 5px 5px 0;
  height: 100px;
  overflow-y: auto;
  background-color: white;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 38, app/assets/stylesheets/admin/jquery.tokenize.scss */
div.Tokenize ul.TokensContainer.Autosize {
  height: auto;
}

/* line 42, app/assets/stylesheets/admin/jquery.tokenize.scss */
div.Tokenize.Disabled ul.TokensContainer,
div.Tokenize.Disabled ul.TokensContainer input {
  cursor: not-allowed;
}

/* line 47, app/assets/stylesheets/admin/jquery.tokenize.scss */
div.Tokenize ul.TokensContainer li.Token {
  border: 1px solid #ccd5e3;
  background-color: #eff2f7;
  padding: 0 5px;
  line-height: 18px;
}

/* line 54, app/assets/stylesheets/admin/jquery.tokenize.scss */
div.Tokenize ul.TokensContainer.ui-sortable:not(.ui-sortable-disabled) li.Token {
  cursor: move;
}

/* line 58, app/assets/stylesheets/admin/jquery.tokenize.scss */
div.Tokenize ul.TokensContainer li.Token.MovingShadow {
  border: 1px solid #fcefa1;
  background-color: #fbf9ee;
}

/* line 63, app/assets/stylesheets/admin/jquery.tokenize.scss */
div.Tokenize ul.TokensContainer li.Token.PendingDelete {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
  filter: alpha(opacity=50);
}

/* line 70, app/assets/stylesheets/admin/jquery.tokenize.scss */
div.Tokenize ul.TokensContainer li.Token,
div.Tokenize ul.TokensContainer li.TokenSearch {
  margin: 5px 0 0 5px;
  height: 18px;
  float: left;
}

/* line 77, app/assets/stylesheets/admin/jquery.tokenize.scss */
div.Tokenize ul.TokensContainer li.TokenSearch input {
  margin: 0;
  padding: 1px 0;
  background-color: transparent;
  line-height: 18px;
  border: none;
  outline: none;
}

/* line 86, app/assets/stylesheets/admin/jquery.tokenize.scss */
div.Tokenize ul.TokensContainer li.Placeholder {
  color: #ddd;
  position: absolute;
  line-height: 20px;
  padding: 5px 0 0 5px;
  display: none;
}

/* line 94, app/assets/stylesheets/admin/jquery.tokenize.scss */
div.Tokenize ul.TokensContainer,
div.Tokenize ul.Dropdown {
  border: 1px solid #ccc;
}

/* line 99, app/assets/stylesheets/admin/jquery.tokenize.scss */
div.Tokenize ul.TokensContainer li.Token a.Close {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  line-height: 18px;
  float: right;
  margin: 1px 0 0 5px;
  padding: 0;
  cursor: pointer;
  color: #a6b4ce;
}

/* line 110, app/assets/stylesheets/admin/jquery.tokenize.scss */
div.Tokenize.Disabled ul.TokensContainer li.Token a.Close {
  display: none;
}

/* line 114, app/assets/stylesheets/admin/jquery.tokenize.scss */
div.Tokenize ul.TokensContainer li.Token a.Close:hover {
  background: transparent;
  text-decoration: none;
}

/* line 119, app/assets/stylesheets/admin/jquery.tokenize.scss */
div.Tokenize ul.Dropdown {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  width: 100%;
  padding: 5px 0;
  margin: -1px 0 0 0;
  position: absolute;
  background-color: white;
  overflow-y: auto;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -o-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;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  z-index: 20;
}

/* line 149, app/assets/stylesheets/admin/jquery.tokenize.scss */
div.Tokenize ul.Dropdown li {
  padding: 5px 20px;
  overflow: hidden;
  cursor: pointer;
}

/* line 155, app/assets/stylesheets/admin/jquery.tokenize.scss */
div.Tokenize ul.Dropdown li.Hover {
  color: white;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

/* line 7, app/assets/stylesheets/admin/_remote-select.scss */
.remote-select .Tokenize {
  width: 100%;
}

/* line 11, app/assets/stylesheets/admin/_remote-select.scss */
.remote-select .TokensContainer {
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
  padding: 16px 24px;
  position: relative;
  background: transparent;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
  border: 0;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 24px;
  margin: 0 0 4px;
  padding: 4px 0;
  position: relative;
  transition: 0.15s box-shadow;
  width: 100%;
  height: auto !important;
  min-height: 42px !important;
  padding: 1px 6px 6px 1px !important;
}

/* line 39, ../usr/local/bundle/ruby/3.3.0/bundler/gems/active_material-fc5996ff3f89/app/assets/stylesheets/active_material/molecules/textfield.scss */
.remote-select .TokensContainer:focus {
  box-shadow: inset 0 -2px 0 #0039A6;
  outline: 0;
}

/* line 20, app/assets/stylesheets/admin/_remote-select.scss */
.remote-select .TokensContainer.Focused {
  border-color: #0039A6;
  outline: 0;
  transition: 0.15s border-color, 0.15s box-shadow;
}

/* line 28, app/assets/stylesheets/admin/_remote-select.scss */
.remote-select input,
.remote-select .Token {
  height: 28px !important;
}

/* line 33, app/assets/stylesheets/admin/_remote-select.scss */
.remote-select input,
.remote-select .Token span {
  font: normal 0.875rem/24px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
}

/* line 38, app/assets/stylesheets/admin/_remote-select.scss */
.remote-select .Dropdown {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  max-height: 400px;
  overflow-y: scroll;
}

/* line 45, app/assets/stylesheets/admin/_remote-select.scss */
.remote-select .Dropdown li {
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}

/* line 50, app/assets/stylesheets/admin/_remote-select.scss */
.remote-select .Dropdown li.Hover {
  background: #0039A6 !important;
  color: #fff !important;
}

/* line 57, app/assets/stylesheets/admin/_remote-select.scss */
.remote-select .Token {
  background: rgba(0, 0, 0, 0.12) !important;
  border: none !important;
  border-radius: 2px;
  color: #0039A6 !important;
  padding: 2px 0 3px 5px !important;
}

/* line 65, app/assets/stylesheets/admin/_remote-select.scss */
.remote-select .Close {
  color: #0039A6 !important;
  margin: -2px 0 0 !important;
  padding: 6px 8px 5px 8px !important;
  transition: opacity 0.2s ease-in-out;
}

/* line 71, app/assets/stylesheets/admin/_remote-select.scss */
.remote-select .Close:hover {
  opacity: 0.5;
}

/* line 76, app/assets/stylesheets/admin/_remote-select.scss */
.remote-select:after {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  color: rgba(0, 0, 0, 0.54);
  margin: 0;
}

/* line 84, app/assets/stylesheets/admin/_remote-select.scss */
.remote-select.-full .TokensContainer {
  cursor: not-allowed !important;
}

/* line 88, app/assets/stylesheets/admin/_remote-select.scss */
.remote-select.-full:after {
  content: 'The maximum allowed selections has been reached for this field. Remove an entry to change it.';
}

/* line 92, app/assets/stylesheets/admin/_remote-select.scss */
.remote-select.-full input {
  display: none;
}

/* line 96, app/assets/stylesheets/admin/_remote-select.scss */
.remote-select.-full div.Tokenize {
  cursor: not-allowed;
}

/**
* General CK UI
*/
/* line 6, app/assets/stylesheets/admin/blocks/general.scss */
.colonel .col-block {
  padding: 8px 16px;
}

/* line 11, app/assets/stylesheets/admin/blocks/general.scss */
.colonel .col-block__label {
  color: rgba(0, 0, 0, 0.54);
  font-size: 0.8125rem;
  line-height: 16px;
  margin-bottom: 8px;
  position: relative;
  -webkit-transition: 0.28s all;
  transition: 0.28s all;
}

/**
 * Redactor Overrides
 */
/* line 5, app/assets/stylesheets/admin/blocks/redactor.scss */
.col-block.col-block-redactor {
  padding: 0;
}

/* line 8, app/assets/stylesheets/admin/blocks/redactor.scss */
.col-block.col-block-redactor .redactor-box {
  border: 0;
}

/* line 13, app/assets/stylesheets/admin/blocks/redactor.scss */
.redactor-box {
  margin: 0;
}

/* line 16, app/assets/stylesheets/admin/blocks/redactor.scss */
.redactor-box .redactor-toolbar {
  z-index: 1 !important;
}

/* line 21, app/assets/stylesheets/admin/blocks/redactor.scss */
.redactor-dropdown-item-clicked {
  background-color: #00a693;
  font-weight: bold;
}

/* line 25, app/assets/stylesheets/admin/blocks/redactor.scss */
.redactor-dropdown-item-clicked span {
  color: white;
}

/* line 30, app/assets/stylesheets/admin/blocks/redactor.scss */
.redactor-styles {
  background: none;
  border: 0;
}

/* line 34, app/assets/stylesheets/admin/blocks/redactor.scss */
.redactor-styles ul {
  list-style-type: disc;
}

/* line 39, app/assets/stylesheets/admin/blocks/redactor.scss */
fieldset.inputs .redactor-styles ol {
  list-style-type: decimal;
}

/* line 43, app/assets/stylesheets/admin/blocks/redactor.scss */
.redactor-styles ul, fieldset.inputs .redactor-styles ol {
  padding-left: 25px;
}

/* line 48, app/assets/stylesheets/admin/blocks/redactor.scss */
.redactor-styles .button {
  background: #037d97;
  border-color: transparent;
  border-radius: 0;
  border-style: solid;
  border-width: 3px 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 10px 15px;
  text-decoration: none;
}

/* line 63, app/assets/stylesheets/admin/blocks/redactor.scss */
.redactor-styles .button:hover {
  border-bottom-color: rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

/* line 68, app/assets/stylesheets/admin/blocks/redactor.scss */
.redactor-styles .button.-important {
  background: #e55302;
}

/* line 72, app/assets/stylesheets/admin/blocks/redactor.scss */
.redactor-styles .button.-muted {
  background: #555;
}

/* line 76, app/assets/stylesheets/admin/blocks/redactor.scss */
.redactor-styles .button.-text {
  background: transparent;
  color: #037d97;
  padding: 0;
}

/* line 81, app/assets/stylesheets/admin/blocks/redactor.scss */
.redactor-styles .button.-text:hover {
  border-bottom-color: #81becb;
  color: #037d97;
}

/* line 88, app/assets/stylesheets/admin/blocks/redactor.scss */
.redactor-styles .redactor-listplugin-decimal {
  list-style-type: decimal !important;
}

/* line 92, app/assets/stylesheets/admin/blocks/redactor.scss */
.redactor-styles .redactor-listplugin-upper-alpha {
  list-style-type: upper-alpha !important;
}

/* line 96, app/assets/stylesheets/admin/blocks/redactor.scss */
.redactor-styles .redactor-listplugin-lower-alpha {
  list-style-type: lower-alpha !important;
}

/* line 100, app/assets/stylesheets/admin/blocks/redactor.scss */
.redactor-styles .redactor-listplugin-upper-roman {
  list-style-type: upper-roman !important;
}

/* line 104, app/assets/stylesheets/admin/blocks/redactor.scss */
.redactor-styles .redactor-listplugin-lower-roman {
  list-style-type: lower-roman !important;
}

/* line 109, app/assets/stylesheets/admin/blocks/redactor.scss */
.redactor-toolbar {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 113, app/assets/stylesheets/admin/blocks/redactor.scss */
.redactor-toolbar li a {
  padding: 16px;
}

/* Fix to make the login page scroll on mobile at 200% */
/* line 6, app/assets/stylesheets/admin/_customizations.scss */
body.logged_out #wrapper {
  height: 100dvh;
}

/* line 11, app/assets/stylesheets/admin/_customizations.scss */
#login {
  margin: 24px auto;
  padding: 24px;
}

/* line 16, app/assets/stylesheets/admin/_customizations.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* line 29, app/assets/stylesheets/admin/_customizations.scss */
#site_title {
  background: #fff;
  text-shadow: none;
  box-shadow: none !important;
  color: #0039A6;
  font-weight: bold;
}

/* line 37, app/assets/stylesheets/admin/_customizations.scss */
.header {
  box-shadow: none !important;
}

/* line 42, app/assets/stylesheets/admin/_customizations.scss */
#site_title_image {
  height: 70%;
  left: 10%;
  object-fit: contain;
  position: absolute;
  top: 15%;
  width: 80%;
}

/* line 52, app/assets/stylesheets/admin/_customizations.scss */
fieldset.actions {
  z-index: 1;
}

/* line 56, app/assets/stylesheets/admin/_customizations.scss */
body {
  background-color: #f0f0f0;
  color: #282828;
}

/* line 61, app/assets/stylesheets/admin/_customizations.scss */
#wrapper {
  height: auto;
  padding-bottom: 72px;
}

/* line 72, app/assets/stylesheets/admin/_customizations.scss */
.button:focus,
.cancel a:focus,
.input.string input:focus,
.input.stringish input:focus,
.input.numeric input:focus,
input[type="submit"]:focus,
input[type="submit"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="button"]:focus,
input[type="button"]:hover {
  outline: revert !important;
}

/* line 87, app/assets/stylesheets/admin/_customizations.scss */
.col .col-actions:focus-visible {
  outline: 1px solid #01006F !important;
}

/* line 92, app/assets/stylesheets/admin/_customizations.scss */
.am-js .index_table td.col-actions .table_actions,
.am-js .panel_contents table td.col-actions .table_actions {
  display: none !important;
}

/* line 102, app/assets/stylesheets/admin/_customizations.scss */
.am-js .index_table td.col-actions:hover .table_actions, .am-js .index_table td.col-actions:focus-visible .table_actions, .am-js .index_table td.col-actions:focus .table_actions,
.am-js .panel_contents table td.col-actions:hover .table_actions,
.am-js .panel_contents table td.col-actions:focus-visible .table_actions,
.am-js .panel_contents table td.col-actions:focus .table_actions {
  display: block !important;
}

/* line 108, app/assets/stylesheets/admin/_customizations.scss */
.input.string input,
.input.stringish input,
.input.numeric input {
  border-radius: 5px !important;
  border: 1px solid #969696 !important;
  padding: 10px !important;
  box-shadow: none !important;
}

/* line 118, app/assets/stylesheets/admin/_customizations.scss */
h3,
h4,
h5,
h6 {
  color: #282828 !important;
}

/* line 126, app/assets/stylesheets/admin/_customizations.scss */
td,
th {
  color: #282828 !important;
}

/* line 131, app/assets/stylesheets/admin/_customizations.scss */
.index_table th a {
  color: #282828 !important;
}

/* line 134, app/assets/stylesheets/admin/_customizations.scss */
.index_table th a:hover {
  color: #01006F !important;
}

/* line 139, app/assets/stylesheets/admin/_customizations.scss */
.index_table td a {
  text-decoration: underline;
  color: #0039A6 !important;
}

/* line 143, app/assets/stylesheets/admin/_customizations.scss */
.index_table td a:hover {
  text-decoration: none;
  color: #01006F !important;
}

/* line 148, app/assets/stylesheets/admin/_customizations.scss */
.index_table td a:focus-visible {
  text-decoration: none;
}

/* line 153, app/assets/stylesheets/admin/_customizations.scss */
.empty {
  color: #707070 !important;
}

/* line 158, app/assets/stylesheets/admin/_customizations.scss */
.table_actions a {
  color: #282828 !important;
}

/* line 161, app/assets/stylesheets/admin/_customizations.scss */
.table_actions a:hover {
  color: #01006F !important;
}

/* line 168, app/assets/stylesheets/admin/_customizations.scss */
.action_item:hover {
  background-color: #01006F !important;
}

/* line 173, app/assets/stylesheets/admin/_customizations.scss */
.action_item a,
.action_item button {
  border-radius: 0 !important;
}

/* line 177, app/assets/stylesheets/admin/_customizations.scss */
.action_item a:hover,
.action_item button:hover {
  color: #ffffff !important;
  background-color: #01006F !important;
}

/* line 182, app/assets/stylesheets/admin/_customizations.scss */
.action_item a:focus-visible,
.action_item button:focus-visible {
  outline: 1px solid #ffffff !important;
}

/* line 188, app/assets/stylesheets/admin/_customizations.scss */
.label,
label {
  color: #282828 !important;
}

/* line 193, app/assets/stylesheets/admin/_customizations.scss */
.inline-hints {
  color: #707070 !important;
}

/* line 197, app/assets/stylesheets/admin/_customizations.scss */
.select2-results__option--highlighted {
  background-color: #0039A6 !important;
}

/*Breadcrumbs */
/* line 203, app/assets/stylesheets/admin/_customizations.scss */
.breadcrumb a:hover {
  color: #ffffff !important;
}

/* line 207, app/assets/stylesheets/admin/_customizations.scss */
.breadcrumb a:focus {
  color: #ffffff !important;
}

/* line 211, app/assets/stylesheets/admin/_customizations.scss */
.breadcrumb a:focus-visible {
  color: #ffffff !important;
}

/* Filter Form */
/* line 217, app/assets/stylesheets/admin/_customizations.scss */
#titlebar_right {
  position: relative;
}

/* line 221, app/assets/stylesheets/admin/_customizations.scss */
.title_bar #titlebar_right .action_item button:focus {
  outline: 1px solid #ffffff !important;
  border-radius: 0 !important;
}

/* line 226, app/assets/stylesheets/admin/_customizations.scss */
.am-sidebar-open #sidebar {
  animation: 0.4s am-sidebar-open;
}

/* line 230, app/assets/stylesheets/admin/_customizations.scss */
#sidebar {
  flex-shrink: 0;
  min-width: 320px;
  padding-right: 24px;
  transform: translateY(-24px);
  width: 320px;
  margin-top: 80px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10000;
}

/* line 243, app/assets/stylesheets/admin/_customizations.scss */
.am-sidebar-enabled:not(.am-sidebar-open) #sidebar {
  display: none;
}

/* line 247, app/assets/stylesheets/admin/_customizations.scss */
.with_sidebar {
  z-index: 0 !important;
}

/* Hides the old sidebar when the new one is open */
/* line 252, app/assets/stylesheets/admin/_customizations.scss */
.am-sidebar-open .with_sidebar #sidebar {
  display: none !important;
}

/* Trix editor */
/* line 258, app/assets/stylesheets/admin/_customizations.scss */
.trix-content h1,
.trix-content h2 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 16px;
}

/* Edit Actions */
/* line 268, app/assets/stylesheets/admin/_customizations.scss */
form:not(#session_new) fieldset.actions {
  position: relative !important;
  margin: 24px !important;
}

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

/* line 19, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}

/* line 23, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/
/* line 34, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker button {
  border: none !important;
}

/* line 38, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 48, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_noselect::selection {
  background: transparent;
}

/* line 49, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_noselect::-moz-selection {
  background: transparent;
}

/* line 51, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

/* line 57, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* line 64, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

/* line 68, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

/* line 72, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

/* line 77, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

/* line 83, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

/* line 87, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

/* line 94, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

/* line 100, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

/* line 105, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center;
}

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

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

/* line 126, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

/* line 130, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

/* line 136, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

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

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

/* line 172, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}

/* line 179, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

/* line 185, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

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

/* line 204, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}

/* line 208, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

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

/* line 231, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

/* line 235, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0;
}

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

/* line 251, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

/* line 252, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

/* line 253, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

/* line 258, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

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

/* line 270, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

/* line 275, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

/* line 279, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

/* line 284, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

/* line 290, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

/* line 294, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

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

/* line 311, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

/* line 315, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

/* line 319, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff;
}

/* line 323, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

/* line 328, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

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

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

/* line 351, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

/* line 356, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}

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

/* line 370, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  box-shadow: inherit !important;
}

/* line 377, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

/* line 384, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

/* line 392, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

/* line 393, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

/* line 395, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

/* line 399, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

/* line 404, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

/* line 412, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

/* line 416, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_scroller_box {
  position: relative;
}

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

/* line 430, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}

/* line 433, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}

/* line 439, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

/* line 442, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

/* line 447, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

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

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

/* line 465, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}

/* line 472, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

/* line 476, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}

/* line 480, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

/* line 485, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

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

/* line 499, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}

/* line 505, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

/* line 509, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

/* line 510, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}

/* line 511, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

/* line 513, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

/* line 517, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/vendor/jquery.datetimepicker.css */
.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

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

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

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

/* line 6, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/active_admin_datetimepicker.scss */
form.filter_form .filter_form_field.filter_date_time_range .seperator {
  display: inline-block;
  text-align: center;
  width: 12px;
}

/* line 12, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/active_admin_datetimepicker.scss */
form.filter_form .filter_form_field.filter_date_time_range input[type=text] {
  width: 86px;
}

/* line 21, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/active_admin_datetimepicker.scss */
div.xdsoft_datetimepicker .xdsoft_label i:hover,
div.xdsoft_datetimepicker .xdsoft_today_button:hover,
div.xdsoft_datetimepicker .xdsoft_next:hover,
div.xdsoft_datetimepicker .xdsoft_prev:hover {
  background-color: #666;
  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 28, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/active_admin_datetimepicker.scss */
div.xdsoft_datetimepicker .xdsoft_label i:hover {
  background-position: -92px -19px;
}

/* line 31, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/active_admin_datetimepicker.scss */
div.xdsoft_datetimepicker .xdsoft_today_button:hover {
  background-position: -70px 0;
}

/* line 34, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/active_admin_datetimepicker.scss */
div.xdsoft_datetimepicker .xdsoft_next:hover {
  background-position: 0 0;
}

/* line 37, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/active_admin_datetimepicker.scss */
div.xdsoft_datetimepicker .xdsoft_prev:hover {
  background-position: -20px 0;
}

/* line 40, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/active_admin_datetimepicker.scss */
div.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next:hover {
  background-position: -40px -15px;
}

/* line 43, ../usr/local/bundle/ruby/3.3.0/gems/active_admin_datetimepicker-1.1.0/app/assets/stylesheets/active_admin_datetimepicker.scss */
div.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev:hover {
  background-position: -40px 0;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 61, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 118, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 189, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 191, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

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

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

/* line 213, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 216, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

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

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

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

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

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

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

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

/* line 246, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

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

/* line 256, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

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

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

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

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

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

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

/* line 276, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 279, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 282, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 285, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

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

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

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

/* line 308, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

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

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

/* line 318, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

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

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

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

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

/* line 360, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

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

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

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

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

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

/* line 395, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

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

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

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

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

/* line 418, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 3, ../usr/local/bundle/ruby/3.3.0/gems/activeadmin-searchable_select-1.8.0/app/assets/stylesheets/active_admin/searchable_select.scss */
.searchable_select.input .select2-container {
  min-width: 30%;
}

/* line 2, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

/* line 11, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-toolbar * {
  box-sizing: border-box;
}

/* line 14, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}

/* line 20, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}

/* line 28, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}

@media (max-width: 768px) {
  /* line 32, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}

/* line 36, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}

@media (max-width: 768px) {
  /* line 40, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}

/* line 44, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}

/* line 59, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

/* line 62, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: black;
}

/* line 66, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

/* line 69, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}

@media (max-width: 768px) {
  /* line 73, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}

/* line 78, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}

@media (max-width: 768px) {
  /* line 86, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}

/* line 91, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  /* line 105, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}

/* line 110, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}

/* line 113, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}

/* line 116, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-attach::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  top: 8%;
  bottom: 4%;
}

/* line 121, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-bold::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 124, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-italic::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 127, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-link::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 130, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-strike::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 133, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-quote::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 136, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 139, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-code::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 142, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 145, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-number-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 148, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-undo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 151, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-redo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 154, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 157, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

/* line 160, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-toolbar .trix-dialogs {
  position: relative;
}

/* line 163, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

/* line 176, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 189, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

/* line 192, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

/* line 197, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

/* line 200, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

/* line 204, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}

/* line 207, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

/* line 212, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 219, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-editor [data-trix-mutable] ::-moz-selection, trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection {
  background: none;
}

/* line 223, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-editor [data-trix-mutable] ::selection, trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection {
  background: none;
}

/* line 228, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-editor .attachment__caption-editor[data-trix-mutable]:focus::-moz-selection {
  background: highlight;
}

/* line 231, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-editor .attachment__caption-editor[data-trix-mutable]:focus::selection {
  background: highlight;
}

/* line 235, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-editor .attachment.attachment--file[data-trix-mutable] {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

/* line 239, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-editor .attachment[data-trix-mutable] img {
  box-shadow: 0 0 0 2px highlight;
}

/* line 242, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-editor .attachment {
  position: relative;
}

/* line 245, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-editor .attachment:hover {
  cursor: default;
}

/* line 248, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

/* line 251, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}

/* line 261, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

/* line 264, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 280, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 288, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-editor .trix-button-group {
  display: inline-flex;
}

/* line 291, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

/* line 304, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

/* line 307, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-editor .trix-button.trix-active {
  background: #cbeefa;
}

/* line 310, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}

/* line 313, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

/* line 326, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

/* line 340, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-editor .trix-button--remove:hover {
  border-color: #333;
}

/* line 343, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}

/* line 346, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-editor .attachment__metadata-container {
  position: relative;
}

/* line 349, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}

/* line 361, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 369, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

/* line 374, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
.trix-content {
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word;
}

/* line 379, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 384, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
}

/* line 388, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

/* line 394, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
.trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}

/* line 401, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
.trix-content li {
  margin-left: 1em;
}

/* line 404, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
.trix-content [dir=rtl] li {
  margin-right: 1em;
}

/* line 407, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

/* line 418, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
.trix-content img {
  max-width: 100%;
  height: auto;
}

/* line 422, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

/* line 427, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

/* line 431, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}

/* line 434, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
.trix-content .attachment__caption {
  text-align: center;
}

/* line 437, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: " •";
}

/* line 440, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

/* line 444, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

/* line 449, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

/* line 457, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

/* line 462, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

/* line 467, ../usr/local/bundle/ruby/3.3.0/gems/actiontext-8.0.3/app/assets/stylesheets/trix.css */
.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/* line 37, app/assets/stylesheets/active_admin.scss */
.header_action a.ready-for-review-link {
  color: #01006F;
}

/* line 40, app/assets/stylesheets/active_admin.scss */
.header_action a.ready-for-review-link:before {
  content: "\02713";
  padding-right: 5px;
}

/* line 46, app/assets/stylesheets/active_admin.scss */
.header_action a.remove-ready-for-review-link {
  color: #f44336;
}

/* line 49, app/assets/stylesheets/active_admin.scss */
.header_action a.remove-ready-for-review-link:before {
  content: "\02716";
  padding-right: 5px;
}

/* line 57, app/assets/stylesheets/active_admin.scss */
form:not(#session_new) fieldset.inputs:last-child {
  padding-bottom: 0;
}

/* line 61, app/assets/stylesheets/active_admin.scss */
form:not(#session_new) fieldset.actions {
  background-color: white;
  border-top-left-radius: 2px;
  border: 1px solid #d9d9d9;
  bottom: 0;
  box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.1);
  position: fixed;
  right: 0;
}

/* line 72, app/assets/stylesheets/active_admin.scss */
a.status_tag {
  color: white;
}

/* line 76, app/assets/stylesheets/active_admin.scss */
div.flash {
  z-index: 1000;
}

/* line 80, app/assets/stylesheets/active_admin.scss */
div.flash_alert {
  background-color: #c00;
}

/* line 84, app/assets/stylesheets/active_admin.scss */
.status-guardian {
  background-color: #f0f0f0;
  /* Gray */
  padding: 5px;
  border-radius: 3px;
  display: inline-block;
}

/* line 91, app/assets/stylesheets/active_admin.scss */
.status-coordinator {
  background-color: #fffacd;
  /* Yellow */
  padding: 5px;
  border-radius: 3px;
  display: inline-block;
}

/* line 98, app/assets/stylesheets/active_admin.scss */
.status-admin {
  background-color: #d4edda;
  /* Green */
  padding: 5px;
  border-radius: 3px;
  display: inline-block;
}

/* line 106, app/assets/stylesheets/active_admin.scss */
.blocks-editor .add-block-btn {
  background-color: #0039A6 !important;
  border: none !important;
  border-radius: 3px !important;
  color: white !important;
  cursor: pointer !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
  padding: 12px 24px !important;
  text-transform: uppercase !important;
  transition: background-color 0.3s ease !important;
  margin: 20px 0 10px 0 !important;
}

/* line 122, app/assets/stylesheets/active_admin.scss */
.blocks-editor .add-block-btn:hover {
  background-color: #0039A6 !important;
}

/* line 126, app/assets/stylesheets/active_admin.scss */
.blocks-editor .add-block-btn:active {
  background-color: #01006F !important;
}

/* line 132, app/assets/stylesheets/active_admin.scss */
.blocks-editor .block-item .remove-btn {
  background-color: #d32f2f !important;
  border: none !important;
  border-radius: 3px !important;
  color: white !important;
  cursor: pointer !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
  padding: 6px 12px !important;
  text-transform: uppercase !important;
  transition: background-color 0.3s ease !important;
}

/* line 147, app/assets/stylesheets/active_admin.scss */
.blocks-editor .block-item .remove-btn:hover {
  background-color: #c62828 !important;
}

/* line 151, app/assets/stylesheets/active_admin.scss */
.blocks-editor .block-item .remove-btn:active {
  background-color: #b71c1c !important;
}

/* line 156, app/assets/stylesheets/active_admin.scss */
.blocks-editor .block-item .move-btn {
  background-color: #757575 !important;
  border: none !important;
  border-radius: 3px !important;
  color: white !important;
  cursor: pointer !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 6px 8px !important;
  transition: background-color 0.3s ease !important;
  margin: 0 2px !important;
}

/* line 170, app/assets/stylesheets/active_admin.scss */
.blocks-editor .block-item .move-btn:hover {
  background-color: #616161 !important;
}

/* line 174, app/assets/stylesheets/active_admin.scss */
.blocks-editor .block-item .move-btn:active {
  background-color: #424242 !important;
}

/* line 180, app/assets/stylesheets/active_admin.scss */
.blocks-editor .block-type-menu {
  background: white !important;
  border: 1px solid #ddd !important;
  border-radius: 3px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
  padding: 10px !important;
}

/* line 187, app/assets/stylesheets/active_admin.scss */
.blocks-editor .block-type-menu .block-type-btn {
  background-color: #f5f5f5 !important;
  border: 1px solid #ddd !important;
  border-radius: 3px !important;
  color: #333 !important;
  cursor: pointer !important;
  display: block !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  margin: 5px 0 !important;
  padding: 10px 15px !important;
  text-align: left !important;
  transition: background-color 0.3s ease !important;
  width: 100% !important;
}

/* line 203, app/assets/stylesheets/active_admin.scss */
.blocks-editor .block-type-menu .block-type-btn:hover {
  background-color: #e0e0e0 !important;
}

/* line 207, app/assets/stylesheets/active_admin.scss */
.blocks-editor .block-type-menu .block-type-btn:active {
  background-color: #d5d5d5 !important;
}

/* line 214, app/assets/stylesheets/active_admin.scss */
.admin-read-only {
  font-weight: bold;
  padding-left: 10px;
}

/* line 219, app/assets/stylesheets/active_admin.scss */
.trix-button-group--file-tools {
  display: none !important;
}

/* Menu */
/* line 224, app/assets/stylesheets/active_admin.scss */
#tabs {
  order: 1 !important;
}

/* line 227, app/assets/stylesheets/active_admin.scss */
#utility_nav {
  border-top: 1px solid #e0e0e0 !important;
}
