/* Active Admin CSS */
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700&subset=latin,latin-ext);
@media screen {
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  /* Document
   ========================================================================== */
  /**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
  /* line 11, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_normalize.scss */
  html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
  }
  /* Sections
   ========================================================================== */
  /**
 * Remove the margin in all browsers.
 */
  /* line 23, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_normalize.scss */
  body {
    margin: 0;
  }
  /**
 * Render the `main` element consistently in IE.
 */
  /* line 31, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_normalize.scss */
  main {
    display: block;
  }
  /**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
  /* line 40, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_normalize.scss */
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  /* Grouping content
   ========================================================================== */
  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
  /* line 53, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_normalize.scss */
  hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
  }
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /* line 64, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_normalize.scss */
  pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }
  /* Text-level semantics
   ========================================================================== */
  /**
 * Remove the gray background on active links in IE 10.
 */
  /* line 76, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_normalize.scss */
  a {
    background-color: transparent;
  }
  /**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  /* line 85, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_normalize.scss */
  abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
  }
  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  /* line 95, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_normalize.scss */
  b,
strong {
    font-weight: bolder;
  }
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /* line 105, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_normalize.scss */
  code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }
  /**
 * Add the correct font size in all browsers.
 */
  /* line 116, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_normalize.scss */
  small {
    font-size: 80%;
  }
  /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
  /* line 125, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_normalize.scss */
  sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  /* line 133, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_normalize.scss */
  sub {
    bottom: -0.25em;
  }
  /* line 137, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_normalize.scss */
  sup {
    top: -0.5em;
  }
  /* Embedded content
   ========================================================================== */
  /**
 * Remove the border on images inside links in IE 10.
 */
  /* line 148, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_normalize.scss */
  img {
    border-style: none;
  }
  /* Forms
   ========================================================================== */
  /**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
  /* line 160, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_normalize.scss */
  button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
  }
  /**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
  /* line 176, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_normalize.scss */
  button,
input {
    /* 1 */
    overflow: visible;
  }
  /**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
  /* line 186, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_normalize.scss */
  button,
select {
    /* 1 */
    text-transform: none;
  }
  /**
 * Correct the inability to style clickable types in iOS and Safari.
 */
  /* line 195, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_normalize.scss */
  button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
  }
  /**
 * Remove the inner border and padding in Firefox.
 */
  /* line 206, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_normalize.scss */
  button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  /**
 * Restore the focus styles unset by the previous rule.
 */
  /* line 218, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_normalize.scss */
  button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  /**
 * Correct the padding in Firefox.
 */
  /* line 229, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_normalize.scss */
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  /**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
  /* line 240, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_normalize.scss */
  legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
  }
  /**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  /* line 253, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_normalize.scss */
  progress {
    vertical-align: baseline;
  }
  /**
 * Remove the default vertical scrollbar in IE 10+.
 */
  /* line 261, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_normalize.scss */
  textarea {
    overflow: auto;
  }
  /**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
  /* line 270, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_normalize.scss */
  [type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
  }
  /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
  /* line 280, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_normalize.scss */
  [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  /**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
  /* line 290, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_normalize.scss */
  [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
  }
  /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
  /* line 299, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_normalize.scss */
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  /**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
  /* line 308, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_normalize.scss */
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
  }
  /* Interactive
   ========================================================================== */
  /*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
  /* line 320, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_normalize.scss */
  details {
    display: block;
  }
  /*
 * Add the correct display in all browsers.
 */
  /* line 328, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_normalize.scss */
  summary {
    display: list-item;
  }
  /* Misc
   ========================================================================== */
  /**
 * Add the correct display in IE 10+.
 */
  /* line 339, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_normalize.scss */
  template {
    display: none;
  }
  /**
 * Add the correct display in IE 10.
 */
  /* line 347, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_normalize.scss */
  [hidden] {
    display: none;
  }
  /* line 27, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  html {
    font-size: 100.01%;
  }
  /* line 28, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  body {
    font-size: 75%;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #c28f00;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  h1 {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.5em;
  }
  /* line 38, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  h2 {
    font-size: 2em;
    margin-bottom: 0.75em;
  }
  /* line 39, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  h3 {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1em;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  h4 {
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em;
  }
  /* line 41, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  h6 {
    font-size: 1em;
    font-weight: bold;
  }
  /* line 45, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  p {
    margin: 0 0 1.5em;
  }
  /* line 48, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  p .left {
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0;
  }
  /* line 49, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  p .right {
    margin: 1.5em 0 1.5em 1.5em;
    padding: 0;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  .left {
    float: left !important;
  }
  /* line 53, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  .right {
    float: right !important;
  }
  /* line 55, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic;
  }
  /* line 56, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  strong, dfn {
    font-weight: bold;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  em, dfn {
    font-style: italic;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  sup, sub {
    line-height: 0;
  }
  /* line 60, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  abbr,
acronym {
    border-bottom: 1px dotted #666;
  }
  /* line 62, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  address {
    margin: 0 0 1.5em;
    font-style: italic;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  del {
    color: #666;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  pre {
    margin: 1.5em 0;
    white-space: pre;
  }
  /* line 66, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  pre, code, tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5;
  }
  /* line 69, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  li ul,
li ol {
    margin: 0;
  }
  /* line 71, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  ul, ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
  }
  /* line 73, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  ul {
    list-style-type: disc;
  }
  /* line 74, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  ol {
    list-style-type: decimal;
  }
  /* line 76, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  dl {
    margin: 0 0 1.5em 0;
  }
  /* line 77, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  dl dt {
    font-weight: bold;
  }
  /* line 78, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  dd {
    margin-left: 1.5em;
  }
  /* line 81, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  table {
    margin-bottom: 1.4em;
    width: 100%;
  }
  /* line 82, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  th {
    font-weight: bold;
  }
  /* line 83, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  thead th {
    background: #c3d9ff;
  }
  /* line 84, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  th, td, caption {
    padding: 4px 10px 4px 5px;
  }
  /* line 87, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  .small {
    font-size: .8em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
  }
  /* line 88, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  .large {
    font-size: 1.2em;
    line-height: 2.5em;
    margin-bottom: 1.25em;
  }
  /* line 89, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  .hide {
    display: none;
  }
  /* line 91, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  .quiet {
    color: #666;
  }
  /* line 92, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  .loud {
    color: #000;
  }
  /* line 93, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  .highlight {
    background: #ff0;
  }
  /* line 94, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  .added {
    background: #060;
    color: #fff;
  }
  /* line 95, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  .removed {
    background: #900;
    color: #fff;
  }
  /* line 97, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  .first {
    margin-left: 0;
    padding-left: 0;
  }
  /* line 98, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  .last {
    margin-right: 0;
    padding-right: 0;
  }
  /* line 99, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  .top {
    margin-top: 0;
    padding-top: 0;
  }
  /* line 100, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_typography.scss */
  .bottom {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  /* line 2, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_header.scss */
  #header {
    background-color: #dca200;
    background-image: linear-gradient(180deg, #dca200, #9e7500);
    border-bottom: 1px solid #8a6600;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    text-shadow: #000 0 1px 0;
    display: table;
    height: 20px;
    width: 100%;
    overflow: visible;
    position: inherit;
    padding: 5px 0;
    z-index: 900;
  }
  /* line 14, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_header.scss */
  #header h1 {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    color: #cdcdcd;
    margin-right: 20px;
    margin-bottom: 0px;
    padding: 3px 30px 0 30px;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1.2;
  }
  /* line 26, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_header.scss */
  #header h1 a {
    text-decoration: none;
  }
  /* line 29, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_header.scss */
  #header h1 a:hover {
    color: #fff;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_header.scss */
  #header h1 img {
    position: relative;
    top: -2px;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_header.scss */
  #header a, #header a:link {
    color: #cdcdcd;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_header.scss */
  #header .header-item {
    top: 2px;
    position: relative;
    height: 20px;
  }
  /* line 48, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  /* line 55, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs li {
    /* Hover on li, display the ul */
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs li:hover > ul {
    display: block;
  }
  /* line 60, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li {
    display: inline-block;
    margin-right: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.0em;
    position: relative;
    /* Drop down menus */
  }
  /* line 68, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li a {
    text-decoration: none;
    padding: 6px 10px 4px 10px;
    position: relative;
    border-radius: 10px;
  }
  /* line 75, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li.current > a {
    background: #ffbc00;
    color: #fff;
  }
  /* line 80, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li.has_nested > a {
    background: url("data:image/png;base64,R0lGODlhBwAEAKIAAL6+vry8vIiIiJWVlf///3t7ewAAAAAAACH5BAEAAAUALAAAAAAHAAQAAAMLWLol80MoF5mQKgEAOw==") no-repeat calc(100% - 7px) 50%;
    padding-right: 20px;
  }
  /* line 85, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li.has_nested.current > a {
    background: #ffbc00 url("data:image/png;base64,R0lGODlhBwAEAKIAAG1tbWxsbElJSVBQUP///0JCQgAAAAAAACH5BAEAAAUALAAAAAAHAAQAAAMLWLol80MoF5mQKgEAOw==") no-repeat calc(100% - 7px) 50%;
    padding-right: 20px;
  }
  /* line 90, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li:hover > a {
    background: #ffbc00;
    color: #fff;
  }
  /* line 95, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li.has_nested:hover > a {
    border-radius: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom: 5px solid #ffbc00;
    background: #ffbc00 url("data:image/png;base64,R0lGODlhBwAEAKIAAG1tbWxsbElJSVBQUP///0JCQgAAAAAAACH5BAEAAAUALAAAAAAHAAQAAAMLWLol80MoF5mQKgEAOw==") no-repeat calc(100% - 7px) 50%;
    z-index: 1020;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul {
    background: #ffbc00;
    border-top-right-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 1px 3px #444;
    position: absolute;
    width: 120%;
    min-width: 175px;
    max-width: calc(100% + 20px);
    margin-top: 5px;
    float: left;
    display: none;
    padding: 3px 0px 5px 0;
    list-style: none;
    z-index: 1010;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li {
    position: relative;
    margin: 0px;
  }
  /* line 122, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li a {
    background: none;
    display: block;
  }
  /* line 125, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li a:hover {
    color: #fff;
    background: none;
  }
  /* line 129, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li.current a {
    border-radius: 0;
  }
  /* line 132, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li.has_nested > a {
    background: url("data:image/gif;base64,R0lGODlhBAAHAKECAKqqqszMzPkVFfkVFSH+EUNyZWF0ZWQgd2l0aCBHSU1QACH5BAEKAAIALAAAAAAEAAcAAAIJlA0XKbH9nmAFADs=") no-repeat calc(100% - 7px) 55%;
    padding-right: 20px;
  }
  /* line 137, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li.has_nested:hover > a {
    background: url("data:image/gif;base64,R0lGODlhBAAHAMIEAG1tbWxsbElJSVBQUPkVFfkVFfkVFfkVFSH+EUNyZWF0ZWQgd2l0aCBHSU1QACH5BAEKAAEALAAAAAAEAAcAAAMKGKqy02G8OGeACQA7") no-repeat calc(100% - 7px) 55%;
    color: #fff;
  }
  /* line 142, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li ul {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: 0;
    top: -3px;
    left: 100%;
    /* Create an invisible backdrop that adds 8px margin around the dropdown menu or submenu
               that maintains the hover. This makes it much easier to navigate to submenus in
               particular without losing hover accientally, especially near rounded corners. */
  }
  /* line 151, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li ul:after {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: -8px;
    height: calc(100% + 16px);
    width: calc(100% + 16px);
    z-index: -2;
  }
  /* line 167, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_header.scss */
  #header #tabs {
    width: 100%;
  }
  /* line 171, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_header.scss */
  #header #utility_nav {
    color: #aaa;
    display: table-cell;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    padding-right: 26px;
    text-align: right;
  }
  /* line 180, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_header.scss */
  #header #utility_nav a {
    text-decoration: none;
  }
  /* line 181, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_header.scss */
  #header #utility_nav a:hover {
    color: #fff;
  }
  /* line 183, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_header.scss */
  #header #utility_nav li {
    display: inline;
  }
  /* line 2, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form {
    /* Reset margins & Padding */
    /* Nested Fieldsets and Legends */
    /* Text Fields */
    /* semantic_errors */
    /* Buttons */
  }
  /* line 4, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form ul, form ol, form li, form fieldset, form legend, form input, form textarea, form select, form p {
    margin: 0;
    padding: 0;
  }
  /* line 5, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form ol, form ul {
    list-style: none;
  }
  /* line 7, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset {
    border: 0;
    padding: 10px 0;
    margin-bottom: 20px;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset.inputs {
    background: #f4f4f4;
    border-radius: 4px;
    box-shadow: inset 0 1px 4px #ddd;
  }
  /* line 14, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset legend {
    width: 100%;
  }
  /* line 16, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset legend span {
    display: block;
    background-color: #efefef;
    background-image: linear-gradient(180deg, #efefef, #dfe1e2);
    text-shadow: #fff 0 1px 0;
    border: solid 1px #cdcdcd;
    border-color: #d4d4d4;
    border-top-color: #e6e6e6;
    border-right-color: #d4d4d4;
    border-bottom-color: #cdcdcd;
    border-left-color: #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0.5em;
    color: #c28f00;
    padding: 5px 10px 3px 10px;
  }
  /* line 19, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li {
    padding: 10px;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li label {
    display: block;
    width: 20%;
    float: left;
    font-size: 1.0em;
    font-weight: bold;
    color: #c28f00;
  }
  /* line 28, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li label abbr {
    border: none;
    color: #aaa;
  }
  /* line 35, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li.has_many_container {
    padding: 20px 10px;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li.has_many_container h3 {
    font-size: 12px;
    font-weight: bold;
  }
  /* line 41, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li.has_many_container .has_many_fields {
    margin: 10px 0;
  }
  /* line 44, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li > li label {
    line-height: 100%;
    padding-top: 0;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li > li label input {
    line-height: 100%;
    vertical-align: middle;
    margin-top: -0.1em;
  }
  /* line 56, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form .has_many_fields {
    position: relative;
  }
  /* line 59, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form .has_many_container .handle {
    position: absolute;
    top: calc(50% - 3em / 2);
    right: 2px;
    padding: 0;
    cursor: move;
  }
  /* line 68, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form .has_many_container.ui-sortable .has_many_container {
    margin-right: 2em;
  }
  /* line 75, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form .ui-sortable input[type=text], form .ui-sortable input[type=password], form .ui-sortable input[type=email], form .ui-sortable input[type=number], form .ui-sortable input[type=url], form .ui-sortable input[type=tel], form .ui-sortable textarea {
    width: calc(80% - 22px - 2em - 1px);
  }
  /* line 83, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li fieldset {
    position: relative;
    padding: 0;
    margin-bottom: 0;
  }
  /* line 88, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li fieldset:not(.inputs) ol {
    float: left;
    width: 74%;
    margin: 0;
    padding: 0 0 0 20%;
  }
  /* line 94, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li fieldset:not(.inputs) ol li {
    padding: 0;
    border: 0;
  }
  /* line 100, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li fieldset.inputs ol {
    float: left;
    width: 100%;
    margin: 0;
  }
  /* line 109, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form input[type=text],
form input[type=password],
form input[type=email],
form input[type=number],
form input[type=url],
form input[type=tel],
form input[type=date],
form input[type=time],
form textarea {
    width: calc(80% - 22px);
    border: 1px solid #c9d0d6;
    border-radius: 3px;
    font-size: 0.95em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    outline: none;
    padding: 8px 10px 7px;
  }
  /* line 126, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form input[type=text]:focus,
form input[type=password]:focus,
form input[type=email]:focus,
form input[type=number]:focus,
form input[type=url]:focus,
form input[type=tel]:focus,
form input[type=date]:focus,
form input[type=time]:focus,
form textarea:focus {
    border: 1px solid #99a2aa;
    box-shadow: 0 0 4px #99a2aa;
  }
  /* line 132, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form input[type=date] {
    width: calc(100% - 22px);
  }
  /* line 136, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li {
    /* Hints */
    /* Date and Time Fields */
    /* Check Boxes or Radio fields */
    /* Boolean Field */
    /* Hidden fields */
    /* Errors */
  }
  /* line 139, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li p.inline-hints {
    font-size: 0.95em;
    font-style: italic;
    color: #666;
    margin: 0.5em 0 0 20%;
  }
  /* line 148, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.date_select fieldset ol li, form fieldset > ol > li.time_select fieldset ol li, form fieldset > ol > li.datetime_select fieldset ol li {
    float: left;
    width: auto;
    margin: 0 0.5em 0 0;
  }
  /* line 150, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.date_select fieldset ol li label, form fieldset > ol > li.time_select fieldset ol li label, form fieldset > ol > li.datetime_select fieldset ol li label {
    display: none;
  }
  /* line 151, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.date_select fieldset ol li input, form fieldset > ol > li.time_select fieldset ol li input, form fieldset > ol > li.datetime_select fieldset ol li input {
    display: inline;
    margin: 0;
    padding: 0;
  }
  /* line 157, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.check_boxes fieldset ol, form fieldset > ol > li.radio fieldset ol {
    margin-bottom: -0.6em;
  }
  /* line 159, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.check_boxes fieldset ol li, form fieldset > ol > li.radio fieldset ol li {
    margin: 0.1em 0 0.5em 0;
  }
  /* line 161, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.check_boxes fieldset ol li label, form fieldset > ol > li.radio fieldset ol li label {
    float: none;
    width: 100%;
  }
  /* line 164, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.check_boxes fieldset ol li label input, form fieldset > ol > li.radio fieldset ol li label input {
    margin-right: 0.2em;
  }
  /* line 171, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.boolean {
    min-height: 1.1em;
  }
  /* line 173, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.boolean label {
    width: 100%;
    padding-left: 20%;
    padding-right: 10px;
    text-transform: none !important;
    font-weight: normal;
  }
  /* line 179, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.boolean label input {
    margin: 0 0.5em 0 0.2em;
  }
  /* line 184, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.hidden {
    padding: 0;
  }
  /* line 189, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li p.inline-errors {
    color: #dc3545;
    font-weight: bold;
    margin: 0.3em 0 0 20%;
  }
  /* line 194, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li ul.errors {
    color: #dc3545;
    margin: 0.5em 0 0 20%;
    list-style: square;
  }
  /* line 198, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li ul.errors li {
    padding: 0;
    border: none;
    display: list-item;
  }
  /* line 202, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.error input[type=text], form fieldset > ol > li.error input[type=password], form fieldset > ol > li.error input[type=email], form fieldset > ol > li.error input[type=number], form fieldset > ol > li.error input[type=url], form fieldset > ol > li.error input[type=tel], form fieldset > ol > li.error textarea {
    border: 1px solid #dc3545;
  }
  /* line 209, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form ul.errors {
    background: white;
    border-radius: 4px;
    color: #dc3545;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px;
    list-style: square;
  }
  /* line 217, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form ul.errors li {
    margin-left: 15px;
    padding: 0;
    border: none;
    display: list-item;
  }
  /* line 222, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form input[type=submit], form input[type=button], form button {
    cursor: pointer;
    background-color: #ffc010;
    background-image: linear-gradient(180deg, #ffc010, #856200);
    text-shadow: #000 0 1px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
    border: solid 1px #484e53;
    border-color: #484e53;
    border-top-color: #616a71;
    border-right-color: #484e53;
    border-bottom-color: #363b3f;
    border-left-color: #484e53;
    color: #efefef;
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  form input.disabled[type=submit], form input.disabled[type=button], form button.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 29, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  form input[type=submit]:not(.disabled):hover, form input[type=button]:not(.disabled):hover, form button:not(.disabled):hover {
    background-color: #ffc41f;
    background-image: linear-gradient(180deg, #ffc41f, #946d00);
  }
  /* line 33, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  form input[type=submit]:not(.disabled):active, form input[type=button]:not(.disabled):active, form button:not(.disabled):active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;
    background-color: #ebad00;
    background-image: linear-gradient(180deg, #ebad00, #6b4f00);
  }
  /* line 227, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form .buttons, form .actions {
    margin-top: 15px;
  }
  /* line 229, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form .buttons input[type=submit], form .buttons input[type=button], form .buttons button, form .actions input[type=submit], form .actions input[type=button], form .actions button {
    margin-right: 10px;
  }
  /* line 232, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form .actions .create_another {
    float: none;
    margin-bottom: 10px;
  }
  /* line 236, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form .actions .create_another label {
    float: none;
    display: inline;
  }
  /* line 242, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset.buttons li, form fieldset.actions li {
    float: left;
    padding: 0;
  }
  /* line 246, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset.buttons li.cancel a, form fieldset.actions li.cancel a {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
    border: solid 1px #c7c7c7;
    border-color: #c7c7c7;
    border-top-color: #d3d3d3;
    border-right-color: #c7c7c7;
    border-bottom-color: #c2c2c2;
    border-left-color: #c7c7c7;
    text-shadow: #fff 0 1px 0;
    color: #c28f00;
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  form fieldset.buttons li.cancel a.disabled, form fieldset.actions li.cancel a.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  form fieldset.buttons li.cancel a:not(.disabled):hover, form fieldset.actions li.cancel a:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  form fieldset.buttons li.cancel a:not(.disabled):active, form fieldset.actions li.cancel a:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  /* line 254, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  .sidebar_section label {
    display: block;
    text-transform: uppercase;
    color: #c28f00;
    font-size: 0.9em;
    font-weight: bold;
  }
  /* line 262, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  .sidebar_section select {
    width: 240px;
  }
  /* line 266, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  .sidebar_section input[type=text], .sidebar_section input[type=password], .sidebar_section input[type=email], .sidebar_section input[type=url], .sidebar_section input[type=tel], .sidebar_section textarea {
    width: 220px;
  }
  /* line 275, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field {
    margin-bottom: 10px;
    clear: both;
  }
  /* line 280, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field.select_and_search input[type=text] {
    margin-left: 16px;
    width: 88px;
  }
  /* line 284, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field.select_and_search select {
    width: 108px;
  }
  /* line 290, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field.filter_check_boxes label {
    margin-bottom: 3px;
  }
  /* line 291, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field.filter_check_boxes fieldset {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  /* line 295, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field.filter_check_boxes .check_boxes_wrapper label {
    font-weight: normal;
    margin-bottom: 3px;
    text-transform: none;
    font-size: 1.0em;
  }
  /* line 300, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field.filter_check_boxes .check_boxes_wrapper label input {
    vertical-align: baseline;
  }
  /* line 305, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field.filter_date_range input[type=text] {
    width: 114px;
  }
  /* line 308, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field.filter_date_range input[type=text] + input {
    margin-left: 6px;
  }
  /* line 314, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form a.clear_filters_btn {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
    border: solid 1px #c7c7c7;
    border-color: #c7c7c7;
    border-top-color: #d3d3d3;
    border-right-color: #c7c7c7;
    border-bottom-color: #c2c2c2;
    border-left-color: #c7c7c7;
    text-shadow: #fff 0 1px 0;
    color: #c28f00;
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  form.filter_form a.clear_filters_btn.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  form.filter_form a.clear_filters_btn:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  form.filter_form a.clear_filters_btn:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  /* line 4, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments .active_admin_comment {
    margin-top: 10px;
    margin-bottom: 20px;
    max-width: 700px;
  }
  /* line 2, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
  .comments .active_admin_comment:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
  /* line 10, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments .active_admin_comment .active_admin_comment_meta {
    width: 130px;
    float: left;
    overflow: hidden;
    font-size: 0.9em;
    color: #f5b500;
  }
  /* line 16, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments .active_admin_comment .active_admin_comment_meta .active_admin_comment_author {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    color: #c28f00;
  }
  /* line 23, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments .active_admin_comment .active_admin_comment_body {
    margin-left: 150px;
  }
  /* line 27, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments form.active_admin_comment {
    margin: 0;
    padding: 0;
    margin-left: 150px;
  }
  /* line 32, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments form.active_admin_comment fieldset.inputs {
    margin: 0;
    padding: 0;
    background: none;
    box-shadow: none;
  }
  /* line 38, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments form.active_admin_comment li {
    padding: 0;
  }
  /* line 39, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments form.active_admin_comment fieldset.buttons {
    padding: 0;
    margin-top: 5px;
  }
  /* line 2, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_flash_messages.scss */
  body.logged_in .flash {
    background-color: #f7f1d3;
    background-image: linear-gradient(180deg, #f7f1d3, #f5edc5);
    text-shadow: #fafafa 0 1px 0;
    border-bottom: 1px solid #eee098;
    color: #cb9810;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.0em;
    padding: 13px 30px 11px;
    position: relative;
  }
  /* line 13, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_flash_messages.scss */
  body.logged_in .flash.flash_notice {
    background-color: #dce9dd;
    background-image: linear-gradient(180deg, #dce9dd, #ccdfcd);
    border-bottom: 1px solid #adcbaf;
    color: #416347;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_flash_messages.scss */
  body.logged_in .flash.flash_error {
    background-color: #f5e4e4;
    background-image: linear-gradient(180deg, #f5e4e4, #f1dcdc);
    border-bottom: 1px solid #e0c2c0;
    color: #b33c33;
  }
  /* line 27, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_flash_messages.scss */
  body.logged_out .flash {
    box-shadow: none;
    text-shadow: #fff 0 1px 0;
    background: none;
    color: #666;
    font-weight: bold;
    line-height: 1.0em;
    padding: 0;
    margin-bottom: 8px;
  }
  /* line 2, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker {
    background: #fff;
    background-clip: padding-box;
    color: #fff;
    display: none;
    margin-top: 2px;
    padding: 0;
    text-align: center;
    width: 160px;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker a {
    text-decoration: none;
  }
  /* line 14, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker a:hover {
    cursor: pointer;
  }
  /* line 19, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker .ui-datepicker-header {
    background-color: #dca200;
    background-image: linear-gradient(180deg, #dca200, #9e7500);
    border-bottom: 1px solid #8a6600;
    padding: 12px 5px 7px 4px;
    margin: 0px 0px 2px 2px;
    width: 156px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    position: relative;
    z-index: 2000;
  }
  /* line 29, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker .ui-datepicker-header:before {
    content: "";
    position: absolute;
    right: 45%;
    top: -6px;
    width: 0px;
    height: 0px;
    border-left: 8.5px solid rgba(0, 0, 0, 0);
    border-right: 8.5px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #676e73;
  }
  /* line 41, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    text-shadow: #000 0 1px 0;
    color: #fff;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 0.8em;
    text-align: center;
  }
  /* line 50, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
    margin: -4px 0 0 0;
  }
  /* line 53, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
    margin: -4px 0 0 0;
  }
  /* line 59, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker .ui-datepicker-header a {
    color: #fff;
    display: block;
    height: 19px;
    margin-top: -4px;
    width: 10px;
  }
  /* line 66, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker .ui-datepicker-header a.ui-datepicker-prev {
    float: left;
    width: 0;
    height: 0;
    margin: 0px 0px 0px 4px;
    border-top: 5px solid transparent;
    border-right: 5px solid white;
    border-bottom: 5px solid transparent;
  }
  /* line 75, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker .ui-datepicker-header a.ui-datepicker-next {
    float: right;
    width: 0;
    height: 0;
    margin: 0px 4px 0px 0px;
    border-top: 5px solid transparent;
    border-left: 5px solid white;
    border-bottom: 5px solid transparent;
  }
  /* line 85, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker .ui-datepicker-header a span {
    display: none;
  }
  /* line 91, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker table.ui-datepicker-calendar {
    border-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.26);
    background-color: #f4f4f4;
    border: solid 1px #63686e;
    left: 2px;
    margin-bottom: 0px;
    position: relative;
    top: -2px;
    width: 156px;
  }
  /* line 102, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker table.ui-datepicker-calendar td, .ui-datepicker table.ui-datepicker-calendar th {
    padding: 0px;
    text-align: center;
  }
  /* line 107, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker table.ui-datepicker-calendar thead th {
    background-color: #dbdddf;
    color: #333333;
    font-weight: normal;
    font-size: 0.8em;
    padding-top: 1px;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker table.ui-datepicker-calendar tbody {
    color: #666666;
  }
  /* line 118, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker table.ui-datepicker-calendar tbody td {
    border: none;
    height: 24px;
    width: 22px;
  }
  /* line 123, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker table.ui-datepicker-calendar tbody td a {
    border-radius: 3px;
    color: #666666;
    font-weight: bold;
    font-size: 0.85em;
    padding: 4px;
  }
  /* line 130, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: #5a5f64;
    color: #fff;
  }
  /* line 133, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-active.ui-state-hover {
    background-color: #5a5f64;
    color: #fff;
  }
  /* line 138, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-hover {
    background-color: #eceef0;
  }
  /* line 141, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-highlight {
    background-color: #dbdddf;
  }
  /* line 4, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table tr td {
    vertical-align: top;
  }
  /* line 8, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table tr th {
    text-align: left;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table {
    width: 100%;
    margin-bottom: 10px;
    border: 0;
    border-spacing: 0;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table th {
    background-color: #efefef;
    background-image: linear-gradient(180deg, #efefef, #dfe1e2);
    text-shadow: #fff 0 1px 0;
    border: solid 1px #cdcdcd;
    border-color: #d4d4d4;
    border-top-color: #e6e6e6;
    border-right-color: #d4d4d4;
    border-bottom-color: #cdcdcd;
    border-left-color: #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0.5em;
    color: #c28f00;
    padding: 5px 10px 3px 10px;
    border-right: none;
    padding-left: 12px;
    padding-right: 12px;
  }
  /* line 27, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table th a, table.index_table th a:link, table.index_table th a:visited {
    color: #c28f00;
    text-decoration: none;
    display: block;
    white-space: nowrap;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table th.sortable a {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAABGCAYAAAAAVo4aAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAH5JREFUeNpi3LhlOwMU1AExGxDXwARYoHQLEFdD2cxAXAliMKFJgEAFEHfBJEHGMKLhMpgkTsAEdch/NNwCk2xCdiEQtML4LEgCf6EubUX3Cgh0oNvJ+P//f7wOGpUclRwYSZb41CyidNbB8giNM+9oXhmVHHm5bJjUSAABBgDKKiwMMUxPwgAAAABJRU5ErkJggg==") no-repeat 0 4px;
    padding-left: 13px;
  }
  /* line 38, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table th.sorted-asc a {
    background-position: 0 -27px;
  }
  /* line 39, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table th.sorted-desc a {
    background-position: 0 -56px;
  }
  /* line 41, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table th.sorted-asc, table.index_table th.sorted-desc {
    background-color: #e2e2e2;
    background-image: linear-gradient(180deg, #e2e2e2, #d2d4d6);
  }
  /* line 45, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table th:last-child {
    border-right: solid 1px #d4d4d4;
  }
  /* line 51, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table tr.even td {
    background: #fff8e6;
  }
  /* line 53, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table tr.selected td {
    background: #d9e4ec;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table td {
    padding: 10px 12px 8px 12px;
    border-bottom: 1px solid #e8e8e8;
    vertical-align: top;
  }
  /* line 66, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  .panel_contents table {
    margin-top: 5px;
  }
  /* line 68, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  .panel_contents table th {
    padding-top: 10px;
    background: none;
    color: #c28f00;
    box-shadow: none;
    text-shadow: #fff 0 1px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
  }
  /* line 77, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  .panel_contents table tr.odd td {
    background: #fff4d6;
  }
  /* line 78, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  .panel_contents table tr.even td {
    background: #fff8e6;
  }
  /* line 82, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  .attributes_table {
    overflow: hidden;
  }
  /* line 85, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  .attributes_table table col.even {
    background: #fff8e6;
  }
  /* line 86, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  .attributes_table table col.odd {
    background: #fff4d6;
  }
  /* line 87, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  .attributes_table table th, .attributes_table table td {
    padding: 8px 12px 6px 12px;
    vertical-align: top;
    border-bottom: 1px solid #e8e8e8;
  }
  /* line 92, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  .attributes_table table th {
    box-shadow: none;
    background: none;
    width: 150px;
    font-size: 0.9em;
    padding-left: 0;
    text-transform: uppercase;
    color: #c28f00;
    text-shadow: #fff 0 1px 0;
  }
  /* line 103, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  .attributes_table table td .empty {
    color: #bbb;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
  }
  /* line 112, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  .sidebar_section .attributes_table th {
    width: 50px;
  }
  /* line 2, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
  #collection_selection_toggle_panel:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
  /* line 3, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_batch_actions.scss */
  #collection_selection_toggle_panel > .resource_selection_toggle_cell {
    float: left;
  }
  /* line 1, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-widget-overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
  }
  /* line 8, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog {
    position: fixed;
    z-index: 1002;
    background: #f4f4f4;
    border-radius: 4px;
    box-shadow: inset 0 1px 4px #ddd;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
  }
  /* line 14, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog .ui-dialog-titlebar {
    background-color: #efefef;
    background-image: linear-gradient(180deg, #efefef, #dfe1e2);
    text-shadow: #fff 0 1px 0;
    border: solid 1px #cdcdcd;
    border-color: #d4d4d4;
    border-top-color: #e6e6e6;
    border-right-color: #d4d4d4;
    border-bottom-color: #cdcdcd;
    border-left-color: #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0.5em;
    color: #c28f00;
    padding: 5px 10px 3px 10px;
  }
  /* line 16, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog .ui-dialog-titlebar span {
    font-size: 1.1em;
  }
  /* line 19, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog ul {
    list-style-type: none;
  }
  /* line 20, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog li {
    margin: 10px 0;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog label {
    margin-right: 10px;
  }
  /* line 23, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog .ui-dialog-buttonpane, .ui-dialog form {
    padding: 7px 15px 13px;
  }
  /* line 27, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog .ui-dialog-buttonpane button {
    background-color: #ffc010;
    background-image: linear-gradient(180deg, #ffc010, #856200);
    text-shadow: #000 0 1px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
    border: solid 1px #484e53;
    border-color: #484e53;
    border-top-color: #616a71;
    border-right-color: #484e53;
    border-bottom-color: #363b3f;
    border-left-color: #484e53;
    color: #efefef;
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-dialog .ui-dialog-buttonpane button.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 29, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-dialog .ui-dialog-buttonpane button:not(.disabled):hover {
    background-color: #ffc41f;
    background-image: linear-gradient(180deg, #ffc41f, #946d00);
  }
  /* line 33, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-dialog .ui-dialog-buttonpane button:not(.disabled):active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;
    background-color: #ebad00;
    background-image: linear-gradient(180deg, #ebad00, #6b4f00);
  }
  /* line 28, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog .ui-dialog-buttonpane button:last-child {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
    border: solid 1px #c7c7c7;
    border-color: #c7c7c7;
    border-top-color: #d3d3d3;
    border-right-color: #c7c7c7;
    border-bottom-color: #c2c2c2;
    border-left-color: #c7c7c7;
    text-shadow: #fff 0 1px 0;
    color: #c28f00;
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-dialog .ui-dialog-buttonpane button.disabled:last-child {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-dialog .ui-dialog-buttonpane button:last-child:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-dialog .ui-dialog-buttonpane button:last-child:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  /* line 33, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .active_admin_dialog.ui-dialog .ui-dialog-titlebar-close {
    display: none;
  }
  /* line 1, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
  .blank_slate_container {
    clear: both;
    text-align: center;
  }
  /* line 5, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
  .blank_slate_container .blank_slate {
    border-radius: 3px;
    border: 1px dashed #DADADA;
    color: #AAA;
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    padding: 14px 25px;
    text-align: center;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
  .blank_slate_container .blank_slate small {
    display: block;
    font-size: 0.9em;
    font-weight: normal;
  }
  /* line 23, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
  .admin_dashboard .blank_slate_container .blank_slate {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  /* line 28, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
  .with_sidebar .blank_slate_container .blank_slate {
    margin-top: 80px;
  }
  /* line 1, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
  .breadcrumb {
    display: block;
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.0em;
    margin-bottom: 12px;
    text-transform: uppercase;
  }
  /* line 9, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
  .breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active {
    color: #8a949e;
    text-decoration: none;
  }
  /* line 14, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
  .breadcrumb a:hover {
    text-decoration: underline;
  }
  /* line 16, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
  .breadcrumb .breadcrumb_sep {
    margin: 0 2px;
    color: #aab2ba;
  }
  /* line 1, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu {
    display: inline;
  }
  /* line 4, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_button {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
    border: solid 1px #c7c7c7;
    border-color: #c7c7c7;
    border-top-color: #d3d3d3;
    border-right-color: #c7c7c7;
    border-bottom-color: #c2c2c2;
    border-left-color: #c7c7c7;
    text-shadow: #fff 0 1px 0;
    color: #c28f00;
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .dropdown_menu .dropdown_menu_button.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .dropdown_menu .dropdown_menu_button:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .dropdown_menu .dropdown_menu_button:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  /* line 7, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_button {
    position: relative;
    padding-right: 22px !important;
    cursor: pointer;
  }
  /* line 13, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_button:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 3px 3px 0;
    border-style: solid;
    border-color: #FFF transparent;
    right: 12px;
    top: 45%;
  }
  /* line 25, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_button:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 3px 3px 0;
    border-style: solid;
    border-color: #777 transparent;
    right: 12px;
    top: 45%;
  }
  /* line 38, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_nipple {
    content: "";
    position: absolute;
    top: -6px;
    display: block;
    width: 0;
    height: 0;
    border-width: 0 6px 6px;
    border-style: solid;
    border-color: #ae8000 transparent;
    z-index: 100;
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_nipple:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 0 5px 5px;
    border-style: solid;
    border-color: #ffc010 transparent;
    left: -5px;
    top: 1px;
  }
  /* line 68, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_nipple:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 0 5px 5px;
    border-style: solid;
    border-color: #d69e00 transparent;
    left: -5px;
    top: 2px;
  }
  /* line 81, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_list_wrapper {
    display: inline-block;
    position: absolute;
    background-color: white;
    padding: 2px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, #ffc010 0px 1px 0px 0px inset;
    background-color: #c28f00;
    background-color: #d69e00;
    background-image: linear-gradient(180deg, #d69e00, #a97c00);
    border: solid 1px #8f6900;
    border-top-color: #ae8000;
    border-bottom-color: #6b4f00;
    border-radius: 4px;
    z-index: 2000;
    display: none;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list {
    display: block;
    background-color: #FFF;
    border: solid 1px #8f6900;
    box-shadow: #dca200 0px 1px 0px 0px;
    border-radius: 3px;
    margin: 0;
    overflow: hidden;
    padding: 8px;
    list-style-type: none;
    padding: 0;
  }
  /* line 109, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li {
    display: block;
    border-bottom: solid 1px #ebebeb;
  }
  /* line 113, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li a {
    display: block;
    box-sizing: padding-box;
    font-size: 0.95em;
    font-weight: bold;
    padding: 7px 16px 5px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
  }
  /* line 123, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li a:hover {
    background-color: #75a1c2;
    background-image: linear-gradient(180deg, #75a1c2, #608cb4);
    text-shadow: #5a83aa 0 1px 0;
    color: #FFF;
  }
  /* line 129, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li a:active {
    background-color: #608cb4;
    background-image: linear-gradient(180deg, #608cb4, #75a1c2);
    color: #FFF;
  }
  /* line 137, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:first-child a {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  /* line 144, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:last-child {
    border: none;
  }
  /* line 146, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:last-child a {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  /* line 1, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_buttons.scss */
  a.member_link {
    margin-right: 7px;
    white-space: nowrap;
  }
  /* line 6, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_buttons.scss */
  a.button, a.button:link, a.button:visited, input[type=submit], input[type=button], button {
    background-color: #ffc010;
    background-image: linear-gradient(180deg, #ffc010, #856200);
    text-shadow: #000 0 1px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
    border: solid 1px #484e53;
    border-color: #484e53;
    border-top-color: #616a71;
    border-right-color: #484e53;
    border-bottom-color: #363b3f;
    border-left-color: #484e53;
    color: #efefef;
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  a.button.disabled, a.button.disabled:link, a.button.disabled:visited, input.disabled[type=submit], input.disabled[type=button], button.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 29, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  a.button:not(.disabled):hover, a.button:link:not(.disabled):hover, a.button:visited:not(.disabled):hover, input[type=submit]:not(.disabled):hover, input[type=button]:not(.disabled):hover, button:not(.disabled):hover {
    background-color: #ffc41f;
    background-image: linear-gradient(180deg, #ffc41f, #946d00);
  }
  /* line 33, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  a.button:not(.disabled):active, a.button:link:not(.disabled):active, a.button:visited:not(.disabled):active, input[type=submit]:not(.disabled):active, input[type=button]:not(.disabled):active, button:not(.disabled):active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;
    background-color: #ebad00;
    background-image: linear-gradient(180deg, #ebad00, #6b4f00);
  }
  /* line 2, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_grid.scss */
  table.index_grid td {
    border: none;
    background: none;
    padding: 0 20px 20px 0;
    margin: 0;
  }
  /* line 5, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_grid.scss */
  .columns {
    clear: both;
    padding: 0;
  }
  /* line 8, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_grid.scss */
  .columns .column {
    float: left;
  }
  /* line 1, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_links.scss */
  a, a:link, a:visited {
    color: #38678b;
    text-decoration: underline;
  }
  /* line 5, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_links.scss */
  a:hover {
    text-decoration: none;
  }
  /* line 1, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .paginated_collection_contents {
    clear: both;
  }
  /* line 5, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination {
    float: right;
    font-size: 0.9em;
    margin-left: 10px;
  }
  /* line 10, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination a {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
    border: solid 1px #c7c7c7;
    border-color: #c7c7c7;
    border-top-color: #d3d3d3;
    border-right-color: #c7c7c7;
    border-bottom-color: #c2c2c2;
    border-left-color: #c7c7c7;
    text-shadow: #fff 0 1px 0;
    color: #c28f00;
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination a.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination a:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination a:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  /* line 14, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination span.page.current {
    background-color: #ffc010;
    background-image: linear-gradient(180deg, #ffc010, #856200);
    text-shadow: #000 0 1px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
    border: solid 1px #484e53;
    border-color: #484e53;
    border-top-color: #616a71;
    border-right-color: #484e53;
    border-bottom-color: #363b3f;
    border-left-color: #484e53;
    color: #efefef;
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination span.page.current.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 29, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination span.page.current:not(.disabled):hover {
    background-color: #ffc41f;
    background-image: linear-gradient(180deg, #ffc41f, #946d00);
  }
  /* line 33, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination span.page.current:not(.disabled):active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;
    background-color: #ebad00;
    background-image: linear-gradient(180deg, #ebad00, #6b4f00);
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination a, .pagination span.page.current {
    border-radius: 0px;
    margin-right: 4px;
    padding: 2px 5px;
  }
  /* line 25, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination_information {
    float: right;
    margin-bottom: 5px;
    color: #b3bcc1;
  }
  /* line 29, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination_information b {
    color: #5c6469;
  }
  /* line 32, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .download_links {
    float: left;
  }
  /* line 36, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination_per_page {
    float: right;
    margin-left: 4px;
  }
  /* line 39, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination_per_page select {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
    border: solid 1px #c7c7c7;
    border-color: #c7c7c7;
    border-top-color: #d3d3d3;
    border-right-color: #c7c7c7;
    border-bottom-color: #c2c2c2;
    border-left-color: #c7c7c7;
    text-shadow: #fff 0 1px 0;
    color: #c28f00;
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination_per_page select.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination_per_page select:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination_per_page select:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination_per_page select {
    border-radius: 0px;
    padding: 1px 5px;
  }
  /* line 50, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .comments .pagination {
    float: left;
    margin-bottom: 30px;
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .comments .pagination_information {
    float: left;
    color: #000;
  }
  /* line 2, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_panels.scss */
  .section, .panel {
    background: #f4f4f4;
    border-radius: 4px;
    box-shadow: inset 0 1px 4px #ddd;
    margin-bottom: 20px;
  }
  /* line 27, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .section > h3, .panel > h3 {
    background-color: #efefef;
    background-image: linear-gradient(180deg, #efefef, #dfe1e2);
    text-shadow: #fff 0 1px 0;
    border: solid 1px #cdcdcd;
    border-color: #d4d4d4;
    border-top-color: #e6e6e6;
    border-right-color: #d4d4d4;
    border-bottom-color: #cdcdcd;
    border-left-color: #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0.5em;
    color: #c28f00;
    padding: 5px 10px 3px 10px;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .section > h3 .header_action, .panel > h3 .header_action {
    float: right;
  }
  /* line 35, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .section > div, .panel > div {
    padding: 3px 15px 15px 15px;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .section hr, .panel hr {
    border: none;
    border-bottom: 1px solid #E8E8E8;
  }
  /* line 6, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_panels.scss */
  .sidebar_section {
    background: #f4f4f4;
    border-radius: 4px;
    box-shadow: inset 0 1px 4px #ddd;
    margin-bottom: 20px;
  }
  /* line 27, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .sidebar_section > h3 {
    background-color: #efefef;
    background-image: linear-gradient(180deg, #efefef, #dfe1e2);
    text-shadow: #fff 0 1px 0;
    border: solid 1px #cdcdcd;
    border-color: #d4d4d4;
    border-top-color: #e6e6e6;
    border-right-color: #d4d4d4;
    border-bottom-color: #cdcdcd;
    border-left-color: #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0.5em;
    color: #c28f00;
    padding: 5px 10px 3px 10px;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .sidebar_section > h3 .header_action {
    float: right;
  }
  /* line 35, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .sidebar_section > div {
    padding: 3px 15px 15px 15px;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .sidebar_section hr {
    border: none;
    border-bottom: 1px solid #E8E8E8;
  }
  /* line 1, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_columns.scss */
  .columns {
    margin-bottom: 10px;
  }
  /* line 3, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_scopes.scss */
  .scopes li .count {
    color: #8e979e;
    font-weight: normal;
    font-size: 0.9em;
    line-height: 10px;
  }
  /* line 9, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_scopes.scss */
  .scopes li:first-child a {
    margin-left: 10px;
  }
  /* line 1, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_status_tags.scss */
  .status_tag {
    background: #392800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 3px 5px 2px 5px;
    font-size: 0.8em;
  }
  /* line 9, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_status_tags.scss */
  .status_tag.yes {
    background: #6090DB;
  }
  /* line 10, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_status_tags.scss */
  .status_tag.no {
    background: grey;
  }
  /* line 1, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools {
    margin-bottom: 16px;
  }
  /* line 2, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
  .table_tools:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
  /* line 6, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools .dropdown_menu {
    float: left;
  }
  /* line 10, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  a.table_tools_button, .table_tools .dropdown_menu_button {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
    border: solid 1px #c7c7c7;
    border-color: #c7c7c7;
    border-top-color: #d3d3d3;
    border-right-color: #c7c7c7;
    border-bottom-color: #c2c2c2;
    border-left-color: #c7c7c7;
    text-shadow: #fff 0 1px 0;
    color: #c28f00;
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  a.table_tools_button.disabled, .table_tools .dropdown_menu_button.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  a.table_tools_button:not(.disabled):hover, .table_tools .dropdown_menu_button:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  a.table_tools_button:not(.disabled):active, .table_tools .dropdown_menu_button:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  /* line 13, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  a.table_tools_button, .table_tools .dropdown_menu_button {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F0F0F0);
    border-color: #d0d0d0;
    border-top-color: #d9d9d9;
    border-right-color: #d0d0d0;
    border-bottom-color: #c5c5c5;
    border-left-color: #d0d0d0;
    font-size: 0.9em;
    padding: 4px 14px 4px;
    margin: 0;
  }
  /* line 22, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  a.table_tools_button:not(.disabled):hover, .table_tools .dropdown_menu_button:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F6F6F6);
  }
  /* line 26, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  a.table_tools_button:not(.disabled):active, .table_tools .dropdown_menu_button:not(.disabled):active {
    border-color: #c8c8c8;
    border-top-color: #d7d7d7;
    border-right-color: #c8c8c8;
    border-bottom-color: #c3c3c3;
    border-left-color: #c8c8c8;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.17) inset;
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E8E8E8);
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools_segmented_control {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  /* line 39, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools_segmented_control li {
    float: left;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools_segmented_control li a {
    border-width: 1px .5px 1px .5px;
    border-radius: 0;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools_segmented_control li:first-child a {
    border-left-width: 1px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  /* line 53, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools_segmented_control li:last-child a {
    border-right-width: 1px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  /* line 59, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools_segmented_control li.selected a {
    background-color: #F0F0F0;
    background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
    cursor: default;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools_segmented_control li.selected a:hover {
    background-color: #F0F0F0;
    background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD);
  }
  /* line 1, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_index_list.scss */
  .indexes {
    float: right;
  }
  /* line 5, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_index_list.scss */
  .indexes li .count {
    color: #8e979e;
    font-weight: normal;
    font-size: 0.9em;
    line-height: 10px;
  }
  /* line 1, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_unsupported_browser.scss */
  .unsupported_browser {
    padding: 10px 30px;
    color: #211e14;
    background-color: #fae692;
    background-color: #feefae;
    background-image: linear-gradient(180deg, #feefae, #fae692);
    border-bottom: 1px solid #b3a569;
  }
  /* line 8, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_unsupported_browser.scss */
  .unsupported_browser h1 {
    font-size: 13px;
    font-weight: bold;
  }
  /* line 13, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_unsupported_browser.scss */
  .unsupported_browser p {
    margin-bottom: 0.5em;
  }
  /* line 1, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
  .ui-tabs-nav {
    list-style: none;
    display: block;
    width: auto;
    margin-bottom: -12px;
    padding-left: 0;
    overflow: auto;
    margin-left: 15px;
  }
  /* line 10, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
  .ui-tabs-nav li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
  }
  /* line 17, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
  .ui-tabs-nav li:first-child a {
    border-left-width: 1px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  /* line 23, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
  .ui-tabs-nav li:last-child a {
    border-right-width: 1px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  /* line 29, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
  .ui-tabs-nav li a {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
    border: solid 1px #c7c7c7;
    border-color: #c7c7c7;
    border-top-color: #d3d3d3;
    border-right-color: #c7c7c7;
    border-bottom-color: #c2c2c2;
    border-left-color: #c7c7c7;
    text-shadow: #fff 0 1px 0;
    color: #c28f00;
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-tabs-nav li a.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-tabs-nav li a:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-tabs-nav li a:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  /* line 32, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
  .ui-tabs-nav li a {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F0F0F0);
    border-color: #d0d0d0;
    border-top-color: #d9d9d9;
    border-right-color: #d0d0d0;
    border-bottom-color: #c5c5c5;
    border-left-color: #d0d0d0;
    text-decoration: none;
    border-radius: 0;
    border-width: 1px .5px 1px .5px;
    margin-right: 0;
    padding: 4px 14px 4px;
  }
  /* line 43, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
  .ui-tabs-nav li a:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F6F6F6);
  }
  /* line 50, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
  .ui-tabs-nav li.ui-tabs-active a {
    cursor: default;
    background-color: #F0F0F0;
    background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
  }
  /* line 55, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
  .ui-tabs-nav li.ui-tabs-active a a:hover {
    background-color: #F0F0F0;
    background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD);
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
  .tab-content {
    border: 1px solid #D3D3D3;
    padding: 15px;
    padding-top: 30px;
    text-align: left;
  }
  /* line 1, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out {
    background: #e8e9ea;
  }
  /* line 4, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #content_wrapper {
    width: 500px;
    margin: 70px auto;
  }
  /* line 7, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #content_wrapper #active_admin_content {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    background: #fff;
    padding: 13px 30px;
  }
  /* line 14, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out h2 {
    background-color: #efefef;
    background-image: linear-gradient(180deg, #efefef, #dfe1e2);
    text-shadow: #fff 0 1px 0;
    border: solid 1px #cdcdcd;
    border-color: #d4d4d4;
    border-top-color: #e6e6e6;
    border-right-color: #d4d4d4;
    border-bottom-color: #cdcdcd;
    border-left-color: #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0.5em;
    color: #c28f00;
    padding: 5px 10px 3px 10px;
    background-color: #dca200;
    background-image: linear-gradient(180deg, #dca200, #9e7500);
    border-bottom: 1px solid #8a6600;
    text-shadow: #000 0 1px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border: none;
    color: #fff;
    margin: -13px -30px 20px -30px;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #login {
    /* Login Form */
  }
  /* line 27, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #login form fieldset {
    box-shadow: none;
    background: none;
    padding: 0;
    margin-bottom: 0;
  }
  /* line 32, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #login form fieldset li {
    padding: 10px 0;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #login form fieldset input[type=text], body.logged_out #login form fieldset input[type=email], body.logged_out #login form fieldset input[type=password] {
    width: 70%;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #login form fieldset.buttons {
    margin-left: 20%;
  }
  /* line 41, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #login a {
    float: right;
    margin-top: -32px;
  }
  /* line 1, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/structure/_footer.scss */
  #footer {
    padding: 30px 30px;
    font-size: 0.8em;
    clear: both;
  }
  /* line 6, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/structure/_footer.scss */
  #footer p {
    padding-top: 10px;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/structure/_footer.scss */
  #index_footer {
    padding-top: 5px;
    text-align: right;
    font-size: 0.85em;
  }
  /* line 2, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
  #index_footer:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
  /* line 19, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/structure/_footer.scss */
  .index_content {
    clear: both;
  }
  /* line 1, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  #wrapper {
    width: 100%;
  }
  /* line 5, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  .index #wrapper {
    display: table;
  }
  /* line 9, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  #active_admin_content {
    margin: 0;
    padding: 30px;
  }
  /* line 13, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  #active_admin_content #main_content_wrapper {
    float: left;
    width: 100%;
  }
  /* line 17, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  #active_admin_content #main_content_wrapper #main_content {
    margin-right: 300px;
  }
  /* line 22, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  #active_admin_content.without_sidebar #main_content_wrapper #main_content {
    margin-right: 0;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  #active_admin_content #sidebar {
    float: left;
    width: 270px;
    margin-left: -270px;
  }
  /* line 1, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
  #title_bar {
    background-color: #efefef;
    background-image: linear-gradient(180deg, #efefef, #dfe1e2);
    text-shadow: #fff 0 1px 0;
    border: solid 1px #cdcdcd;
    border-color: #d4d4d4;
    border-top-color: #e6e6e6;
    border-right-color: #d4d4d4;
    border-bottom-color: #cdcdcd;
    border-left-color: #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0.5em;
    color: #c28f00;
    padding: 5px 10px 3px 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    display: table;
    border-bottom-color: #EEE;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 10px 30px;
    z-index: 800;
  }
  /* line 2, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
  #title_bar:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
  /* line 13, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
  #title_bar #titlebar_left, #title_bar #titlebar_right {
    height: 50px;
    vertical-align: middle;
    display: table-cell;
  }
  /* line 19, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
  #title_bar #titlebar_right {
    text-align: right;
  }
  /* line 23, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
  #title_bar h2 {
    margin: 0;
    padding: 0;
    font-size: 2.6em;
    line-height: 100%;
    font-weight: bold;
  }
  /* line 33, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
  #title_bar .action_items span.action_item > a, #title_bar .action_items span.action_item > .dropdown_menu > a {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
    border: solid 1px #c7c7c7;
    border-color: #c7c7c7;
    border-top-color: #d3d3d3;
    border-right-color: #c7c7c7;
    border-bottom-color: #c2c2c2;
    border-left-color: #c7c7c7;
    text-shadow: #fff 0 1px 0;
    color: #c28f00;
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  #title_bar .action_items span.action_item > a.disabled, #title_bar .action_items span.action_item > .dropdown_menu > a.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  #title_bar .action_items span.action_item > a:not(.disabled):hover, #title_bar .action_items span.action_item > .dropdown_menu > a:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  #title_bar .action_items span.action_item > a:not(.disabled):active, #title_bar .action_items span.action_item > .dropdown_menu > a:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  /* line 36, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
  #title_bar .action_items span.action_item > a, #title_bar .action_items span.action_item > .dropdown_menu > a {
    padding: 12px 17px 10px;
    margin: 0px;
  }
  /* line 36, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_base.scss */
  html {
    box-sizing: border-box;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_base.scss */
  *,
*:before,
*:after {
    box-sizing: inherit;
  }
  /* line 46, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/_base.scss */
  body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-size: 72%;
    background: #FFF;
    color: #3d2900;
  }
}

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

/* line 13, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
html {
  background: #ecf0f1;
  font-family: "Source Sans Pro", sans-serif;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
body.active_admin {
  background: #ecf0f1;
  font-family: "Source Sans Pro", sans-serif;
  padding-bottom: 80px;
}

/* line 22, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
#header {
  background: #ecf0f1;
  border: none;
  text-shadow: none;
  height: 40px;
  padding: 0;
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
#header h1.site_title {
  background-color: #fff;
  background: #fff url(/assets/active_skin/default_logo-5f2409b81fd03f27aae2a73c6b9f55f156933dbbe017161aba8839db412eb4c1.png) no-repeat 30px 0;
  padding-left: 130px;
  color: #3d2900;
  text-indent: -999999px;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
#header a, #header a:link {
  color: #3d2900;
}

/* line 36, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
#header ul.tabs {
  padding: 0;
  font-size: 0;
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
#header ul.tabs > li:hover > a, #header ul.tabs > li.current > a {
  color: #fff;
  background: #c28f00;
  border-radius: 0;
  margin: -10px 0;
}

/* line 44, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
#header ul.tabs > li {
  font-size: 12px;
  margin: 0;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
#header ul.tabs > li a {
  padding: 13px 20px;
  margin: 0;
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
#header ul.tabs > li.has_nested a {
  background-position: 93% 50%;
}

/* line 53, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
#header ul.tabs > li.has_nested:hover a {
  border-radius: 0;
  background-color: #c28f00;
  border: none;
  background-position: 93% 50%;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
#header ul.tabs > li.has_nested:hover ul {
  background: #c28f00;
  box-shadow: none;
  border-radius: 0;
  border: none;
}

/* line 63, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
#header ul.tabs > li.has_nested:hover ul li a {
  color: #fff;
}

/* line 65, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
#header ul.tabs > li.has_nested:hover ul li a:hover {
  color: #3d2900;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
#header ul.tabs > li.has_nested.current a {
  background-color: #c28f00;
  background-position: 93% 50%;
}

/* line 70, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
#header #utility_nav {
  background: #fff;
  padding: 0;
}

/* line 73, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
#header #utility_nav li#logout a {
  font-weight: bold;
  text-decoration: underline;
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
#header #utility_nav li#logout a:hover {
  text-decoration: none;
}

/* line 79, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
#header #utility_nav li a:hover {
  background: none;
  color: #3d2900;
}

/* line 83, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
#title_bar {
  background: #855f00;
  text-shadow: none;
  border: none;
  padding: 15px 30px;
  box-shadow: none;
  border-bottom: 4px solid #c28f00;
  margin: 0;
}

/* line 91, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
#title_bar h2 {
  color: #FFFFFF;
}

/* line 95, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
#title_bar .action_items a > a, #title_bar .action_items a > .dropdown_menu > a,
#title_bar .action_items span.action_item > a,
#title_bar .action_items span.action_item > .dropdown_menu > a {
  border-radius: 0;
  background: #c28f00;
  color: #fff;
  box-shadow: none;
  text-shadow: none;
  border: none;
  padding: 17px;
  font-size: 14px;
}

/* line 104, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
#title_bar .action_items a > a:hover, #title_bar .action_items a > .dropdown_menu > a:hover,
#title_bar .action_items span.action_item > a:hover,
#title_bar .action_items span.action_item > .dropdown_menu > a:hover {
  background: #f5b500 !important;
}

/* line 2, vendor/bundle/ruby/3.2.0/gems/activeadmin-3.3.0/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
#active_admin_content:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

/* line 109, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
#active_admin_content .table_tools {
  height: 30px;
}

/* line 111, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
#active_admin_content a.table_tools_button, #active_admin_content .table_tools .dropdown_menu_button {
  border-radius: 0;
  box-shadow: none;
  color: #3d2900;
  background: #fff;
  padding: 7px 15px;
  font-weight: normal;
  text-shadow: none;
}

/* line 120, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
#active_admin_content .table_tools_segmented_control li a {
  border-radius: 0;
  box-shadow: none;
  color: #3d2900;
  background: #fff;
  padding: 7px 15px;
  font-weight: normal;
  text-shadow: none;
  border-color: #d3d8dc;
}

/* line 129, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
#active_admin_content .table_tools_segmented_control li a span.count {
  color: #c28f00;
}

/* line 132, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
#active_admin_content .table_tools_segmented_control li.selected a {
  color: #fff;
  background-color: #c28f00;
}

/* line 135, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
#active_admin_content .table_tools_segmented_control li.selected a span.count {
  color: #fff;
}

/* line 138, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
table.index_table {
  border: 1px solid #d3d8dc;
  background: #fff;
}

/* line 141, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
table.index_table th {
  background: #f1f5f6;
  border: 1px #d3d8dc;
  border-style: none solid solid none;
  padding: 7px 10px;
  box-shadow: none;
  color: #3d2900;
}

/* line 148, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
table.index_table th a, table.index_table th a:link, table.index_table th a:visited {
  color: #3d2900;
}

/* line 150, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
table.index_table th:last-child {
  border-right: none;
}

/* line 152, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
table.index_table td {
  color: #664d00;
}

/* line 154, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
table.index_table td a, table.index_table td a:link, table.index_table td a:visited {
  color: #664d00;
  display: inline-block;
  padding: 2px 3px;
  margin: -2px 0;
}

/* line 159, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
table.index_table td a:hover, table.index_table td a:link:hover, table.index_table td a:visited:hover {
  color: #fff;
  background: #c28f00;
}

/* line 162, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
table.index_table tr.even td {
  background: #ecf0f1;
}

/* line 165, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
.download_links {
  color: #664d00;
  font-size: 12px;
}

/* line 168, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
.download_links a {
  color: #c28f00;
  font-weight: bold;
}

/* line 171, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
.pagination_information {
  font-size: 12px;
  color: #664d00;
}

/* line 174, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
.pagination {
  margin-top: -2px;
}

/* line 176, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
.pagination a, .pagination span.page.current {
  font-family: "Source Sans Pro", sans-serif;
  border: 1px solid #d3d8dc;
  background: #ecf0f1;
  box-shadow: none;
  text-shadow: none;
  font-size: 12px;
  font-weight: normal;
  padding: 4px 6px;
  margin-right: 1px;
}

/* line 186, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
.pagination span.page.current,
.pagination a:not(.disabled):hover {
  background: #c28f00;
  color: #fff;
}

/* line 190, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
.pagination span.page.current {
  font-weight: 600;
}

/* line 192, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
.pagination span.page.current:not(.disabled):hover {
  background: #c28f00;
}

/* line 194, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
.pagination .page.gap {
  display: none;
}

/* line 197, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
.sidebar_section.panel {
  background: #fff;
  border: 1px solid #d3d8dc;
  box-shadow: none;
  border-radius: 0;
}

/* line 202, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
.sidebar_section.panel form .buttons {
  background: #f1f5f6;
  margin: 25px -15px -15px;
  padding: 10px 15px;
}

/* line 206, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
.sidebar_section.panel form fieldset {
  margin-bottom: 0;
}

/* line 208, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
.sidebar_section.panel > h3 {
  background: #855f00;
  color: #FFFFFF;
  border: none;
  margin: 0;
  padding: 8px 15px;
  box-shadow: none;
  border-radius: 0;
  text-shadow: none;
  font-weight: bold;
}

/* line 219, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
.sidebar_section.panel .filter_form_field label {
  color: #95a5a6;
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  padding: 7px 0;
}

/* line 227, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 15px 30px;
  font-size: 13px;
  color: #664d00;
  border-top: 1px solid #d3d8dc;
}

/* line 237, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
#footer p {
  margin: 0;
  padding: 0;
}

/* line 242, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
form input[type=submit],
a.button,
a.button:link,
a.button:visited {
  box-shadow: none;
  border-radius: 0;
  background: #c28f00;
  color: #fff;
  border: none;
  text-shadow: none;
  padding: 10px 20px;
}

/* line 253, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
form input[type=submit]:hover,
a.button:hover,
a.button:link:hover,
a.button:visited:hover {
  background: #f5b500 !important;
}

/* line 255, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
form fieldset.buttons li.cancel a,
form fieldset.actions li.cancel a,
form.filter_form a.clear_filters_btn {
  background: #ecf0f1;
  box-shadow: none;
  border-radius: 0;
  text-shadow: none;
  padding: 10px 20px;
  color: #95a5a6;
}

/* line 264, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
form fieldset.buttons li.cancel a:hover,
form fieldset.actions li.cancel a:hover,
form.filter_form a.clear_filters_btn:hover {
  background: #fbfcfc !important;
}

/* line 267, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
form fieldset.inputs {
  background: #fff;
  border: 1px solid #d3d8dc;
  position: relative;
  padding-top: 50px;
  box-shadow: none;
  border-radius: 0;
}

/* line 274, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
form fieldset.inputs legend {
  border-bottom: 1px solid #d3d8dc;
  position: absolute;
  top: 0;
}

/* line 278, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
form fieldset.inputs legend span {
  background: #f0f4f5;
  color: #5E6469;
  border: none;
  margin: 0;
  padding: 8px 15px;
  box-shadow: none;
  border-radius: 0;
  text-shadow: none;
  font-weight: bold;
}

/* line 289, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
form fieldset.inputs ol > li label {
  padding-top: 7px;
  text-transform: uppercase;
}

/* line 292, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
form fieldset.inputs ol > li.boolean label {
  padding-top: 0px;
  margin-bottom: 15px;
}

/* line 296, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
.panel {
  background: #fff;
  border: 1px solid #d3d8dc;
  position: relative;
  box-shadow: none;
  border-radius: 0;
}

/* line 302, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
.panel > h3 {
  background: #f0f4f5;
  color: #855f00;
  padding: 8px 15px;
  box-shadow: none;
  border-radius: 0;
  text-shadow: none;
  font-weight: bold;
  border-style: none none solid;
}

/* line 312, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
.attributes_table table th, .attributes_table table td {
  padding: 10px 0;
  font-family: "Source Sans Pro", sans-serif;
  color: #95a5a6;
}

/* line 316, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
.attributes_table table th {
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
}

/* line 321, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
.comments form.active_admin_comment fieldset.inputs {
  border: none;
}

/* line 324, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
html {
  height: 100%;
  min-height: 100%;
}

/* line 327, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
body.logged_out {
  height: 100%;
}

/* line 329, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
body.logged_out #footer {
  display: none;
}

/* line 331, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
body.logged_out #content_wrapper {
  margin-top: 150px;
}

/* line 333, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
body.logged_out #content_wrapper #active_admin_content {
  padding-bottom: 0;
}

/* line 336, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
body.logged_out #login form fieldset {
  border: none;
}

/* line 338, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
body.logged_out #login > h2 {
  background: #855f00;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  box-shadow: none;
  border-radius: 0;
  padding: 8px 15px;
}

/* line 345, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
body.logged_out #login fieldset.actions {
  background: #f1f5f6;
  margin: 0 -30px -17px;
  padding: 6px 30px;
}

/* line 349, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
body.logged_out #login a {
  margin-top: -25px;
}

/* line 352, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
body.logged_out .flash {
  background: #F2ECBF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px;
  border-bottom: 1px solid #DEDE8B;
  text-shadow: none;
}

/* line 363, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
form input[type=text],
form input[type=password],
form input[type=email],
form input[type=number],
form input[type=url],
form input[type=tel],
form textarea {
  border-radius: 0;
  font-family: "Source Sans Pro", sans-serif;
  padding: 5px 10px;
}

/* line 374, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
form.filter_form .filter_form_field.filter_date_range input[type=text] {
  background-position: 100% 4px;
}

/* line 380, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
body.logged_in .flashes .flash {
  position: inherit;
  top: 0;
  text-shadow: none;
}

/* line 385, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
strong, b {
  font-weight: 600;
}

/* line 388, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
.blank_slate_container .blank_slate {
  color: #7f8c8d;
}

/* line 391, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
form fieldset > ol > li fieldset ol li {
  clear: both;
}

/* line 393, vendor/bundle/ruby/3.2.0/gems/active_skin-0.0.13/app/assets/stylesheets/active_skin.sass */
form fieldset > ol > li fieldset ol li select {
  margin-top: 6px;
}

@media screen {
  /* line 46, app/assets/stylesheets/active_admin.scss */
  body {
    background: transparent;
    color: #3d2900;
  }
}

/* line 54, app/assets/stylesheets/active_admin.scss */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* line 60, app/assets/stylesheets/active_admin.scss */
body.active_admin {
  color: #3d2900 !important;
}

/* line 63, app/assets/stylesheets/active_admin.scss */
body.active_admin p, body.active_admin span, body.active_admin div, body.active_admin li {
  color: #3d2900;
}

/* line 73, app/assets/stylesheets/active_admin.scss */
body.active_admin #pts-fullcalendar .fc-daygrid-block-event .fc-event-title,
body.active_admin #pts-fullcalendar .fc-daygrid-block-event .fc-event-time,
body.active_admin #pts-fullcalendar .fc-timegrid-event .fc-event-title,
body.active_admin #pts-fullcalendar .fc-timegrid-event .fc-event-time {
  color: #fff !important;
}

/* line 79, app/assets/stylesheets/active_admin.scss */
body.active_admin #pts-fullcalendar .fc-list-event-title,
body.active_admin #pts-fullcalendar .fc-list-event-time,
body.active_admin #pts-fullcalendar .fc-daygrid-event-dot {
  color: #fff !important;
}

/* line 88, app/assets/stylesheets/active_admin.scss */
#active_admin_content {
  color: #3d2900;
}

/* line 91, app/assets/stylesheets/active_admin.scss */
#active_admin_content .panel_contents {
  color: #3d2900 !important;
}

/* line 100, app/assets/stylesheets/active_admin.scss */
#login {
  width: 50%;
  margin: 50px auto;
  padding: 30px 50px;
  background: #ffffff;
  border-radius: 10px;
}

/* line 107, app/assets/stylesheets/active_admin.scss */
#login form fieldset.inputs {
  border: none;
}

/* line 113, app/assets/stylesheets/active_admin.scss */
.has_many_container .choices-group,
.choices-group {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 8px 16px;
}

/* line 120, app/assets/stylesheets/active_admin.scss */
.choices-group input[type="checkbox"] {
  margin-right: 6px;
}

/* line 124, app/assets/stylesheets/active_admin.scss */
.choices-group label {
  font-weight: normal;
  cursor: pointer;
  display: flex;
  align-items: center;
}

/* line 131, app/assets/stylesheets/active_admin.scss */
.custom-courses-wrapper fieldset:not(.inputs) ol {
  width: 100%;
}

/* line 135, app/assets/stylesheets/active_admin.scss */
form fieldset.inputs legend {
  border-bottom: none;
  pointer-events: none;
}

/* line 140, app/assets/stylesheets/active_admin.scss */
.active_admin form .input.date_select select {
  display: inline-block;
  width: auto;
  min-width: 80px;
  margin-right: 6px;
  vertical-align: middle;
}

/* line 148, app/assets/stylesheets/active_admin.scss */
.active_admin form .input.date_select {
  white-space: nowrap;
}

/* line 152, app/assets/stylesheets/active_admin.scss */
.date_picker_width {
  width: auto !important;
}

/* line 156, app/assets/stylesheets/active_admin.scss */
form fieldset.inputs legend span {
  background: #855f00;
  color: #ffffff;
  padding: 15px;
  font-size: 15px;
}

/* line 175, app/assets/stylesheets/active_admin.scss */
#header {
  position: sticky;
}

/* line 179, app/assets/stylesheets/active_admin.scss */
#header h1.site_title {
  background: #fff url(/1ds-logo.png) no-repeat 20px center;
  background-size: 65px auto;
  height: 55px;
  padding-left: 100px;
}

/* line 186, app/assets/stylesheets/active_admin.scss */
#header h1.site_title a {
  position: absolute;
  left: 0;
  top: 0;
  height: 55px;
  width: 120px;
  z-index: 1000;
  text-indent: -9999px;
}

/* line 196, app/assets/stylesheets/active_admin.scss */
#header .tabs {
  background: #ffffff;
  overflow: visible;
}

/* line 201, app/assets/stylesheets/active_admin.scss */
#header #tabs {
  padding: 0 20px;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  overflow: visible;
}

/* line 210, app/assets/stylesheets/active_admin.scss */
#header #tabs > li {
  margin: 0 2px;
  padding: 0;
  white-space: nowrap;
}

/* line 216, app/assets/stylesheets/active_admin.scss */
#header #tabs > li > a {
  padding: 12px 12px;
  margin: 0;
  display: inline-block;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 500;
  color: #3d2900 !important;
}

/* line 226, app/assets/stylesheets/active_admin.scss */
#header #tabs > li > ul {
  margin-top: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #ffffff;
}

/* line 234, app/assets/stylesheets/active_admin.scss */
#header #tabs > li > ul::-webkit-scrollbar {
  width: 8px;
}

/* line 238, app/assets/stylesheets/active_admin.scss */
#header #tabs > li > ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* line 242, app/assets/stylesheets/active_admin.scss */
#header #tabs > li > ul::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

/* line 246, app/assets/stylesheets/active_admin.scss */
#header #tabs > li > ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* line 252, app/assets/stylesheets/active_admin.scss */
#header #tabs > li > ul > li > a {
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 500;
  background-color: #ffffff;
}

/* line 259, app/assets/stylesheets/active_admin.scss */
#header #tabs > li.has_nested > a {
  padding-right: 30px;
  background: white;
}

/* line 264, app/assets/stylesheets/active_admin.scss */
#header #tabs > li:hover > a {
  background-color: #c28f00;
  color: #ffffff !important;
  transition: all 0.2s ease;
}

/* line 270, app/assets/stylesheets/active_admin.scss */
#header #tabs > li.current > a {
  color: #ffffff !important;
  background-color: #c28f00;
}

/* line 275, app/assets/stylesheets/active_admin.scss */
#header #tabs > li > ul > li {
  margin: 0;
  padding: 0;
}

/* line 280, app/assets/stylesheets/active_admin.scss */
#header #tabs > li > ul > li > a {
  color: #3d2900 !important;
}

/* line 284, app/assets/stylesheets/active_admin.scss */
#header #tabs > li > ul > li > a:hover {
  background-color: #f5f5f5;
  color: #3d2900 !important;
}

/* line 293, app/assets/stylesheets/active_admin.scss */
#header #tabs > li.has_nested:focus-within > ul {
  display: block;
}

/* line 297, app/assets/stylesheets/active_admin.scss */
#header #tabs > li > ul.has-menu-search {
  min-width: 240px;
}

/* line 301, app/assets/stylesheets/active_admin.scss */
#header #tabs > li > ul > li.menu-search {
  position: sticky;
  top: 0;
  z-index: 1;
  margin: 0;
  padding: 8px 10px;
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
}

/* line 311, app/assets/stylesheets/active_admin.scss */
.menu-search-input {
  width: 100%;
  box-sizing: border-box;
  padding: 6px 10px;
  font-size: 14px;
  color: #3d2900;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  outline: none;
}

/* line 321, app/assets/stylesheets/active_admin.scss */
.menu-search-input:focus {
  border-color: #c28f00;
}

/* line 326, app/assets/stylesheets/active_admin.scss */
#header #tabs > li > ul > li.menu-search-empty {
  display: none;
  padding: 12px 20px;
  font-size: 14px;
  color: #888888;
}

/* line 335, app/assets/stylesheets/active_admin.scss */
.aa-places-wrapper {
  position: relative;
  display: block;
}

/* line 340, app/assets/stylesheets/active_admin.scss */
.aa-places-suggestions {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  max-height: 260px;
  overflow-y: auto;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #c28f00;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(133, 95, 0, 0.15);
}

/* line 358, app/assets/stylesheets/active_admin.scss */
.aa-places-suggestion {
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.4;
  color: #3d2900;
  cursor: pointer;
  border-bottom: 1px solid #f2f2f2;
}

/* line 366, app/assets/stylesheets/active_admin.scss */
.aa-places-suggestion:last-child {
  border-bottom: none;
}

/* line 370, app/assets/stylesheets/active_admin.scss */
.aa-places-suggestion.is-active, .aa-places-suggestion:hover {
  background-color: #fff9f0;
  color: #855f00;
}

/* line 377, app/assets/stylesheets/active_admin.scss */
.aa-places-error {
  display: none;
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.4;
  color: #d32f2f;
}

/* line 385, app/assets/stylesheets/active_admin.scss */
#header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 1000;
  box-shadow: none;
}

/* line 396, app/assets/stylesheets/active_admin.scss */
#title_bar {
  position: sticky;
  top: var(--header-height, 55px);
  width: 100%;
  box-sizing: border-box;
  z-index: 999;
}

/* line 404, app/assets/stylesheets/active_admin.scss */
html {
  overflow-y: scroll;
}

/* line 408, app/assets/stylesheets/active_admin.scss */
#active_admin_content {
  margin-top: 0;
}

/* line 412, app/assets/stylesheets/active_admin.scss */
.flashes {
  position: fixed;
  top: 0;
  left: 30px;
  z-index: 1002;
  padding: 10px 0;
  box-sizing: border-box;
  width: auto;
  max-width: 90%;
}

/* line 423, app/assets/stylesheets/active_admin.scss */
.flash {
  padding: 12px 45px 12px 20px !important;
  margin-bottom: 10px !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
  animation: slideDown 0.3s ease-out;
  position: relative !important;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  width: auto !important;
  display: inline-block !important;
  min-width: 300px;
}

/* line 438, app/assets/stylesheets/active_admin.scss */
.flash .close-button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.1);
  border: none;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  color: #000000;
  font-weight: bold;
  opacity: 1;
  padding: 2px 6px;
  width: auto;
  height: auto;
  min-width: 24px;
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  transition: all 0.2s;
}

/* line 462, app/assets/stylesheets/active_admin.scss */
.flash .close-button:hover {
  background: rgba(0, 0, 0, 0.2);
  transform: translateY(-50%) scale(1.1);
}

/* line 468, app/assets/stylesheets/active_admin.scss */
.flash.flash_notice,
.flashes .flash.notice {
  background-color: #d4edda !important;
  background-image: none !important;
  color: #155724 !important;
  border: 1px solid #c3e6cb !important;
  border-left: 4px solid #28a745 !important;
}

/* line 477, app/assets/stylesheets/active_admin.scss */
.flash.flash_alert,
.flash.flash_error,
.flashes .flash.alert,
.flashes .flash.error {
  background-color: #f8d7da !important;
  background-image: none !important;
  color: #721c24 !important;
  border: 1px solid #f5c6cb !important;
  border-left: 4px solid #dc3545 !important;
}

/* line 488, app/assets/stylesheets/active_admin.scss */
.flash.flash_warning,
.flashes .flash.warning {
  background-color: #fff3cd !important;
  background-image: none !important;
  color: #856404 !important;
  border: 1px solid #ffeeba !important;
  border-left: 4px solid #ffc107 !important;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 513, app/assets/stylesheets/active_admin.scss */
h3[style*="background"], .panel_title[style*="background"] {
  color: #ffffff !important;
}

/* line 522, app/assets/stylesheets/active_admin.scss */
.status_tag {
  color: #3d2900 !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  padding: 4px 6px !important;
  border: 1px solid transparent !important;
  border-radius: 3px !important;
  display: inline-block !important;
  min-width: 130px !important;
  width: auto !important;
  white-space: nowrap !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

/* line 537, app/assets/stylesheets/active_admin.scss */
.status_tag.yellow {
  background-color: rgba(255, 193, 7, 0.18) !important;
  border-color: rgba(255, 193, 7, 0.5) !important;
  color: #3d2900 !important;
}

/* line 543, app/assets/stylesheets/active_admin.scss */
.status_tag.blue {
  background-color: rgba(23, 162, 184, 0.18) !important;
  border-color: rgba(23, 162, 184, 0.5) !important;
  color: #17a2b8 !important;
}

/* line 549, app/assets/stylesheets/active_admin.scss */
.status_tag.green {
  background-color: rgba(40, 167, 69, 0.18) !important;
  border-color: rgba(40, 167, 69, 0.5) !important;
  color: #28a745 !important;
}

/* line 555, app/assets/stylesheets/active_admin.scss */
.status_tag.red {
  background-color: rgba(220, 53, 69, 0.18) !important;
  border-color: rgba(220, 53, 69, 0.5) !important;
  color: #dc3545 !important;
}

/* line 561, app/assets/stylesheets/active_admin.scss */
.status_tag.gray, .status_tag.grey {
  background-color: rgba(108, 117, 125, 0.18) !important;
  border-color: rgba(108, 117, 125, 0.5) !important;
  color: #6c757d !important;
}

/* line 569, app/assets/stylesheets/active_admin.scss */
.status_tag.yes {
  background-color: rgba(40, 167, 69, 0.18) !important;
  border-color: rgba(40, 167, 69, 0.5) !important;
  color: #28a745 !important;
}

/* line 575, app/assets/stylesheets/active_admin.scss */
.status_tag.no {
  background-color: rgba(108, 117, 125, 0.18) !important;
  border-color: rgba(108, 117, 125, 0.5) !important;
  color: #6c757d !important;
}

/* line 581, app/assets/stylesheets/active_admin.scss */
.status_tag.gold {
  background-color: rgba(194, 143, 0, 0.18) !important;
  border-color: rgba(194, 143, 0, 0.5) !important;
  color: #855f00 !important;
}

/* line 588, app/assets/stylesheets/active_admin.scss */
.status_tag.payment_pending {
  background-color: rgba(99, 99, 99, 0.18) !important;
  border-color: rgba(99, 99, 99, 0.5) !important;
  color: #636363 !important;
}

/* line 594, app/assets/stylesheets/active_admin.scss */
.status_tag.payment_refunded, .status_tag.refunded {
  background-color: rgba(139, 92, 246, 0.18) !important;
  border-color: rgba(139, 92, 246, 0.5) !important;
  color: #8B5CF6 !important;
}

/* line 600, app/assets/stylesheets/active_admin.scss */
.status_tag.confirmed {
  background-color: rgba(22, 182, 163, 0.18) !important;
  border-color: rgba(22, 182, 163, 0.5) !important;
  color: #16b6a3 !important;
}

/* line 606, app/assets/stylesheets/active_admin.scss */
.status_tag.in_progress {
  background-color: rgba(255, 193, 7, 0.18) !important;
  border-color: rgba(255, 193, 7, 0.5) !important;
  color: #3d2900 !important;
}

/* line 612, app/assets/stylesheets/active_admin.scss */
.status_tag.payment_failed {
  background-color: rgba(220, 53, 69, 0.18) !important;
  border-color: rgba(220, 53, 69, 0.5) !important;
  color: #dc3545 !important;
}

/* line 618, app/assets/stylesheets/active_admin.scss */
.status_tag.completed {
  background-color: rgba(40, 167, 69, 0.18) !important;
  border-color: rgba(40, 167, 69, 0.5) !important;
  color: #28a745 !important;
}

/* line 625, app/assets/stylesheets/active_admin.scss */
.status_tag.pending, .status_tag.warning {
  background-color: rgba(255, 193, 7, 0.18) !important;
  border-color: rgba(255, 193, 7, 0.5) !important;
  color: #3d2900 !important;
}

/* line 632, app/assets/stylesheets/active_admin.scss */
.status_tag.active, .status_tag.approved, .status_tag.passed, .status_tag.success, .status_tag.scheduled, .status_tag.ok, .status_tag.paid {
  background-color: rgba(40, 167, 69, 0.18) !important;
  border-color: rgba(40, 167, 69, 0.5) !important;
  color: #28a745 !important;
}

/* line 639, app/assets/stylesheets/active_admin.scss */
.status_tag.cancelled, .status_tag.failed, .status_tag.rejected, .status_tag.limit_reached, .status_tag.error {
  background-color: rgba(220, 53, 69, 0.18) !important;
  border-color: rgba(220, 53, 69, 0.5) !important;
  color: #dc3545 !important;
}

/* line 646, app/assets/stylesheets/active_admin.scss */
.status_tag.compact-status {
  min-width: 100px !important;
  padding: 3px 8px !important;
  font-size: 11px !important;
}

/* line 654, app/assets/stylesheets/active_admin.scss */
.compliance-row {
  margin-top: 4px;
}

/* line 663, app/assets/stylesheets/active_admin.scss */
.button, input[type="submit"], input[type="button"], a.button {
  background: #c28f00;
  background: linear-gradient(180deg, #dca200 0%, #c28f00 100%);
  border-color: #855f00;
  color: #ffffff;
}

/* line 669, app/assets/stylesheets/active_admin.scss */
.button:hover, input[type="submit"]:hover, input[type="button"]:hover, a.button:hover {
  background: #855f00;
  border-color: #523b00;
}

/* line 675, app/assets/stylesheets/active_admin.scss */
.google-connect-btn {
  background: #2976f3 !important;
  color: #fff !important;
  font-size: 16px;
  padding: 10px 18px;
  border-radius: 4px;
  line-height: 1.4;
  white-space: nowrap;
}

/* line 686, app/assets/stylesheets/active_admin.scss */
a {
  color: #855f00;
}

/* line 689, app/assets/stylesheets/active_admin.scss */
a:hover {
  color: #c28f00;
}

/* line 701, app/assets/stylesheets/active_admin.scss */
table.index_table {
  width: 100%;
  table-layout: auto;
}

/* line 705, app/assets/stylesheets/active_admin.scss */
table.index_table th, table.index_table td {
  padding: 10px 14px;
  vertical-align: top;
}

/* line 711, app/assets/stylesheets/active_admin.scss */
table.index_table td.col-id,
table.index_table td.col-selectable,
table.index_table td.col-actions,
table.index_table th.col-id,
table.index_table th.col-selectable,
table.index_table th.col-actions {
  white-space: nowrap;
}

/* line 721, app/assets/stylesheets/active_admin.scss */
table.index_table td {
  min-width: 90px;
  word-break: break-word;
}

/* line 727, app/assets/stylesheets/active_admin.scss */
table.index_table td.col-plan,
table.index_table td.col-course,
table.index_table td.col-name,
table.index_table td.col-title,
table.index_table td.col-slug,
table.index_table td.col-question,
table.index_table td.col-description,
table.index_table td.col-excerpt {
  min-width: 160px;
}

/* line 745, app/assets/stylesheets/active_admin.scss */
#index_footer {
  margin-bottom: 10px;
  margin-top: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff2b7;
}

/* line 753, app/assets/stylesheets/active_admin.scss */
.index_table th {
  background: linear-gradient(180deg, #fff7d1 0%, #fff2b7 100%);
  color: #3d2900 !important;
  border-bottom: 2px solid #c28f00;
  font-size: 16px;
  font-weight: 700 !important;
}

/* line 760, app/assets/stylesheets/active_admin.scss */
.index_table th a {
  color: #3d2900 !important;
  font-weight: 700 !important;
}

/* line 766, app/assets/stylesheets/active_admin.scss */
.index_table th.sorted-asc, .index_table th.sorted-desc {
  color: #3d2900 !important;
}

/* line 769, app/assets/stylesheets/active_admin.scss */
.index_table th.sorted-asc a, .index_table th.sorted-desc a {
  color: #3d2900 !important;
}

/* line 776, app/assets/stylesheets/active_admin.scss */
.index_table td {
  color: #3d2900;
  font-size: 14px;
  font-weight: 500;
}

/* line 783, app/assets/stylesheets/active_admin.scss */
.index_table tbody tr:hover {
  background-color: #fff7d1;
}

/* line 788, app/assets/stylesheets/active_admin.scss */
.sidebar_section {
  background-color: #fff9f0;
  border: 1px solid #fff2b7;
}

/* line 792, app/assets/stylesheets/active_admin.scss */
.sidebar_section h3 {
  background: #855f00 !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-shadow: none !important;
}

/* line 800, app/assets/stylesheets/active_admin.scss */
.sidebar_section label {
  color: #3d2900 !important;
  font-weight: 600;
  font-size: 14px;
}

/* line 806, app/assets/stylesheets/active_admin.scss */
.sidebar_section input, .sidebar_section select, .sidebar_section textarea {
  color: #3d2900 !important;
  font-weight: 500;
}

/* line 813, app/assets/stylesheets/active_admin.scss */
.pagination a {
  border-color: #c28f00;
  color: #3d2900;
}

/* line 817, app/assets/stylesheets/active_admin.scss */
.pagination a:hover {
  background-color: #fff2b7;
}

/* line 822, app/assets/stylesheets/active_admin.scss */
.pagination .current {
  background-color: #c28f00;
  color: #ffffff;
}

/* line 828, app/assets/stylesheets/active_admin.scss */
form label,
.label,
fieldset.inputs > ol > li > label {
  color: #3d2900;
  font-weight: 600;
  font-size: 14px;
}

/* line 837, app/assets/stylesheets/active_admin.scss */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="date"],
textarea,
select {
  color: #3d2900;
  font-size: 14px;
  font-weight: 500;
}

/* line 853, app/assets/stylesheets/active_admin.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
  border-color: #c28f00;
  box-shadow: 0 0 5px rgba(133, 95, 0, 0.15);
}

/* line 868, app/assets/stylesheets/active_admin.scss */
.active_admin form .input input[type="date"] {
  display: inline-block;
  width: auto;
  min-width: 180px;
  vertical-align: middle;
}

/* line 876, app/assets/stylesheets/active_admin.scss */
.inline-hints,
.inline-errors {
  font-size: 13px;
  color: #664d00;
  font-weight: 500;
}

/* line 884, app/assets/stylesheets/active_admin.scss */
.attributes_table h3 {
  color: #855f00;
  border-bottom: 2px solid #c28f00;
  font-size: 16px;
  font-weight: 700;
}

/* line 892, app/assets/stylesheets/active_admin.scss */
.panel > h3,
.panel_contents > h3 {
  background: #855f00 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 15px !important;
}

/* line 901, app/assets/stylesheets/active_admin.scss */
.attributes_table th {
  color: #3d2900 !important;
  font-weight: 700 !important;
  font-size: 14px !important;
}

/* line 907, app/assets/stylesheets/active_admin.scss */
.attributes_table td {
  color: #3d2900 !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}

/* line 914, app/assets/stylesheets/active_admin.scss */
.table_actions a {
  color: #855f00;
}

/* line 917, app/assets/stylesheets/active_admin.scss */
.table_actions a:hover {
  color: #c28f00;
}

/* line 923, app/assets/stylesheets/active_admin.scss */
.breadcrumb a {
  color: #664d00;
}

/* line 926, app/assets/stylesheets/active_admin.scss */
.breadcrumb a:hover {
  color: #c28f00;
}

/* line 933, app/assets/stylesheets/active_admin.scss */
#title_bar h2 {
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* line 940, app/assets/stylesheets/active_admin.scss */
#title_bar .breadcrumb a,
#title_bar .breadcrumb,
#title_bar #titlebar_left span {
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* line 949, app/assets/stylesheets/active_admin.scss */
#title_bar .breadcrumb a:hover {
  color: #fff2b7 !important;
}

/* line 953, app/assets/stylesheets/active_admin.scss */
#title_bar .action_items a {
  background: #c28f00;
  color: #ffffff;
  border-color: #855f00;
  font-weight: 600;
  font-size: 14px;
}

/* line 960, app/assets/stylesheets/active_admin.scss */
#title_bar .action_items a:hover {
  background: #855f00;
}

/* line 971, app/assets/stylesheets/active_admin.scss */
.availability-panel {
  margin-top: 20px;
}

/* line 974, app/assets/stylesheets/active_admin.scss */
.availability-panel > h3 {
  background: #855f00 !important;
  color: #ffffff !important;
  padding: 15px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  margin: 0 !important;
  border-radius: 4px 4px 0 0;
}

/* line 984, app/assets/stylesheets/active_admin.scss */
.availability-panel .panel_contents {
  padding: 0 !important;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 4px 4px;
}

/* line 992, app/assets/stylesheets/active_admin.scss */
.availability-grid-container {
  width: 100%;
  overflow-x: auto;
  margin: 10px 0;
  --slot-columns: 9;
  --booking-limit-width: 90px;
}

/* line 1000, app/assets/stylesheets/active_admin.scss */
.availability-grid-header {
  display: grid;
  grid-template-columns: 100px var(--booking-limit-width) repeat(8, minmax(70px, 1fr));
  gap: 1px;
  background: #fff2b74d;
  padding: 8px 0;
  position: sticky;
  top: 0;
  z-index: 10;
  min-width: fit-content;
}

/* line 1012, app/assets/stylesheets/active_admin.scss */
.grid-day-label {
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  padding: 6px 8px;
  text-align: center;
}

/* line 1020, app/assets/stylesheets/active_admin.scss */
.grid-slot-label {
  color: #ffffff;
  font-weight: 600;
  font-size: 10px;
  padding: 6px 2px;
  text-align: center;
  white-space: nowrap;
}

/* line 1029, app/assets/stylesheets/active_admin.scss */
.grid-booking-limit-label {
  color: #ffffff;
  font-weight: 600;
  font-size: 10px;
  padding: 6px 4px;
  text-align: center;
  white-space: nowrap;
}

/* line 1038, app/assets/stylesheets/active_admin.scss */
.grid-booking-limit-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 4px;
  background-color: rgba(255, 242, 183, 0.2);
  border-right: 1px solid #e0e0e0;
}

/* line 1046, app/assets/stylesheets/active_admin.scss */
.grid-booking-limit-cell .booking-limit-input {
  width: 55px;
  height: 28px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 2px 4px;
  color: #3d2900;
  background-color: #ffffff;
}

/* line 1058, app/assets/stylesheets/active_admin.scss */
.grid-booking-limit-cell .booking-limit-input:focus {
  border-color: #c28f00;
  outline: none;
  box-shadow: 0 0 4px rgba(194, 143, 0, 0.3);
}

/* line 1064, app/assets/stylesheets/active_admin.scss */
.grid-booking-limit-cell .booking-limit-input::-webkit-inner-spin-button, .grid-booking-limit-cell .booking-limit-input::-webkit-outer-spin-button {
  opacity: 1;
  height: 24px;
}

/* line 1072, app/assets/stylesheets/active_admin.scss */
.availability-grid-row {
  display: grid;
  grid-template-columns: 100px var(--booking-limit-width) repeat(8, minmax(70px, 1fr));
  gap: 1px;
  border-bottom: 1px solid #e0e0e0;
  transition: background-color 0.2s ease;
  min-width: fit-content;
}

/* line 1080, app/assets/stylesheets/active_admin.scss */
.availability-grid-row:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

/* line 1085, app/assets/stylesheets/active_admin.scss */
.availability-grid-row:nth-child(even) {
  background-color: #fafafa;
}

/* line 1089, app/assets/stylesheets/active_admin.scss */
.availability-grid-row:nth-child(odd) {
  background-color: #ffffff;
}

/* line 1093, app/assets/stylesheets/active_admin.scss */
.availability-grid-row:hover {
  background-color: #fff2b7 !important;
}

/* line 1097, app/assets/stylesheets/active_admin.scss */
.availability-grid-row.day-disabled {
  background-color: #f5f5f5 !important;
  opacity: 0.7;
}

/* line 1101, app/assets/stylesheets/active_admin.scss */
.availability-grid-row.day-disabled .grid-day-cell .day-label {
  color: #999;
  text-decoration: line-through;
}

/* line 1106, app/assets/stylesheets/active_admin.scss */
.availability-grid-row.day-disabled .grid-slot-cell {
  background-color: #eee;
}

/* line 1110, app/assets/stylesheets/active_admin.scss */
.availability-grid-row.day-disabled .grid-booking-limit-cell {
  background-color: #eee;
}

/* line 1113, app/assets/stylesheets/active_admin.scss */
.availability-grid-row.day-disabled .grid-booking-limit-cell .booking-limit-input {
  background-color: #f5f5f5;
  color: #999;
}

/* line 1121, app/assets/stylesheets/active_admin.scss */
.availability-grid-row.day-enabled .grid-day-cell .day-label {
  color: #3d2900;
  font-weight: 600;
}

/* line 1128, app/assets/stylesheets/active_admin.scss */
.grid-day-cell {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  background-color: rgba(255, 242, 183, 0.3);
  border-right: 2px solid #c28f00;
}

/* line 1135, app/assets/stylesheets/active_admin.scss */
.grid-day-cell .day-toggle-checkbox {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  cursor: pointer;
  accent-color: #c28f00;
}

/* line 1143, app/assets/stylesheets/active_admin.scss */
.grid-day-cell .day-label {
  font-weight: 600;
  font-size: 13px;
  color: #3d2900;
  cursor: pointer;
  user-select: none;
}

/* line 1152, app/assets/stylesheets/active_admin.scss */
.grid-slot-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 4px;
  min-height: 36px;
}

/* line 1159, app/assets/stylesheets/active_admin.scss */
.grid-slot-cell .slot-checkbox {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #28a745;
  transition: transform 0.15s ease;
}

/* line 1166, app/assets/stylesheets/active_admin.scss */
.grid-slot-cell .slot-checkbox:hover:not(:disabled) {
  transform: scale(1.15);
}

/* line 1170, app/assets/stylesheets/active_admin.scss */
.grid-slot-cell .slot-checkbox:checked {
  accent-color: #28a745;
}

/* line 1174, app/assets/stylesheets/active_admin.scss */
.grid-slot-cell .slot-checkbox:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

/* line 1183, app/assets/stylesheets/active_admin.scss */
form .inputs:has(.availability-grid-container) {
  padding: 10px !important;
}

/* line 1186, app/assets/stylesheets/active_admin.scss */
form .inputs:has(.availability-grid-container) > ol {
  padding: 0 !important;
  margin: 0 !important;
}

/* line 1191, app/assets/stylesheets/active_admin.scss */
form .inputs:has(.availability-grid-container) > ol > li {
  padding: 0 !important;
  margin: 0 !important;
}

@media screen and (max-width: 1400px) {
  /* line 1200, app/assets/stylesheets/active_admin.scss */
  .availability-grid-header,
.availability-grid-row {
    grid-template-columns: 90px 80px repeat(8, minmax(65px, 1fr));
  }
  /* line 1205, app/assets/stylesheets/active_admin.scss */
  .grid-slot-label {
    font-size: 9px;
    padding: 5px 1px;
  }
  /* line 1210, app/assets/stylesheets/active_admin.scss */
  .grid-day-label {
    font-size: 11px;
    padding: 5px 6px;
  }
  /* line 1215, app/assets/stylesheets/active_admin.scss */
  .grid-booking-limit-label {
    font-size: 9px;
    padding: 5px 2px;
  }
  /* line 1220, app/assets/stylesheets/active_admin.scss */
  .grid-day-cell {
    padding: 6px 6px;
  }
  /* line 1223, app/assets/stylesheets/active_admin.scss */
  .grid-day-cell .day-label {
    font-size: 11px;
  }
  /* line 1229, app/assets/stylesheets/active_admin.scss */
  .grid-booking-limit-cell .booking-limit-input {
    width: 50px;
    height: 26px;
    font-size: 12px;
  }
}

@media screen and (max-width: 1100px) {
  /* line 1238, app/assets/stylesheets/active_admin.scss */
  .availability-grid-container {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1243, app/assets/stylesheets/active_admin.scss */
  .availability-grid-header,
.availability-grid-row {
    min-width: calc(90px + 80px + (8 * 70px));
  }
}

@media screen and (max-width: 768px) {
  /* line 1255, app/assets/stylesheets/active_admin.scss */
  #login {
    width: 90%;
    padding: 20px 20px;
    margin: 20px auto;
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  /* line 1263, app/assets/stylesheets/active_admin.scss */
  #login {
    width: 70%;
    padding: 25px 30px;
  }
}

@media screen and (max-width: 1024px) {
  /* line 1271, app/assets/stylesheets/active_admin.scss */
  .attributes_table table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 768px) {
  /* line 1279, app/assets/stylesheets/active_admin.scss */
  table.index_table th,
table.index_table td {
    font-size: 12px;
    padding: 8px 10px;
  }
}

@media screen and (max-width: 1024px) {
  /* line 1288, app/assets/stylesheets/active_admin.scss */
  #header, #title_bar {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  /* line 1294, app/assets/stylesheets/active_admin.scss */
  #title_bar h2 {
    font-size: 18px;
  }
  /* line 1298, app/assets/stylesheets/active_admin.scss */
  #header h1.site_title {
    height: 45px;
    background-size: 45px auto;
    padding-left: 70px;
  }
}

@media screen and (max-width: 768px) {
  /* line 1307, app/assets/stylesheets/active_admin.scss */
  .flashes {
    left: 10px;
    right: 10px;
    max-width: 100%;
  }
  /* line 1313, app/assets/stylesheets/active_admin.scss */
  .flash {
    min-width: unset;
    width: 100% !important;
    font-size: 13px !important;
    padding: 10px 40px 10px 15px !important;
  }
}

@media screen and (max-width: 1024px) {
  /* line 1323, app/assets/stylesheets/active_admin.scss */
  #header #tabs {
    padding: 0 10px;
  }
  /* line 1327, app/assets/stylesheets/active_admin.scss */
  #header #tabs > li > a {
    padding: 10px 8px;
    font-size: 13px;
  }
  /* line 1332, app/assets/stylesheets/active_admin.scss */
  #header #tabs > li > ul {
    z-index: 1001;
  }
}

@media screen and (max-width: 1024px) {
  /* line 1339, app/assets/stylesheets/active_admin.scss */
  [data-test-page-content] {
    grid-template-columns: 1fr !important;
    grid-auto-flow: row !important;
  }
  /* line 1344, app/assets/stylesheets/active_admin.scss */
  #active_admin_content.with_sidebar {
    display: block !important;
  }
  /* line 1348, app/assets/stylesheets/active_admin.scss */
  #active_admin_content.with_sidebar #main_content_wrapper,
#active_admin_content.with_sidebar #sidebar {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  /* line 1358, app/assets/stylesheets/active_admin.scss */
  #active_admin_content.with_sidebar #main_content_wrapper {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1363, app/assets/stylesheets/active_admin.scss */
  #active_admin_content.with_sidebar #sidebar {
    display: block !important;
    margin-top: 16px !important;
    overflow-x: hidden !important;
  }
  /* line 1369, app/assets/stylesheets/active_admin.scss */
  #active_admin_content.with_sidebar #sidebar .sidebar_section {
    display: block !important;
    width: 100% !important;
  }
  /* line 1374, app/assets/stylesheets/active_admin.scss */
  .sidebar_section {
    margin-bottom: 16px;
  }
}

/* line 1383, app/assets/stylesheets/active_admin.scss */
.aa-action-more-btn {
  display: none;
}

/* line 1384, app/assets/stylesheets/active_admin.scss */
.aa-action-dropdown {
  display: none;
}

/* line 1387, app/assets/stylesheets/active_admin.scss */
body.admin_booking_slots.index td.col-actions {
  position: relative;
  white-space: nowrap;
}

/* line 1391, app/assets/stylesheets/active_admin.scss */
body.admin_booking_slots.index td.col-actions span {
  display: none !important;
}

/* line 1394, app/assets/stylesheets/active_admin.scss */
body.admin_booking_slots.index .aa-action-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  background: #fff;
  color: #3d2900;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease;
}

/* line 1412, app/assets/stylesheets/active_admin.scss */
body.admin_booking_slots.index .aa-action-more-btn:hover {
  border-color: #855f00;
  color: #855f00;
}

/* line 1420, app/assets/stylesheets/active_admin.scss */
body.admin_booking_slots.index td.col-actions:hover .aa-action-dropdown,
body.admin_booking_slots.index .aa-action-dropdown.aa-open {
  display: block;
}

/* line 1425, app/assets/stylesheets/active_admin.scss */
body.admin_booking_slots.index .aa-action-dropdown {
  position: absolute;
  right: 0;
  z-index: 1060;
  min-width: 170px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  padding: 4px 0;
}

/* line 1437, app/assets/stylesheets/active_admin.scss */
body.admin_booking_slots.index .aa-action-dropdown-item {
  display: block;
  padding: 8px 14px;
  font-size: 13px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
}

/* line 1445, app/assets/stylesheets/active_admin.scss */
body.admin_booking_slots.index .aa-action-dropdown-item:hover {
  background: #f5f0e8;
  color: #855f00;
}

@media screen and (max-width: 1023px) {
  /* line 1455, app/assets/stylesheets/active_admin.scss */
  body.admin_booking_slots.index th.col-id, body.admin_booking_slots.index td.col-id,
body.admin_booking_slots.index th.col-status, body.admin_booking_slots.index td.col-status {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  /* line 1464, app/assets/stylesheets/active_admin.scss */
  form fieldset.inputs > ol > li {
    display: flex;
    flex-direction: column;
  }
  /* line 1469, app/assets/stylesheets/active_admin.scss */
  form fieldset.inputs > ol > li > label {
    width: 100% !important;
    float: none !important;
    text-align: left !important;
    padding-bottom: 4px;
  }
  /* line 1476, app/assets/stylesheets/active_admin.scss */
  form .input {
    width: 100% !important;
  }
  /* line 1480, app/assets/stylesheets/active_admin.scss */
  .active_admin form .input.date_select select {
    min-width: 70px;
    margin-right: 4px;
  }
  /* line 1485, app/assets/stylesheets/active_admin.scss */
  form fieldset.inputs legend span {
    padding: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  /* line 1493, app/assets/stylesheets/active_admin.scss */
  [data-test-action-items] {
    flex-direction: column;
    width: 100%;
  }
  /* line 1498, app/assets/stylesheets/active_admin.scss */
  [data-test-action-items] a,
[data-test-action-items] .button {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
  /* line 1505, app/assets/stylesheets/active_admin.scss */
  .action_items .action_item {
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 1024px) {
  /* line 1512, app/assets/stylesheets/active_admin.scss */
  .columns {
    display: flex !important;
    flex-direction: column !important;
  }
  /* line 1517, app/assets/stylesheets/active_admin.scss */
  .column {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
    padding: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  /* line 1527, app/assets/stylesheets/active_admin.scss */
  .pagination {
    flex-wrap: wrap;
    justify-content: center;
  }
  /* line 1532, app/assets/stylesheets/active_admin.scss */
  .pagination a,
.pagination span,
.pagination em {
    padding: 4px 8px;
    font-size: 12px;
  }
  /* line 1539, app/assets/stylesheets/active_admin.scss */
  .pagination_information {
    font-size: 12px;
    text-align: center;
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  /* line 1549, app/assets/stylesheets/active_admin.scss */
  .table_tools {
    flex-direction: column;
    gap: 8px;
  }
  /* line 1554, app/assets/stylesheets/active_admin.scss */
  .batch_actions_selector,
.scopes,
.index_footer {
    width: 100%;
  }
  /* line 1560, app/assets/stylesheets/active_admin.scss */
  .scopes {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 768px) {
  /* line 1569, app/assets/stylesheets/active_admin.scss */
  .panel_contents {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 768px) {
  /* line 1577, app/assets/stylesheets/active_admin.scss */
  .has_many_container .choices-group,
.choices-group {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  /* line 1585, app/assets/stylesheets/active_admin.scss */
  [data-test-page-header] {
    padding: 12px;
    margin-bottom: 12px;
  }
  /* line 1590, app/assets/stylesheets/active_admin.scss */
  [data-test-page-header] h2 {
    font-size: 1.25rem;
  }
}

/* line 1599, app/assets/stylesheets/active_admin.scss */
#blc-calendar {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

/* line 1607, app/assets/stylesheets/active_admin.scss */
#blc-calendar .fc-toolbar {
  padding: 12px 20px 0 8px;
}

/* line 1611, app/assets/stylesheets/active_admin.scss */
#blc-calendar .fc-toolbar-title {
  font-size: 18px;
  font-weight: 700;
  color: #3d2900;
}

/* line 1622, app/assets/stylesheets/active_admin.scss */
#blc-calendar .fc-button-group {
  border-radius: 6px;
  overflow: hidden;
}

/* line 1626, app/assets/stylesheets/active_admin.scss */
#blc-calendar .fc-button-group .fc-button-primary {
  border-radius: 0 !important;
  border-right: 1px solid #eee;
}

/* line 1630, app/assets/stylesheets/active_admin.scss */
#blc-calendar .fc-button-group .fc-button-primary:last-child {
  border-right: none;
}

/* line 1636, app/assets/stylesheets/active_admin.scss */
#blc-calendar .fc-button-primary {
  background: transparent;
  border: none;
  color: #855f00;
  font-weight: 600;
  font-size: 15px;
  padding: 6px 16px;
  text-transform: capitalize;
  box-shadow: none;
  text-shadow: none;
  transition: background 0.15s ease, color 0.15s ease;
}

/* line 1648, app/assets/stylesheets/active_admin.scss */
#blc-calendar .fc-button-primary:hover:not(:disabled) {
  background: #fff9f0;
  color: #3d2900;
}

/* line 1653, app/assets/stylesheets/active_admin.scss */
#blc-calendar .fc-button-primary:focus {
  outline: none;
  background: #fff9f0;
}

/* line 1658, app/assets/stylesheets/active_admin.scss */
#blc-calendar .fc-button-primary.fc-button-active {
  background: #fff2b7;
  color: #3d2900;
  font-weight: 700;
}

/* line 1664, app/assets/stylesheets/active_admin.scss */
#blc-calendar .fc-button-primary:disabled {
  background: transparent;
  color: #ccc;
  opacity: 1;
  cursor: not-allowed;
}

/* line 1673, app/assets/stylesheets/active_admin.scss */
#blc-calendar .fc-col-header-cell {
  background: #fff2b7;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 1680, app/assets/stylesheets/active_admin.scss */
#blc-calendar .fc-col-header-cell .fc-col-header-cell-cushion {
  color: #3d2900 !important;
  text-decoration: none;
}

/* line 1687, app/assets/stylesheets/active_admin.scss */
#blc-calendar .fc-daygrid-day-number,
#blc-calendar .fc-daygrid-week-number {
  color: #664d00;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
}

/* line 1696, app/assets/stylesheets/active_admin.scss */
#blc-calendar .fc-day-today {
  background: rgba(255, 204, 2, 0.12) !important;
}

/* line 1703, app/assets/stylesheets/active_admin.scss */
#blc-calendar .fc-event {
  cursor: pointer;
  border: none;
  border-left: 3px solid var(--fc-event-border-color, #c28f00);
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  font-size: 13px;
  font-weight: 600;
  padding: 2px 6px 2px 7px;
  overflow: hidden;
  transition: opacity 0.15s, box-shadow 0.15s;
}

/* line 1715, app/assets/stylesheets/active_admin.scss */
#blc-calendar .fc-event:hover {
  opacity: 0.9;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
}

/* line 1722, app/assets/stylesheets/active_admin.scss */
#blc-calendar .fc-daygrid-event {
  margin-left: 6px;
  margin-right: 6px;
}

/* line 1727, app/assets/stylesheets/active_admin.scss */
#blc-calendar .fc-event-title,
#blc-calendar .fc-event-time {
  color: #3d2900 !important;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1738, app/assets/stylesheets/active_admin.scss */
#blc-calendar .fc-timegrid-event {
  font-size: 11px;
  padding: 1px 4px;
}

/* line 1742, app/assets/stylesheets/active_admin.scss */
#blc-calendar .fc-timegrid-event .fc-event-time {
  display: block;
}

/* line 1748, app/assets/stylesheets/active_admin.scss */
#blc-calendar .fc-list-event-title a,
#blc-calendar .fc-list-event-time {
  color: #3d2900;
  font-weight: 500;
}

/* line 1754, app/assets/stylesheets/active_admin.scss */
#blc-calendar .fc-list-event:hover td {
  background: #fff2b7;
  cursor: pointer;
}

/* line 1760, app/assets/stylesheets/active_admin.scss */
#blc-calendar .fc-list-empty-cushion {
  color: #664d00;
  font-style: italic;
}

/* line 1771, app/assets/stylesheets/active_admin.scss */
#calendar {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

/* line 1778, app/assets/stylesheets/active_admin.scss */
#calendar .fc-toolbar {
  padding: 12px 20px 0 8px;
}

/* line 1782, app/assets/stylesheets/active_admin.scss */
#calendar .fc-toolbar-title {
  font-size: 18px;
  font-weight: 700;
  color: #3d2900;
}

/* line 1790, app/assets/stylesheets/active_admin.scss */
#calendar .fc-button-group {
  border-radius: 6px;
  overflow: hidden;
}

/* line 1794, app/assets/stylesheets/active_admin.scss */
#calendar .fc-button-group .fc-button-primary {
  border-radius: 0 !important;
  border-right: 1px solid #eee;
}

/* line 1798, app/assets/stylesheets/active_admin.scss */
#calendar .fc-button-group .fc-button-primary:last-child {
  border-right: none;
}

/* line 1804, app/assets/stylesheets/active_admin.scss */
#calendar .fc-button-primary {
  background: transparent;
  border: none;
  color: #855f00;
  font-weight: 600;
  font-size: 15px;
  padding: 6px 16px;
  text-transform: capitalize;
  box-shadow: none;
  text-shadow: none;
  transition: background 0.15s ease, color 0.15s ease;
}

/* line 1816, app/assets/stylesheets/active_admin.scss */
#calendar .fc-button-primary:hover:not(:disabled) {
  background: #fff9f0;
  color: #3d2900;
}

/* line 1821, app/assets/stylesheets/active_admin.scss */
#calendar .fc-button-primary:focus {
  outline: none;
  background: #fff9f0;
}

/* line 1826, app/assets/stylesheets/active_admin.scss */
#calendar .fc-button-primary.fc-button-active {
  background: #fff2b7;
  color: #3d2900;
  font-weight: 700;
}

/* line 1832, app/assets/stylesheets/active_admin.scss */
#calendar .fc-button-primary:disabled {
  background: transparent;
  color: #ccc;
  opacity: 1;
  cursor: not-allowed;
}

/* line 1840, app/assets/stylesheets/active_admin.scss */
#calendar .fc-col-header-cell {
  background: #fff2b7;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 1847, app/assets/stylesheets/active_admin.scss */
#calendar .fc-col-header-cell .fc-col-header-cell-cushion {
  color: #3d2900 !important;
  text-decoration: none;
}

/* line 1853, app/assets/stylesheets/active_admin.scss */
#calendar .fc-daygrid-day-number,
#calendar .fc-daygrid-week-number {
  color: #664d00;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
}

/* line 1861, app/assets/stylesheets/active_admin.scss */
#calendar .fc-day-today {
  background: rgba(255, 204, 2, 0.12) !important;
}

/* line 1867, app/assets/stylesheets/active_admin.scss */
#calendar .fc-event {
  cursor: pointer;
  border: none;
  border-left: 3px solid var(--fc-event-border-color, #c28f00);
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  font-size: 13px;
  font-weight: 600;
  padding: 2px 6px 2px 7px;
  overflow: hidden;
  transition: opacity 0.15s, box-shadow 0.15s;
}

/* line 1879, app/assets/stylesheets/active_admin.scss */
#calendar .fc-event:hover {
  opacity: 0.9;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
}

/* line 1885, app/assets/stylesheets/active_admin.scss */
#calendar .fc-daygrid-event {
  margin-left: 6px;
  margin-right: 6px;
}

/* line 1890, app/assets/stylesheets/active_admin.scss */
#calendar .fc-event-title,
#calendar .fc-event-time {
  color: #3d2900 !important;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1899, app/assets/stylesheets/active_admin.scss */
#calendar .fc-timegrid-event {
  font-size: 11px;
  padding: 1px 4px;
}

/* line 1903, app/assets/stylesheets/active_admin.scss */
#calendar .fc-timegrid-event .fc-event-time {
  display: block;
}

/* line 1908, app/assets/stylesheets/active_admin.scss */
#calendar .fc-list-event-title a,
#calendar .fc-list-event-time {
  color: #3d2900;
  font-weight: 500;
}

/* line 1914, app/assets/stylesheets/active_admin.scss */
#calendar .fc-list-event:hover td {
  background: #fff2b7;
  cursor: pointer;
}

/* line 1919, app/assets/stylesheets/active_admin.scss */
#calendar .fc-list-empty-cushion {
  color: #664d00;
  font-style: italic;
}

/* line 1925, app/assets/stylesheets/active_admin.scss */
#calendar .fc-highlight {
  background: rgba(194, 143, 0, 0.15);
}

@media screen and (max-width: 768px) {
  /* line 1932, app/assets/stylesheets/active_admin.scss */
  #blc-calendar {
    min-height: 400px !important;
  }
  /* line 1937, app/assets/stylesheets/active_admin.scss */
  .page-booking-leave-calendar .panel_contents > div {
    flex-direction: column !important;
  }
  /* line 1941, app/assets/stylesheets/active_admin.scss */
  .page-booking-leave-calendar select {
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  /* line 1948, app/assets/stylesheets/active_admin.scss */
  .mce-tinymce,
.tox-tinymce {
    max-width: 100% !important;
  }
  /* line 1953, app/assets/stylesheets/active_admin.scss */
  .mce-tinymce iframe,
.tox-tinymce iframe {
    min-height: 250px !important;
  }
}

@media screen and (max-width: 1024px) {
  /* line 1966, app/assets/stylesheets/active_admin.scss */
  html, body {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1971, app/assets/stylesheets/active_admin.scss */
  #wrapper {
    min-width: 900px;
  }
}

@media screen and (max-width: 768px) {
  /* line 1981, app/assets/stylesheets/active_admin.scss */
  form fieldset.inputs input[type="text"],
form fieldset.inputs input[type="email"],
form fieldset.inputs input[type="password"],
form fieldset.inputs input[type="url"],
form fieldset.inputs input[type="tel"],
form fieldset.inputs input[type="number"],
form fieldset.inputs input[type="search"],
form fieldset.inputs textarea,
form fieldset.inputs select {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  /* line 1996, app/assets/stylesheets/active_admin.scss */
  form fieldset.actions li {
    width: 100%;
  }
  /* line 2000, app/assets/stylesheets/active_admin.scss */
  form fieldset.actions input[type="submit"],
form fieldset.actions .button {
    width: 100% !important;
    padding: 12px 20px !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }
  /* line 2009, app/assets/stylesheets/active_admin.scss */
  .has_many_container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 2015, app/assets/stylesheets/active_admin.scss */
  .has_many_fields {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  /* line 2022, app/assets/stylesheets/active_admin.scss */
  .panel_contents form {
    width: 100%;
    max-width: 100%;
  }
}

/* line 2032, app/assets/stylesheets/active_admin.scss */
.tag-input-widget {
  overflow: hidden;
  box-sizing: border-box;
}

/* line 2037, app/assets/stylesheets/active_admin.scss */
.tags-display {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 2px 0;
  margin-top: 6px;
  width: 100%;
  box-sizing: border-box;
}

/* line 2047, app/assets/stylesheets/active_admin.scss */
.tag-pill {
  display: inline-flex;
  align-items: center;
  background: #fff2b7;
  color: #3d2900;
  border: 1px solid #c28f00;
  border-radius: 999px;
  padding: 4px 8px 4px 8px;
  font-size: 13px;
  font-weight: 600;
  gap: 4px;
  white-space: normal;
  word-break: break-word;
  max-width: 100%;
  cursor: default;
  transition: box-shadow 0.15s, opacity 0.15s;
}

/* line 2064, app/assets/stylesheets/active_admin.scss */
.tag-pill.tag-pill--dragging {
  opacity: 0.45;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

/* line 2069, app/assets/stylesheets/active_admin.scss */
.tag-pill.tag-pill--drag-over {
  box-shadow: 0 0 0 2px #c28f00;
  background: #fff9f0;
}

/* line 2074, app/assets/stylesheets/active_admin.scss */
.tag-pill.tag-pill--editing {
  border-radius: 8px;
  padding: 3px 6px;
  background: #fff;
  border-color: #c28f00;
  gap: 4px;
}

/* line 2083, app/assets/stylesheets/active_admin.scss */
.tag-drag-handle {
  cursor: grab;
  color: #855f00;
  opacity: 0.5;
  font-size: 11px;
  letter-spacing: -2px;
  line-height: 1;
  user-select: none;
  padding: 0 2px 0 0;
  flex-shrink: 0;
}

/* line 2094, app/assets/stylesheets/active_admin.scss */
.tag-drag-handle:active {
  cursor: grabbing;
}

/* line 2099, app/assets/stylesheets/active_admin.scss */
.tag-label {
  flex: 1;
  min-width: 0;
}

/* line 2104, app/assets/stylesheets/active_admin.scss */
.tag-edit-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #855f00;
  font-size: 13px;
  line-height: 1;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  flex-shrink: 0;
  opacity: 0.6;
}

/* line 2121, app/assets/stylesheets/active_admin.scss */
.tag-edit-btn:hover {
  background: #fff2b7;
  opacity: 1;
  color: #855f00;
}

/* line 2128, app/assets/stylesheets/active_admin.scss */
.tag-remove-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #855f00;
  font-size: 15px;
  line-height: 1;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* line 2144, app/assets/stylesheets/active_admin.scss */
.tag-remove-btn:hover {
  background: #c28f00;
  color: #ffffff;
}

/* line 2150, app/assets/stylesheets/active_admin.scss */
.tag-inline-edit-input {
  border: none;
  outline: none;
  background: transparent;
  font-size: 13px;
  font-weight: 600;
  color: #3d2900;
  min-width: 80px;
  flex: 1;
  padding: 0 2px;
}

/* line 2162, app/assets/stylesheets/active_admin.scss */
.tag-save-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #2a7f2a;
  font-size: 15px;
  line-height: 1;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* line 2178, app/assets/stylesheets/active_admin.scss */
.tag-save-btn:hover {
  background: #d4f0d4;
  color: #1a5c1a;
}

/* line 2184, app/assets/stylesheets/active_admin.scss */
.tag-cancel-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #8a2222;
  font-size: 15px;
  line-height: 1;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* line 2200, app/assets/stylesheets/active_admin.scss */
.tag-cancel-btn:hover {
  background: #c28f00;
  color: #ffffff;
}

/* line 2206, app/assets/stylesheets/active_admin.scss */
.tag-add-row {
  display: flex;
  gap: 8px;
  align-items: center;
}

/* line 2211, app/assets/stylesheets/active_admin.scss */
.tag-add-row .tag-text-input {
  flex: 1;
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  color: #3d2900;
}

/* line 2219, app/assets/stylesheets/active_admin.scss */
.tag-add-row .tag-text-input:focus {
  border-color: #c28f00;
  box-shadow: 0 0 4px rgba(133, 95, 0, 0.15);
  outline: none;
}

/* line 2231, app/assets/stylesheets/active_admin.scss */
.color-tag-input-widget {
  overflow: visible;
  box-sizing: border-box;
  width: 100%;
}

/* line 2236, app/assets/stylesheets/active_admin.scss */
.color-tag-input-widget .tag-add-row {
  flex-wrap: nowrap;
  max-width: 100%;
}

/* line 2240, app/assets/stylesheets/active_admin.scss */
.color-tag-input-widget .tag-add-row .tag-text-input {
  min-width: 0;
}

/* line 2246, app/assets/stylesheets/active_admin.scss */
.color-tag-pill {
  border-style: solid;
  border-width: 1px;
}

/* line 2252, app/assets/stylesheets/active_admin.scss */
.color-tag-swatch {
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  flex-shrink: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 2263, app/assets/stylesheets/active_admin.scss */
.color-tag-swatch .swatch-color-picker {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  border: none;
  padding: 0;
}

/* line 2274, app/assets/stylesheets/active_admin.scss */
.tag-color-input {
  width: 36px;
  height: 32px;
  padding: 2px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  background: none;
  flex-shrink: 0;
}

/* line 2289, app/assets/stylesheets/active_admin.scss */
#ord-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

/* line 2295, app/assets/stylesheets/active_admin.scss */
.ord-subtitle {
  color: #664d00;
  font-size: 14px;
  margin-bottom: 20px;
}

/* line 2302, app/assets/stylesheets/active_admin.scss */
.ord-flash {
  position: fixed;
  top: 72px;
  right: 24px;
  z-index: 9999;
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  min-width: 220px;
  text-align: center;
  transition: opacity 0.4s ease;
}

/* line 2316, app/assets/stylesheets/active_admin.scss */
.ord-flash.ord-flash-success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  border-left: 4px solid #28a745;
}

/* line 2323, app/assets/stylesheets/active_admin.scss */
.ord-flash.ord-flash-error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  border-left: 4px solid #dc3545;
}

/* line 2332, app/assets/stylesheets/active_admin.scss */
.ord-type-tabs {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
  border-bottom: 2px solid #c28f00;
}

/* line 2339, app/assets/stylesheets/active_admin.scss */
.ord-type-tab {
  padding: 10px 24px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: #664d00;
  border-radius: 4px 4px 0 0;
  transition: background 0.2s, color 0.2s;
}

/* line 2348, app/assets/stylesheets/active_admin.scss */
.ord-type-tab:hover {
  background: #fff2b7;
  color: #3d2900;
}

/* line 2353, app/assets/stylesheets/active_admin.scss */
.ord-type-tab.active {
  background: #c28f00;
  color: #ffffff;
}

/* line 2360, app/assets/stylesheets/active_admin.scss */
.ord-cat-tabs {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}

/* line 2366, app/assets/stylesheets/active_admin.scss */
.ord-cat-tab {
  padding: 7px 18px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #664d00;
  background: #fff9f0;
  border: 1px solid #fff2b7;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s;
}

/* line 2377, app/assets/stylesheets/active_admin.scss */
.ord-cat-tab:hover {
  background: #fff2b7;
  color: #3d2900;
}

/* line 2382, app/assets/stylesheets/active_admin.scss */
.ord-cat-tab.active {
  background: #855f00;
  color: #ffffff;
  border-color: #855f00;
}

/* line 2390, app/assets/stylesheets/active_admin.scss */
.ord-section.hidden,
.ord-cat-pane.hidden {
  display: none;
}

/* line 2396, app/assets/stylesheets/active_admin.scss */
.ord-hint {
  font-size: 13px;
  color: #664d00;
  margin-bottom: 10px;
}

/* line 2403, app/assets/stylesheets/active_admin.scss */
.ord-empty {
  padding: 20px;
  text-align: center;
  color: #664d00;
  font-style: italic;
  background: #fff9f0;
  border-radius: 4px;
}

/* line 2413, app/assets/stylesheets/active_admin.scss */
.ord-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
}

/* line 2423, app/assets/stylesheets/active_admin.scss */
.ord-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: #ffffff;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.15s;
}

/* line 2432, app/assets/stylesheets/active_admin.scss */
.ord-item:last-child {
  border-bottom: none;
}

/* line 2436, app/assets/stylesheets/active_admin.scss */
.ord-item:hover {
  background: #fff9f0;
}

/* line 2441, app/assets/stylesheets/active_admin.scss */
.ord-item.sortable-ghost {
  opacity: 0.4;
  background: #fff2b7;
}

/* line 2442, app/assets/stylesheets/active_admin.scss */
.ord-item.sortable-chosen {
  background: #fff2b7;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

/* line 2443, app/assets/stylesheets/active_admin.scss */
.ord-item.sortable-drag {
  opacity: 0.9;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

/* line 2447, app/assets/stylesheets/active_admin.scss */
.ord-handle {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 4px 2px;
  cursor: grab;
}

/* line 2454, app/assets/stylesheets/active_admin.scss */
.ord-handle:active {
  cursor: grabbing;
}

/* line 2456, app/assets/stylesheets/active_admin.scss */
.ord-handle span {
  display: block;
  width: 18px;
  height: 2px;
  background: #aaa;
  border-radius: 1px;
  transition: background 0.2s;
}

/* line 2465, app/assets/stylesheets/active_admin.scss */
.ord-handle:hover span {
  background: #c28f00;
}

/* line 2469, app/assets/stylesheets/active_admin.scss */
.ord-item-body {
  flex: 1;
  min-width: 0;
}

/* line 2471, app/assets/stylesheets/active_admin.scss */
.ord-item-name {
  font-size: 14px;
  font-weight: 600;
  color: #3d2900;
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 2481, app/assets/stylesheets/active_admin.scss */
.ord-item-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #664d00;
}

/* line 2490, app/assets/stylesheets/active_admin.scss */
.ord-badge {
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 3px;
}

/* line 2496, app/assets/stylesheets/active_admin.scss */
.ord-badge.active {
  background: #d4edda;
  color: #155724;
}

/* line 2497, app/assets/stylesheets/active_admin.scss */
.ord-badge.inactive {
  background: #f8d7da;
  color: #721c24;
}

/* line 2501, app/assets/stylesheets/active_admin.scss */
.ord-pos {
  min-width: 28px;
  text-align: right;
  font-size: 13px;
  font-weight: 700;
  color: #664d00;
}

/* line 2513, app/assets/stylesheets/active_admin.scss */
.pts-calendar-page {
  padding: 16px 0;
}

/* line 2518, app/assets/stylesheets/active_admin.scss */
.pts-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

/* line 2524, app/assets/stylesheets/active_admin.scss */
.pts-toolbar .pts-toolbar-left,
.pts-toolbar .pts-toolbar-right {
  display: flex;
  gap: 8px;
}

/* line 2532, app/assets/stylesheets/active_admin.scss */
.pts-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
  font-size: 13px;
  color: #664d00;
}

/* line 2541, app/assets/stylesheets/active_admin.scss */
.pts-legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* line 2547, app/assets/stylesheets/active_admin.scss */
.pts-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* line 2556, app/assets/stylesheets/active_admin.scss */
#pts-fullcalendar {
  background: #fff;
  border: 1px solid #e0d0a0;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(133, 95, 0, 0.15);
}

/* line 2562, app/assets/stylesheets/active_admin.scss */
#pts-fullcalendar .fc-toolbar-title {
  font-size: 18px;
  font-weight: 700;
  color: #3d2900;
}

/* line 2568, app/assets/stylesheets/active_admin.scss */
#pts-fullcalendar .fc-button-primary {
  background-color: #c28f00;
  border-color: #855f00;
  color: #fff;
}

/* line 2573, app/assets/stylesheets/active_admin.scss */
#pts-fullcalendar .fc-button-primary:hover, #pts-fullcalendar .fc-button-primary:focus {
  background-color: #855f00;
  border-color: #855f00;
}

/* line 2579, app/assets/stylesheets/active_admin.scss */
#pts-fullcalendar .fc-button-primary.fc-button-active {
  background-color: #855f00;
  border-color: #855f00;
}

/* line 2584, app/assets/stylesheets/active_admin.scss */
#pts-fullcalendar .fc-button-primary:disabled {
  background-color: #ffc729;
  border-color: #eba800;
}

/* line 2590, app/assets/stylesheets/active_admin.scss */
#pts-fullcalendar .fc-col-header-cell {
  background: #fff2b7;
  color: #3d2900;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 2599, app/assets/stylesheets/active_admin.scss */
#pts-fullcalendar .fc-daygrid-day-number,
#pts-fullcalendar .fc-daygrid-week-number {
  color: #664d00;
  font-weight: 600;
}

/* line 2605, app/assets/stylesheets/active_admin.scss */
#pts-fullcalendar .fc-day-today {
  background: rgba(255, 204, 2, 0.12) !important;
}

/* line 2610, app/assets/stylesheets/active_admin.scss */
#pts-fullcalendar .fc-event {
  cursor: pointer;
  border-radius: 5px;
  border: none !important;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 7px;
  transition: opacity 0.15s, transform 0.1s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
}

/* line 2620, app/assets/stylesheets/active_admin.scss */
#pts-fullcalendar .fc-event:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.22);
}

/* line 2630, app/assets/stylesheets/active_admin.scss */
#pts-fullcalendar .fc-daygrid-block-event .fc-event-title,
#pts-fullcalendar .fc-daygrid-block-event .fc-event-time,
#pts-fullcalendar .fc-timegrid-event .fc-event-title,
#pts-fullcalendar .fc-timegrid-event .fc-event-time {
  color: #fff !important;
  font-weight: 600;
  font-size: 12px;
}

/* line 2639, app/assets/stylesheets/active_admin.scss */
#pts-fullcalendar .fc-timegrid-event .fc-event-main {
  padding: 2px 5px;
}

/* line 2645, app/assets/stylesheets/active_admin.scss */
#pts-fullcalendar .fc-daygrid-dot-event .fc-event-title,
#pts-fullcalendar .fc-daygrid-dot-event .fc-event-time {
  color: #3d2900 !important;
  font-weight: 600;
}

/* line 2652, app/assets/stylesheets/active_admin.scss */
#pts-fullcalendar .fc-col-header-cell-cushion {
  color: #3d2900 !important;
  text-decoration: none;
  font-weight: 700;
}

/* line 2658, app/assets/stylesheets/active_admin.scss */
#pts-fullcalendar .fc-daygrid-day-number {
  text-decoration: none;
}

/* line 2662, app/assets/stylesheets/active_admin.scss */
#pts-fullcalendar .fc-list-event-title a,
#pts-fullcalendar .fc-list-event-time {
  color: #3d2900;
  font-weight: 500;
}

/* line 2668, app/assets/stylesheets/active_admin.scss */
#pts-fullcalendar .fc-list-event:hover td {
  background: #fff2b7;
  cursor: pointer;
}

/* line 2673, app/assets/stylesheets/active_admin.scss */
#pts-fullcalendar .fc-list-empty-cushion {
  color: #664d00;
  font-style: italic;
}

/* line 2680, app/assets/stylesheets/active_admin.scss */
.pts-tooltip {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  background: rgba(30, 30, 30, 0.92);
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
  padding: 10px 14px;
  border-radius: 6px;
  max-width: 260px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
  white-space: normal;
}

/* line 2694, app/assets/stylesheets/active_admin.scss */
.pts-tooltip strong {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
}

/* line 2700, app/assets/stylesheets/active_admin.scss */
.pts-tooltip span {
  display: block;
}

/* line 2709, app/assets/stylesheets/active_admin.scss */
.select2-container {
  width: 100% !important;
  font-size: 13px;
}

/* line 2714, app/assets/stylesheets/active_admin.scss */
.select2-container--default .select2-selection--single {
  height: 34px;
  border: 1px solid #d1c4a0;
  border-radius: 4px;
  background: #fffef8;
  display: flex;
  align-items: center;
  position: relative;
}

/* line 2723, app/assets/stylesheets/active_admin.scss */
.select2-container--default .select2-selection--single:hover {
  border-color: #c28f00;
}

/* line 2725, app/assets/stylesheets/active_admin.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
  padding-left: 10px;
  padding-right: 52px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}

/* line 2736, app/assets/stylesheets/active_admin.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
  flex-shrink: 0;
}

/* line 2739, app/assets/stylesheets/active_admin.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #855f00 transparent transparent;
}

/* line 2742, app/assets/stylesheets/active_admin.scss */
.select2-container--default .select2-selection--single .select2-selection__clear {
  position: absolute !important;
  right: 26px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  float: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 26px !important;
  height: 26px !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 20px !important;
  line-height: 1 !important;
  color: #888 !important;
  cursor: pointer !important;
  border-radius: 50% !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  z-index: 2 !important;
}

/* line 2764, app/assets/stylesheets/active_admin.scss */
.select2-container--default .select2-selection--single .select2-selection__clear:hover {
  color: #c0392b !important;
}

/* line 2765, app/assets/stylesheets/active_admin.scss */
.select2-container--default .select2-selection--single .select2-selection__clear span {
  pointer-events: none;
}

/* line 2769, app/assets/stylesheets/active_admin.scss */
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #c28f00;
  box-shadow: 0 0 0 2px rgba(194, 143, 0, 0.18);
}

/* line 2773, app/assets/stylesheets/active_admin.scss */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #855f00;
}

/* line 2776, app/assets/stylesheets/active_admin.scss */
.select2-dropdown {
  border: 1px solid #c28f00;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  background: #fff;
  z-index: 9999;
}

/* line 2784, app/assets/stylesheets/active_admin.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #d1c4a0;
  border-radius: 3px;
  padding: 5px 8px;
  font-size: 13px;
  outline: none;
}

/* line 2791, app/assets/stylesheets/active_admin.scss */
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #c28f00;
}

/* line 2794, app/assets/stylesheets/active_admin.scss */
.select2-container--default .select2-results__option {
  padding: 6px 12px;
  font-size: 13px;
}

/* line 2798, app/assets/stylesheets/active_admin.scss */
.select2-container--default .select2-results__option--highlighted, .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #fff2b7;
  color: #855f00;
}

/* line 2804, app/assets/stylesheets/active_admin.scss */
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #fff9f0;
  color: #855f00;
  font-weight: 600;
}

/* line 2811, app/assets/stylesheets/active_admin.scss */
.select2-container--open {
  z-index: 9999 !important;
}

/* line 2813, app/assets/stylesheets/active_admin.scss */
#filters_sidebar_section .select2-container {
  margin-top: 2px;
}

/* line 2815, app/assets/stylesheets/active_admin.scss */
.inputs .select2-container {
  max-width: 100%;
}

/* line 2817, app/assets/stylesheets/active_admin.scss */
#certificate_student_id_input .select2-container {
  width: 300px !important;
}

/* line 2820, app/assets/stylesheets/active_admin.scss */
#private_tutoring_session_plan_id_input .select2-container {
  width: auto !important;
  min-width: 250px;
  max-width: 500px !important;
}

/* line 2826, app/assets/stylesheets/active_admin.scss */
.select2-container--default .select2-results__option.loading-results {
  color: #c28f00;
}

/* line 2831, app/assets/stylesheets/active_admin.scss */
a.manager-toggle-link:hover, a.manager-toggle-link:focus {
  background: none !important;
  outline: none !important;
  box-shadow: none !important;
}
