/* Active Admin CSS */
@media screen {
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  /* Document
   ========================================================================== */
  /**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
  /* line 11, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  body {
    margin: 0;
  }
  /**
 * Render the `main` element consistently in IE.
 */
  /* line 31, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  /* line 133, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  sub {
    bottom: -0.25em;
  }
  /* line 137, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  progress {
    vertical-align: baseline;
  }
  /**
 * Remove the default vertical scrollbar in IE 10+.
 */
  /* line 261, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  details {
    display: block;
  }
  /*
 * Add the correct display in all browsers.
 */
  /* line 328, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  summary {
    display: list-item;
  }
  /* Misc
   ========================================================================== */
  /**
 * Add the correct display in IE 10+.
 */
  /* line 339, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  template {
    display: none;
  }
  /**
 * Add the correct display in IE 10.
 */
  /* line 347, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  [hidden] {
    display: none;
  }
  /* line 27, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  html {
    font-size: 100.01%;
  }
  /* line 28, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  body {
    font-size: 75%;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  }
  /* line 31, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #5E6469;
  }
  /* line 34, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0;
  }
  /* line 37, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  h1 {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.5em;
  }
  /* line 38, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  h2 {
    font-size: 2em;
    margin-bottom: 0.75em;
  }
  /* line 39, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  h3 {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1em;
  }
  /* line 40, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  h4 {
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em;
  }
  /* line 41, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
  }
  /* line 42, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  h6 {
    font-size: 1em;
    font-weight: bold;
  }
  /* line 45, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  p {
    margin: 0 0 1.5em;
  }
  /* line 48, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  p .left {
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0;
  }
  /* line 49, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  p .right {
    margin: 1.5em 0 1.5em 1.5em;
    padding: 0;
  }
  /* line 52, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .left {
    float: left !important;
  }
  /* line 53, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .right {
    float: right !important;
  }
  /* line 55, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic;
  }
  /* line 56, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  strong, dfn {
    font-weight: bold;
  }
  /* line 57, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  em, dfn {
    font-style: italic;
  }
  /* line 58, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  sup, sub {
    line-height: 0;
  }
  /* line 60, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  abbr,
acronym {
    border-bottom: 1px dotted #666;
  }
  /* line 62, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  address {
    margin: 0 0 1.5em;
    font-style: italic;
  }
  /* line 63, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  del {
    color: #666;
  }
  /* line 65, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  pre {
    margin: 1.5em 0;
    white-space: pre;
  }
  /* line 66, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  pre, code, tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5;
  }
  /* line 69, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  li ul,
li ol {
    margin: 0;
  }
  /* line 71, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  ul, ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
  }
  /* line 73, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  ul {
    list-style-type: disc;
  }
  /* line 74, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  ol {
    list-style-type: decimal;
  }
  /* line 76, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  dl {
    margin: 0 0 1.5em 0;
  }
  /* line 77, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  dl dt {
    font-weight: bold;
  }
  /* line 78, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  dd {
    margin-left: 1.5em;
  }
  /* line 81, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  table {
    margin-bottom: 1.4em;
    width: 100%;
  }
  /* line 82, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  th {
    font-weight: bold;
  }
  /* line 83, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  thead th {
    background: #c3d9ff;
  }
  /* line 84, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  th, td, caption {
    padding: 4px 10px 4px 5px;
  }
  /* line 87, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .small {
    font-size: .8em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
  }
  /* line 88, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .large {
    font-size: 1.2em;
    line-height: 2.5em;
    margin-bottom: 1.25em;
  }
  /* line 89, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .hide {
    display: none;
  }
  /* line 91, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .quiet {
    color: #666;
  }
  /* line 92, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .loud {
    color: #000;
  }
  /* line 93, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .highlight {
    background: #ff0;
  }
  /* line 94, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .added {
    background: #060;
    color: #fff;
  }
  /* line 95, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .removed {
    background: #900;
    color: #fff;
  }
  /* line 97, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .first {
    margin-left: 0;
    padding-left: 0;
  }
  /* line 98, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .last {
    margin-right: 0;
    padding-right: 0;
  }
  /* line 99, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .top {
    margin-top: 0;
    padding-top: 0;
  }
  /* line 100, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .bottom {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  /* line 2, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header {
    background-color: #6a7176;
    background-image: linear-gradient(180deg, #6a7176, #4d5256);
    border-bottom: 1px solid #44484b;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    text-shadow: #000 0 1px 0;
    display: table;
    height: 20px;
    width: 100%;
    overflow: visible;
    position: inherit;
    padding: 5px 0;
    z-index: 900;
  }
  /* line 14, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header h1 {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    color: #cdcdcd;
    margin-right: 20px;
    margin-bottom: 0px;
    padding: 3px 30px 0 30px;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1.2;
  }
  /* line 26, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header h1 a {
    text-decoration: none;
  }
  /* line 29, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header h1 a:hover {
    color: #fff;
  }
  /* line 34, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header h1 img {
    position: relative;
    top: -2px;
  }
  /* line 40, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header a, #header a:link {
    color: #cdcdcd;
  }
  /* line 42, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header .header-item {
    top: 2px;
    position: relative;
    height: 20px;
  }
  /* line 48, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  /* line 55, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs li {
    /* Hover on li, display the ul */
  }
  /* line 57, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs li:hover > ul {
    display: block;
  }
  /* line 60, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li {
    display: inline-block;
    margin-right: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.0em;
    position: relative;
    /* Drop down menus */
  }
  /* line 68, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li a {
    text-decoration: none;
    padding: 6px 10px 4px 10px;
    position: relative;
    border-radius: 10px;
  }
  /* line 75, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li.current > a {
    background: #7b8389;
    color: #fff;
  }
  /* line 80, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li.has_nested > a {
    background: url("data:image/png;base64,R0lGODlhBwAEAKIAAL6+vry8vIiIiJWVlf///3t7ewAAAAAAACH5BAEAAAUALAAAAAAHAAQAAAMLWLol80MoF5mQKgEAOw==") no-repeat calc(100% - 7px) 50%;
    padding-right: 20px;
  }
  /* line 85, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li.has_nested.current > a {
    background: #7b8389 url("data:image/png;base64,R0lGODlhBwAEAKIAAG1tbWxsbElJSVBQUP///0JCQgAAAAAAACH5BAEAAAUALAAAAAAHAAQAAAMLWLol80MoF5mQKgEAOw==") no-repeat calc(100% - 7px) 50%;
    padding-right: 20px;
  }
  /* line 90, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li:hover > a {
    background: #7b8389;
    color: #fff;
  }
  /* line 95, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li.has_nested:hover > a {
    border-radius: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom: 5px solid #7b8389;
    background: #7b8389 url("data:image/png;base64,R0lGODlhBwAEAKIAAG1tbWxsbElJSVBQUP///0JCQgAAAAAAACH5BAEAAAUALAAAAAAHAAQAAAMLWLol80MoF5mQKgEAOw==") no-repeat calc(100% - 7px) 50%;
    z-index: 1020;
  }
  /* line 104, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul {
    background: #7b8389;
    border-top-right-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 1px 3px #444;
    position: absolute;
    width: 120%;
    min-width: 175px;
    max-width: calc(100% + 20px);
    margin-top: 5px;
    float: left;
    display: none;
    padding: 3px 0px 5px 0;
    list-style: none;
    z-index: 1010;
  }
  /* line 119, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li {
    position: relative;
    margin: 0px;
  }
  /* line 122, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li a {
    background: none;
    display: block;
  }
  /* line 125, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li a:hover {
    color: #fff;
    background: none;
  }
  /* line 129, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li.current a {
    border-radius: 0;
  }
  /* line 132, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li.has_nested > a {
    background: url("data:image/gif;base64,R0lGODlhBAAHAKECAKqqqszMzPkVFfkVFSH+EUNyZWF0ZWQgd2l0aCBHSU1QACH5BAEKAAIALAAAAAAEAAcAAAIJlA0XKbH9nmAFADs=") no-repeat calc(100% - 7px) 55%;
    padding-right: 20px;
  }
  /* line 137, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li.has_nested:hover > a {
    background: url("data:image/gif;base64,R0lGODlhBAAHAMIEAG1tbWxsbElJSVBQUPkVFfkVFfkVFfkVFSH+EUNyZWF0ZWQgd2l0aCBHSU1QACH5BAEKAAEALAAAAAAEAAcAAAMKGKqy02G8OGeACQA7") no-repeat calc(100% - 7px) 55%;
    color: #fff;
  }
  /* line 142, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li ul {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: 0;
    top: -3px;
    left: 100%;
    /* Create an invisible backdrop that adds 8px margin around the dropdown menu or submenu
               that maintains the hover. This makes it much easier to navigate to submenus in
               particular without losing hover accientally, especially near rounded corners. */
  }
  /* line 151, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li ul:after {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: -8px;
    height: calc(100% + 16px);
    width: calc(100% + 16px);
    z-index: -2;
  }
  /* line 167, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header #tabs {
    width: 100%;
  }
  /* line 171, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header #utility_nav {
    color: #aaa;
    display: table-cell;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    padding-right: 26px;
    text-align: right;
  }
  /* line 180, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header #utility_nav a {
    text-decoration: none;
  }
  /* line 181, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header #utility_nav a:hover {
    color: #fff;
  }
  /* line 183, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_header.scss */
  #header #utility_nav li {
    display: inline;
  }
  /* line 2, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form {
    /* Reset margins & Padding */
    /* Nested Fieldsets and Legends */
    /* Text Fields */
    /* semantic_errors */
    /* Buttons */
  }
  /* line 4, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form ul, form ol, form li, form fieldset, form legend, form input, form textarea, form select, form p {
    margin: 0;
    padding: 0;
  }
  /* line 5, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form ol, form ul {
    list-style: none;
  }
  /* line 7, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset {
    border: 0;
    padding: 10px 0;
    margin-bottom: 20px;
  }
  /* line 12, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset.inputs {
    background: #f4f4f4;
    border-radius: 4px;
    box-shadow: inset 0 1px 4px #ddd;
  }
  /* line 14, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset legend {
    width: 100%;
  }
  /* line 16, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset legend span {
    display: block;
    background-color: #efefef;
    background-image: linear-gradient(180deg, #efefef, #dfe1e2);
    text-shadow: #fff 0 1px 0;
    border: solid 1px #cdcdcd;
    border-color: #d4d4d4;
    border-top-color: #e6e6e6;
    border-right-color: #d4d4d4;
    border-bottom-color: #cdcdcd;
    border-left-color: #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0.5em;
    color: #5E6469;
    padding: 5px 10px 3px 10px;
  }
  /* line 19, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li {
    padding: 10px;
  }
  /* line 21, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li label {
    display: block;
    width: 20%;
    float: left;
    font-size: 1.0em;
    font-weight: bold;
    color: #5E6469;
  }
  /* line 28, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li label abbr {
    border: none;
    color: #aaa;
  }
  /* line 35, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li.has_many_container {
    padding: 20px 10px;
  }
  /* line 37, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li.has_many_container h3 {
    font-size: 12px;
    font-weight: bold;
  }
  /* line 41, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li.has_many_container .has_many_fields {
    margin: 10px 0;
  }
  /* line 44, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li > li label {
    line-height: 100%;
    padding-top: 0;
  }
  /* line 47, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li > li label input {
    line-height: 100%;
    vertical-align: middle;
    margin-top: -0.1em;
  }
  /* line 56, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form .has_many_fields {
    position: relative;
  }
  /* line 59, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form .has_many_container .handle {
    position: absolute;
    top: calc(50% - 3em / 2);
    right: 2px;
    padding: 0;
    cursor: move;
  }
  /* line 68, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form .has_many_container.ui-sortable .has_many_container {
    margin-right: 2em;
  }
  /* line 75, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form .ui-sortable input[type=text], form .ui-sortable input[type=password], form .ui-sortable input[type=email], form .ui-sortable input[type=number], form .ui-sortable input[type=url], form .ui-sortable input[type=tel], form .ui-sortable textarea {
    width: calc(80% - 22px - 2em - 1px);
  }
  /* line 83, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li fieldset {
    position: relative;
    padding: 0;
    margin-bottom: 0;
  }
  /* line 88, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li fieldset:not(.inputs) ol {
    float: left;
    width: 74%;
    margin: 0;
    padding: 0 0 0 20%;
  }
  /* line 94, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li fieldset:not(.inputs) ol li {
    padding: 0;
    border: 0;
  }
  /* line 100, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li fieldset.inputs ol {
    float: left;
    width: 100%;
    margin: 0;
  }
  /* line 109, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form input[type=text],
form input[type=password],
form input[type=email],
form input[type=number],
form input[type=url],
form input[type=tel],
form input[type=date],
form input[type=time],
form textarea {
    width: calc(80% - 22px);
    border: 1px solid #c9d0d6;
    border-radius: 3px;
    font-size: 0.95em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    outline: none;
    padding: 8px 10px 7px;
  }
  /* line 126, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form input[type=text]:focus,
form input[type=password]:focus,
form input[type=email]:focus,
form input[type=number]:focus,
form input[type=url]:focus,
form input[type=tel]:focus,
form input[type=date]:focus,
form input[type=time]:focus,
form textarea:focus {
    border: 1px solid #99a2aa;
    box-shadow: 0 0 4px #99a2aa;
  }
  /* line 132, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form input[type=date] {
    width: calc(100% - 22px);
  }
  /* line 136, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li {
    /* Hints */
    /* Date and Time Fields */
    /* Check Boxes or Radio fields */
    /* Boolean Field */
    /* Hidden fields */
    /* Errors */
  }
  /* line 139, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li p.inline-hints {
    font-size: 0.95em;
    font-style: italic;
    color: #666;
    margin: 0.5em 0 0 20%;
  }
  /* line 148, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.date_select fieldset ol li, form fieldset > ol > li.time_select fieldset ol li, form fieldset > ol > li.datetime_select fieldset ol li {
    float: left;
    width: auto;
    margin: 0 0.5em 0 0;
  }
  /* line 150, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.date_select fieldset ol li label, form fieldset > ol > li.time_select fieldset ol li label, form fieldset > ol > li.datetime_select fieldset ol li label {
    display: none;
  }
  /* line 151, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.date_select fieldset ol li input, form fieldset > ol > li.time_select fieldset ol li input, form fieldset > ol > li.datetime_select fieldset ol li input {
    display: inline;
    margin: 0;
    padding: 0;
  }
  /* line 157, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.check_boxes fieldset ol, form fieldset > ol > li.radio fieldset ol {
    margin-bottom: -0.6em;
  }
  /* line 159, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.check_boxes fieldset ol li, form fieldset > ol > li.radio fieldset ol li {
    margin: 0.1em 0 0.5em 0;
  }
  /* line 161, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.check_boxes fieldset ol li label, form fieldset > ol > li.radio fieldset ol li label {
    float: none;
    width: 100%;
  }
  /* line 164, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.check_boxes fieldset ol li label input, form fieldset > ol > li.radio fieldset ol li label input {
    margin-right: 0.2em;
  }
  /* line 171, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.boolean {
    min-height: 1.1em;
  }
  /* line 173, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.boolean label input {
    margin: 0 0.5em 0 0.2em;
  }
  /* line 184, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.hidden {
    padding: 0;
  }
  /* line 189, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li p.inline-errors {
    color: #932419;
    font-weight: bold;
    margin: 0.3em 0 0 20%;
  }
  /* line 194, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li ul.errors {
    color: #932419;
    margin: 0.5em 0 0 20%;
    list-style: square;
  }
  /* line 198, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li ul.errors li {
    padding: 0;
    border: none;
    display: list-item;
  }
  /* line 202, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.error input[type=text], form fieldset > ol > li.error input[type=password], form fieldset > ol > li.error input[type=email], form fieldset > ol > li.error input[type=number], form fieldset > ol > li.error input[type=url], form fieldset > ol > li.error input[type=tel], form fieldset > ol > li.error textarea {
    border: 1px solid #932419;
  }
  /* line 209, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form ul.errors {
    background: #fae6e4;
    border-radius: 4px;
    color: #932419;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px;
    list-style: square;
  }
  /* line 217, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form ul.errors li {
    margin-left: 15px;
    padding: 0;
    border: none;
    display: list-item;
  }
  /* line 222, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form input[type=submit], form input[type=button], form button {
    cursor: pointer;
    background-color: #838a90;
    background-image: linear-gradient(180deg, #838a90, #414549);
    text-shadow: #000 0 1px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
    border: solid 1px #484e53;
    border-color: #484e53;
    border-top-color: #616a71;
    border-right-color: #484e53;
    border-bottom-color: #363b3f;
    border-left-color: #484e53;
    color: #efefef;
    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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  form input[type=submit]:not(.disabled):hover, form input[type=button]:not(.disabled):hover, form button:not(.disabled):hover {
    background-color: #8b9297;
    background-image: linear-gradient(180deg, #8b9297, #484d51);
  }
  /* line 33, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  form input[type=submit]:not(.disabled):active, form input[type=button]:not(.disabled):active, form button:not(.disabled):active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;
    background-color: #71797f;
    background-image: linear-gradient(180deg, #71797f, #35383b);
  }
  /* line 227, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form .buttons, form .actions {
    margin-top: 15px;
  }
  /* line 229, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form .actions .create_another {
    float: none;
    margin-bottom: 10px;
  }
  /* line 236, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form .actions .create_another label {
    float: none;
    display: inline;
  }
  /* line 242, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset.buttons li, form fieldset.actions li {
    float: left;
    padding: 0;
  }
  /* line 246, ../usr/local/bundle/gems/activeadmin-3.2.5/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: #5E6469;
    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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  form fieldset.buttons li.cancel a.disabled, form fieldset.actions li.cancel a.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  form fieldset.buttons li.cancel a:not(.disabled):hover, form fieldset.actions li.cancel a:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  /* line 54, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  .sidebar_section label {
    display: block;
    text-transform: uppercase;
    color: #5E6469;
    font-size: 0.9em;
    font-weight: bold;
  }
  /* line 262, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  .sidebar_section select {
    width: 240px;
  }
  /* line 266, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field {
    margin-bottom: 10px;
    clear: both;
  }
  /* line 280, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field.select_and_search select {
    width: 108px;
  }
  /* line 290, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field.filter_check_boxes label {
    margin-bottom: 3px;
  }
  /* line 291, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field.filter_date_range input[type=text] {
    width: 114px;
  }
  /* line 308, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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: #5E6469;
    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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  form.filter_form a.clear_filters_btn.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  form.filter_form a.clear_filters_btn:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  /* line 54, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  form.filter_form a.clear_filters_btn:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  /* line 4, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments .active_admin_comment {
    margin-top: 10px;
    margin-bottom: 20px;
    max-width: 700px;
  }
  /* line 2, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
  .comments .active_admin_comment:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
  /* line 10, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments .active_admin_comment .active_admin_comment_meta {
    width: 130px;
    float: left;
    overflow: hidden;
    font-size: 0.9em;
    color: #767e84;
  }
  /* line 16, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments .active_admin_comment .active_admin_comment_meta .active_admin_comment_author {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    color: #5E6469;
  }
  /* line 23, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments .active_admin_comment .active_admin_comment_body {
    margin-left: 150px;
  }
  /* line 27, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments form.active_admin_comment {
    margin: 0;
    padding: 0;
    margin-left: 150px;
  }
  /* line 32, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments form.active_admin_comment fieldset.inputs {
    margin: 0;
    padding: 0;
    background: none;
    box-shadow: none;
  }
  /* line 38, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments form.active_admin_comment li {
    padding: 0;
  }
  /* line 39, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments form.active_admin_comment fieldset.buttons {
    padding: 0;
    margin-top: 5px;
  }
  /* line 2, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_flash_messages.scss */
  body.logged_in .flash {
    background-color: #f7f1d3;
    background-image: linear-gradient(180deg, #f7f1d3, #f5edc5);
    text-shadow: #fafafa 0 1px 0;
    border-bottom: 1px solid #eee098;
    color: #cb9810;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.0em;
    padding: 13px 30px 11px;
    position: relative;
  }
  /* line 13, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_flash_messages.scss */
  body.logged_in .flash.flash_notice {
    background-color: #dce9dd;
    background-image: linear-gradient(180deg, #dce9dd, #ccdfcd);
    border-bottom: 1px solid #adcbaf;
    color: #416347;
  }
  /* line 18, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_flash_messages.scss */
  body.logged_in .flash.flash_error {
    background-color: #f5e4e4;
    background-image: linear-gradient(180deg, #f5e4e4, #f1dcdc);
    border-bottom: 1px solid #e0c2c0;
    color: #b33c33;
  }
  /* line 27, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_flash_messages.scss */
  body.logged_out .flash {
    box-shadow: none;
    text-shadow: #fff 0 1px 0;
    background: none;
    color: #666;
    font-weight: bold;
    line-height: 1.0em;
    padding: 0;
    margin-bottom: 8px;
  }
  /* line 2, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker {
    background: #fff;
    background-clip: padding-box;
    color: #fff;
    display: none;
    margin-top: 2px;
    padding: 0;
    text-align: center;
    width: 160px;
  }
  /* line 12, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker a {
    text-decoration: none;
  }
  /* line 14, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker a:hover {
    cursor: pointer;
  }
  /* line 19, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker .ui-datepicker-header {
    background-color: #6a7176;
    background-image: linear-gradient(180deg, #6a7176, #4d5256);
    border-bottom: 1px solid #44484b;
    padding: 12px 5px 7px 4px;
    margin: 0px 0px 2px 2px;
    width: 156px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    position: relative;
    z-index: 2000;
  }
  /* line 29, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker .ui-datepicker-header a span {
    display: none;
  }
  /* line 91, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker table.ui-datepicker-calendar tbody {
    color: #666666;
  }
  /* line 118, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-highlight {
    background-color: #dbdddf;
  }
  /* line 4, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  table tr td {
    vertical-align: top;
  }
  /* line 8, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  table tr th {
    text-align: left;
  }
  /* line 15, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table {
    width: 100%;
    margin-bottom: 10px;
    border: 0;
    border-spacing: 0;
  }
  /* line 21, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table th {
    background-color: #efefef;
    background-image: linear-gradient(180deg, #efefef, #dfe1e2);
    text-shadow: #fff 0 1px 0;
    border: solid 1px #cdcdcd;
    border-color: #d4d4d4;
    border-top-color: #e6e6e6;
    border-right-color: #d4d4d4;
    border-bottom-color: #cdcdcd;
    border-left-color: #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0.5em;
    color: #5E6469;
    padding: 5px 10px 3px 10px;
    border-right: none;
    padding-left: 12px;
    padding-right: 12px;
  }
  /* line 27, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table th a, table.index_table th a:link, table.index_table th a:visited {
    color: #5E6469;
    text-decoration: none;
    display: block;
    white-space: nowrap;
  }
  /* line 34, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table th.sortable a {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAABGCAYAAAAAVo4aAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAH5JREFUeNpi3LhlOwMU1AExGxDXwARYoHQLEFdD2cxAXAliMKFJgEAFEHfBJEHGMKLhMpgkTsAEdch/NNwCk2xCdiEQtML4LEgCf6EubUX3Cgh0oNvJ+P//f7wOGpUclRwYSZb41CyidNbB8giNM+9oXhmVHHm5bJjUSAABBgDKKiwMMUxPwgAAAABJRU5ErkJggg==") no-repeat 0 4px;
    padding-left: 13px;
  }
  /* line 38, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table th.sorted-asc a {
    background-position: 0 -27px;
  }
  /* line 39, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table th.sorted-desc a {
    background-position: 0 -56px;
  }
  /* line 41, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table th.sorted-asc, table.index_table th.sorted-desc {
    background-color: #e2e2e2;
    background-image: linear-gradient(180deg, #e2e2e2, #d2d4d6);
  }
  /* line 45, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table th:last-child {
    border-right: solid 1px #d4d4d4;
  }
  /* line 51, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table tr.even td {
    background: #f4f5f5;
  }
  /* line 53, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table tr.selected td {
    background: #d9e4ec;
  }
  /* line 57, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table td {
    padding: 10px 12px 8px 12px;
    border-bottom: 1px solid #e8e8e8;
    vertical-align: top;
  }
  /* line 66, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  .panel_contents table {
    margin-top: 5px;
  }
  /* line 68, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  .panel_contents table th {
    padding-top: 10px;
    background: none;
    color: #5E6469;
    box-shadow: none;
    text-shadow: #fff 0 1px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
  }
  /* line 77, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  .panel_contents table tr.odd td {
    background: #ecedee;
  }
  /* line 78, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  .panel_contents table tr.even td {
    background: #f4f5f5;
  }
  /* line 82, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  .attributes_table {
    overflow: hidden;
  }
  /* line 85, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  .attributes_table table col.even {
    background: #f4f5f5;
  }
  /* line 86, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  .attributes_table table col.odd {
    background: #ecedee;
  }
  /* line 87, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  .attributes_table table th, .attributes_table table td {
    padding: 8px 12px 6px 12px;
    vertical-align: top;
    border-bottom: 1px solid #e8e8e8;
  }
  /* line 92, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  .attributes_table table th {
    box-shadow: none;
    background: none;
    width: 150px;
    font-size: 0.9em;
    padding-left: 0;
    text-transform: uppercase;
    color: #5E6469;
    text-shadow: #fff 0 1px 0;
  }
  /* line 103, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  .attributes_table table td .empty {
    color: #bbb;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
  }
  /* line 112, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tables.scss */
  .sidebar_section .attributes_table th {
    width: 50px;
  }
  /* line 2, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
  #collection_selection_toggle_panel:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
  /* line 3, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_batch_actions.scss */
  #collection_selection_toggle_panel > .resource_selection_toggle_cell {
    float: left;
  }
  /* line 1, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-widget-overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
  }
  /* line 8, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog {
    position: fixed;
    z-index: 1002;
    background: #f4f4f4;
    border-radius: 4px;
    box-shadow: inset 0 1px 4px #ddd;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
  }
  /* line 14, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog .ui-dialog-titlebar {
    background-color: #efefef;
    background-image: linear-gradient(180deg, #efefef, #dfe1e2);
    text-shadow: #fff 0 1px 0;
    border: solid 1px #cdcdcd;
    border-color: #d4d4d4;
    border-top-color: #e6e6e6;
    border-right-color: #d4d4d4;
    border-bottom-color: #cdcdcd;
    border-left-color: #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0.5em;
    color: #5E6469;
    padding: 5px 10px 3px 10px;
  }
  /* line 16, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog .ui-dialog-titlebar span {
    font-size: 1.1em;
  }
  /* line 19, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog ul {
    list-style-type: none;
  }
  /* line 20, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog li {
    margin: 10px 0;
  }
  /* line 21, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog label {
    margin-right: 10px;
  }
  /* line 23, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog .ui-dialog-buttonpane, .ui-dialog form {
    padding: 7px 15px 13px;
  }
  /* line 27, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog .ui-dialog-buttonpane button {
    background-color: #838a90;
    background-image: linear-gradient(180deg, #838a90, #414549);
    text-shadow: #000 0 1px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
    border: solid 1px #484e53;
    border-color: #484e53;
    border-top-color: #616a71;
    border-right-color: #484e53;
    border-bottom-color: #363b3f;
    border-left-color: #484e53;
    color: #efefef;
    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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-dialog .ui-dialog-buttonpane button.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 29, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-dialog .ui-dialog-buttonpane button:not(.disabled):hover {
    background-color: #8b9297;
    background-image: linear-gradient(180deg, #8b9297, #484d51);
  }
  /* line 33, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-dialog .ui-dialog-buttonpane button:not(.disabled):active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;
    background-color: #71797f;
    background-image: linear-gradient(180deg, #71797f, #35383b);
  }
  /* line 28, ../usr/local/bundle/gems/activeadmin-3.2.5/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: #5E6469;
    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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-dialog .ui-dialog-buttonpane button.disabled:last-child {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-dialog .ui-dialog-buttonpane button:last-child:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  /* line 54, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-dialog .ui-dialog-buttonpane button:last-child:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  /* line 33, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .active_admin_dialog.ui-dialog .ui-dialog-titlebar-close {
    display: none;
  }
  /* line 1, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
  .blank_slate_container {
    clear: both;
    text-align: center;
  }
  /* line 5, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
  .blank_slate_container .blank_slate {
    border-radius: 3px;
    border: 1px dashed #DADADA;
    color: #AAA;
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    padding: 14px 25px;
    text-align: center;
  }
  /* line 15, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
  .blank_slate_container .blank_slate small {
    display: block;
    font-size: 0.9em;
    font-weight: normal;
  }
  /* line 23, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
  .admin_dashboard .blank_slate_container .blank_slate {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  /* line 28, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
  .with_sidebar .blank_slate_container .blank_slate {
    margin-top: 80px;
  }
  /* line 1, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
  .breadcrumb {
    display: block;
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.0em;
    margin-bottom: 12px;
    text-transform: uppercase;
  }
  /* line 9, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
  .breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active {
    color: #8a949e;
    text-decoration: none;
  }
  /* line 14, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
  .breadcrumb a:hover {
    text-decoration: underline;
  }
  /* line 16, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
  .breadcrumb .breadcrumb_sep {
    margin: 0 2px;
    color: #aab2ba;
  }
  /* line 1, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu {
    display: inline;
  }
  /* line 4, ../usr/local/bundle/gems/activeadmin-3.2.5/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: #5E6469;
    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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .dropdown_menu .dropdown_menu_button.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .dropdown_menu .dropdown_menu_button:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  /* line 54, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_button {
    position: relative;
    padding-right: 22px !important;
    cursor: pointer;
  }
  /* line 13, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_nipple {
    content: "";
    position: absolute;
    top: -6px;
    display: block;
    width: 0;
    height: 0;
    border-width: 0 6px 6px;
    border-style: solid;
    border-color: #545a5e transparent;
    z-index: 100;
  }
  /* line 54, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_nipple:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 0 5px 5px;
    border-style: solid;
    border-color: #838a90 transparent;
    left: -5px;
    top: 1px;
  }
  /* line 68, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_nipple:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 0 5px 5px;
    border-style: solid;
    border-color: #686e74 transparent;
    left: -5px;
    top: 2px;
  }
  /* line 81, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_list_wrapper {
    display: inline-block;
    position: absolute;
    background-color: white;
    padding: 2px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, #838a90 0px 1px 0px 0px inset;
    background-color: #5E6469;
    background-color: #686e74;
    background-image: linear-gradient(180deg, #686e74, #52575c);
    border: solid 1px #464a4e;
    border-top-color: #545a5e;
    border-bottom-color: #35383b;
    border-radius: 4px;
    z-index: 2000;
    display: none;
  }
  /* line 96, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list {
    display: block;
    background-color: #FFF;
    border: solid 1px #464a4e;
    box-shadow: #6a7176 0px 1px 0px 0px;
    border-radius: 3px;
    margin: 0;
    overflow: hidden;
    padding: 8px;
    list-style-type: none;
    padding: 0;
  }
  /* line 109, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:last-child a {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  /* line 1, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_buttons.scss */
  a.member_link {
    margin-right: 7px;
    white-space: nowrap;
  }
  /* line 6, ../usr/local/bundle/gems/activeadmin-3.2.5/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: #838a90;
    background-image: linear-gradient(180deg, #838a90, #414549);
    text-shadow: #000 0 1px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
    border: solid 1px #484e53;
    border-color: #484e53;
    border-top-color: #616a71;
    border-right-color: #484e53;
    border-bottom-color: #363b3f;
    border-left-color: #484e53;
    color: #efefef;
    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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  a.button:not(.disabled):hover, a.button:link:not(.disabled):hover, a.button:visited:not(.disabled):hover, input[type=submit]:not(.disabled):hover, input[type=button]:not(.disabled):hover, button:not(.disabled):hover {
    background-color: #8b9297;
    background-image: linear-gradient(180deg, #8b9297, #484d51);
  }
  /* line 33, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  a.button:not(.disabled):active, a.button:link:not(.disabled):active, a.button:visited:not(.disabled):active, input[type=submit]:not(.disabled):active, input[type=button]:not(.disabled):active, button:not(.disabled):active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;
    background-color: #71797f;
    background-image: linear-gradient(180deg, #71797f, #35383b);
  }
  /* line 2, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_grid.scss */
  table.index_grid td {
    border: none;
    background: none;
    padding: 0 20px 20px 0;
    margin: 0;
  }
  /* line 5, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_grid.scss */
  .columns {
    clear: both;
    padding: 0;
  }
  /* line 8, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_grid.scss */
  .columns .column {
    float: left;
  }
  /* line 1, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_links.scss */
  a, a:link, a:visited {
    color: #38678b;
    text-decoration: underline;
  }
  /* line 5, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_links.scss */
  a:hover {
    text-decoration: none;
  }
  /* line 1, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .paginated_collection_contents {
    clear: both;
  }
  /* line 5, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination {
    float: right;
    font-size: 0.9em;
    margin-left: 10px;
  }
  /* line 10, ../usr/local/bundle/gems/activeadmin-3.2.5/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: #5E6469;
    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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination a.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination a:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  /* line 54, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination a:not(.disabled):active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
    border-color: #b9b9b9;
    border-top-color: #c2c2c2;
    border-right-color: #b9b9b9;
    border-bottom-color: #b7b7b7;
    border-left-color: #b9b9b9;
    background-color: #F3F3F3;
    background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
  }
  /* line 14, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination span.page.current {
    background-color: #838a90;
    background-image: linear-gradient(180deg, #838a90, #414549);
    text-shadow: #000 0 1px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
    border: solid 1px #484e53;
    border-color: #484e53;
    border-top-color: #616a71;
    border-right-color: #484e53;
    border-bottom-color: #363b3f;
    border-left-color: #484e53;
    color: #efefef;
    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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination span.page.current.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 29, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination span.page.current:not(.disabled):hover {
    background-color: #8b9297;
    background-image: linear-gradient(180deg, #8b9297, #484d51);
  }
  /* line 33, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination span.page.current:not(.disabled):active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;
    background-color: #71797f;
    background-image: linear-gradient(180deg, #71797f, #35383b);
  }
  /* line 18, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination a, .pagination span.page.current {
    border-radius: 0px;
    margin-right: 4px;
    padding: 2px 5px;
  }
  /* line 25, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination_information {
    float: right;
    margin-bottom: 5px;
    color: #b3bcc1;
  }
  /* line 29, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination_information b {
    color: #5c6469;
  }
  /* line 32, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .download_links {
    float: left;
  }
  /* line 36, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination_per_page {
    float: right;
    margin-left: 4px;
  }
  /* line 39, ../usr/local/bundle/gems/activeadmin-3.2.5/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: #5E6469;
    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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination_per_page select.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination_per_page select:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  /* line 54, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination_per_page select {
    border-radius: 0px;
    padding: 1px 5px;
  }
  /* line 50, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .comments .pagination {
    float: left;
    margin-bottom: 30px;
  }
  /* line 54, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .comments .pagination_information {
    float: left;
    color: #000;
  }
  /* line 2, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .section > h3, .panel > h3 {
    background-color: #efefef;
    background-image: linear-gradient(180deg, #efefef, #dfe1e2);
    text-shadow: #fff 0 1px 0;
    border: solid 1px #cdcdcd;
    border-color: #d4d4d4;
    border-top-color: #e6e6e6;
    border-right-color: #d4d4d4;
    border-bottom-color: #cdcdcd;
    border-left-color: #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0.5em;
    color: #5E6469;
    padding: 5px 10px 3px 10px;
  }
  /* line 30, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .section > h3 .header_action, .panel > h3 .header_action {
    float: right;
  }
  /* line 35, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .section > div, .panel > div {
    padding: 3px 15px 15px 15px;
  }
  /* line 37, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .section hr, .panel hr {
    border: none;
    border-bottom: 1px solid #E8E8E8;
  }
  /* line 6, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_panels.scss */
  .sidebar_section {
    background: #f4f4f4;
    border-radius: 4px;
    box-shadow: inset 0 1px 4px #ddd;
    margin-bottom: 20px;
  }
  /* line 27, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .sidebar_section > h3 {
    background-color: #efefef;
    background-image: linear-gradient(180deg, #efefef, #dfe1e2);
    text-shadow: #fff 0 1px 0;
    border: solid 1px #cdcdcd;
    border-color: #d4d4d4;
    border-top-color: #e6e6e6;
    border-right-color: #d4d4d4;
    border-bottom-color: #cdcdcd;
    border-left-color: #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0.5em;
    color: #5E6469;
    padding: 5px 10px 3px 10px;
  }
  /* line 30, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .sidebar_section > h3 .header_action {
    float: right;
  }
  /* line 35, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .sidebar_section > div {
    padding: 3px 15px 15px 15px;
  }
  /* line 37, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .sidebar_section hr {
    border: none;
    border-bottom: 1px solid #E8E8E8;
  }
  /* line 1, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_columns.scss */
  .columns {
    margin-bottom: 10px;
  }
  /* line 3, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_scopes.scss */
  .scopes li .count {
    color: #8e979e;
    font-weight: normal;
    font-size: 0.9em;
    line-height: 10px;
  }
  /* line 9, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_scopes.scss */
  .scopes li:first-child a {
    margin-left: 10px;
  }
  /* line 1, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_status_tags.scss */
  .status_tag {
    background: #cacaca;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 3px 5px 2px 5px;
    font-size: 0.8em;
  }
  /* line 9, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_status_tags.scss */
  .status_tag.yes {
    background: #6090DB;
  }
  /* line 10, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_status_tags.scss */
  .status_tag.no {
    background: grey;
  }
  /* line 1, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools {
    margin-bottom: 16px;
  }
  /* line 2, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
  .table_tools:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
  /* line 6, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools .dropdown_menu {
    float: left;
  }
  /* line 10, ../usr/local/bundle/gems/activeadmin-3.2.5/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: #5E6469;
    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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  a.table_tools_button.disabled, .table_tools .dropdown_menu_button.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  a.table_tools_button:not(.disabled):hover, .table_tools .dropdown_menu_button:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  /* line 54, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools_segmented_control {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  /* line 39, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools_segmented_control li {
    float: left;
  }
  /* line 42, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools_segmented_control li.selected a:hover {
    background-color: #F0F0F0;
    background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD);
  }
  /* line 1, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_index_list.scss */
  .indexes {
    float: right;
  }
  /* line 5, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_index_list.scss */
  .indexes li .count {
    color: #8e979e;
    font-weight: normal;
    font-size: 0.9em;
    line-height: 10px;
  }
  /* line 1, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_unsupported_browser.scss */
  .unsupported_browser {
    padding: 10px 30px;
    color: #211e14;
    background-color: #fae692;
    background-color: #feefae;
    background-image: linear-gradient(180deg, #feefae, #fae692);
    border-bottom: 1px solid #b3a569;
  }
  /* line 8, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_unsupported_browser.scss */
  .unsupported_browser h1 {
    font-size: 13px;
    font-weight: bold;
  }
  /* line 13, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_unsupported_browser.scss */
  .unsupported_browser p {
    margin-bottom: 0.5em;
  }
  /* line 1, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tabs.scss */
  .ui-tabs-nav {
    list-style: none;
    display: block;
    width: auto;
    margin-bottom: -12px;
    padding-left: 0;
    overflow: auto;
    margin-left: 15px;
  }
  /* line 10, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tabs.scss */
  .ui-tabs-nav li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
  }
  /* line 17, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tabs.scss */
  .ui-tabs-nav li:first-child a {
    border-left-width: 1px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  /* line 23, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tabs.scss */
  .ui-tabs-nav li:last-child a {
    border-right-width: 1px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  /* line 29, ../usr/local/bundle/gems/activeadmin-3.2.5/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: #5E6469;
    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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-tabs-nav li a.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-tabs-nav li a:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  /* line 54, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/components/_tabs.scss */
  .tab-content {
    border: 1px solid #D3D3D3;
    padding: 15px;
    padding-top: 30px;
    text-align: left;
  }
  /* line 1, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out {
    background: #e8e9ea;
  }
  /* line 4, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #content_wrapper {
    width: 500px;
    margin: 70px auto;
  }
  /* line 7, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #content_wrapper #active_admin_content {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    background: #fff;
    padding: 13px 30px;
  }
  /* line 14, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out h2 {
    background-color: #efefef;
    background-image: linear-gradient(180deg, #efefef, #dfe1e2);
    text-shadow: #fff 0 1px 0;
    border: solid 1px #cdcdcd;
    border-color: #d4d4d4;
    border-top-color: #e6e6e6;
    border-right-color: #d4d4d4;
    border-bottom-color: #cdcdcd;
    border-left-color: #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0.5em;
    color: #5E6469;
    padding: 5px 10px 3px 10px;
    background-color: #6a7176;
    background-image: linear-gradient(180deg, #6a7176, #4d5256);
    border-bottom: 1px solid #44484b;
    text-shadow: #000 0 1px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border: none;
    color: #fff;
    margin: -13px -30px 20px -30px;
  }
  /* line 24, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #login {
    /* Login Form */
  }
  /* line 27, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #login form fieldset li {
    padding: 10px 0;
  }
  /* line 34, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #login form fieldset.buttons {
    margin-left: 20%;
  }
  /* line 41, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #login a {
    float: right;
    margin-top: -32px;
  }
  /* line 1, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/structure/_footer.scss */
  #footer {
    padding: 30px 30px;
    font-size: 0.8em;
    clear: both;
  }
  /* line 6, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/structure/_footer.scss */
  #footer p {
    padding-top: 10px;
  }
  /* line 12, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/structure/_footer.scss */
  #index_footer {
    padding-top: 5px;
    text-align: right;
    font-size: 0.85em;
  }
  /* line 2, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
  #index_footer:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
  /* line 19, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/structure/_footer.scss */
  .index_content {
    clear: both;
  }
  /* line 1, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  #wrapper {
    width: 100%;
  }
  /* line 5, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  .index #wrapper {
    display: table;
  }
  /* line 9, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  #active_admin_content {
    margin: 0;
    padding: 30px;
  }
  /* line 13, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  #active_admin_content #main_content_wrapper {
    float: left;
    width: 100%;
  }
  /* line 17, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  #active_admin_content #main_content_wrapper #main_content {
    margin-right: 300px;
  }
  /* line 22, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  #active_admin_content.without_sidebar #main_content_wrapper #main_content {
    margin-right: 0;
  }
  /* line 24, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  #active_admin_content #sidebar {
    float: left;
    width: 270px;
    margin-left: -270px;
  }
  /* line 1, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
  #title_bar {
    background-color: #efefef;
    background-image: linear-gradient(180deg, #efefef, #dfe1e2);
    text-shadow: #fff 0 1px 0;
    border: solid 1px #cdcdcd;
    border-color: #d4d4d4;
    border-top-color: #e6e6e6;
    border-right-color: #d4d4d4;
    border-bottom-color: #cdcdcd;
    border-left-color: #d4d4d4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0.5em;
    color: #5E6469;
    padding: 5px 10px 3px 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    display: table;
    border-bottom-color: #EEE;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 10px 30px;
    z-index: 800;
  }
  /* line 2, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
  #title_bar:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
  /* line 13, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
  #title_bar #titlebar_right {
    text-align: right;
  }
  /* line 23, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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: #5E6469;
    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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  #title_bar .action_items span.action_item > a.disabled, #title_bar .action_items span.action_item > .dropdown_menu > a.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  #title_bar .action_items span.action_item > a:not(.disabled):hover, #title_bar .action_items span.action_item > .dropdown_menu > a:not(.disabled):hover {
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
  }
  /* line 54, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_base.scss */
  html {
    box-sizing: border-box;
  }
  /* line 40, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_base.scss */
  *,
*:before,
*:after {
    box-sizing: inherit;
  }
  /* line 46, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_base.scss */
  body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-size: 72%;
    background: #FFF;
    color: #323537;
  }
}

@media print {
  /* Active Admin Print Stylesheet */
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  /* Document
   ========================================================================== */
  /**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
  /* line 11, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  body {
    margin: 0;
  }
  /**
 * Render the `main` element consistently in IE.
 */
  /* line 31, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  /* line 133, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  sub {
    bottom: -0.25em;
  }
  /* line 137, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  progress {
    vertical-align: baseline;
  }
  /**
 * Remove the default vertical scrollbar in IE 10+.
 */
  /* line 261, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  details {
    display: block;
  }
  /*
 * Add the correct display in all browsers.
 */
  /* line 328, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  summary {
    display: list-item;
  }
  /* Misc
   ========================================================================== */
  /**
 * Add the correct display in IE 10+.
 */
  /* line 339, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  template {
    display: none;
  }
  /**
 * Add the correct display in IE 10.
 */
  /* line 347, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_normalize.scss */
  [hidden] {
    display: none;
  }
  /* line 27, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  html {
    font-size: 100.01%;
  }
  /* line 28, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  body {
    font-size: 75%;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  }
  /* line 31, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: black;
  }
  /* line 34, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0;
  }
  /* line 37, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  h1 {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.5em;
  }
  /* line 38, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  h2 {
    font-size: 2em;
    margin-bottom: 0.75em;
  }
  /* line 39, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  h3 {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1em;
  }
  /* line 40, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  h4 {
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em;
  }
  /* line 41, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
  }
  /* line 42, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  h6 {
    font-size: 1em;
    font-weight: bold;
  }
  /* line 45, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  p {
    margin: 0 0 1.5em;
  }
  /* line 48, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  p .left {
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0;
  }
  /* line 49, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  p .right {
    margin: 1.5em 0 1.5em 1.5em;
    padding: 0;
  }
  /* line 52, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .left {
    float: left !important;
  }
  /* line 53, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .right {
    float: right !important;
  }
  /* line 55, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic;
  }
  /* line 56, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  strong, dfn {
    font-weight: bold;
  }
  /* line 57, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  em, dfn {
    font-style: italic;
  }
  /* line 58, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  sup, sub {
    line-height: 0;
  }
  /* line 60, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  abbr,
acronym {
    border-bottom: 1px dotted #666;
  }
  /* line 62, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  address {
    margin: 0 0 1.5em;
    font-style: italic;
  }
  /* line 63, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  del {
    color: #666;
  }
  /* line 65, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  pre {
    margin: 1.5em 0;
    white-space: pre;
  }
  /* line 66, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  pre, code, tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5;
  }
  /* line 69, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  li ul,
li ol {
    margin: 0;
  }
  /* line 71, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  ul, ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
  }
  /* line 73, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  ul {
    list-style-type: disc;
  }
  /* line 74, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  ol {
    list-style-type: decimal;
  }
  /* line 76, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  dl {
    margin: 0 0 1.5em 0;
  }
  /* line 77, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  dl dt {
    font-weight: bold;
  }
  /* line 78, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  dd {
    margin-left: 1.5em;
  }
  /* line 81, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  table {
    margin-bottom: 1.4em;
    width: 100%;
  }
  /* line 82, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  th {
    font-weight: bold;
  }
  /* line 83, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  thead th {
    background: #c3d9ff;
  }
  /* line 84, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  th, td, caption {
    padding: 4px 10px 4px 5px;
  }
  /* line 87, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .small {
    font-size: .8em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
  }
  /* line 88, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .large {
    font-size: 1.2em;
    line-height: 2.5em;
    margin-bottom: 1.25em;
  }
  /* line 89, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .hide {
    display: none;
  }
  /* line 91, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .quiet {
    color: #666;
  }
  /* line 92, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .loud {
    color: #000;
  }
  /* line 93, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .highlight {
    background: #ff0;
  }
  /* line 94, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .added {
    background: #060;
    color: #fff;
  }
  /* line 95, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .removed {
    background: #900;
    color: #fff;
  }
  /* line 97, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .first {
    margin-left: 0;
    padding-left: 0;
  }
  /* line 98, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .last {
    margin-right: 0;
    padding-right: 0;
  }
  /* line 99, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .top {
    margin-top: 0;
    padding-top: 0;
  }
  /* line 100, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_typography.scss */
  .bottom {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  /* line 13, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  a {
    color: black;
    text-decoration: none;
  }
  /* line 29, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  h3 {
    font-weight: bold;
    margin-bottom: .5em;
  }
  /* line 35, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  #header {
    float: left;
  }
  /* line 38, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  #header #tabs, #header .tabs, #header #utility_nav {
    display: none;
  }
  /* line 42, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  #header h1 {
    font-weight: bold;
  }
  /* line 47, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  .flashes {
    display: none;
  }
  /* line 51, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  #title_bar {
    float: right;
  }
  /* line 54, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  #title_bar h2 {
    line-height: 2em;
    margin: 0;
  }
  /* line 59, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  #title_bar .breadcrumb, #title_bar #titlebar_right {
    display: none;
  }
  /* line 65, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  #footer {
    display: none;
  }
  /* line 79, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  .table_tools ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  /* line 84, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  .table_tools ul li {
    display: none;
    padding: 0;
    margin-bottom: 1em;
  }
  /* line 89, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  .table_tools ul li.scope.selected, .table_tools ul li.index.selected {
    display: block;
  }
  /* line 92, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  table {
    margin-bottom: 1.5em;
    text-align: left;
    width: 100%;
  }
  /* line 116, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  table thead {
    display: table-header-group;
  }
  /* line 119, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  table thead th {
    background: none;
    border-bottom: medium solid black;
    font-weight: bold;
  }
  /* line 124, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  table thead th a {
    text-decoration: none;
  }
  /* line 130, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  table th, table td {
    padding: .5em 1em;
  }
  /* line 133, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  table th .member_link, table td .member_link {
    display: none;
  }
  /* line 138, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  table td {
    border-bottom: thin solid black;
  }
  /* line 142, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  table tr {
    page-break-inside: avoid;
  }
  /* line 148, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  #index_footer, .pagination_information {
    display: none;
  }
  /* line 153, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  .index_grid td {
    border: none;
    text-align: center;
    vertical-align: middle;
  }
  /* line 158, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  .index_grid td img {
    max-width: 1in;
  }
  /* line 165, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  .panel:last-child {
    border-bottom: none;
  }
  /* line 177, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  .comments form {
    display: none;
  }
  /* line 181, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  .comments .active_admin_comment {
    border-top: thin solid black;
    padding-top: 1em;
  }
  /* line 186, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  .comments .active_admin_comment .active_admin_comment_body {
    clear: both;
    margin-bottom: 1em;
  }
  /* line 210, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  .attributes_table {
    border-top: medium solid black;
  }
  /* line 213, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  .attributes_table th {
    border-bottom: thin solid black;
    vertical-align: top;
  }
  /* line 217, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  .attributes_table th:after {
    content: ':';
  }
  /* line 223, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  .attributes_table td img {
    max-height: 4in;
    max-width: 6in;
  }
  /* line 231, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  #filters_sidebar_section {
    display: none;
  }
  /* line 237, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  form fieldset {
    border-top: thick solid #ccc;
    padding-top: 2em;
    margin-bottom: 2em;
  }
  /* line 242, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  form fieldset:last-child {
    border-bottom: none;
  }
  /* line 247, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  form .buttons, form abbr {
    display: none;
  }
  /* line 250, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  form ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  /* line 255, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  form ol li {
    border-top: thin solid black;
    margin: 0;
    padding: 1em 0;
    overflow: hidden;
  }
  /* line 261, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  form ol li.password, form ol li.hidden {
    display: none;
  }
  /* line 265, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  form ol li label {
    font-weight: bold;
    float: left;
    width: 20%;
  }
  /* line 271, ../usr/local/bundle/gems/activeadmin-3.2.5/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, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  form ol li input[type=file] {
    display: none;
  }
  /* line 285, ../usr/local/bundle/gems/activeadmin-3.2.5/app/assets/stylesheets/active_admin/_print.scss */
  .unsupported_browser {
    display: none;
  }
}
/* Estilos personalizados para o ActiveAdmin */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

body,
input,
textarea,
select,
button {
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
}

/* Estilo para textos de ajuda em formulários */
.help-text {
  font-size: 0.9em;
  color: #666;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding: 0.5em;
  background-color: #f8f8f8;
  border-left: 3px solid #4b5563;
  border-radius: 0 3px 3px 0;
}

/* Estilo para os campos de email e task nas automações */
.email-fields,
.task-fields {
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 4px;
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
}

/* Estilo para os campos de seleção de projeto e status */
#project_selector,
#project_status_selector {
  min-width: 250px;
}

/* Melhorar a visualização de botões nos formulários */
.formtastic .actions {
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid #e5e7eb;
}

.formtastic .actions input[type="submit"] {
  padding: 8px 16px;
  font-weight: 500;
  border-radius: 4px;
  transition: background-color 0.2s;
}

.formtastic .actions input[type="submit"]:hover {
  background-color: #4b5563;
}
@tailwind base;

@tailwind components;

@tailwind utilities;

/* Controle de tamanho para ícones SVG */

svg:not([width]):not([height]) {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  vertical-align: middle;
}

/* Respeitar atributos width e height dos SVGs */

svg[width][height] {
  display: inline-block;
  vertical-align: middle;
}

.has-icon svg {
  width: 1rem !important;
  height: 1rem !important;
  margin-right: 0.25rem;
}

.flashes svg {
  width: 1rem !important;
  height: 1rem !important;
  margin-right: 0.25rem;
}

.action_item svg {
  width: 1rem !important;
  height: 1rem !important;
}

/* Estilos personalizados para o ActiveAdmin com Tailwind */

/* Customização do cabeçalho */

#header{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #3730a3 var(--tw-gradient-to-position);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#header h1.site_title{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#header a, #header a:link, #header a:visited{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#header a:hover, #header a:link:hover, #header a:visited:hover{
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity));
}

#utility_nav{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Customização do menu lateral */

#admin_main_nav, #utility_nav{
  font-weight: 500;
}

.menu_item a{
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.menu_item a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}

.current a{
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}

/* Customização das tabelas */

table.index_table{
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

table.index_table th{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #f3f4f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #e5e7eb var(--tw-gradient-to-position);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

table.index_table tr.odd td{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

table.index_table tr.even td{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

table.index_table tr:hover td{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

table.index_table td{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Estilizar botões */

.action_item a, .links a, input[type="submit"], button{
  display: inline-flex;
  align-items: center;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.action_item a:hover, .links a:hover, input[type="submit"]:hover, button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}

.action_item a:focus, .links a:focus, input[type="submit"]:focus, button:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}

.action_item.danger a, .links .delete_link{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.action_item.danger a:hover, .links .delete_link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.action_item.danger a:focus, .links .delete_link:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}

.action_item.success a, .links .new_link{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.action_item.success a:hover, .links .new_link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}

.action_item.success a:focus, .links .new_link:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity));
}

/* Customização de formulários */

form fieldset{
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

form fieldset legend{
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

form fieldset ol > li{
  margin-bottom: 1rem;
}

form fieldset ol > li:last-child{
  margin-bottom: 0px;
}

form label{
  margin-bottom: 0.25rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

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, form select{
  margin-top: 0.25rem;
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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 textarea:focus, form select:focus{
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}

@media (min-width: 640px){
  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, form select{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

form input[type="submit"]{
  margin-top: 1rem;
}

/* Breadcrumbs */

.breadcrumb{
  margin-bottom: 1rem;
  display: flex;
}

.breadcrumb > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.breadcrumb{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.breadcrumb a{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}

.breadcrumb a:hover{
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}

/* Flash messages */

.flash{
  margin-bottom: 1rem;
  border-radius: 0.375rem;
  border-width: 1px;
  padding: 1rem;
}

.flash_notice{
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}

.flash_error{
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

.flash_warning{
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}

/* Painéis */

.panel{
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.panel h3{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #f3f4f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #e5e7eb var(--tw-gradient-to-position);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.panel_contents{
  padding: 1rem;
}

/* Paginação */

.pagination{
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
}

.pagination > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.pagination a, .pagination span.page.current{
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.pagination a{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.pagination a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.pagination span.page.current{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Filtros */

.filter_form{
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.filter_form_field{
  margin-bottom: 1rem;
}

.filter_form_field:last-child{
  margin-bottom: 0px;
}

.filter_form_field label{
  margin-bottom: 0.25rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.filter_form_field select, .filter_form_field input[type="text"]{
  margin-top: 0.25rem;
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.filter_form_field select:focus, .filter_form_field input[type="text"]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}

@media (min-width: 640px){
  .filter_form_field select, .filter_form_field input[type="text"]{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

/* Sidebar sections */

.sidebar_section{
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.sidebar_section h3{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #f3f4f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #e5e7eb var(--tw-gradient-to-position);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.sidebar_section .panel_contents{
  padding: 1rem;
}

/* Dashboard */

.dashboard .dashboard_section{
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dashboard .dashboard_section h3{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #f3f4f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #e5e7eb var(--tw-gradient-to-position);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.dashboard .dashboard_section .panel_contents{
  padding: 1rem;
}

/* Status tags */

.status_tag{
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}

.status_tag.ok, .status_tag.published, .status_tag.complete, .status_tag.completed, .status_tag.green{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}

.status_tag.warn, .status_tag.orange{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}

.status_tag.error, .status_tag.red, .status_tag.canceled, .status_tag.cancelled{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

.status_tag.blue, .status_tag.in_progress{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.status_tag.inactive{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

/* Scopes */

.scopes{
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.scopes .scope{
  display: inline-block;
}

.scopes .scope a{
  display: inline-flex;
  align-items: center;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.scopes .scope a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.scopes .scope.selected a{
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.scopes .scope.selected a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}

/* Comments */

.comments{
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.comments h3{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #f3f4f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #e5e7eb var(--tw-gradient-to-position);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.comments .panel_contents{
  padding: 1rem;
}

.comment{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.comment:last-child{
  border-bottom-width: 0px;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.13 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-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.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

.collapse{
  visibility: collapse;
}

.fixed{
  position: fixed;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.z-50{
  z-index: 50;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-3{
  margin-left: 0.75rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-5{
  height: 1.25rem;
}

.max-h-\[90vh\]{
  max-height: 90vh;
}

.max-h-\[calc\(90vh-250px\)\]{
  max-height: calc(90vh - 250px);
}

.min-h-\[200px\]{
  min-height: 200px;
}

.min-h-\[300px\]{
  min-height: 300px;
}

.w-1\/4{
  width: 25%;
}

.w-2\/12{
  width: 16.666667%;
}

.w-5{
  width: 1.25rem;
}

.w-5\/12{
  width: 41.666667%;
}

.w-full{
  width: 100%;
}

.min-w-full{
  min-width: 100%;
}

.max-w-4xl{
  max-width: 56rem;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.flex-grow{
  flex-grow: 1;
}

.border-collapse{
  border-collapse: collapse;
}

.cursor-pointer{
  cursor: pointer;
}

.list-disc{
  list-style-type: disc;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

.items-center{
  align-items: center;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.whitespace-pre-line{
  white-space: pre-line;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-none{
  border-radius: 0px;
}

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.border{
  border-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-blue-100{
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity));
}

.border-blue-100\/0{
  border-color: rgb(219 234 254 / 0);
}

.border-blue-100\/10{
  border-color: rgb(219 234 254 / 0.1);
}

.border-blue-100\/100{
  border-color: rgb(219 234 254 / 1);
}

.border-blue-100\/15{
  border-color: rgb(219 234 254 / 0.15);
}

.border-blue-100\/20{
  border-color: rgb(219 234 254 / 0.2);
}

.border-blue-100\/25{
  border-color: rgb(219 234 254 / 0.25);
}

.border-blue-100\/30{
  border-color: rgb(219 234 254 / 0.3);
}

.border-blue-100\/35{
  border-color: rgb(219 234 254 / 0.35);
}

.border-blue-100\/40{
  border-color: rgb(219 234 254 / 0.4);
}

.border-blue-100\/45{
  border-color: rgb(219 234 254 / 0.45);
}

.border-blue-100\/5{
  border-color: rgb(219 234 254 / 0.05);
}

.border-blue-100\/50{
  border-color: rgb(219 234 254 / 0.5);
}

.border-blue-100\/55{
  border-color: rgb(219 234 254 / 0.55);
}

.border-blue-100\/60{
  border-color: rgb(219 234 254 / 0.6);
}

.border-blue-100\/65{
  border-color: rgb(219 234 254 / 0.65);
}

.border-blue-100\/70{
  border-color: rgb(219 234 254 / 0.7);
}

.border-blue-100\/75{
  border-color: rgb(219 234 254 / 0.75);
}

.border-blue-100\/80{
  border-color: rgb(219 234 254 / 0.8);
}

.border-blue-100\/85{
  border-color: rgb(219 234 254 / 0.85);
}

.border-blue-100\/90{
  border-color: rgb(219 234 254 / 0.9);
}

.border-blue-100\/95{
  border-color: rgb(219 234 254 / 0.95);
}

.border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.border-blue-200\/0{
  border-color: rgb(191 219 254 / 0);
}

.border-blue-200\/10{
  border-color: rgb(191 219 254 / 0.1);
}

.border-blue-200\/100{
  border-color: rgb(191 219 254 / 1);
}

.border-blue-200\/15{
  border-color: rgb(191 219 254 / 0.15);
}

.border-blue-200\/20{
  border-color: rgb(191 219 254 / 0.2);
}

.border-blue-200\/25{
  border-color: rgb(191 219 254 / 0.25);
}

.border-blue-200\/30{
  border-color: rgb(191 219 254 / 0.3);
}

.border-blue-200\/35{
  border-color: rgb(191 219 254 / 0.35);
}

.border-blue-200\/40{
  border-color: rgb(191 219 254 / 0.4);
}

.border-blue-200\/45{
  border-color: rgb(191 219 254 / 0.45);
}

.border-blue-200\/5{
  border-color: rgb(191 219 254 / 0.05);
}

.border-blue-200\/50{
  border-color: rgb(191 219 254 / 0.5);
}

.border-blue-200\/55{
  border-color: rgb(191 219 254 / 0.55);
}

.border-blue-200\/60{
  border-color: rgb(191 219 254 / 0.6);
}

.border-blue-200\/65{
  border-color: rgb(191 219 254 / 0.65);
}

.border-blue-200\/70{
  border-color: rgb(191 219 254 / 0.7);
}

.border-blue-200\/75{
  border-color: rgb(191 219 254 / 0.75);
}

.border-blue-200\/80{
  border-color: rgb(191 219 254 / 0.8);
}

.border-blue-200\/85{
  border-color: rgb(191 219 254 / 0.85);
}

.border-blue-200\/90{
  border-color: rgb(191 219 254 / 0.9);
}

.border-blue-200\/95{
  border-color: rgb(191 219 254 / 0.95);
}

.border-blue-300{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.border-blue-300\/0{
  border-color: rgb(147 197 253 / 0);
}

.border-blue-300\/10{
  border-color: rgb(147 197 253 / 0.1);
}

.border-blue-300\/100{
  border-color: rgb(147 197 253 / 1);
}

.border-blue-300\/15{
  border-color: rgb(147 197 253 / 0.15);
}

.border-blue-300\/20{
  border-color: rgb(147 197 253 / 0.2);
}

.border-blue-300\/25{
  border-color: rgb(147 197 253 / 0.25);
}

.border-blue-300\/30{
  border-color: rgb(147 197 253 / 0.3);
}

.border-blue-300\/35{
  border-color: rgb(147 197 253 / 0.35);
}

.border-blue-300\/40{
  border-color: rgb(147 197 253 / 0.4);
}

.border-blue-300\/45{
  border-color: rgb(147 197 253 / 0.45);
}

.border-blue-300\/5{
  border-color: rgb(147 197 253 / 0.05);
}

.border-blue-300\/50{
  border-color: rgb(147 197 253 / 0.5);
}

.border-blue-300\/55{
  border-color: rgb(147 197 253 / 0.55);
}

.border-blue-300\/60{
  border-color: rgb(147 197 253 / 0.6);
}

.border-blue-300\/65{
  border-color: rgb(147 197 253 / 0.65);
}

.border-blue-300\/70{
  border-color: rgb(147 197 253 / 0.7);
}

.border-blue-300\/75{
  border-color: rgb(147 197 253 / 0.75);
}

.border-blue-300\/80{
  border-color: rgb(147 197 253 / 0.8);
}

.border-blue-300\/85{
  border-color: rgb(147 197 253 / 0.85);
}

.border-blue-300\/90{
  border-color: rgb(147 197 253 / 0.9);
}

.border-blue-300\/95{
  border-color: rgb(147 197 253 / 0.95);
}

.border-blue-400{
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.border-blue-400\/0{
  border-color: rgb(96 165 250 / 0);
}

.border-blue-400\/10{
  border-color: rgb(96 165 250 / 0.1);
}

.border-blue-400\/100{
  border-color: rgb(96 165 250 / 1);
}

.border-blue-400\/15{
  border-color: rgb(96 165 250 / 0.15);
}

.border-blue-400\/20{
  border-color: rgb(96 165 250 / 0.2);
}

.border-blue-400\/25{
  border-color: rgb(96 165 250 / 0.25);
}

.border-blue-400\/30{
  border-color: rgb(96 165 250 / 0.3);
}

.border-blue-400\/35{
  border-color: rgb(96 165 250 / 0.35);
}

.border-blue-400\/40{
  border-color: rgb(96 165 250 / 0.4);
}

.border-blue-400\/45{
  border-color: rgb(96 165 250 / 0.45);
}

.border-blue-400\/5{
  border-color: rgb(96 165 250 / 0.05);
}

.border-blue-400\/50{
  border-color: rgb(96 165 250 / 0.5);
}

.border-blue-400\/55{
  border-color: rgb(96 165 250 / 0.55);
}

.border-blue-400\/60{
  border-color: rgb(96 165 250 / 0.6);
}

.border-blue-400\/65{
  border-color: rgb(96 165 250 / 0.65);
}

.border-blue-400\/70{
  border-color: rgb(96 165 250 / 0.7);
}

.border-blue-400\/75{
  border-color: rgb(96 165 250 / 0.75);
}

.border-blue-400\/80{
  border-color: rgb(96 165 250 / 0.8);
}

.border-blue-400\/85{
  border-color: rgb(96 165 250 / 0.85);
}

.border-blue-400\/90{
  border-color: rgb(96 165 250 / 0.9);
}

.border-blue-400\/95{
  border-color: rgb(96 165 250 / 0.95);
}

.border-blue-50{
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.border-blue-50\/0{
  border-color: rgb(239 246 255 / 0);
}

.border-blue-50\/10{
  border-color: rgb(239 246 255 / 0.1);
}

.border-blue-50\/100{
  border-color: rgb(239 246 255 / 1);
}

.border-blue-50\/15{
  border-color: rgb(239 246 255 / 0.15);
}

.border-blue-50\/20{
  border-color: rgb(239 246 255 / 0.2);
}

.border-blue-50\/25{
  border-color: rgb(239 246 255 / 0.25);
}

.border-blue-50\/30{
  border-color: rgb(239 246 255 / 0.3);
}

.border-blue-50\/35{
  border-color: rgb(239 246 255 / 0.35);
}

.border-blue-50\/40{
  border-color: rgb(239 246 255 / 0.4);
}

.border-blue-50\/45{
  border-color: rgb(239 246 255 / 0.45);
}

.border-blue-50\/5{
  border-color: rgb(239 246 255 / 0.05);
}

.border-blue-50\/50{
  border-color: rgb(239 246 255 / 0.5);
}

.border-blue-50\/55{
  border-color: rgb(239 246 255 / 0.55);
}

.border-blue-50\/60{
  border-color: rgb(239 246 255 / 0.6);
}

.border-blue-50\/65{
  border-color: rgb(239 246 255 / 0.65);
}

.border-blue-50\/70{
  border-color: rgb(239 246 255 / 0.7);
}

.border-blue-50\/75{
  border-color: rgb(239 246 255 / 0.75);
}

.border-blue-50\/80{
  border-color: rgb(239 246 255 / 0.8);
}

.border-blue-50\/85{
  border-color: rgb(239 246 255 / 0.85);
}

.border-blue-50\/90{
  border-color: rgb(239 246 255 / 0.9);
}

.border-blue-50\/95{
  border-color: rgb(239 246 255 / 0.95);
}

.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.border-blue-500\/0{
  border-color: rgb(59 130 246 / 0);
}

.border-blue-500\/10{
  border-color: rgb(59 130 246 / 0.1);
}

.border-blue-500\/100{
  border-color: rgb(59 130 246 / 1);
}

.border-blue-500\/15{
  border-color: rgb(59 130 246 / 0.15);
}

.border-blue-500\/20{
  border-color: rgb(59 130 246 / 0.2);
}

.border-blue-500\/25{
  border-color: rgb(59 130 246 / 0.25);
}

.border-blue-500\/30{
  border-color: rgb(59 130 246 / 0.3);
}

.border-blue-500\/35{
  border-color: rgb(59 130 246 / 0.35);
}

.border-blue-500\/40{
  border-color: rgb(59 130 246 / 0.4);
}

.border-blue-500\/45{
  border-color: rgb(59 130 246 / 0.45);
}

.border-blue-500\/5{
  border-color: rgb(59 130 246 / 0.05);
}

.border-blue-500\/50{
  border-color: rgb(59 130 246 / 0.5);
}

.border-blue-500\/55{
  border-color: rgb(59 130 246 / 0.55);
}

.border-blue-500\/60{
  border-color: rgb(59 130 246 / 0.6);
}

.border-blue-500\/65{
  border-color: rgb(59 130 246 / 0.65);
}

.border-blue-500\/70{
  border-color: rgb(59 130 246 / 0.7);
}

.border-blue-500\/75{
  border-color: rgb(59 130 246 / 0.75);
}

.border-blue-500\/80{
  border-color: rgb(59 130 246 / 0.8);
}

.border-blue-500\/85{
  border-color: rgb(59 130 246 / 0.85);
}

.border-blue-500\/90{
  border-color: rgb(59 130 246 / 0.9);
}

.border-blue-500\/95{
  border-color: rgb(59 130 246 / 0.95);
}

.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.border-blue-600\/0{
  border-color: rgb(37 99 235 / 0);
}

.border-blue-600\/10{
  border-color: rgb(37 99 235 / 0.1);
}

.border-blue-600\/100{
  border-color: rgb(37 99 235 / 1);
}

.border-blue-600\/15{
  border-color: rgb(37 99 235 / 0.15);
}

.border-blue-600\/20{
  border-color: rgb(37 99 235 / 0.2);
}

.border-blue-600\/25{
  border-color: rgb(37 99 235 / 0.25);
}

.border-blue-600\/30{
  border-color: rgb(37 99 235 / 0.3);
}

.border-blue-600\/35{
  border-color: rgb(37 99 235 / 0.35);
}

.border-blue-600\/40{
  border-color: rgb(37 99 235 / 0.4);
}

.border-blue-600\/45{
  border-color: rgb(37 99 235 / 0.45);
}

.border-blue-600\/5{
  border-color: rgb(37 99 235 / 0.05);
}

.border-blue-600\/50{
  border-color: rgb(37 99 235 / 0.5);
}

.border-blue-600\/55{
  border-color: rgb(37 99 235 / 0.55);
}

.border-blue-600\/60{
  border-color: rgb(37 99 235 / 0.6);
}

.border-blue-600\/65{
  border-color: rgb(37 99 235 / 0.65);
}

.border-blue-600\/70{
  border-color: rgb(37 99 235 / 0.7);
}

.border-blue-600\/75{
  border-color: rgb(37 99 235 / 0.75);
}

.border-blue-600\/80{
  border-color: rgb(37 99 235 / 0.8);
}

.border-blue-600\/85{
  border-color: rgb(37 99 235 / 0.85);
}

.border-blue-600\/90{
  border-color: rgb(37 99 235 / 0.9);
}

.border-blue-600\/95{
  border-color: rgb(37 99 235 / 0.95);
}

.border-blue-700{
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.border-blue-700\/0{
  border-color: rgb(29 78 216 / 0);
}

.border-blue-700\/10{
  border-color: rgb(29 78 216 / 0.1);
}

.border-blue-700\/100{
  border-color: rgb(29 78 216 / 1);
}

.border-blue-700\/15{
  border-color: rgb(29 78 216 / 0.15);
}

.border-blue-700\/20{
  border-color: rgb(29 78 216 / 0.2);
}

.border-blue-700\/25{
  border-color: rgb(29 78 216 / 0.25);
}

.border-blue-700\/30{
  border-color: rgb(29 78 216 / 0.3);
}

.border-blue-700\/35{
  border-color: rgb(29 78 216 / 0.35);
}

.border-blue-700\/40{
  border-color: rgb(29 78 216 / 0.4);
}

.border-blue-700\/45{
  border-color: rgb(29 78 216 / 0.45);
}

.border-blue-700\/5{
  border-color: rgb(29 78 216 / 0.05);
}

.border-blue-700\/50{
  border-color: rgb(29 78 216 / 0.5);
}

.border-blue-700\/55{
  border-color: rgb(29 78 216 / 0.55);
}

.border-blue-700\/60{
  border-color: rgb(29 78 216 / 0.6);
}

.border-blue-700\/65{
  border-color: rgb(29 78 216 / 0.65);
}

.border-blue-700\/70{
  border-color: rgb(29 78 216 / 0.7);
}

.border-blue-700\/75{
  border-color: rgb(29 78 216 / 0.75);
}

.border-blue-700\/80{
  border-color: rgb(29 78 216 / 0.8);
}

.border-blue-700\/85{
  border-color: rgb(29 78 216 / 0.85);
}

.border-blue-700\/90{
  border-color: rgb(29 78 216 / 0.9);
}

.border-blue-700\/95{
  border-color: rgb(29 78 216 / 0.95);
}

.border-blue-800{
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.border-blue-800\/0{
  border-color: rgb(30 64 175 / 0);
}

.border-blue-800\/10{
  border-color: rgb(30 64 175 / 0.1);
}

.border-blue-800\/100{
  border-color: rgb(30 64 175 / 1);
}

.border-blue-800\/15{
  border-color: rgb(30 64 175 / 0.15);
}

.border-blue-800\/20{
  border-color: rgb(30 64 175 / 0.2);
}

.border-blue-800\/25{
  border-color: rgb(30 64 175 / 0.25);
}

.border-blue-800\/30{
  border-color: rgb(30 64 175 / 0.3);
}

.border-blue-800\/35{
  border-color: rgb(30 64 175 / 0.35);
}

.border-blue-800\/40{
  border-color: rgb(30 64 175 / 0.4);
}

.border-blue-800\/45{
  border-color: rgb(30 64 175 / 0.45);
}

.border-blue-800\/5{
  border-color: rgb(30 64 175 / 0.05);
}

.border-blue-800\/50{
  border-color: rgb(30 64 175 / 0.5);
}

.border-blue-800\/55{
  border-color: rgb(30 64 175 / 0.55);
}

.border-blue-800\/60{
  border-color: rgb(30 64 175 / 0.6);
}

.border-blue-800\/65{
  border-color: rgb(30 64 175 / 0.65);
}

.border-blue-800\/70{
  border-color: rgb(30 64 175 / 0.7);
}

.border-blue-800\/75{
  border-color: rgb(30 64 175 / 0.75);
}

.border-blue-800\/80{
  border-color: rgb(30 64 175 / 0.8);
}

.border-blue-800\/85{
  border-color: rgb(30 64 175 / 0.85);
}

.border-blue-800\/90{
  border-color: rgb(30 64 175 / 0.9);
}

.border-blue-800\/95{
  border-color: rgb(30 64 175 / 0.95);
}

.border-blue-900{
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.border-blue-900\/0{
  border-color: rgb(30 58 138 / 0);
}

.border-blue-900\/10{
  border-color: rgb(30 58 138 / 0.1);
}

.border-blue-900\/100{
  border-color: rgb(30 58 138 / 1);
}

.border-blue-900\/15{
  border-color: rgb(30 58 138 / 0.15);
}

.border-blue-900\/20{
  border-color: rgb(30 58 138 / 0.2);
}

.border-blue-900\/25{
  border-color: rgb(30 58 138 / 0.25);
}

.border-blue-900\/30{
  border-color: rgb(30 58 138 / 0.3);
}

.border-blue-900\/35{
  border-color: rgb(30 58 138 / 0.35);
}

.border-blue-900\/40{
  border-color: rgb(30 58 138 / 0.4);
}

.border-blue-900\/45{
  border-color: rgb(30 58 138 / 0.45);
}

.border-blue-900\/5{
  border-color: rgb(30 58 138 / 0.05);
}

.border-blue-900\/50{
  border-color: rgb(30 58 138 / 0.5);
}

.border-blue-900\/55{
  border-color: rgb(30 58 138 / 0.55);
}

.border-blue-900\/60{
  border-color: rgb(30 58 138 / 0.6);
}

.border-blue-900\/65{
  border-color: rgb(30 58 138 / 0.65);
}

.border-blue-900\/70{
  border-color: rgb(30 58 138 / 0.7);
}

.border-blue-900\/75{
  border-color: rgb(30 58 138 / 0.75);
}

.border-blue-900\/80{
  border-color: rgb(30 58 138 / 0.8);
}

.border-blue-900\/85{
  border-color: rgb(30 58 138 / 0.85);
}

.border-blue-900\/90{
  border-color: rgb(30 58 138 / 0.9);
}

.border-blue-900\/95{
  border-color: rgb(30 58 138 / 0.95);
}

.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-gray-100\/0{
  border-color: rgb(243 244 246 / 0);
}

.border-gray-100\/10{
  border-color: rgb(243 244 246 / 0.1);
}

.border-gray-100\/100{
  border-color: rgb(243 244 246 / 1);
}

.border-gray-100\/15{
  border-color: rgb(243 244 246 / 0.15);
}

.border-gray-100\/20{
  border-color: rgb(243 244 246 / 0.2);
}

.border-gray-100\/25{
  border-color: rgb(243 244 246 / 0.25);
}

.border-gray-100\/30{
  border-color: rgb(243 244 246 / 0.3);
}

.border-gray-100\/35{
  border-color: rgb(243 244 246 / 0.35);
}

.border-gray-100\/40{
  border-color: rgb(243 244 246 / 0.4);
}

.border-gray-100\/45{
  border-color: rgb(243 244 246 / 0.45);
}

.border-gray-100\/5{
  border-color: rgb(243 244 246 / 0.05);
}

.border-gray-100\/50{
  border-color: rgb(243 244 246 / 0.5);
}

.border-gray-100\/55{
  border-color: rgb(243 244 246 / 0.55);
}

.border-gray-100\/60{
  border-color: rgb(243 244 246 / 0.6);
}

.border-gray-100\/65{
  border-color: rgb(243 244 246 / 0.65);
}

.border-gray-100\/70{
  border-color: rgb(243 244 246 / 0.7);
}

.border-gray-100\/75{
  border-color: rgb(243 244 246 / 0.75);
}

.border-gray-100\/80{
  border-color: rgb(243 244 246 / 0.8);
}

.border-gray-100\/85{
  border-color: rgb(243 244 246 / 0.85);
}

.border-gray-100\/90{
  border-color: rgb(243 244 246 / 0.9);
}

.border-gray-100\/95{
  border-color: rgb(243 244 246 / 0.95);
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-200\/0{
  border-color: rgb(229 231 235 / 0);
}

.border-gray-200\/10{
  border-color: rgb(229 231 235 / 0.1);
}

.border-gray-200\/100{
  border-color: rgb(229 231 235 / 1);
}

.border-gray-200\/15{
  border-color: rgb(229 231 235 / 0.15);
}

.border-gray-200\/20{
  border-color: rgb(229 231 235 / 0.2);
}

.border-gray-200\/25{
  border-color: rgb(229 231 235 / 0.25);
}

.border-gray-200\/30{
  border-color: rgb(229 231 235 / 0.3);
}

.border-gray-200\/35{
  border-color: rgb(229 231 235 / 0.35);
}

.border-gray-200\/40{
  border-color: rgb(229 231 235 / 0.4);
}

.border-gray-200\/45{
  border-color: rgb(229 231 235 / 0.45);
}

.border-gray-200\/5{
  border-color: rgb(229 231 235 / 0.05);
}

.border-gray-200\/50{
  border-color: rgb(229 231 235 / 0.5);
}

.border-gray-200\/55{
  border-color: rgb(229 231 235 / 0.55);
}

.border-gray-200\/60{
  border-color: rgb(229 231 235 / 0.6);
}

.border-gray-200\/65{
  border-color: rgb(229 231 235 / 0.65);
}

.border-gray-200\/70{
  border-color: rgb(229 231 235 / 0.7);
}

.border-gray-200\/75{
  border-color: rgb(229 231 235 / 0.75);
}

.border-gray-200\/80{
  border-color: rgb(229 231 235 / 0.8);
}

.border-gray-200\/85{
  border-color: rgb(229 231 235 / 0.85);
}

.border-gray-200\/90{
  border-color: rgb(229 231 235 / 0.9);
}

.border-gray-200\/95{
  border-color: rgb(229 231 235 / 0.95);
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-gray-300\/0{
  border-color: rgb(209 213 219 / 0);
}

.border-gray-300\/10{
  border-color: rgb(209 213 219 / 0.1);
}

.border-gray-300\/100{
  border-color: rgb(209 213 219 / 1);
}

.border-gray-300\/15{
  border-color: rgb(209 213 219 / 0.15);
}

.border-gray-300\/20{
  border-color: rgb(209 213 219 / 0.2);
}

.border-gray-300\/25{
  border-color: rgb(209 213 219 / 0.25);
}

.border-gray-300\/30{
  border-color: rgb(209 213 219 / 0.3);
}

.border-gray-300\/35{
  border-color: rgb(209 213 219 / 0.35);
}

.border-gray-300\/40{
  border-color: rgb(209 213 219 / 0.4);
}

.border-gray-300\/45{
  border-color: rgb(209 213 219 / 0.45);
}

.border-gray-300\/5{
  border-color: rgb(209 213 219 / 0.05);
}

.border-gray-300\/50{
  border-color: rgb(209 213 219 / 0.5);
}

.border-gray-300\/55{
  border-color: rgb(209 213 219 / 0.55);
}

.border-gray-300\/60{
  border-color: rgb(209 213 219 / 0.6);
}

.border-gray-300\/65{
  border-color: rgb(209 213 219 / 0.65);
}

.border-gray-300\/70{
  border-color: rgb(209 213 219 / 0.7);
}

.border-gray-300\/75{
  border-color: rgb(209 213 219 / 0.75);
}

.border-gray-300\/80{
  border-color: rgb(209 213 219 / 0.8);
}

.border-gray-300\/85{
  border-color: rgb(209 213 219 / 0.85);
}

.border-gray-300\/90{
  border-color: rgb(209 213 219 / 0.9);
}

.border-gray-300\/95{
  border-color: rgb(209 213 219 / 0.95);
}

.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-gray-400\/0{
  border-color: rgb(156 163 175 / 0);
}

.border-gray-400\/10{
  border-color: rgb(156 163 175 / 0.1);
}

.border-gray-400\/100{
  border-color: rgb(156 163 175 / 1);
}

.border-gray-400\/15{
  border-color: rgb(156 163 175 / 0.15);
}

.border-gray-400\/20{
  border-color: rgb(156 163 175 / 0.2);
}

.border-gray-400\/25{
  border-color: rgb(156 163 175 / 0.25);
}

.border-gray-400\/30{
  border-color: rgb(156 163 175 / 0.3);
}

.border-gray-400\/35{
  border-color: rgb(156 163 175 / 0.35);
}

.border-gray-400\/40{
  border-color: rgb(156 163 175 / 0.4);
}

.border-gray-400\/45{
  border-color: rgb(156 163 175 / 0.45);
}

.border-gray-400\/5{
  border-color: rgb(156 163 175 / 0.05);
}

.border-gray-400\/50{
  border-color: rgb(156 163 175 / 0.5);
}

.border-gray-400\/55{
  border-color: rgb(156 163 175 / 0.55);
}

.border-gray-400\/60{
  border-color: rgb(156 163 175 / 0.6);
}

.border-gray-400\/65{
  border-color: rgb(156 163 175 / 0.65);
}

.border-gray-400\/70{
  border-color: rgb(156 163 175 / 0.7);
}

.border-gray-400\/75{
  border-color: rgb(156 163 175 / 0.75);
}

.border-gray-400\/80{
  border-color: rgb(156 163 175 / 0.8);
}

.border-gray-400\/85{
  border-color: rgb(156 163 175 / 0.85);
}

.border-gray-400\/90{
  border-color: rgb(156 163 175 / 0.9);
}

.border-gray-400\/95{
  border-color: rgb(156 163 175 / 0.95);
}

.border-gray-50{
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.border-gray-50\/0{
  border-color: rgb(249 250 251 / 0);
}

.border-gray-50\/10{
  border-color: rgb(249 250 251 / 0.1);
}

.border-gray-50\/100{
  border-color: rgb(249 250 251 / 1);
}

.border-gray-50\/15{
  border-color: rgb(249 250 251 / 0.15);
}

.border-gray-50\/20{
  border-color: rgb(249 250 251 / 0.2);
}

.border-gray-50\/25{
  border-color: rgb(249 250 251 / 0.25);
}

.border-gray-50\/30{
  border-color: rgb(249 250 251 / 0.3);
}

.border-gray-50\/35{
  border-color: rgb(249 250 251 / 0.35);
}

.border-gray-50\/40{
  border-color: rgb(249 250 251 / 0.4);
}

.border-gray-50\/45{
  border-color: rgb(249 250 251 / 0.45);
}

.border-gray-50\/5{
  border-color: rgb(249 250 251 / 0.05);
}

.border-gray-50\/50{
  border-color: rgb(249 250 251 / 0.5);
}

.border-gray-50\/55{
  border-color: rgb(249 250 251 / 0.55);
}

.border-gray-50\/60{
  border-color: rgb(249 250 251 / 0.6);
}

.border-gray-50\/65{
  border-color: rgb(249 250 251 / 0.65);
}

.border-gray-50\/70{
  border-color: rgb(249 250 251 / 0.7);
}

.border-gray-50\/75{
  border-color: rgb(249 250 251 / 0.75);
}

.border-gray-50\/80{
  border-color: rgb(249 250 251 / 0.8);
}

.border-gray-50\/85{
  border-color: rgb(249 250 251 / 0.85);
}

.border-gray-50\/90{
  border-color: rgb(249 250 251 / 0.9);
}

.border-gray-50\/95{
  border-color: rgb(249 250 251 / 0.95);
}

.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.border-gray-500\/0{
  border-color: rgb(107 114 128 / 0);
}

.border-gray-500\/10{
  border-color: rgb(107 114 128 / 0.1);
}

.border-gray-500\/100{
  border-color: rgb(107 114 128 / 1);
}

.border-gray-500\/15{
  border-color: rgb(107 114 128 / 0.15);
}

.border-gray-500\/20{
  border-color: rgb(107 114 128 / 0.2);
}

.border-gray-500\/25{
  border-color: rgb(107 114 128 / 0.25);
}

.border-gray-500\/30{
  border-color: rgb(107 114 128 / 0.3);
}

.border-gray-500\/35{
  border-color: rgb(107 114 128 / 0.35);
}

.border-gray-500\/40{
  border-color: rgb(107 114 128 / 0.4);
}

.border-gray-500\/45{
  border-color: rgb(107 114 128 / 0.45);
}

.border-gray-500\/5{
  border-color: rgb(107 114 128 / 0.05);
}

.border-gray-500\/50{
  border-color: rgb(107 114 128 / 0.5);
}

.border-gray-500\/55{
  border-color: rgb(107 114 128 / 0.55);
}

.border-gray-500\/60{
  border-color: rgb(107 114 128 / 0.6);
}

.border-gray-500\/65{
  border-color: rgb(107 114 128 / 0.65);
}

.border-gray-500\/70{
  border-color: rgb(107 114 128 / 0.7);
}

.border-gray-500\/75{
  border-color: rgb(107 114 128 / 0.75);
}

.border-gray-500\/80{
  border-color: rgb(107 114 128 / 0.8);
}

.border-gray-500\/85{
  border-color: rgb(107 114 128 / 0.85);
}

.border-gray-500\/90{
  border-color: rgb(107 114 128 / 0.9);
}

.border-gray-500\/95{
  border-color: rgb(107 114 128 / 0.95);
}

.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.border-gray-600\/0{
  border-color: rgb(75 85 99 / 0);
}

.border-gray-600\/10{
  border-color: rgb(75 85 99 / 0.1);
}

.border-gray-600\/100{
  border-color: rgb(75 85 99 / 1);
}

.border-gray-600\/15{
  border-color: rgb(75 85 99 / 0.15);
}

.border-gray-600\/20{
  border-color: rgb(75 85 99 / 0.2);
}

.border-gray-600\/25{
  border-color: rgb(75 85 99 / 0.25);
}

.border-gray-600\/30{
  border-color: rgb(75 85 99 / 0.3);
}

.border-gray-600\/35{
  border-color: rgb(75 85 99 / 0.35);
}

.border-gray-600\/40{
  border-color: rgb(75 85 99 / 0.4);
}

.border-gray-600\/45{
  border-color: rgb(75 85 99 / 0.45);
}

.border-gray-600\/5{
  border-color: rgb(75 85 99 / 0.05);
}

.border-gray-600\/50{
  border-color: rgb(75 85 99 / 0.5);
}

.border-gray-600\/55{
  border-color: rgb(75 85 99 / 0.55);
}

.border-gray-600\/60{
  border-color: rgb(75 85 99 / 0.6);
}

.border-gray-600\/65{
  border-color: rgb(75 85 99 / 0.65);
}

.border-gray-600\/70{
  border-color: rgb(75 85 99 / 0.7);
}

.border-gray-600\/75{
  border-color: rgb(75 85 99 / 0.75);
}

.border-gray-600\/80{
  border-color: rgb(75 85 99 / 0.8);
}

.border-gray-600\/85{
  border-color: rgb(75 85 99 / 0.85);
}

.border-gray-600\/90{
  border-color: rgb(75 85 99 / 0.9);
}

.border-gray-600\/95{
  border-color: rgb(75 85 99 / 0.95);
}

.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.border-gray-700\/0{
  border-color: rgb(55 65 81 / 0);
}

.border-gray-700\/10{
  border-color: rgb(55 65 81 / 0.1);
}

.border-gray-700\/100{
  border-color: rgb(55 65 81 / 1);
}

.border-gray-700\/15{
  border-color: rgb(55 65 81 / 0.15);
}

.border-gray-700\/20{
  border-color: rgb(55 65 81 / 0.2);
}

.border-gray-700\/25{
  border-color: rgb(55 65 81 / 0.25);
}

.border-gray-700\/30{
  border-color: rgb(55 65 81 / 0.3);
}

.border-gray-700\/35{
  border-color: rgb(55 65 81 / 0.35);
}

.border-gray-700\/40{
  border-color: rgb(55 65 81 / 0.4);
}

.border-gray-700\/45{
  border-color: rgb(55 65 81 / 0.45);
}

.border-gray-700\/5{
  border-color: rgb(55 65 81 / 0.05);
}

.border-gray-700\/50{
  border-color: rgb(55 65 81 / 0.5);
}

.border-gray-700\/55{
  border-color: rgb(55 65 81 / 0.55);
}

.border-gray-700\/60{
  border-color: rgb(55 65 81 / 0.6);
}

.border-gray-700\/65{
  border-color: rgb(55 65 81 / 0.65);
}

.border-gray-700\/70{
  border-color: rgb(55 65 81 / 0.7);
}

.border-gray-700\/75{
  border-color: rgb(55 65 81 / 0.75);
}

.border-gray-700\/80{
  border-color: rgb(55 65 81 / 0.8);
}

.border-gray-700\/85{
  border-color: rgb(55 65 81 / 0.85);
}

.border-gray-700\/90{
  border-color: rgb(55 65 81 / 0.9);
}

.border-gray-700\/95{
  border-color: rgb(55 65 81 / 0.95);
}

.border-gray-800{
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.border-gray-800\/0{
  border-color: rgb(31 41 55 / 0);
}

.border-gray-800\/10{
  border-color: rgb(31 41 55 / 0.1);
}

.border-gray-800\/100{
  border-color: rgb(31 41 55 / 1);
}

.border-gray-800\/15{
  border-color: rgb(31 41 55 / 0.15);
}

.border-gray-800\/20{
  border-color: rgb(31 41 55 / 0.2);
}

.border-gray-800\/25{
  border-color: rgb(31 41 55 / 0.25);
}

.border-gray-800\/30{
  border-color: rgb(31 41 55 / 0.3);
}

.border-gray-800\/35{
  border-color: rgb(31 41 55 / 0.35);
}

.border-gray-800\/40{
  border-color: rgb(31 41 55 / 0.4);
}

.border-gray-800\/45{
  border-color: rgb(31 41 55 / 0.45);
}

.border-gray-800\/5{
  border-color: rgb(31 41 55 / 0.05);
}

.border-gray-800\/50{
  border-color: rgb(31 41 55 / 0.5);
}

.border-gray-800\/55{
  border-color: rgb(31 41 55 / 0.55);
}

.border-gray-800\/60{
  border-color: rgb(31 41 55 / 0.6);
}

.border-gray-800\/65{
  border-color: rgb(31 41 55 / 0.65);
}

.border-gray-800\/70{
  border-color: rgb(31 41 55 / 0.7);
}

.border-gray-800\/75{
  border-color: rgb(31 41 55 / 0.75);
}

.border-gray-800\/80{
  border-color: rgb(31 41 55 / 0.8);
}

.border-gray-800\/85{
  border-color: rgb(31 41 55 / 0.85);
}

.border-gray-800\/90{
  border-color: rgb(31 41 55 / 0.9);
}

.border-gray-800\/95{
  border-color: rgb(31 41 55 / 0.95);
}

.border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.border-gray-900\/0{
  border-color: rgb(17 24 39 / 0);
}

.border-gray-900\/10{
  border-color: rgb(17 24 39 / 0.1);
}

.border-gray-900\/100{
  border-color: rgb(17 24 39 / 1);
}

.border-gray-900\/15{
  border-color: rgb(17 24 39 / 0.15);
}

.border-gray-900\/20{
  border-color: rgb(17 24 39 / 0.2);
}

.border-gray-900\/25{
  border-color: rgb(17 24 39 / 0.25);
}

.border-gray-900\/30{
  border-color: rgb(17 24 39 / 0.3);
}

.border-gray-900\/35{
  border-color: rgb(17 24 39 / 0.35);
}

.border-gray-900\/40{
  border-color: rgb(17 24 39 / 0.4);
}

.border-gray-900\/45{
  border-color: rgb(17 24 39 / 0.45);
}

.border-gray-900\/5{
  border-color: rgb(17 24 39 / 0.05);
}

.border-gray-900\/50{
  border-color: rgb(17 24 39 / 0.5);
}

.border-gray-900\/55{
  border-color: rgb(17 24 39 / 0.55);
}

.border-gray-900\/60{
  border-color: rgb(17 24 39 / 0.6);
}

.border-gray-900\/65{
  border-color: rgb(17 24 39 / 0.65);
}

.border-gray-900\/70{
  border-color: rgb(17 24 39 / 0.7);
}

.border-gray-900\/75{
  border-color: rgb(17 24 39 / 0.75);
}

.border-gray-900\/80{
  border-color: rgb(17 24 39 / 0.8);
}

.border-gray-900\/85{
  border-color: rgb(17 24 39 / 0.85);
}

.border-gray-900\/90{
  border-color: rgb(17 24 39 / 0.9);
}

.border-gray-900\/95{
  border-color: rgb(17 24 39 / 0.95);
}

.border-green-100{
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.border-green-100\/0{
  border-color: rgb(220 252 231 / 0);
}

.border-green-100\/10{
  border-color: rgb(220 252 231 / 0.1);
}

.border-green-100\/100{
  border-color: rgb(220 252 231 / 1);
}

.border-green-100\/15{
  border-color: rgb(220 252 231 / 0.15);
}

.border-green-100\/20{
  border-color: rgb(220 252 231 / 0.2);
}

.border-green-100\/25{
  border-color: rgb(220 252 231 / 0.25);
}

.border-green-100\/30{
  border-color: rgb(220 252 231 / 0.3);
}

.border-green-100\/35{
  border-color: rgb(220 252 231 / 0.35);
}

.border-green-100\/40{
  border-color: rgb(220 252 231 / 0.4);
}

.border-green-100\/45{
  border-color: rgb(220 252 231 / 0.45);
}

.border-green-100\/5{
  border-color: rgb(220 252 231 / 0.05);
}

.border-green-100\/50{
  border-color: rgb(220 252 231 / 0.5);
}

.border-green-100\/55{
  border-color: rgb(220 252 231 / 0.55);
}

.border-green-100\/60{
  border-color: rgb(220 252 231 / 0.6);
}

.border-green-100\/65{
  border-color: rgb(220 252 231 / 0.65);
}

.border-green-100\/70{
  border-color: rgb(220 252 231 / 0.7);
}

.border-green-100\/75{
  border-color: rgb(220 252 231 / 0.75);
}

.border-green-100\/80{
  border-color: rgb(220 252 231 / 0.8);
}

.border-green-100\/85{
  border-color: rgb(220 252 231 / 0.85);
}

.border-green-100\/90{
  border-color: rgb(220 252 231 / 0.9);
}

.border-green-100\/95{
  border-color: rgb(220 252 231 / 0.95);
}

.border-green-200{
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.border-green-200\/0{
  border-color: rgb(187 247 208 / 0);
}

.border-green-200\/10{
  border-color: rgb(187 247 208 / 0.1);
}

.border-green-200\/100{
  border-color: rgb(187 247 208 / 1);
}

.border-green-200\/15{
  border-color: rgb(187 247 208 / 0.15);
}

.border-green-200\/20{
  border-color: rgb(187 247 208 / 0.2);
}

.border-green-200\/25{
  border-color: rgb(187 247 208 / 0.25);
}

.border-green-200\/30{
  border-color: rgb(187 247 208 / 0.3);
}

.border-green-200\/35{
  border-color: rgb(187 247 208 / 0.35);
}

.border-green-200\/40{
  border-color: rgb(187 247 208 / 0.4);
}

.border-green-200\/45{
  border-color: rgb(187 247 208 / 0.45);
}

.border-green-200\/5{
  border-color: rgb(187 247 208 / 0.05);
}

.border-green-200\/50{
  border-color: rgb(187 247 208 / 0.5);
}

.border-green-200\/55{
  border-color: rgb(187 247 208 / 0.55);
}

.border-green-200\/60{
  border-color: rgb(187 247 208 / 0.6);
}

.border-green-200\/65{
  border-color: rgb(187 247 208 / 0.65);
}

.border-green-200\/70{
  border-color: rgb(187 247 208 / 0.7);
}

.border-green-200\/75{
  border-color: rgb(187 247 208 / 0.75);
}

.border-green-200\/80{
  border-color: rgb(187 247 208 / 0.8);
}

.border-green-200\/85{
  border-color: rgb(187 247 208 / 0.85);
}

.border-green-200\/90{
  border-color: rgb(187 247 208 / 0.9);
}

.border-green-200\/95{
  border-color: rgb(187 247 208 / 0.95);
}

.border-green-300{
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.border-green-300\/0{
  border-color: rgb(134 239 172 / 0);
}

.border-green-300\/10{
  border-color: rgb(134 239 172 / 0.1);
}

.border-green-300\/100{
  border-color: rgb(134 239 172 / 1);
}

.border-green-300\/15{
  border-color: rgb(134 239 172 / 0.15);
}

.border-green-300\/20{
  border-color: rgb(134 239 172 / 0.2);
}

.border-green-300\/25{
  border-color: rgb(134 239 172 / 0.25);
}

.border-green-300\/30{
  border-color: rgb(134 239 172 / 0.3);
}

.border-green-300\/35{
  border-color: rgb(134 239 172 / 0.35);
}

.border-green-300\/40{
  border-color: rgb(134 239 172 / 0.4);
}

.border-green-300\/45{
  border-color: rgb(134 239 172 / 0.45);
}

.border-green-300\/5{
  border-color: rgb(134 239 172 / 0.05);
}

.border-green-300\/50{
  border-color: rgb(134 239 172 / 0.5);
}

.border-green-300\/55{
  border-color: rgb(134 239 172 / 0.55);
}

.border-green-300\/60{
  border-color: rgb(134 239 172 / 0.6);
}

.border-green-300\/65{
  border-color: rgb(134 239 172 / 0.65);
}

.border-green-300\/70{
  border-color: rgb(134 239 172 / 0.7);
}

.border-green-300\/75{
  border-color: rgb(134 239 172 / 0.75);
}

.border-green-300\/80{
  border-color: rgb(134 239 172 / 0.8);
}

.border-green-300\/85{
  border-color: rgb(134 239 172 / 0.85);
}

.border-green-300\/90{
  border-color: rgb(134 239 172 / 0.9);
}

.border-green-300\/95{
  border-color: rgb(134 239 172 / 0.95);
}

.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.border-green-400\/0{
  border-color: rgb(74 222 128 / 0);
}

.border-green-400\/10{
  border-color: rgb(74 222 128 / 0.1);
}

.border-green-400\/100{
  border-color: rgb(74 222 128 / 1);
}

.border-green-400\/15{
  border-color: rgb(74 222 128 / 0.15);
}

.border-green-400\/20{
  border-color: rgb(74 222 128 / 0.2);
}

.border-green-400\/25{
  border-color: rgb(74 222 128 / 0.25);
}

.border-green-400\/30{
  border-color: rgb(74 222 128 / 0.3);
}

.border-green-400\/35{
  border-color: rgb(74 222 128 / 0.35);
}

.border-green-400\/40{
  border-color: rgb(74 222 128 / 0.4);
}

.border-green-400\/45{
  border-color: rgb(74 222 128 / 0.45);
}

.border-green-400\/5{
  border-color: rgb(74 222 128 / 0.05);
}

.border-green-400\/50{
  border-color: rgb(74 222 128 / 0.5);
}

.border-green-400\/55{
  border-color: rgb(74 222 128 / 0.55);
}

.border-green-400\/60{
  border-color: rgb(74 222 128 / 0.6);
}

.border-green-400\/65{
  border-color: rgb(74 222 128 / 0.65);
}

.border-green-400\/70{
  border-color: rgb(74 222 128 / 0.7);
}

.border-green-400\/75{
  border-color: rgb(74 222 128 / 0.75);
}

.border-green-400\/80{
  border-color: rgb(74 222 128 / 0.8);
}

.border-green-400\/85{
  border-color: rgb(74 222 128 / 0.85);
}

.border-green-400\/90{
  border-color: rgb(74 222 128 / 0.9);
}

.border-green-400\/95{
  border-color: rgb(74 222 128 / 0.95);
}

.border-green-50{
  --tw-border-opacity: 1;
  border-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.border-green-50\/0{
  border-color: rgb(240 253 244 / 0);
}

.border-green-50\/10{
  border-color: rgb(240 253 244 / 0.1);
}

.border-green-50\/100{
  border-color: rgb(240 253 244 / 1);
}

.border-green-50\/15{
  border-color: rgb(240 253 244 / 0.15);
}

.border-green-50\/20{
  border-color: rgb(240 253 244 / 0.2);
}

.border-green-50\/25{
  border-color: rgb(240 253 244 / 0.25);
}

.border-green-50\/30{
  border-color: rgb(240 253 244 / 0.3);
}

.border-green-50\/35{
  border-color: rgb(240 253 244 / 0.35);
}

.border-green-50\/40{
  border-color: rgb(240 253 244 / 0.4);
}

.border-green-50\/45{
  border-color: rgb(240 253 244 / 0.45);
}

.border-green-50\/5{
  border-color: rgb(240 253 244 / 0.05);
}

.border-green-50\/50{
  border-color: rgb(240 253 244 / 0.5);
}

.border-green-50\/55{
  border-color: rgb(240 253 244 / 0.55);
}

.border-green-50\/60{
  border-color: rgb(240 253 244 / 0.6);
}

.border-green-50\/65{
  border-color: rgb(240 253 244 / 0.65);
}

.border-green-50\/70{
  border-color: rgb(240 253 244 / 0.7);
}

.border-green-50\/75{
  border-color: rgb(240 253 244 / 0.75);
}

.border-green-50\/80{
  border-color: rgb(240 253 244 / 0.8);
}

.border-green-50\/85{
  border-color: rgb(240 253 244 / 0.85);
}

.border-green-50\/90{
  border-color: rgb(240 253 244 / 0.9);
}

.border-green-50\/95{
  border-color: rgb(240 253 244 / 0.95);
}

.border-green-500{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.border-green-500\/0{
  border-color: rgb(34 197 94 / 0);
}

.border-green-500\/10{
  border-color: rgb(34 197 94 / 0.1);
}

.border-green-500\/100{
  border-color: rgb(34 197 94 / 1);
}

.border-green-500\/15{
  border-color: rgb(34 197 94 / 0.15);
}

.border-green-500\/20{
  border-color: rgb(34 197 94 / 0.2);
}

.border-green-500\/25{
  border-color: rgb(34 197 94 / 0.25);
}

.border-green-500\/30{
  border-color: rgb(34 197 94 / 0.3);
}

.border-green-500\/35{
  border-color: rgb(34 197 94 / 0.35);
}

.border-green-500\/40{
  border-color: rgb(34 197 94 / 0.4);
}

.border-green-500\/45{
  border-color: rgb(34 197 94 / 0.45);
}

.border-green-500\/5{
  border-color: rgb(34 197 94 / 0.05);
}

.border-green-500\/50{
  border-color: rgb(34 197 94 / 0.5);
}

.border-green-500\/55{
  border-color: rgb(34 197 94 / 0.55);
}

.border-green-500\/60{
  border-color: rgb(34 197 94 / 0.6);
}

.border-green-500\/65{
  border-color: rgb(34 197 94 / 0.65);
}

.border-green-500\/70{
  border-color: rgb(34 197 94 / 0.7);
}

.border-green-500\/75{
  border-color: rgb(34 197 94 / 0.75);
}

.border-green-500\/80{
  border-color: rgb(34 197 94 / 0.8);
}

.border-green-500\/85{
  border-color: rgb(34 197 94 / 0.85);
}

.border-green-500\/90{
  border-color: rgb(34 197 94 / 0.9);
}

.border-green-500\/95{
  border-color: rgb(34 197 94 / 0.95);
}

.border-green-600{
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.border-green-600\/0{
  border-color: rgb(22 163 74 / 0);
}

.border-green-600\/10{
  border-color: rgb(22 163 74 / 0.1);
}

.border-green-600\/100{
  border-color: rgb(22 163 74 / 1);
}

.border-green-600\/15{
  border-color: rgb(22 163 74 / 0.15);
}

.border-green-600\/20{
  border-color: rgb(22 163 74 / 0.2);
}

.border-green-600\/25{
  border-color: rgb(22 163 74 / 0.25);
}

.border-green-600\/30{
  border-color: rgb(22 163 74 / 0.3);
}

.border-green-600\/35{
  border-color: rgb(22 163 74 / 0.35);
}

.border-green-600\/40{
  border-color: rgb(22 163 74 / 0.4);
}

.border-green-600\/45{
  border-color: rgb(22 163 74 / 0.45);
}

.border-green-600\/5{
  border-color: rgb(22 163 74 / 0.05);
}

.border-green-600\/50{
  border-color: rgb(22 163 74 / 0.5);
}

.border-green-600\/55{
  border-color: rgb(22 163 74 / 0.55);
}

.border-green-600\/60{
  border-color: rgb(22 163 74 / 0.6);
}

.border-green-600\/65{
  border-color: rgb(22 163 74 / 0.65);
}

.border-green-600\/70{
  border-color: rgb(22 163 74 / 0.7);
}

.border-green-600\/75{
  border-color: rgb(22 163 74 / 0.75);
}

.border-green-600\/80{
  border-color: rgb(22 163 74 / 0.8);
}

.border-green-600\/85{
  border-color: rgb(22 163 74 / 0.85);
}

.border-green-600\/90{
  border-color: rgb(22 163 74 / 0.9);
}

.border-green-600\/95{
  border-color: rgb(22 163 74 / 0.95);
}

.border-green-700{
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.border-green-700\/0{
  border-color: rgb(21 128 61 / 0);
}

.border-green-700\/10{
  border-color: rgb(21 128 61 / 0.1);
}

.border-green-700\/100{
  border-color: rgb(21 128 61 / 1);
}

.border-green-700\/15{
  border-color: rgb(21 128 61 / 0.15);
}

.border-green-700\/20{
  border-color: rgb(21 128 61 / 0.2);
}

.border-green-700\/25{
  border-color: rgb(21 128 61 / 0.25);
}

.border-green-700\/30{
  border-color: rgb(21 128 61 / 0.3);
}

.border-green-700\/35{
  border-color: rgb(21 128 61 / 0.35);
}

.border-green-700\/40{
  border-color: rgb(21 128 61 / 0.4);
}

.border-green-700\/45{
  border-color: rgb(21 128 61 / 0.45);
}

.border-green-700\/5{
  border-color: rgb(21 128 61 / 0.05);
}

.border-green-700\/50{
  border-color: rgb(21 128 61 / 0.5);
}

.border-green-700\/55{
  border-color: rgb(21 128 61 / 0.55);
}

.border-green-700\/60{
  border-color: rgb(21 128 61 / 0.6);
}

.border-green-700\/65{
  border-color: rgb(21 128 61 / 0.65);
}

.border-green-700\/70{
  border-color: rgb(21 128 61 / 0.7);
}

.border-green-700\/75{
  border-color: rgb(21 128 61 / 0.75);
}

.border-green-700\/80{
  border-color: rgb(21 128 61 / 0.8);
}

.border-green-700\/85{
  border-color: rgb(21 128 61 / 0.85);
}

.border-green-700\/90{
  border-color: rgb(21 128 61 / 0.9);
}

.border-green-700\/95{
  border-color: rgb(21 128 61 / 0.95);
}

.border-green-800{
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.border-green-800\/0{
  border-color: rgb(22 101 52 / 0);
}

.border-green-800\/10{
  border-color: rgb(22 101 52 / 0.1);
}

.border-green-800\/100{
  border-color: rgb(22 101 52 / 1);
}

.border-green-800\/15{
  border-color: rgb(22 101 52 / 0.15);
}

.border-green-800\/20{
  border-color: rgb(22 101 52 / 0.2);
}

.border-green-800\/25{
  border-color: rgb(22 101 52 / 0.25);
}

.border-green-800\/30{
  border-color: rgb(22 101 52 / 0.3);
}

.border-green-800\/35{
  border-color: rgb(22 101 52 / 0.35);
}

.border-green-800\/40{
  border-color: rgb(22 101 52 / 0.4);
}

.border-green-800\/45{
  border-color: rgb(22 101 52 / 0.45);
}

.border-green-800\/5{
  border-color: rgb(22 101 52 / 0.05);
}

.border-green-800\/50{
  border-color: rgb(22 101 52 / 0.5);
}

.border-green-800\/55{
  border-color: rgb(22 101 52 / 0.55);
}

.border-green-800\/60{
  border-color: rgb(22 101 52 / 0.6);
}

.border-green-800\/65{
  border-color: rgb(22 101 52 / 0.65);
}

.border-green-800\/70{
  border-color: rgb(22 101 52 / 0.7);
}

.border-green-800\/75{
  border-color: rgb(22 101 52 / 0.75);
}

.border-green-800\/80{
  border-color: rgb(22 101 52 / 0.8);
}

.border-green-800\/85{
  border-color: rgb(22 101 52 / 0.85);
}

.border-green-800\/90{
  border-color: rgb(22 101 52 / 0.9);
}

.border-green-800\/95{
  border-color: rgb(22 101 52 / 0.95);
}

.border-green-900{
  --tw-border-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.border-green-900\/0{
  border-color: rgb(20 83 45 / 0);
}

.border-green-900\/10{
  border-color: rgb(20 83 45 / 0.1);
}

.border-green-900\/100{
  border-color: rgb(20 83 45 / 1);
}

.border-green-900\/15{
  border-color: rgb(20 83 45 / 0.15);
}

.border-green-900\/20{
  border-color: rgb(20 83 45 / 0.2);
}

.border-green-900\/25{
  border-color: rgb(20 83 45 / 0.25);
}

.border-green-900\/30{
  border-color: rgb(20 83 45 / 0.3);
}

.border-green-900\/35{
  border-color: rgb(20 83 45 / 0.35);
}

.border-green-900\/40{
  border-color: rgb(20 83 45 / 0.4);
}

.border-green-900\/45{
  border-color: rgb(20 83 45 / 0.45);
}

.border-green-900\/5{
  border-color: rgb(20 83 45 / 0.05);
}

.border-green-900\/50{
  border-color: rgb(20 83 45 / 0.5);
}

.border-green-900\/55{
  border-color: rgb(20 83 45 / 0.55);
}

.border-green-900\/60{
  border-color: rgb(20 83 45 / 0.6);
}

.border-green-900\/65{
  border-color: rgb(20 83 45 / 0.65);
}

.border-green-900\/70{
  border-color: rgb(20 83 45 / 0.7);
}

.border-green-900\/75{
  border-color: rgb(20 83 45 / 0.75);
}

.border-green-900\/80{
  border-color: rgb(20 83 45 / 0.8);
}

.border-green-900\/85{
  border-color: rgb(20 83 45 / 0.85);
}

.border-green-900\/90{
  border-color: rgb(20 83 45 / 0.9);
}

.border-green-900\/95{
  border-color: rgb(20 83 45 / 0.95);
}

.border-indigo-100{
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.border-indigo-100\/0{
  border-color: rgb(224 231 255 / 0);
}

.border-indigo-100\/10{
  border-color: rgb(224 231 255 / 0.1);
}

.border-indigo-100\/100{
  border-color: rgb(224 231 255 / 1);
}

.border-indigo-100\/15{
  border-color: rgb(224 231 255 / 0.15);
}

.border-indigo-100\/20{
  border-color: rgb(224 231 255 / 0.2);
}

.border-indigo-100\/25{
  border-color: rgb(224 231 255 / 0.25);
}

.border-indigo-100\/30{
  border-color: rgb(224 231 255 / 0.3);
}

.border-indigo-100\/35{
  border-color: rgb(224 231 255 / 0.35);
}

.border-indigo-100\/40{
  border-color: rgb(224 231 255 / 0.4);
}

.border-indigo-100\/45{
  border-color: rgb(224 231 255 / 0.45);
}

.border-indigo-100\/5{
  border-color: rgb(224 231 255 / 0.05);
}

.border-indigo-100\/50{
  border-color: rgb(224 231 255 / 0.5);
}

.border-indigo-100\/55{
  border-color: rgb(224 231 255 / 0.55);
}

.border-indigo-100\/60{
  border-color: rgb(224 231 255 / 0.6);
}

.border-indigo-100\/65{
  border-color: rgb(224 231 255 / 0.65);
}

.border-indigo-100\/70{
  border-color: rgb(224 231 255 / 0.7);
}

.border-indigo-100\/75{
  border-color: rgb(224 231 255 / 0.75);
}

.border-indigo-100\/80{
  border-color: rgb(224 231 255 / 0.8);
}

.border-indigo-100\/85{
  border-color: rgb(224 231 255 / 0.85);
}

.border-indigo-100\/90{
  border-color: rgb(224 231 255 / 0.9);
}

.border-indigo-100\/95{
  border-color: rgb(224 231 255 / 0.95);
}

.border-indigo-200{
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.border-indigo-200\/0{
  border-color: rgb(199 210 254 / 0);
}

.border-indigo-200\/10{
  border-color: rgb(199 210 254 / 0.1);
}

.border-indigo-200\/100{
  border-color: rgb(199 210 254 / 1);
}

.border-indigo-200\/15{
  border-color: rgb(199 210 254 / 0.15);
}

.border-indigo-200\/20{
  border-color: rgb(199 210 254 / 0.2);
}

.border-indigo-200\/25{
  border-color: rgb(199 210 254 / 0.25);
}

.border-indigo-200\/30{
  border-color: rgb(199 210 254 / 0.3);
}

.border-indigo-200\/35{
  border-color: rgb(199 210 254 / 0.35);
}

.border-indigo-200\/40{
  border-color: rgb(199 210 254 / 0.4);
}

.border-indigo-200\/45{
  border-color: rgb(199 210 254 / 0.45);
}

.border-indigo-200\/5{
  border-color: rgb(199 210 254 / 0.05);
}

.border-indigo-200\/50{
  border-color: rgb(199 210 254 / 0.5);
}

.border-indigo-200\/55{
  border-color: rgb(199 210 254 / 0.55);
}

.border-indigo-200\/60{
  border-color: rgb(199 210 254 / 0.6);
}

.border-indigo-200\/65{
  border-color: rgb(199 210 254 / 0.65);
}

.border-indigo-200\/70{
  border-color: rgb(199 210 254 / 0.7);
}

.border-indigo-200\/75{
  border-color: rgb(199 210 254 / 0.75);
}

.border-indigo-200\/80{
  border-color: rgb(199 210 254 / 0.8);
}

.border-indigo-200\/85{
  border-color: rgb(199 210 254 / 0.85);
}

.border-indigo-200\/90{
  border-color: rgb(199 210 254 / 0.9);
}

.border-indigo-200\/95{
  border-color: rgb(199 210 254 / 0.95);
}

.border-indigo-300{
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.border-indigo-300\/0{
  border-color: rgb(165 180 252 / 0);
}

.border-indigo-300\/10{
  border-color: rgb(165 180 252 / 0.1);
}

.border-indigo-300\/100{
  border-color: rgb(165 180 252 / 1);
}

.border-indigo-300\/15{
  border-color: rgb(165 180 252 / 0.15);
}

.border-indigo-300\/20{
  border-color: rgb(165 180 252 / 0.2);
}

.border-indigo-300\/25{
  border-color: rgb(165 180 252 / 0.25);
}

.border-indigo-300\/30{
  border-color: rgb(165 180 252 / 0.3);
}

.border-indigo-300\/35{
  border-color: rgb(165 180 252 / 0.35);
}

.border-indigo-300\/40{
  border-color: rgb(165 180 252 / 0.4);
}

.border-indigo-300\/45{
  border-color: rgb(165 180 252 / 0.45);
}

.border-indigo-300\/5{
  border-color: rgb(165 180 252 / 0.05);
}

.border-indigo-300\/50{
  border-color: rgb(165 180 252 / 0.5);
}

.border-indigo-300\/55{
  border-color: rgb(165 180 252 / 0.55);
}

.border-indigo-300\/60{
  border-color: rgb(165 180 252 / 0.6);
}

.border-indigo-300\/65{
  border-color: rgb(165 180 252 / 0.65);
}

.border-indigo-300\/70{
  border-color: rgb(165 180 252 / 0.7);
}

.border-indigo-300\/75{
  border-color: rgb(165 180 252 / 0.75);
}

.border-indigo-300\/80{
  border-color: rgb(165 180 252 / 0.8);
}

.border-indigo-300\/85{
  border-color: rgb(165 180 252 / 0.85);
}

.border-indigo-300\/90{
  border-color: rgb(165 180 252 / 0.9);
}

.border-indigo-300\/95{
  border-color: rgb(165 180 252 / 0.95);
}

.border-indigo-400{
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.border-indigo-400\/0{
  border-color: rgb(129 140 248 / 0);
}

.border-indigo-400\/10{
  border-color: rgb(129 140 248 / 0.1);
}

.border-indigo-400\/100{
  border-color: rgb(129 140 248 / 1);
}

.border-indigo-400\/15{
  border-color: rgb(129 140 248 / 0.15);
}

.border-indigo-400\/20{
  border-color: rgb(129 140 248 / 0.2);
}

.border-indigo-400\/25{
  border-color: rgb(129 140 248 / 0.25);
}

.border-indigo-400\/30{
  border-color: rgb(129 140 248 / 0.3);
}

.border-indigo-400\/35{
  border-color: rgb(129 140 248 / 0.35);
}

.border-indigo-400\/40{
  border-color: rgb(129 140 248 / 0.4);
}

.border-indigo-400\/45{
  border-color: rgb(129 140 248 / 0.45);
}

.border-indigo-400\/5{
  border-color: rgb(129 140 248 / 0.05);
}

.border-indigo-400\/50{
  border-color: rgb(129 140 248 / 0.5);
}

.border-indigo-400\/55{
  border-color: rgb(129 140 248 / 0.55);
}

.border-indigo-400\/60{
  border-color: rgb(129 140 248 / 0.6);
}

.border-indigo-400\/65{
  border-color: rgb(129 140 248 / 0.65);
}

.border-indigo-400\/70{
  border-color: rgb(129 140 248 / 0.7);
}

.border-indigo-400\/75{
  border-color: rgb(129 140 248 / 0.75);
}

.border-indigo-400\/80{
  border-color: rgb(129 140 248 / 0.8);
}

.border-indigo-400\/85{
  border-color: rgb(129 140 248 / 0.85);
}

.border-indigo-400\/90{
  border-color: rgb(129 140 248 / 0.9);
}

.border-indigo-400\/95{
  border-color: rgb(129 140 248 / 0.95);
}

.border-indigo-50{
  --tw-border-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.border-indigo-50\/0{
  border-color: rgb(238 242 255 / 0);
}

.border-indigo-50\/10{
  border-color: rgb(238 242 255 / 0.1);
}

.border-indigo-50\/100{
  border-color: rgb(238 242 255 / 1);
}

.border-indigo-50\/15{
  border-color: rgb(238 242 255 / 0.15);
}

.border-indigo-50\/20{
  border-color: rgb(238 242 255 / 0.2);
}

.border-indigo-50\/25{
  border-color: rgb(238 242 255 / 0.25);
}

.border-indigo-50\/30{
  border-color: rgb(238 242 255 / 0.3);
}

.border-indigo-50\/35{
  border-color: rgb(238 242 255 / 0.35);
}

.border-indigo-50\/40{
  border-color: rgb(238 242 255 / 0.4);
}

.border-indigo-50\/45{
  border-color: rgb(238 242 255 / 0.45);
}

.border-indigo-50\/5{
  border-color: rgb(238 242 255 / 0.05);
}

.border-indigo-50\/50{
  border-color: rgb(238 242 255 / 0.5);
}

.border-indigo-50\/55{
  border-color: rgb(238 242 255 / 0.55);
}

.border-indigo-50\/60{
  border-color: rgb(238 242 255 / 0.6);
}

.border-indigo-50\/65{
  border-color: rgb(238 242 255 / 0.65);
}

.border-indigo-50\/70{
  border-color: rgb(238 242 255 / 0.7);
}

.border-indigo-50\/75{
  border-color: rgb(238 242 255 / 0.75);
}

.border-indigo-50\/80{
  border-color: rgb(238 242 255 / 0.8);
}

.border-indigo-50\/85{
  border-color: rgb(238 242 255 / 0.85);
}

.border-indigo-50\/90{
  border-color: rgb(238 242 255 / 0.9);
}

.border-indigo-50\/95{
  border-color: rgb(238 242 255 / 0.95);
}

.border-indigo-500{
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.border-indigo-500\/0{
  border-color: rgb(99 102 241 / 0);
}

.border-indigo-500\/10{
  border-color: rgb(99 102 241 / 0.1);
}

.border-indigo-500\/100{
  border-color: rgb(99 102 241 / 1);
}

.border-indigo-500\/15{
  border-color: rgb(99 102 241 / 0.15);
}

.border-indigo-500\/20{
  border-color: rgb(99 102 241 / 0.2);
}

.border-indigo-500\/25{
  border-color: rgb(99 102 241 / 0.25);
}

.border-indigo-500\/30{
  border-color: rgb(99 102 241 / 0.3);
}

.border-indigo-500\/35{
  border-color: rgb(99 102 241 / 0.35);
}

.border-indigo-500\/40{
  border-color: rgb(99 102 241 / 0.4);
}

.border-indigo-500\/45{
  border-color: rgb(99 102 241 / 0.45);
}

.border-indigo-500\/5{
  border-color: rgb(99 102 241 / 0.05);
}

.border-indigo-500\/50{
  border-color: rgb(99 102 241 / 0.5);
}

.border-indigo-500\/55{
  border-color: rgb(99 102 241 / 0.55);
}

.border-indigo-500\/60{
  border-color: rgb(99 102 241 / 0.6);
}

.border-indigo-500\/65{
  border-color: rgb(99 102 241 / 0.65);
}

.border-indigo-500\/70{
  border-color: rgb(99 102 241 / 0.7);
}

.border-indigo-500\/75{
  border-color: rgb(99 102 241 / 0.75);
}

.border-indigo-500\/80{
  border-color: rgb(99 102 241 / 0.8);
}

.border-indigo-500\/85{
  border-color: rgb(99 102 241 / 0.85);
}

.border-indigo-500\/90{
  border-color: rgb(99 102 241 / 0.9);
}

.border-indigo-500\/95{
  border-color: rgb(99 102 241 / 0.95);
}

.border-indigo-600{
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.border-indigo-600\/0{
  border-color: rgb(79 70 229 / 0);
}

.border-indigo-600\/10{
  border-color: rgb(79 70 229 / 0.1);
}

.border-indigo-600\/100{
  border-color: rgb(79 70 229 / 1);
}

.border-indigo-600\/15{
  border-color: rgb(79 70 229 / 0.15);
}

.border-indigo-600\/20{
  border-color: rgb(79 70 229 / 0.2);
}

.border-indigo-600\/25{
  border-color: rgb(79 70 229 / 0.25);
}

.border-indigo-600\/30{
  border-color: rgb(79 70 229 / 0.3);
}

.border-indigo-600\/35{
  border-color: rgb(79 70 229 / 0.35);
}

.border-indigo-600\/40{
  border-color: rgb(79 70 229 / 0.4);
}

.border-indigo-600\/45{
  border-color: rgb(79 70 229 / 0.45);
}

.border-indigo-600\/5{
  border-color: rgb(79 70 229 / 0.05);
}

.border-indigo-600\/50{
  border-color: rgb(79 70 229 / 0.5);
}

.border-indigo-600\/55{
  border-color: rgb(79 70 229 / 0.55);
}

.border-indigo-600\/60{
  border-color: rgb(79 70 229 / 0.6);
}

.border-indigo-600\/65{
  border-color: rgb(79 70 229 / 0.65);
}

.border-indigo-600\/70{
  border-color: rgb(79 70 229 / 0.7);
}

.border-indigo-600\/75{
  border-color: rgb(79 70 229 / 0.75);
}

.border-indigo-600\/80{
  border-color: rgb(79 70 229 / 0.8);
}

.border-indigo-600\/85{
  border-color: rgb(79 70 229 / 0.85);
}

.border-indigo-600\/90{
  border-color: rgb(79 70 229 / 0.9);
}

.border-indigo-600\/95{
  border-color: rgb(79 70 229 / 0.95);
}

.border-indigo-700{
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.border-indigo-700\/0{
  border-color: rgb(67 56 202 / 0);
}

.border-indigo-700\/10{
  border-color: rgb(67 56 202 / 0.1);
}

.border-indigo-700\/100{
  border-color: rgb(67 56 202 / 1);
}

.border-indigo-700\/15{
  border-color: rgb(67 56 202 / 0.15);
}

.border-indigo-700\/20{
  border-color: rgb(67 56 202 / 0.2);
}

.border-indigo-700\/25{
  border-color: rgb(67 56 202 / 0.25);
}

.border-indigo-700\/30{
  border-color: rgb(67 56 202 / 0.3);
}

.border-indigo-700\/35{
  border-color: rgb(67 56 202 / 0.35);
}

.border-indigo-700\/40{
  border-color: rgb(67 56 202 / 0.4);
}

.border-indigo-700\/45{
  border-color: rgb(67 56 202 / 0.45);
}

.border-indigo-700\/5{
  border-color: rgb(67 56 202 / 0.05);
}

.border-indigo-700\/50{
  border-color: rgb(67 56 202 / 0.5);
}

.border-indigo-700\/55{
  border-color: rgb(67 56 202 / 0.55);
}

.border-indigo-700\/60{
  border-color: rgb(67 56 202 / 0.6);
}

.border-indigo-700\/65{
  border-color: rgb(67 56 202 / 0.65);
}

.border-indigo-700\/70{
  border-color: rgb(67 56 202 / 0.7);
}

.border-indigo-700\/75{
  border-color: rgb(67 56 202 / 0.75);
}

.border-indigo-700\/80{
  border-color: rgb(67 56 202 / 0.8);
}

.border-indigo-700\/85{
  border-color: rgb(67 56 202 / 0.85);
}

.border-indigo-700\/90{
  border-color: rgb(67 56 202 / 0.9);
}

.border-indigo-700\/95{
  border-color: rgb(67 56 202 / 0.95);
}

.border-indigo-800{
  --tw-border-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.border-indigo-800\/0{
  border-color: rgb(55 48 163 / 0);
}

.border-indigo-800\/10{
  border-color: rgb(55 48 163 / 0.1);
}

.border-indigo-800\/100{
  border-color: rgb(55 48 163 / 1);
}

.border-indigo-800\/15{
  border-color: rgb(55 48 163 / 0.15);
}

.border-indigo-800\/20{
  border-color: rgb(55 48 163 / 0.2);
}

.border-indigo-800\/25{
  border-color: rgb(55 48 163 / 0.25);
}

.border-indigo-800\/30{
  border-color: rgb(55 48 163 / 0.3);
}

.border-indigo-800\/35{
  border-color: rgb(55 48 163 / 0.35);
}

.border-indigo-800\/40{
  border-color: rgb(55 48 163 / 0.4);
}

.border-indigo-800\/45{
  border-color: rgb(55 48 163 / 0.45);
}

.border-indigo-800\/5{
  border-color: rgb(55 48 163 / 0.05);
}

.border-indigo-800\/50{
  border-color: rgb(55 48 163 / 0.5);
}

.border-indigo-800\/55{
  border-color: rgb(55 48 163 / 0.55);
}

.border-indigo-800\/60{
  border-color: rgb(55 48 163 / 0.6);
}

.border-indigo-800\/65{
  border-color: rgb(55 48 163 / 0.65);
}

.border-indigo-800\/70{
  border-color: rgb(55 48 163 / 0.7);
}

.border-indigo-800\/75{
  border-color: rgb(55 48 163 / 0.75);
}

.border-indigo-800\/80{
  border-color: rgb(55 48 163 / 0.8);
}

.border-indigo-800\/85{
  border-color: rgb(55 48 163 / 0.85);
}

.border-indigo-800\/90{
  border-color: rgb(55 48 163 / 0.9);
}

.border-indigo-800\/95{
  border-color: rgb(55 48 163 / 0.95);
}

.border-indigo-900{
  --tw-border-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.border-indigo-900\/0{
  border-color: rgb(49 46 129 / 0);
}

.border-indigo-900\/10{
  border-color: rgb(49 46 129 / 0.1);
}

.border-indigo-900\/100{
  border-color: rgb(49 46 129 / 1);
}

.border-indigo-900\/15{
  border-color: rgb(49 46 129 / 0.15);
}

.border-indigo-900\/20{
  border-color: rgb(49 46 129 / 0.2);
}

.border-indigo-900\/25{
  border-color: rgb(49 46 129 / 0.25);
}

.border-indigo-900\/30{
  border-color: rgb(49 46 129 / 0.3);
}

.border-indigo-900\/35{
  border-color: rgb(49 46 129 / 0.35);
}

.border-indigo-900\/40{
  border-color: rgb(49 46 129 / 0.4);
}

.border-indigo-900\/45{
  border-color: rgb(49 46 129 / 0.45);
}

.border-indigo-900\/5{
  border-color: rgb(49 46 129 / 0.05);
}

.border-indigo-900\/50{
  border-color: rgb(49 46 129 / 0.5);
}

.border-indigo-900\/55{
  border-color: rgb(49 46 129 / 0.55);
}

.border-indigo-900\/60{
  border-color: rgb(49 46 129 / 0.6);
}

.border-indigo-900\/65{
  border-color: rgb(49 46 129 / 0.65);
}

.border-indigo-900\/70{
  border-color: rgb(49 46 129 / 0.7);
}

.border-indigo-900\/75{
  border-color: rgb(49 46 129 / 0.75);
}

.border-indigo-900\/80{
  border-color: rgb(49 46 129 / 0.8);
}

.border-indigo-900\/85{
  border-color: rgb(49 46 129 / 0.85);
}

.border-indigo-900\/90{
  border-color: rgb(49 46 129 / 0.9);
}

.border-indigo-900\/95{
  border-color: rgb(49 46 129 / 0.95);
}

.border-purple-200{
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity));
}

.border-red-100{
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity));
}

.border-red-100\/0{
  border-color: rgb(254 226 226 / 0);
}

.border-red-100\/10{
  border-color: rgb(254 226 226 / 0.1);
}

.border-red-100\/100{
  border-color: rgb(254 226 226 / 1);
}

.border-red-100\/15{
  border-color: rgb(254 226 226 / 0.15);
}

.border-red-100\/20{
  border-color: rgb(254 226 226 / 0.2);
}

.border-red-100\/25{
  border-color: rgb(254 226 226 / 0.25);
}

.border-red-100\/30{
  border-color: rgb(254 226 226 / 0.3);
}

.border-red-100\/35{
  border-color: rgb(254 226 226 / 0.35);
}

.border-red-100\/40{
  border-color: rgb(254 226 226 / 0.4);
}

.border-red-100\/45{
  border-color: rgb(254 226 226 / 0.45);
}

.border-red-100\/5{
  border-color: rgb(254 226 226 / 0.05);
}

.border-red-100\/50{
  border-color: rgb(254 226 226 / 0.5);
}

.border-red-100\/55{
  border-color: rgb(254 226 226 / 0.55);
}

.border-red-100\/60{
  border-color: rgb(254 226 226 / 0.6);
}

.border-red-100\/65{
  border-color: rgb(254 226 226 / 0.65);
}

.border-red-100\/70{
  border-color: rgb(254 226 226 / 0.7);
}

.border-red-100\/75{
  border-color: rgb(254 226 226 / 0.75);
}

.border-red-100\/80{
  border-color: rgb(254 226 226 / 0.8);
}

.border-red-100\/85{
  border-color: rgb(254 226 226 / 0.85);
}

.border-red-100\/90{
  border-color: rgb(254 226 226 / 0.9);
}

.border-red-100\/95{
  border-color: rgb(254 226 226 / 0.95);
}

.border-red-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.border-red-200\/0{
  border-color: rgb(254 202 202 / 0);
}

.border-red-200\/10{
  border-color: rgb(254 202 202 / 0.1);
}

.border-red-200\/100{
  border-color: rgb(254 202 202 / 1);
}

.border-red-200\/15{
  border-color: rgb(254 202 202 / 0.15);
}

.border-red-200\/20{
  border-color: rgb(254 202 202 / 0.2);
}

.border-red-200\/25{
  border-color: rgb(254 202 202 / 0.25);
}

.border-red-200\/30{
  border-color: rgb(254 202 202 / 0.3);
}

.border-red-200\/35{
  border-color: rgb(254 202 202 / 0.35);
}

.border-red-200\/40{
  border-color: rgb(254 202 202 / 0.4);
}

.border-red-200\/45{
  border-color: rgb(254 202 202 / 0.45);
}

.border-red-200\/5{
  border-color: rgb(254 202 202 / 0.05);
}

.border-red-200\/50{
  border-color: rgb(254 202 202 / 0.5);
}

.border-red-200\/55{
  border-color: rgb(254 202 202 / 0.55);
}

.border-red-200\/60{
  border-color: rgb(254 202 202 / 0.6);
}

.border-red-200\/65{
  border-color: rgb(254 202 202 / 0.65);
}

.border-red-200\/70{
  border-color: rgb(254 202 202 / 0.7);
}

.border-red-200\/75{
  border-color: rgb(254 202 202 / 0.75);
}

.border-red-200\/80{
  border-color: rgb(254 202 202 / 0.8);
}

.border-red-200\/85{
  border-color: rgb(254 202 202 / 0.85);
}

.border-red-200\/90{
  border-color: rgb(254 202 202 / 0.9);
}

.border-red-200\/95{
  border-color: rgb(254 202 202 / 0.95);
}

.border-red-300{
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.border-red-300\/0{
  border-color: rgb(252 165 165 / 0);
}

.border-red-300\/10{
  border-color: rgb(252 165 165 / 0.1);
}

.border-red-300\/100{
  border-color: rgb(252 165 165 / 1);
}

.border-red-300\/15{
  border-color: rgb(252 165 165 / 0.15);
}

.border-red-300\/20{
  border-color: rgb(252 165 165 / 0.2);
}

.border-red-300\/25{
  border-color: rgb(252 165 165 / 0.25);
}

.border-red-300\/30{
  border-color: rgb(252 165 165 / 0.3);
}

.border-red-300\/35{
  border-color: rgb(252 165 165 / 0.35);
}

.border-red-300\/40{
  border-color: rgb(252 165 165 / 0.4);
}

.border-red-300\/45{
  border-color: rgb(252 165 165 / 0.45);
}

.border-red-300\/5{
  border-color: rgb(252 165 165 / 0.05);
}

.border-red-300\/50{
  border-color: rgb(252 165 165 / 0.5);
}

.border-red-300\/55{
  border-color: rgb(252 165 165 / 0.55);
}

.border-red-300\/60{
  border-color: rgb(252 165 165 / 0.6);
}

.border-red-300\/65{
  border-color: rgb(252 165 165 / 0.65);
}

.border-red-300\/70{
  border-color: rgb(252 165 165 / 0.7);
}

.border-red-300\/75{
  border-color: rgb(252 165 165 / 0.75);
}

.border-red-300\/80{
  border-color: rgb(252 165 165 / 0.8);
}

.border-red-300\/85{
  border-color: rgb(252 165 165 / 0.85);
}

.border-red-300\/90{
  border-color: rgb(252 165 165 / 0.9);
}

.border-red-300\/95{
  border-color: rgb(252 165 165 / 0.95);
}

.border-red-400{
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.border-red-400\/0{
  border-color: rgb(248 113 113 / 0);
}

.border-red-400\/10{
  border-color: rgb(248 113 113 / 0.1);
}

.border-red-400\/100{
  border-color: rgb(248 113 113 / 1);
}

.border-red-400\/15{
  border-color: rgb(248 113 113 / 0.15);
}

.border-red-400\/20{
  border-color: rgb(248 113 113 / 0.2);
}

.border-red-400\/25{
  border-color: rgb(248 113 113 / 0.25);
}

.border-red-400\/30{
  border-color: rgb(248 113 113 / 0.3);
}

.border-red-400\/35{
  border-color: rgb(248 113 113 / 0.35);
}

.border-red-400\/40{
  border-color: rgb(248 113 113 / 0.4);
}

.border-red-400\/45{
  border-color: rgb(248 113 113 / 0.45);
}

.border-red-400\/5{
  border-color: rgb(248 113 113 / 0.05);
}

.border-red-400\/50{
  border-color: rgb(248 113 113 / 0.5);
}

.border-red-400\/55{
  border-color: rgb(248 113 113 / 0.55);
}

.border-red-400\/60{
  border-color: rgb(248 113 113 / 0.6);
}

.border-red-400\/65{
  border-color: rgb(248 113 113 / 0.65);
}

.border-red-400\/70{
  border-color: rgb(248 113 113 / 0.7);
}

.border-red-400\/75{
  border-color: rgb(248 113 113 / 0.75);
}

.border-red-400\/80{
  border-color: rgb(248 113 113 / 0.8);
}

.border-red-400\/85{
  border-color: rgb(248 113 113 / 0.85);
}

.border-red-400\/90{
  border-color: rgb(248 113 113 / 0.9);
}

.border-red-400\/95{
  border-color: rgb(248 113 113 / 0.95);
}

.border-red-50{
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.border-red-50\/0{
  border-color: rgb(254 242 242 / 0);
}

.border-red-50\/10{
  border-color: rgb(254 242 242 / 0.1);
}

.border-red-50\/100{
  border-color: rgb(254 242 242 / 1);
}

.border-red-50\/15{
  border-color: rgb(254 242 242 / 0.15);
}

.border-red-50\/20{
  border-color: rgb(254 242 242 / 0.2);
}

.border-red-50\/25{
  border-color: rgb(254 242 242 / 0.25);
}

.border-red-50\/30{
  border-color: rgb(254 242 242 / 0.3);
}

.border-red-50\/35{
  border-color: rgb(254 242 242 / 0.35);
}

.border-red-50\/40{
  border-color: rgb(254 242 242 / 0.4);
}

.border-red-50\/45{
  border-color: rgb(254 242 242 / 0.45);
}

.border-red-50\/5{
  border-color: rgb(254 242 242 / 0.05);
}

.border-red-50\/50{
  border-color: rgb(254 242 242 / 0.5);
}

.border-red-50\/55{
  border-color: rgb(254 242 242 / 0.55);
}

.border-red-50\/60{
  border-color: rgb(254 242 242 / 0.6);
}

.border-red-50\/65{
  border-color: rgb(254 242 242 / 0.65);
}

.border-red-50\/70{
  border-color: rgb(254 242 242 / 0.7);
}

.border-red-50\/75{
  border-color: rgb(254 242 242 / 0.75);
}

.border-red-50\/80{
  border-color: rgb(254 242 242 / 0.8);
}

.border-red-50\/85{
  border-color: rgb(254 242 242 / 0.85);
}

.border-red-50\/90{
  border-color: rgb(254 242 242 / 0.9);
}

.border-red-50\/95{
  border-color: rgb(254 242 242 / 0.95);
}

.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-red-500\/0{
  border-color: rgb(239 68 68 / 0);
}

.border-red-500\/10{
  border-color: rgb(239 68 68 / 0.1);
}

.border-red-500\/100{
  border-color: rgb(239 68 68 / 1);
}

.border-red-500\/15{
  border-color: rgb(239 68 68 / 0.15);
}

.border-red-500\/20{
  border-color: rgb(239 68 68 / 0.2);
}

.border-red-500\/25{
  border-color: rgb(239 68 68 / 0.25);
}

.border-red-500\/30{
  border-color: rgb(239 68 68 / 0.3);
}

.border-red-500\/35{
  border-color: rgb(239 68 68 / 0.35);
}

.border-red-500\/40{
  border-color: rgb(239 68 68 / 0.4);
}

.border-red-500\/45{
  border-color: rgb(239 68 68 / 0.45);
}

.border-red-500\/5{
  border-color: rgb(239 68 68 / 0.05);
}

.border-red-500\/50{
  border-color: rgb(239 68 68 / 0.5);
}

.border-red-500\/55{
  border-color: rgb(239 68 68 / 0.55);
}

.border-red-500\/60{
  border-color: rgb(239 68 68 / 0.6);
}

.border-red-500\/65{
  border-color: rgb(239 68 68 / 0.65);
}

.border-red-500\/70{
  border-color: rgb(239 68 68 / 0.7);
}

.border-red-500\/75{
  border-color: rgb(239 68 68 / 0.75);
}

.border-red-500\/80{
  border-color: rgb(239 68 68 / 0.8);
}

.border-red-500\/85{
  border-color: rgb(239 68 68 / 0.85);
}

.border-red-500\/90{
  border-color: rgb(239 68 68 / 0.9);
}

.border-red-500\/95{
  border-color: rgb(239 68 68 / 0.95);
}

.border-red-600{
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.border-red-600\/0{
  border-color: rgb(220 38 38 / 0);
}

.border-red-600\/10{
  border-color: rgb(220 38 38 / 0.1);
}

.border-red-600\/100{
  border-color: rgb(220 38 38 / 1);
}

.border-red-600\/15{
  border-color: rgb(220 38 38 / 0.15);
}

.border-red-600\/20{
  border-color: rgb(220 38 38 / 0.2);
}

.border-red-600\/25{
  border-color: rgb(220 38 38 / 0.25);
}

.border-red-600\/30{
  border-color: rgb(220 38 38 / 0.3);
}

.border-red-600\/35{
  border-color: rgb(220 38 38 / 0.35);
}

.border-red-600\/40{
  border-color: rgb(220 38 38 / 0.4);
}

.border-red-600\/45{
  border-color: rgb(220 38 38 / 0.45);
}

.border-red-600\/5{
  border-color: rgb(220 38 38 / 0.05);
}

.border-red-600\/50{
  border-color: rgb(220 38 38 / 0.5);
}

.border-red-600\/55{
  border-color: rgb(220 38 38 / 0.55);
}

.border-red-600\/60{
  border-color: rgb(220 38 38 / 0.6);
}

.border-red-600\/65{
  border-color: rgb(220 38 38 / 0.65);
}

.border-red-600\/70{
  border-color: rgb(220 38 38 / 0.7);
}

.border-red-600\/75{
  border-color: rgb(220 38 38 / 0.75);
}

.border-red-600\/80{
  border-color: rgb(220 38 38 / 0.8);
}

.border-red-600\/85{
  border-color: rgb(220 38 38 / 0.85);
}

.border-red-600\/90{
  border-color: rgb(220 38 38 / 0.9);
}

.border-red-600\/95{
  border-color: rgb(220 38 38 / 0.95);
}

.border-red-700{
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.border-red-700\/0{
  border-color: rgb(185 28 28 / 0);
}

.border-red-700\/10{
  border-color: rgb(185 28 28 / 0.1);
}

.border-red-700\/100{
  border-color: rgb(185 28 28 / 1);
}

.border-red-700\/15{
  border-color: rgb(185 28 28 / 0.15);
}

.border-red-700\/20{
  border-color: rgb(185 28 28 / 0.2);
}

.border-red-700\/25{
  border-color: rgb(185 28 28 / 0.25);
}

.border-red-700\/30{
  border-color: rgb(185 28 28 / 0.3);
}

.border-red-700\/35{
  border-color: rgb(185 28 28 / 0.35);
}

.border-red-700\/40{
  border-color: rgb(185 28 28 / 0.4);
}

.border-red-700\/45{
  border-color: rgb(185 28 28 / 0.45);
}

.border-red-700\/5{
  border-color: rgb(185 28 28 / 0.05);
}

.border-red-700\/50{
  border-color: rgb(185 28 28 / 0.5);
}

.border-red-700\/55{
  border-color: rgb(185 28 28 / 0.55);
}

.border-red-700\/60{
  border-color: rgb(185 28 28 / 0.6);
}

.border-red-700\/65{
  border-color: rgb(185 28 28 / 0.65);
}

.border-red-700\/70{
  border-color: rgb(185 28 28 / 0.7);
}

.border-red-700\/75{
  border-color: rgb(185 28 28 / 0.75);
}

.border-red-700\/80{
  border-color: rgb(185 28 28 / 0.8);
}

.border-red-700\/85{
  border-color: rgb(185 28 28 / 0.85);
}

.border-red-700\/90{
  border-color: rgb(185 28 28 / 0.9);
}

.border-red-700\/95{
  border-color: rgb(185 28 28 / 0.95);
}

.border-red-800{
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.border-red-800\/0{
  border-color: rgb(153 27 27 / 0);
}

.border-red-800\/10{
  border-color: rgb(153 27 27 / 0.1);
}

.border-red-800\/100{
  border-color: rgb(153 27 27 / 1);
}

.border-red-800\/15{
  border-color: rgb(153 27 27 / 0.15);
}

.border-red-800\/20{
  border-color: rgb(153 27 27 / 0.2);
}

.border-red-800\/25{
  border-color: rgb(153 27 27 / 0.25);
}

.border-red-800\/30{
  border-color: rgb(153 27 27 / 0.3);
}

.border-red-800\/35{
  border-color: rgb(153 27 27 / 0.35);
}

.border-red-800\/40{
  border-color: rgb(153 27 27 / 0.4);
}

.border-red-800\/45{
  border-color: rgb(153 27 27 / 0.45);
}

.border-red-800\/5{
  border-color: rgb(153 27 27 / 0.05);
}

.border-red-800\/50{
  border-color: rgb(153 27 27 / 0.5);
}

.border-red-800\/55{
  border-color: rgb(153 27 27 / 0.55);
}

.border-red-800\/60{
  border-color: rgb(153 27 27 / 0.6);
}

.border-red-800\/65{
  border-color: rgb(153 27 27 / 0.65);
}

.border-red-800\/70{
  border-color: rgb(153 27 27 / 0.7);
}

.border-red-800\/75{
  border-color: rgb(153 27 27 / 0.75);
}

.border-red-800\/80{
  border-color: rgb(153 27 27 / 0.8);
}

.border-red-800\/85{
  border-color: rgb(153 27 27 / 0.85);
}

.border-red-800\/90{
  border-color: rgb(153 27 27 / 0.9);
}

.border-red-800\/95{
  border-color: rgb(153 27 27 / 0.95);
}

.border-red-900{
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.border-red-900\/0{
  border-color: rgb(127 29 29 / 0);
}

.border-red-900\/10{
  border-color: rgb(127 29 29 / 0.1);
}

.border-red-900\/100{
  border-color: rgb(127 29 29 / 1);
}

.border-red-900\/15{
  border-color: rgb(127 29 29 / 0.15);
}

.border-red-900\/20{
  border-color: rgb(127 29 29 / 0.2);
}

.border-red-900\/25{
  border-color: rgb(127 29 29 / 0.25);
}

.border-red-900\/30{
  border-color: rgb(127 29 29 / 0.3);
}

.border-red-900\/35{
  border-color: rgb(127 29 29 / 0.35);
}

.border-red-900\/40{
  border-color: rgb(127 29 29 / 0.4);
}

.border-red-900\/45{
  border-color: rgb(127 29 29 / 0.45);
}

.border-red-900\/5{
  border-color: rgb(127 29 29 / 0.05);
}

.border-red-900\/50{
  border-color: rgb(127 29 29 / 0.5);
}

.border-red-900\/55{
  border-color: rgb(127 29 29 / 0.55);
}

.border-red-900\/60{
  border-color: rgb(127 29 29 / 0.6);
}

.border-red-900\/65{
  border-color: rgb(127 29 29 / 0.65);
}

.border-red-900\/70{
  border-color: rgb(127 29 29 / 0.7);
}

.border-red-900\/75{
  border-color: rgb(127 29 29 / 0.75);
}

.border-red-900\/80{
  border-color: rgb(127 29 29 / 0.8);
}

.border-red-900\/85{
  border-color: rgb(127 29 29 / 0.85);
}

.border-red-900\/90{
  border-color: rgb(127 29 29 / 0.9);
}

.border-red-900\/95{
  border-color: rgb(127 29 29 / 0.95);
}

.border-transparent{
  border-color: transparent;
}

.border-yellow-100{
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.border-yellow-100\/0{
  border-color: rgb(254 249 195 / 0);
}

.border-yellow-100\/10{
  border-color: rgb(254 249 195 / 0.1);
}

.border-yellow-100\/100{
  border-color: rgb(254 249 195 / 1);
}

.border-yellow-100\/15{
  border-color: rgb(254 249 195 / 0.15);
}

.border-yellow-100\/20{
  border-color: rgb(254 249 195 / 0.2);
}

.border-yellow-100\/25{
  border-color: rgb(254 249 195 / 0.25);
}

.border-yellow-100\/30{
  border-color: rgb(254 249 195 / 0.3);
}

.border-yellow-100\/35{
  border-color: rgb(254 249 195 / 0.35);
}

.border-yellow-100\/40{
  border-color: rgb(254 249 195 / 0.4);
}

.border-yellow-100\/45{
  border-color: rgb(254 249 195 / 0.45);
}

.border-yellow-100\/5{
  border-color: rgb(254 249 195 / 0.05);
}

.border-yellow-100\/50{
  border-color: rgb(254 249 195 / 0.5);
}

.border-yellow-100\/55{
  border-color: rgb(254 249 195 / 0.55);
}

.border-yellow-100\/60{
  border-color: rgb(254 249 195 / 0.6);
}

.border-yellow-100\/65{
  border-color: rgb(254 249 195 / 0.65);
}

.border-yellow-100\/70{
  border-color: rgb(254 249 195 / 0.7);
}

.border-yellow-100\/75{
  border-color: rgb(254 249 195 / 0.75);
}

.border-yellow-100\/80{
  border-color: rgb(254 249 195 / 0.8);
}

.border-yellow-100\/85{
  border-color: rgb(254 249 195 / 0.85);
}

.border-yellow-100\/90{
  border-color: rgb(254 249 195 / 0.9);
}

.border-yellow-100\/95{
  border-color: rgb(254 249 195 / 0.95);
}

.border-yellow-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.border-yellow-200\/0{
  border-color: rgb(254 240 138 / 0);
}

.border-yellow-200\/10{
  border-color: rgb(254 240 138 / 0.1);
}

.border-yellow-200\/100{
  border-color: rgb(254 240 138 / 1);
}

.border-yellow-200\/15{
  border-color: rgb(254 240 138 / 0.15);
}

.border-yellow-200\/20{
  border-color: rgb(254 240 138 / 0.2);
}

.border-yellow-200\/25{
  border-color: rgb(254 240 138 / 0.25);
}

.border-yellow-200\/30{
  border-color: rgb(254 240 138 / 0.3);
}

.border-yellow-200\/35{
  border-color: rgb(254 240 138 / 0.35);
}

.border-yellow-200\/40{
  border-color: rgb(254 240 138 / 0.4);
}

.border-yellow-200\/45{
  border-color: rgb(254 240 138 / 0.45);
}

.border-yellow-200\/5{
  border-color: rgb(254 240 138 / 0.05);
}

.border-yellow-200\/50{
  border-color: rgb(254 240 138 / 0.5);
}

.border-yellow-200\/55{
  border-color: rgb(254 240 138 / 0.55);
}

.border-yellow-200\/60{
  border-color: rgb(254 240 138 / 0.6);
}

.border-yellow-200\/65{
  border-color: rgb(254 240 138 / 0.65);
}

.border-yellow-200\/70{
  border-color: rgb(254 240 138 / 0.7);
}

.border-yellow-200\/75{
  border-color: rgb(254 240 138 / 0.75);
}

.border-yellow-200\/80{
  border-color: rgb(254 240 138 / 0.8);
}

.border-yellow-200\/85{
  border-color: rgb(254 240 138 / 0.85);
}

.border-yellow-200\/90{
  border-color: rgb(254 240 138 / 0.9);
}

.border-yellow-200\/95{
  border-color: rgb(254 240 138 / 0.95);
}

.border-yellow-300{
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.border-yellow-300\/0{
  border-color: rgb(253 224 71 / 0);
}

.border-yellow-300\/10{
  border-color: rgb(253 224 71 / 0.1);
}

.border-yellow-300\/100{
  border-color: rgb(253 224 71 / 1);
}

.border-yellow-300\/15{
  border-color: rgb(253 224 71 / 0.15);
}

.border-yellow-300\/20{
  border-color: rgb(253 224 71 / 0.2);
}

.border-yellow-300\/25{
  border-color: rgb(253 224 71 / 0.25);
}

.border-yellow-300\/30{
  border-color: rgb(253 224 71 / 0.3);
}

.border-yellow-300\/35{
  border-color: rgb(253 224 71 / 0.35);
}

.border-yellow-300\/40{
  border-color: rgb(253 224 71 / 0.4);
}

.border-yellow-300\/45{
  border-color: rgb(253 224 71 / 0.45);
}

.border-yellow-300\/5{
  border-color: rgb(253 224 71 / 0.05);
}

.border-yellow-300\/50{
  border-color: rgb(253 224 71 / 0.5);
}

.border-yellow-300\/55{
  border-color: rgb(253 224 71 / 0.55);
}

.border-yellow-300\/60{
  border-color: rgb(253 224 71 / 0.6);
}

.border-yellow-300\/65{
  border-color: rgb(253 224 71 / 0.65);
}

.border-yellow-300\/70{
  border-color: rgb(253 224 71 / 0.7);
}

.border-yellow-300\/75{
  border-color: rgb(253 224 71 / 0.75);
}

.border-yellow-300\/80{
  border-color: rgb(253 224 71 / 0.8);
}

.border-yellow-300\/85{
  border-color: rgb(253 224 71 / 0.85);
}

.border-yellow-300\/90{
  border-color: rgb(253 224 71 / 0.9);
}

.border-yellow-300\/95{
  border-color: rgb(253 224 71 / 0.95);
}

.border-yellow-400{
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.border-yellow-400\/0{
  border-color: rgb(250 204 21 / 0);
}

.border-yellow-400\/10{
  border-color: rgb(250 204 21 / 0.1);
}

.border-yellow-400\/100{
  border-color: rgb(250 204 21 / 1);
}

.border-yellow-400\/15{
  border-color: rgb(250 204 21 / 0.15);
}

.border-yellow-400\/20{
  border-color: rgb(250 204 21 / 0.2);
}

.border-yellow-400\/25{
  border-color: rgb(250 204 21 / 0.25);
}

.border-yellow-400\/30{
  border-color: rgb(250 204 21 / 0.3);
}

.border-yellow-400\/35{
  border-color: rgb(250 204 21 / 0.35);
}

.border-yellow-400\/40{
  border-color: rgb(250 204 21 / 0.4);
}

.border-yellow-400\/45{
  border-color: rgb(250 204 21 / 0.45);
}

.border-yellow-400\/5{
  border-color: rgb(250 204 21 / 0.05);
}

.border-yellow-400\/50{
  border-color: rgb(250 204 21 / 0.5);
}

.border-yellow-400\/55{
  border-color: rgb(250 204 21 / 0.55);
}

.border-yellow-400\/60{
  border-color: rgb(250 204 21 / 0.6);
}

.border-yellow-400\/65{
  border-color: rgb(250 204 21 / 0.65);
}

.border-yellow-400\/70{
  border-color: rgb(250 204 21 / 0.7);
}

.border-yellow-400\/75{
  border-color: rgb(250 204 21 / 0.75);
}

.border-yellow-400\/80{
  border-color: rgb(250 204 21 / 0.8);
}

.border-yellow-400\/85{
  border-color: rgb(250 204 21 / 0.85);
}

.border-yellow-400\/90{
  border-color: rgb(250 204 21 / 0.9);
}

.border-yellow-400\/95{
  border-color: rgb(250 204 21 / 0.95);
}

.border-yellow-50{
  --tw-border-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.border-yellow-50\/0{
  border-color: rgb(254 252 232 / 0);
}

.border-yellow-50\/10{
  border-color: rgb(254 252 232 / 0.1);
}

.border-yellow-50\/100{
  border-color: rgb(254 252 232 / 1);
}

.border-yellow-50\/15{
  border-color: rgb(254 252 232 / 0.15);
}

.border-yellow-50\/20{
  border-color: rgb(254 252 232 / 0.2);
}

.border-yellow-50\/25{
  border-color: rgb(254 252 232 / 0.25);
}

.border-yellow-50\/30{
  border-color: rgb(254 252 232 / 0.3);
}

.border-yellow-50\/35{
  border-color: rgb(254 252 232 / 0.35);
}

.border-yellow-50\/40{
  border-color: rgb(254 252 232 / 0.4);
}

.border-yellow-50\/45{
  border-color: rgb(254 252 232 / 0.45);
}

.border-yellow-50\/5{
  border-color: rgb(254 252 232 / 0.05);
}

.border-yellow-50\/50{
  border-color: rgb(254 252 232 / 0.5);
}

.border-yellow-50\/55{
  border-color: rgb(254 252 232 / 0.55);
}

.border-yellow-50\/60{
  border-color: rgb(254 252 232 / 0.6);
}

.border-yellow-50\/65{
  border-color: rgb(254 252 232 / 0.65);
}

.border-yellow-50\/70{
  border-color: rgb(254 252 232 / 0.7);
}

.border-yellow-50\/75{
  border-color: rgb(254 252 232 / 0.75);
}

.border-yellow-50\/80{
  border-color: rgb(254 252 232 / 0.8);
}

.border-yellow-50\/85{
  border-color: rgb(254 252 232 / 0.85);
}

.border-yellow-50\/90{
  border-color: rgb(254 252 232 / 0.9);
}

.border-yellow-50\/95{
  border-color: rgb(254 252 232 / 0.95);
}

.border-yellow-500{
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.border-yellow-500\/0{
  border-color: rgb(234 179 8 / 0);
}

.border-yellow-500\/10{
  border-color: rgb(234 179 8 / 0.1);
}

.border-yellow-500\/100{
  border-color: rgb(234 179 8 / 1);
}

.border-yellow-500\/15{
  border-color: rgb(234 179 8 / 0.15);
}

.border-yellow-500\/20{
  border-color: rgb(234 179 8 / 0.2);
}

.border-yellow-500\/25{
  border-color: rgb(234 179 8 / 0.25);
}

.border-yellow-500\/30{
  border-color: rgb(234 179 8 / 0.3);
}

.border-yellow-500\/35{
  border-color: rgb(234 179 8 / 0.35);
}

.border-yellow-500\/40{
  border-color: rgb(234 179 8 / 0.4);
}

.border-yellow-500\/45{
  border-color: rgb(234 179 8 / 0.45);
}

.border-yellow-500\/5{
  border-color: rgb(234 179 8 / 0.05);
}

.border-yellow-500\/50{
  border-color: rgb(234 179 8 / 0.5);
}

.border-yellow-500\/55{
  border-color: rgb(234 179 8 / 0.55);
}

.border-yellow-500\/60{
  border-color: rgb(234 179 8 / 0.6);
}

.border-yellow-500\/65{
  border-color: rgb(234 179 8 / 0.65);
}

.border-yellow-500\/70{
  border-color: rgb(234 179 8 / 0.7);
}

.border-yellow-500\/75{
  border-color: rgb(234 179 8 / 0.75);
}

.border-yellow-500\/80{
  border-color: rgb(234 179 8 / 0.8);
}

.border-yellow-500\/85{
  border-color: rgb(234 179 8 / 0.85);
}

.border-yellow-500\/90{
  border-color: rgb(234 179 8 / 0.9);
}

.border-yellow-500\/95{
  border-color: rgb(234 179 8 / 0.95);
}

.border-yellow-600{
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.border-yellow-600\/0{
  border-color: rgb(202 138 4 / 0);
}

.border-yellow-600\/10{
  border-color: rgb(202 138 4 / 0.1);
}

.border-yellow-600\/100{
  border-color: rgb(202 138 4 / 1);
}

.border-yellow-600\/15{
  border-color: rgb(202 138 4 / 0.15);
}

.border-yellow-600\/20{
  border-color: rgb(202 138 4 / 0.2);
}

.border-yellow-600\/25{
  border-color: rgb(202 138 4 / 0.25);
}

.border-yellow-600\/30{
  border-color: rgb(202 138 4 / 0.3);
}

.border-yellow-600\/35{
  border-color: rgb(202 138 4 / 0.35);
}

.border-yellow-600\/40{
  border-color: rgb(202 138 4 / 0.4);
}

.border-yellow-600\/45{
  border-color: rgb(202 138 4 / 0.45);
}

.border-yellow-600\/5{
  border-color: rgb(202 138 4 / 0.05);
}

.border-yellow-600\/50{
  border-color: rgb(202 138 4 / 0.5);
}

.border-yellow-600\/55{
  border-color: rgb(202 138 4 / 0.55);
}

.border-yellow-600\/60{
  border-color: rgb(202 138 4 / 0.6);
}

.border-yellow-600\/65{
  border-color: rgb(202 138 4 / 0.65);
}

.border-yellow-600\/70{
  border-color: rgb(202 138 4 / 0.7);
}

.border-yellow-600\/75{
  border-color: rgb(202 138 4 / 0.75);
}

.border-yellow-600\/80{
  border-color: rgb(202 138 4 / 0.8);
}

.border-yellow-600\/85{
  border-color: rgb(202 138 4 / 0.85);
}

.border-yellow-600\/90{
  border-color: rgb(202 138 4 / 0.9);
}

.border-yellow-600\/95{
  border-color: rgb(202 138 4 / 0.95);
}

.border-yellow-700{
  --tw-border-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.border-yellow-700\/0{
  border-color: rgb(161 98 7 / 0);
}

.border-yellow-700\/10{
  border-color: rgb(161 98 7 / 0.1);
}

.border-yellow-700\/100{
  border-color: rgb(161 98 7 / 1);
}

.border-yellow-700\/15{
  border-color: rgb(161 98 7 / 0.15);
}

.border-yellow-700\/20{
  border-color: rgb(161 98 7 / 0.2);
}

.border-yellow-700\/25{
  border-color: rgb(161 98 7 / 0.25);
}

.border-yellow-700\/30{
  border-color: rgb(161 98 7 / 0.3);
}

.border-yellow-700\/35{
  border-color: rgb(161 98 7 / 0.35);
}

.border-yellow-700\/40{
  border-color: rgb(161 98 7 / 0.4);
}

.border-yellow-700\/45{
  border-color: rgb(161 98 7 / 0.45);
}

.border-yellow-700\/5{
  border-color: rgb(161 98 7 / 0.05);
}

.border-yellow-700\/50{
  border-color: rgb(161 98 7 / 0.5);
}

.border-yellow-700\/55{
  border-color: rgb(161 98 7 / 0.55);
}

.border-yellow-700\/60{
  border-color: rgb(161 98 7 / 0.6);
}

.border-yellow-700\/65{
  border-color: rgb(161 98 7 / 0.65);
}

.border-yellow-700\/70{
  border-color: rgb(161 98 7 / 0.7);
}

.border-yellow-700\/75{
  border-color: rgb(161 98 7 / 0.75);
}

.border-yellow-700\/80{
  border-color: rgb(161 98 7 / 0.8);
}

.border-yellow-700\/85{
  border-color: rgb(161 98 7 / 0.85);
}

.border-yellow-700\/90{
  border-color: rgb(161 98 7 / 0.9);
}

.border-yellow-700\/95{
  border-color: rgb(161 98 7 / 0.95);
}

.border-yellow-800{
  --tw-border-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.border-yellow-800\/0{
  border-color: rgb(133 77 14 / 0);
}

.border-yellow-800\/10{
  border-color: rgb(133 77 14 / 0.1);
}

.border-yellow-800\/100{
  border-color: rgb(133 77 14 / 1);
}

.border-yellow-800\/15{
  border-color: rgb(133 77 14 / 0.15);
}

.border-yellow-800\/20{
  border-color: rgb(133 77 14 / 0.2);
}

.border-yellow-800\/25{
  border-color: rgb(133 77 14 / 0.25);
}

.border-yellow-800\/30{
  border-color: rgb(133 77 14 / 0.3);
}

.border-yellow-800\/35{
  border-color: rgb(133 77 14 / 0.35);
}

.border-yellow-800\/40{
  border-color: rgb(133 77 14 / 0.4);
}

.border-yellow-800\/45{
  border-color: rgb(133 77 14 / 0.45);
}

.border-yellow-800\/5{
  border-color: rgb(133 77 14 / 0.05);
}

.border-yellow-800\/50{
  border-color: rgb(133 77 14 / 0.5);
}

.border-yellow-800\/55{
  border-color: rgb(133 77 14 / 0.55);
}

.border-yellow-800\/60{
  border-color: rgb(133 77 14 / 0.6);
}

.border-yellow-800\/65{
  border-color: rgb(133 77 14 / 0.65);
}

.border-yellow-800\/70{
  border-color: rgb(133 77 14 / 0.7);
}

.border-yellow-800\/75{
  border-color: rgb(133 77 14 / 0.75);
}

.border-yellow-800\/80{
  border-color: rgb(133 77 14 / 0.8);
}

.border-yellow-800\/85{
  border-color: rgb(133 77 14 / 0.85);
}

.border-yellow-800\/90{
  border-color: rgb(133 77 14 / 0.9);
}

.border-yellow-800\/95{
  border-color: rgb(133 77 14 / 0.95);
}

.border-yellow-900{
  --tw-border-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.border-yellow-900\/0{
  border-color: rgb(113 63 18 / 0);
}

.border-yellow-900\/10{
  border-color: rgb(113 63 18 / 0.1);
}

.border-yellow-900\/100{
  border-color: rgb(113 63 18 / 1);
}

.border-yellow-900\/15{
  border-color: rgb(113 63 18 / 0.15);
}

.border-yellow-900\/20{
  border-color: rgb(113 63 18 / 0.2);
}

.border-yellow-900\/25{
  border-color: rgb(113 63 18 / 0.25);
}

.border-yellow-900\/30{
  border-color: rgb(113 63 18 / 0.3);
}

.border-yellow-900\/35{
  border-color: rgb(113 63 18 / 0.35);
}

.border-yellow-900\/40{
  border-color: rgb(113 63 18 / 0.4);
}

.border-yellow-900\/45{
  border-color: rgb(113 63 18 / 0.45);
}

.border-yellow-900\/5{
  border-color: rgb(113 63 18 / 0.05);
}

.border-yellow-900\/50{
  border-color: rgb(113 63 18 / 0.5);
}

.border-yellow-900\/55{
  border-color: rgb(113 63 18 / 0.55);
}

.border-yellow-900\/60{
  border-color: rgb(113 63 18 / 0.6);
}

.border-yellow-900\/65{
  border-color: rgb(113 63 18 / 0.65);
}

.border-yellow-900\/70{
  border-color: rgb(113 63 18 / 0.7);
}

.border-yellow-900\/75{
  border-color: rgb(113 63 18 / 0.75);
}

.border-yellow-900\/80{
  border-color: rgb(113 63 18 / 0.8);
}

.border-yellow-900\/85{
  border-color: rgb(113 63 18 / 0.85);
}

.border-yellow-900\/90{
  border-color: rgb(113 63 18 / 0.9);
}

.border-yellow-900\/95{
  border-color: rgb(113 63 18 / 0.95);
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.bg-blue-100\/0{
  background-color: rgb(219 234 254 / 0);
}

.bg-blue-100\/10{
  background-color: rgb(219 234 254 / 0.1);
}

.bg-blue-100\/100{
  background-color: rgb(219 234 254 / 1);
}

.bg-blue-100\/15{
  background-color: rgb(219 234 254 / 0.15);
}

.bg-blue-100\/20{
  background-color: rgb(219 234 254 / 0.2);
}

.bg-blue-100\/25{
  background-color: rgb(219 234 254 / 0.25);
}

.bg-blue-100\/30{
  background-color: rgb(219 234 254 / 0.3);
}

.bg-blue-100\/35{
  background-color: rgb(219 234 254 / 0.35);
}

.bg-blue-100\/40{
  background-color: rgb(219 234 254 / 0.4);
}

.bg-blue-100\/45{
  background-color: rgb(219 234 254 / 0.45);
}

.bg-blue-100\/5{
  background-color: rgb(219 234 254 / 0.05);
}

.bg-blue-100\/50{
  background-color: rgb(219 234 254 / 0.5);
}

.bg-blue-100\/55{
  background-color: rgb(219 234 254 / 0.55);
}

.bg-blue-100\/60{
  background-color: rgb(219 234 254 / 0.6);
}

.bg-blue-100\/65{
  background-color: rgb(219 234 254 / 0.65);
}

.bg-blue-100\/70{
  background-color: rgb(219 234 254 / 0.7);
}

.bg-blue-100\/75{
  background-color: rgb(219 234 254 / 0.75);
}

.bg-blue-100\/80{
  background-color: rgb(219 234 254 / 0.8);
}

.bg-blue-100\/85{
  background-color: rgb(219 234 254 / 0.85);
}

.bg-blue-100\/90{
  background-color: rgb(219 234 254 / 0.9);
}

.bg-blue-100\/95{
  background-color: rgb(219 234 254 / 0.95);
}

.bg-blue-200{
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

.bg-blue-200\/0{
  background-color: rgb(191 219 254 / 0);
}

.bg-blue-200\/10{
  background-color: rgb(191 219 254 / 0.1);
}

.bg-blue-200\/100{
  background-color: rgb(191 219 254 / 1);
}

.bg-blue-200\/15{
  background-color: rgb(191 219 254 / 0.15);
}

.bg-blue-200\/20{
  background-color: rgb(191 219 254 / 0.2);
}

.bg-blue-200\/25{
  background-color: rgb(191 219 254 / 0.25);
}

.bg-blue-200\/30{
  background-color: rgb(191 219 254 / 0.3);
}

.bg-blue-200\/35{
  background-color: rgb(191 219 254 / 0.35);
}

.bg-blue-200\/40{
  background-color: rgb(191 219 254 / 0.4);
}

.bg-blue-200\/45{
  background-color: rgb(191 219 254 / 0.45);
}

.bg-blue-200\/5{
  background-color: rgb(191 219 254 / 0.05);
}

.bg-blue-200\/50{
  background-color: rgb(191 219 254 / 0.5);
}

.bg-blue-200\/55{
  background-color: rgb(191 219 254 / 0.55);
}

.bg-blue-200\/60{
  background-color: rgb(191 219 254 / 0.6);
}

.bg-blue-200\/65{
  background-color: rgb(191 219 254 / 0.65);
}

.bg-blue-200\/70{
  background-color: rgb(191 219 254 / 0.7);
}

.bg-blue-200\/75{
  background-color: rgb(191 219 254 / 0.75);
}

.bg-blue-200\/80{
  background-color: rgb(191 219 254 / 0.8);
}

.bg-blue-200\/85{
  background-color: rgb(191 219 254 / 0.85);
}

.bg-blue-200\/90{
  background-color: rgb(191 219 254 / 0.9);
}

.bg-blue-200\/95{
  background-color: rgb(191 219 254 / 0.95);
}

.bg-blue-300{
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}

.bg-blue-300\/0{
  background-color: rgb(147 197 253 / 0);
}

.bg-blue-300\/10{
  background-color: rgb(147 197 253 / 0.1);
}

.bg-blue-300\/100{
  background-color: rgb(147 197 253 / 1);
}

.bg-blue-300\/15{
  background-color: rgb(147 197 253 / 0.15);
}

.bg-blue-300\/20{
  background-color: rgb(147 197 253 / 0.2);
}

.bg-blue-300\/25{
  background-color: rgb(147 197 253 / 0.25);
}

.bg-blue-300\/30{
  background-color: rgb(147 197 253 / 0.3);
}

.bg-blue-300\/35{
  background-color: rgb(147 197 253 / 0.35);
}

.bg-blue-300\/40{
  background-color: rgb(147 197 253 / 0.4);
}

.bg-blue-300\/45{
  background-color: rgb(147 197 253 / 0.45);
}

.bg-blue-300\/5{
  background-color: rgb(147 197 253 / 0.05);
}

.bg-blue-300\/50{
  background-color: rgb(147 197 253 / 0.5);
}

.bg-blue-300\/55{
  background-color: rgb(147 197 253 / 0.55);
}

.bg-blue-300\/60{
  background-color: rgb(147 197 253 / 0.6);
}

.bg-blue-300\/65{
  background-color: rgb(147 197 253 / 0.65);
}

.bg-blue-300\/70{
  background-color: rgb(147 197 253 / 0.7);
}

.bg-blue-300\/75{
  background-color: rgb(147 197 253 / 0.75);
}

.bg-blue-300\/80{
  background-color: rgb(147 197 253 / 0.8);
}

.bg-blue-300\/85{
  background-color: rgb(147 197 253 / 0.85);
}

.bg-blue-300\/90{
  background-color: rgb(147 197 253 / 0.9);
}

.bg-blue-300\/95{
  background-color: rgb(147 197 253 / 0.95);
}

.bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}

.bg-blue-400\/0{
  background-color: rgb(96 165 250 / 0);
}

.bg-blue-400\/10{
  background-color: rgb(96 165 250 / 0.1);
}

.bg-blue-400\/100{
  background-color: rgb(96 165 250 / 1);
}

.bg-blue-400\/15{
  background-color: rgb(96 165 250 / 0.15);
}

.bg-blue-400\/20{
  background-color: rgb(96 165 250 / 0.2);
}

.bg-blue-400\/25{
  background-color: rgb(96 165 250 / 0.25);
}

.bg-blue-400\/30{
  background-color: rgb(96 165 250 / 0.3);
}

.bg-blue-400\/35{
  background-color: rgb(96 165 250 / 0.35);
}

.bg-blue-400\/40{
  background-color: rgb(96 165 250 / 0.4);
}

.bg-blue-400\/45{
  background-color: rgb(96 165 250 / 0.45);
}

.bg-blue-400\/5{
  background-color: rgb(96 165 250 / 0.05);
}

.bg-blue-400\/50{
  background-color: rgb(96 165 250 / 0.5);
}

.bg-blue-400\/55{
  background-color: rgb(96 165 250 / 0.55);
}

.bg-blue-400\/60{
  background-color: rgb(96 165 250 / 0.6);
}

.bg-blue-400\/65{
  background-color: rgb(96 165 250 / 0.65);
}

.bg-blue-400\/70{
  background-color: rgb(96 165 250 / 0.7);
}

.bg-blue-400\/75{
  background-color: rgb(96 165 250 / 0.75);
}

.bg-blue-400\/80{
  background-color: rgb(96 165 250 / 0.8);
}

.bg-blue-400\/85{
  background-color: rgb(96 165 250 / 0.85);
}

.bg-blue-400\/90{
  background-color: rgb(96 165 250 / 0.9);
}

.bg-blue-400\/95{
  background-color: rgb(96 165 250 / 0.95);
}

.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.bg-blue-50\/0{
  background-color: rgb(239 246 255 / 0);
}

.bg-blue-50\/10{
  background-color: rgb(239 246 255 / 0.1);
}

.bg-blue-50\/100{
  background-color: rgb(239 246 255 / 1);
}

.bg-blue-50\/15{
  background-color: rgb(239 246 255 / 0.15);
}

.bg-blue-50\/20{
  background-color: rgb(239 246 255 / 0.2);
}

.bg-blue-50\/25{
  background-color: rgb(239 246 255 / 0.25);
}

.bg-blue-50\/30{
  background-color: rgb(239 246 255 / 0.3);
}

.bg-blue-50\/35{
  background-color: rgb(239 246 255 / 0.35);
}

.bg-blue-50\/40{
  background-color: rgb(239 246 255 / 0.4);
}

.bg-blue-50\/45{
  background-color: rgb(239 246 255 / 0.45);
}

.bg-blue-50\/5{
  background-color: rgb(239 246 255 / 0.05);
}

.bg-blue-50\/50{
  background-color: rgb(239 246 255 / 0.5);
}

.bg-blue-50\/55{
  background-color: rgb(239 246 255 / 0.55);
}

.bg-blue-50\/60{
  background-color: rgb(239 246 255 / 0.6);
}

.bg-blue-50\/65{
  background-color: rgb(239 246 255 / 0.65);
}

.bg-blue-50\/70{
  background-color: rgb(239 246 255 / 0.7);
}

.bg-blue-50\/75{
  background-color: rgb(239 246 255 / 0.75);
}

.bg-blue-50\/80{
  background-color: rgb(239 246 255 / 0.8);
}

.bg-blue-50\/85{
  background-color: rgb(239 246 255 / 0.85);
}

.bg-blue-50\/90{
  background-color: rgb(239 246 255 / 0.9);
}

.bg-blue-50\/95{
  background-color: rgb(239 246 255 / 0.95);
}

.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.bg-blue-500\/0{
  background-color: rgb(59 130 246 / 0);
}

.bg-blue-500\/10{
  background-color: rgb(59 130 246 / 0.1);
}

.bg-blue-500\/100{
  background-color: rgb(59 130 246 / 1);
}

.bg-blue-500\/15{
  background-color: rgb(59 130 246 / 0.15);
}

.bg-blue-500\/20{
  background-color: rgb(59 130 246 / 0.2);
}

.bg-blue-500\/25{
  background-color: rgb(59 130 246 / 0.25);
}

.bg-blue-500\/30{
  background-color: rgb(59 130 246 / 0.3);
}

.bg-blue-500\/35{
  background-color: rgb(59 130 246 / 0.35);
}

.bg-blue-500\/40{
  background-color: rgb(59 130 246 / 0.4);
}

.bg-blue-500\/45{
  background-color: rgb(59 130 246 / 0.45);
}

.bg-blue-500\/5{
  background-color: rgb(59 130 246 / 0.05);
}

.bg-blue-500\/50{
  background-color: rgb(59 130 246 / 0.5);
}

.bg-blue-500\/55{
  background-color: rgb(59 130 246 / 0.55);
}

.bg-blue-500\/60{
  background-color: rgb(59 130 246 / 0.6);
}

.bg-blue-500\/65{
  background-color: rgb(59 130 246 / 0.65);
}

.bg-blue-500\/70{
  background-color: rgb(59 130 246 / 0.7);
}

.bg-blue-500\/75{
  background-color: rgb(59 130 246 / 0.75);
}

.bg-blue-500\/80{
  background-color: rgb(59 130 246 / 0.8);
}

.bg-blue-500\/85{
  background-color: rgb(59 130 246 / 0.85);
}

.bg-blue-500\/90{
  background-color: rgb(59 130 246 / 0.9);
}

.bg-blue-500\/95{
  background-color: rgb(59 130 246 / 0.95);
}

.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.bg-blue-600\/0{
  background-color: rgb(37 99 235 / 0);
}

.bg-blue-600\/10{
  background-color: rgb(37 99 235 / 0.1);
}

.bg-blue-600\/100{
  background-color: rgb(37 99 235 / 1);
}

.bg-blue-600\/15{
  background-color: rgb(37 99 235 / 0.15);
}

.bg-blue-600\/20{
  background-color: rgb(37 99 235 / 0.2);
}

.bg-blue-600\/25{
  background-color: rgb(37 99 235 / 0.25);
}

.bg-blue-600\/30{
  background-color: rgb(37 99 235 / 0.3);
}

.bg-blue-600\/35{
  background-color: rgb(37 99 235 / 0.35);
}

.bg-blue-600\/40{
  background-color: rgb(37 99 235 / 0.4);
}

.bg-blue-600\/45{
  background-color: rgb(37 99 235 / 0.45);
}

.bg-blue-600\/5{
  background-color: rgb(37 99 235 / 0.05);
}

.bg-blue-600\/50{
  background-color: rgb(37 99 235 / 0.5);
}

.bg-blue-600\/55{
  background-color: rgb(37 99 235 / 0.55);
}

.bg-blue-600\/60{
  background-color: rgb(37 99 235 / 0.6);
}

.bg-blue-600\/65{
  background-color: rgb(37 99 235 / 0.65);
}

.bg-blue-600\/70{
  background-color: rgb(37 99 235 / 0.7);
}

.bg-blue-600\/75{
  background-color: rgb(37 99 235 / 0.75);
}

.bg-blue-600\/80{
  background-color: rgb(37 99 235 / 0.8);
}

.bg-blue-600\/85{
  background-color: rgb(37 99 235 / 0.85);
}

.bg-blue-600\/90{
  background-color: rgb(37 99 235 / 0.9);
}

.bg-blue-600\/95{
  background-color: rgb(37 99 235 / 0.95);
}

.bg-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.bg-blue-700\/0{
  background-color: rgb(29 78 216 / 0);
}

.bg-blue-700\/10{
  background-color: rgb(29 78 216 / 0.1);
}

.bg-blue-700\/100{
  background-color: rgb(29 78 216 / 1);
}

.bg-blue-700\/15{
  background-color: rgb(29 78 216 / 0.15);
}

.bg-blue-700\/20{
  background-color: rgb(29 78 216 / 0.2);
}

.bg-blue-700\/25{
  background-color: rgb(29 78 216 / 0.25);
}

.bg-blue-700\/30{
  background-color: rgb(29 78 216 / 0.3);
}

.bg-blue-700\/35{
  background-color: rgb(29 78 216 / 0.35);
}

.bg-blue-700\/40{
  background-color: rgb(29 78 216 / 0.4);
}

.bg-blue-700\/45{
  background-color: rgb(29 78 216 / 0.45);
}

.bg-blue-700\/5{
  background-color: rgb(29 78 216 / 0.05);
}

.bg-blue-700\/50{
  background-color: rgb(29 78 216 / 0.5);
}

.bg-blue-700\/55{
  background-color: rgb(29 78 216 / 0.55);
}

.bg-blue-700\/60{
  background-color: rgb(29 78 216 / 0.6);
}

.bg-blue-700\/65{
  background-color: rgb(29 78 216 / 0.65);
}

.bg-blue-700\/70{
  background-color: rgb(29 78 216 / 0.7);
}

.bg-blue-700\/75{
  background-color: rgb(29 78 216 / 0.75);
}

.bg-blue-700\/80{
  background-color: rgb(29 78 216 / 0.8);
}

.bg-blue-700\/85{
  background-color: rgb(29 78 216 / 0.85);
}

.bg-blue-700\/90{
  background-color: rgb(29 78 216 / 0.9);
}

.bg-blue-700\/95{
  background-color: rgb(29 78 216 / 0.95);
}

.bg-blue-800{
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

.bg-blue-800\/0{
  background-color: rgb(30 64 175 / 0);
}

.bg-blue-800\/10{
  background-color: rgb(30 64 175 / 0.1);
}

.bg-blue-800\/100{
  background-color: rgb(30 64 175 / 1);
}

.bg-blue-800\/15{
  background-color: rgb(30 64 175 / 0.15);
}

.bg-blue-800\/20{
  background-color: rgb(30 64 175 / 0.2);
}

.bg-blue-800\/25{
  background-color: rgb(30 64 175 / 0.25);
}

.bg-blue-800\/30{
  background-color: rgb(30 64 175 / 0.3);
}

.bg-blue-800\/35{
  background-color: rgb(30 64 175 / 0.35);
}

.bg-blue-800\/40{
  background-color: rgb(30 64 175 / 0.4);
}

.bg-blue-800\/45{
  background-color: rgb(30 64 175 / 0.45);
}

.bg-blue-800\/5{
  background-color: rgb(30 64 175 / 0.05);
}

.bg-blue-800\/50{
  background-color: rgb(30 64 175 / 0.5);
}

.bg-blue-800\/55{
  background-color: rgb(30 64 175 / 0.55);
}

.bg-blue-800\/60{
  background-color: rgb(30 64 175 / 0.6);
}

.bg-blue-800\/65{
  background-color: rgb(30 64 175 / 0.65);
}

.bg-blue-800\/70{
  background-color: rgb(30 64 175 / 0.7);
}

.bg-blue-800\/75{
  background-color: rgb(30 64 175 / 0.75);
}

.bg-blue-800\/80{
  background-color: rgb(30 64 175 / 0.8);
}

.bg-blue-800\/85{
  background-color: rgb(30 64 175 / 0.85);
}

.bg-blue-800\/90{
  background-color: rgb(30 64 175 / 0.9);
}

.bg-blue-800\/95{
  background-color: rgb(30 64 175 / 0.95);
}

.bg-blue-900{
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}

.bg-blue-900\/0{
  background-color: rgb(30 58 138 / 0);
}

.bg-blue-900\/10{
  background-color: rgb(30 58 138 / 0.1);
}

.bg-blue-900\/100{
  background-color: rgb(30 58 138 / 1);
}

.bg-blue-900\/15{
  background-color: rgb(30 58 138 / 0.15);
}

.bg-blue-900\/20{
  background-color: rgb(30 58 138 / 0.2);
}

.bg-blue-900\/25{
  background-color: rgb(30 58 138 / 0.25);
}

.bg-blue-900\/30{
  background-color: rgb(30 58 138 / 0.3);
}

.bg-blue-900\/35{
  background-color: rgb(30 58 138 / 0.35);
}

.bg-blue-900\/40{
  background-color: rgb(30 58 138 / 0.4);
}

.bg-blue-900\/45{
  background-color: rgb(30 58 138 / 0.45);
}

.bg-blue-900\/5{
  background-color: rgb(30 58 138 / 0.05);
}

.bg-blue-900\/50{
  background-color: rgb(30 58 138 / 0.5);
}

.bg-blue-900\/55{
  background-color: rgb(30 58 138 / 0.55);
}

.bg-blue-900\/60{
  background-color: rgb(30 58 138 / 0.6);
}

.bg-blue-900\/65{
  background-color: rgb(30 58 138 / 0.65);
}

.bg-blue-900\/70{
  background-color: rgb(30 58 138 / 0.7);
}

.bg-blue-900\/75{
  background-color: rgb(30 58 138 / 0.75);
}

.bg-blue-900\/80{
  background-color: rgb(30 58 138 / 0.8);
}

.bg-blue-900\/85{
  background-color: rgb(30 58 138 / 0.85);
}

.bg-blue-900\/90{
  background-color: rgb(30 58 138 / 0.9);
}

.bg-blue-900\/95{
  background-color: rgb(30 58 138 / 0.95);
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-100\/0{
  background-color: rgb(243 244 246 / 0);
}

.bg-gray-100\/10{
  background-color: rgb(243 244 246 / 0.1);
}

.bg-gray-100\/100{
  background-color: rgb(243 244 246 / 1);
}

.bg-gray-100\/15{
  background-color: rgb(243 244 246 / 0.15);
}

.bg-gray-100\/20{
  background-color: rgb(243 244 246 / 0.2);
}

.bg-gray-100\/25{
  background-color: rgb(243 244 246 / 0.25);
}

.bg-gray-100\/30{
  background-color: rgb(243 244 246 / 0.3);
}

.bg-gray-100\/35{
  background-color: rgb(243 244 246 / 0.35);
}

.bg-gray-100\/40{
  background-color: rgb(243 244 246 / 0.4);
}

.bg-gray-100\/45{
  background-color: rgb(243 244 246 / 0.45);
}

.bg-gray-100\/5{
  background-color: rgb(243 244 246 / 0.05);
}

.bg-gray-100\/50{
  background-color: rgb(243 244 246 / 0.5);
}

.bg-gray-100\/55{
  background-color: rgb(243 244 246 / 0.55);
}

.bg-gray-100\/60{
  background-color: rgb(243 244 246 / 0.6);
}

.bg-gray-100\/65{
  background-color: rgb(243 244 246 / 0.65);
}

.bg-gray-100\/70{
  background-color: rgb(243 244 246 / 0.7);
}

.bg-gray-100\/75{
  background-color: rgb(243 244 246 / 0.75);
}

.bg-gray-100\/80{
  background-color: rgb(243 244 246 / 0.8);
}

.bg-gray-100\/85{
  background-color: rgb(243 244 246 / 0.85);
}

.bg-gray-100\/90{
  background-color: rgb(243 244 246 / 0.9);
}

.bg-gray-100\/95{
  background-color: rgb(243 244 246 / 0.95);
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-200\/0{
  background-color: rgb(229 231 235 / 0);
}

.bg-gray-200\/10{
  background-color: rgb(229 231 235 / 0.1);
}

.bg-gray-200\/100{
  background-color: rgb(229 231 235 / 1);
}

.bg-gray-200\/15{
  background-color: rgb(229 231 235 / 0.15);
}

.bg-gray-200\/20{
  background-color: rgb(229 231 235 / 0.2);
}

.bg-gray-200\/25{
  background-color: rgb(229 231 235 / 0.25);
}

.bg-gray-200\/30{
  background-color: rgb(229 231 235 / 0.3);
}

.bg-gray-200\/35{
  background-color: rgb(229 231 235 / 0.35);
}

.bg-gray-200\/40{
  background-color: rgb(229 231 235 / 0.4);
}

.bg-gray-200\/45{
  background-color: rgb(229 231 235 / 0.45);
}

.bg-gray-200\/5{
  background-color: rgb(229 231 235 / 0.05);
}

.bg-gray-200\/50{
  background-color: rgb(229 231 235 / 0.5);
}

.bg-gray-200\/55{
  background-color: rgb(229 231 235 / 0.55);
}

.bg-gray-200\/60{
  background-color: rgb(229 231 235 / 0.6);
}

.bg-gray-200\/65{
  background-color: rgb(229 231 235 / 0.65);
}

.bg-gray-200\/70{
  background-color: rgb(229 231 235 / 0.7);
}

.bg-gray-200\/75{
  background-color: rgb(229 231 235 / 0.75);
}

.bg-gray-200\/80{
  background-color: rgb(229 231 235 / 0.8);
}

.bg-gray-200\/85{
  background-color: rgb(229 231 235 / 0.85);
}

.bg-gray-200\/90{
  background-color: rgb(229 231 235 / 0.9);
}

.bg-gray-200\/95{
  background-color: rgb(229 231 235 / 0.95);
}

.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.bg-gray-300\/0{
  background-color: rgb(209 213 219 / 0);
}

.bg-gray-300\/10{
  background-color: rgb(209 213 219 / 0.1);
}

.bg-gray-300\/100{
  background-color: rgb(209 213 219 / 1);
}

.bg-gray-300\/15{
  background-color: rgb(209 213 219 / 0.15);
}

.bg-gray-300\/20{
  background-color: rgb(209 213 219 / 0.2);
}

.bg-gray-300\/25{
  background-color: rgb(209 213 219 / 0.25);
}

.bg-gray-300\/30{
  background-color: rgb(209 213 219 / 0.3);
}

.bg-gray-300\/35{
  background-color: rgb(209 213 219 / 0.35);
}

.bg-gray-300\/40{
  background-color: rgb(209 213 219 / 0.4);
}

.bg-gray-300\/45{
  background-color: rgb(209 213 219 / 0.45);
}

.bg-gray-300\/5{
  background-color: rgb(209 213 219 / 0.05);
}

.bg-gray-300\/50{
  background-color: rgb(209 213 219 / 0.5);
}

.bg-gray-300\/55{
  background-color: rgb(209 213 219 / 0.55);
}

.bg-gray-300\/60{
  background-color: rgb(209 213 219 / 0.6);
}

.bg-gray-300\/65{
  background-color: rgb(209 213 219 / 0.65);
}

.bg-gray-300\/70{
  background-color: rgb(209 213 219 / 0.7);
}

.bg-gray-300\/75{
  background-color: rgb(209 213 219 / 0.75);
}

.bg-gray-300\/80{
  background-color: rgb(209 213 219 / 0.8);
}

.bg-gray-300\/85{
  background-color: rgb(209 213 219 / 0.85);
}

.bg-gray-300\/90{
  background-color: rgb(209 213 219 / 0.9);
}

.bg-gray-300\/95{
  background-color: rgb(209 213 219 / 0.95);
}

.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.bg-gray-400\/0{
  background-color: rgb(156 163 175 / 0);
}

.bg-gray-400\/10{
  background-color: rgb(156 163 175 / 0.1);
}

.bg-gray-400\/100{
  background-color: rgb(156 163 175 / 1);
}

.bg-gray-400\/15{
  background-color: rgb(156 163 175 / 0.15);
}

.bg-gray-400\/20{
  background-color: rgb(156 163 175 / 0.2);
}

.bg-gray-400\/25{
  background-color: rgb(156 163 175 / 0.25);
}

.bg-gray-400\/30{
  background-color: rgb(156 163 175 / 0.3);
}

.bg-gray-400\/35{
  background-color: rgb(156 163 175 / 0.35);
}

.bg-gray-400\/40{
  background-color: rgb(156 163 175 / 0.4);
}

.bg-gray-400\/45{
  background-color: rgb(156 163 175 / 0.45);
}

.bg-gray-400\/5{
  background-color: rgb(156 163 175 / 0.05);
}

.bg-gray-400\/50{
  background-color: rgb(156 163 175 / 0.5);
}

.bg-gray-400\/55{
  background-color: rgb(156 163 175 / 0.55);
}

.bg-gray-400\/60{
  background-color: rgb(156 163 175 / 0.6);
}

.bg-gray-400\/65{
  background-color: rgb(156 163 175 / 0.65);
}

.bg-gray-400\/70{
  background-color: rgb(156 163 175 / 0.7);
}

.bg-gray-400\/75{
  background-color: rgb(156 163 175 / 0.75);
}

.bg-gray-400\/80{
  background-color: rgb(156 163 175 / 0.8);
}

.bg-gray-400\/85{
  background-color: rgb(156 163 175 / 0.85);
}

.bg-gray-400\/90{
  background-color: rgb(156 163 175 / 0.9);
}

.bg-gray-400\/95{
  background-color: rgb(156 163 175 / 0.95);
}

.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-gray-50\/0{
  background-color: rgb(249 250 251 / 0);
}

.bg-gray-50\/10{
  background-color: rgb(249 250 251 / 0.1);
}

.bg-gray-50\/100{
  background-color: rgb(249 250 251 / 1);
}

.bg-gray-50\/15{
  background-color: rgb(249 250 251 / 0.15);
}

.bg-gray-50\/20{
  background-color: rgb(249 250 251 / 0.2);
}

.bg-gray-50\/25{
  background-color: rgb(249 250 251 / 0.25);
}

.bg-gray-50\/30{
  background-color: rgb(249 250 251 / 0.3);
}

.bg-gray-50\/35{
  background-color: rgb(249 250 251 / 0.35);
}

.bg-gray-50\/40{
  background-color: rgb(249 250 251 / 0.4);
}

.bg-gray-50\/45{
  background-color: rgb(249 250 251 / 0.45);
}

.bg-gray-50\/5{
  background-color: rgb(249 250 251 / 0.05);
}

.bg-gray-50\/50{
  background-color: rgb(249 250 251 / 0.5);
}

.bg-gray-50\/55{
  background-color: rgb(249 250 251 / 0.55);
}

.bg-gray-50\/60{
  background-color: rgb(249 250 251 / 0.6);
}

.bg-gray-50\/65{
  background-color: rgb(249 250 251 / 0.65);
}

.bg-gray-50\/70{
  background-color: rgb(249 250 251 / 0.7);
}

.bg-gray-50\/75{
  background-color: rgb(249 250 251 / 0.75);
}

.bg-gray-50\/80{
  background-color: rgb(249 250 251 / 0.8);
}

.bg-gray-50\/85{
  background-color: rgb(249 250 251 / 0.85);
}

.bg-gray-50\/90{
  background-color: rgb(249 250 251 / 0.9);
}

.bg-gray-50\/95{
  background-color: rgb(249 250 251 / 0.95);
}

.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.bg-gray-500\/0{
  background-color: rgb(107 114 128 / 0);
}

.bg-gray-500\/10{
  background-color: rgb(107 114 128 / 0.1);
}

.bg-gray-500\/100{
  background-color: rgb(107 114 128 / 1);
}

.bg-gray-500\/15{
  background-color: rgb(107 114 128 / 0.15);
}

.bg-gray-500\/20{
  background-color: rgb(107 114 128 / 0.2);
}

.bg-gray-500\/25{
  background-color: rgb(107 114 128 / 0.25);
}

.bg-gray-500\/30{
  background-color: rgb(107 114 128 / 0.3);
}

.bg-gray-500\/35{
  background-color: rgb(107 114 128 / 0.35);
}

.bg-gray-500\/40{
  background-color: rgb(107 114 128 / 0.4);
}

.bg-gray-500\/45{
  background-color: rgb(107 114 128 / 0.45);
}

.bg-gray-500\/5{
  background-color: rgb(107 114 128 / 0.05);
}

.bg-gray-500\/50{
  background-color: rgb(107 114 128 / 0.5);
}

.bg-gray-500\/55{
  background-color: rgb(107 114 128 / 0.55);
}

.bg-gray-500\/60{
  background-color: rgb(107 114 128 / 0.6);
}

.bg-gray-500\/65{
  background-color: rgb(107 114 128 / 0.65);
}

.bg-gray-500\/70{
  background-color: rgb(107 114 128 / 0.7);
}

.bg-gray-500\/75{
  background-color: rgb(107 114 128 / 0.75);
}

.bg-gray-500\/80{
  background-color: rgb(107 114 128 / 0.8);
}

.bg-gray-500\/85{
  background-color: rgb(107 114 128 / 0.85);
}

.bg-gray-500\/90{
  background-color: rgb(107 114 128 / 0.9);
}

.bg-gray-500\/95{
  background-color: rgb(107 114 128 / 0.95);
}

.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.bg-gray-600\/0{
  background-color: rgb(75 85 99 / 0);
}

.bg-gray-600\/10{
  background-color: rgb(75 85 99 / 0.1);
}

.bg-gray-600\/100{
  background-color: rgb(75 85 99 / 1);
}

.bg-gray-600\/15{
  background-color: rgb(75 85 99 / 0.15);
}

.bg-gray-600\/20{
  background-color: rgb(75 85 99 / 0.2);
}

.bg-gray-600\/25{
  background-color: rgb(75 85 99 / 0.25);
}

.bg-gray-600\/30{
  background-color: rgb(75 85 99 / 0.3);
}

.bg-gray-600\/35{
  background-color: rgb(75 85 99 / 0.35);
}

.bg-gray-600\/40{
  background-color: rgb(75 85 99 / 0.4);
}

.bg-gray-600\/45{
  background-color: rgb(75 85 99 / 0.45);
}

.bg-gray-600\/5{
  background-color: rgb(75 85 99 / 0.05);
}

.bg-gray-600\/50{
  background-color: rgb(75 85 99 / 0.5);
}

.bg-gray-600\/55{
  background-color: rgb(75 85 99 / 0.55);
}

.bg-gray-600\/60{
  background-color: rgb(75 85 99 / 0.6);
}

.bg-gray-600\/65{
  background-color: rgb(75 85 99 / 0.65);
}

.bg-gray-600\/70{
  background-color: rgb(75 85 99 / 0.7);
}

.bg-gray-600\/75{
  background-color: rgb(75 85 99 / 0.75);
}

.bg-gray-600\/80{
  background-color: rgb(75 85 99 / 0.8);
}

.bg-gray-600\/85{
  background-color: rgb(75 85 99 / 0.85);
}

.bg-gray-600\/90{
  background-color: rgb(75 85 99 / 0.9);
}

.bg-gray-600\/95{
  background-color: rgb(75 85 99 / 0.95);
}

.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.bg-gray-700\/0{
  background-color: rgb(55 65 81 / 0);
}

.bg-gray-700\/10{
  background-color: rgb(55 65 81 / 0.1);
}

.bg-gray-700\/100{
  background-color: rgb(55 65 81 / 1);
}

.bg-gray-700\/15{
  background-color: rgb(55 65 81 / 0.15);
}

.bg-gray-700\/20{
  background-color: rgb(55 65 81 / 0.2);
}

.bg-gray-700\/25{
  background-color: rgb(55 65 81 / 0.25);
}

.bg-gray-700\/30{
  background-color: rgb(55 65 81 / 0.3);
}

.bg-gray-700\/35{
  background-color: rgb(55 65 81 / 0.35);
}

.bg-gray-700\/40{
  background-color: rgb(55 65 81 / 0.4);
}

.bg-gray-700\/45{
  background-color: rgb(55 65 81 / 0.45);
}

.bg-gray-700\/5{
  background-color: rgb(55 65 81 / 0.05);
}

.bg-gray-700\/50{
  background-color: rgb(55 65 81 / 0.5);
}

.bg-gray-700\/55{
  background-color: rgb(55 65 81 / 0.55);
}

.bg-gray-700\/60{
  background-color: rgb(55 65 81 / 0.6);
}

.bg-gray-700\/65{
  background-color: rgb(55 65 81 / 0.65);
}

.bg-gray-700\/70{
  background-color: rgb(55 65 81 / 0.7);
}

.bg-gray-700\/75{
  background-color: rgb(55 65 81 / 0.75);
}

.bg-gray-700\/80{
  background-color: rgb(55 65 81 / 0.8);
}

.bg-gray-700\/85{
  background-color: rgb(55 65 81 / 0.85);
}

.bg-gray-700\/90{
  background-color: rgb(55 65 81 / 0.9);
}

.bg-gray-700\/95{
  background-color: rgb(55 65 81 / 0.95);
}

.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-gray-800\/0{
  background-color: rgb(31 41 55 / 0);
}

.bg-gray-800\/10{
  background-color: rgb(31 41 55 / 0.1);
}

.bg-gray-800\/100{
  background-color: rgb(31 41 55 / 1);
}

.bg-gray-800\/15{
  background-color: rgb(31 41 55 / 0.15);
}

.bg-gray-800\/20{
  background-color: rgb(31 41 55 / 0.2);
}

.bg-gray-800\/25{
  background-color: rgb(31 41 55 / 0.25);
}

.bg-gray-800\/30{
  background-color: rgb(31 41 55 / 0.3);
}

.bg-gray-800\/35{
  background-color: rgb(31 41 55 / 0.35);
}

.bg-gray-800\/40{
  background-color: rgb(31 41 55 / 0.4);
}

.bg-gray-800\/45{
  background-color: rgb(31 41 55 / 0.45);
}

.bg-gray-800\/5{
  background-color: rgb(31 41 55 / 0.05);
}

.bg-gray-800\/50{
  background-color: rgb(31 41 55 / 0.5);
}

.bg-gray-800\/55{
  background-color: rgb(31 41 55 / 0.55);
}

.bg-gray-800\/60{
  background-color: rgb(31 41 55 / 0.6);
}

.bg-gray-800\/65{
  background-color: rgb(31 41 55 / 0.65);
}

.bg-gray-800\/70{
  background-color: rgb(31 41 55 / 0.7);
}

.bg-gray-800\/75{
  background-color: rgb(31 41 55 / 0.75);
}

.bg-gray-800\/80{
  background-color: rgb(31 41 55 / 0.8);
}

.bg-gray-800\/85{
  background-color: rgb(31 41 55 / 0.85);
}

.bg-gray-800\/90{
  background-color: rgb(31 41 55 / 0.9);
}

.bg-gray-800\/95{
  background-color: rgb(31 41 55 / 0.95);
}

.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-gray-900\/0{
  background-color: rgb(17 24 39 / 0);
}

.bg-gray-900\/10{
  background-color: rgb(17 24 39 / 0.1);
}

.bg-gray-900\/100{
  background-color: rgb(17 24 39 / 1);
}

.bg-gray-900\/15{
  background-color: rgb(17 24 39 / 0.15);
}

.bg-gray-900\/20{
  background-color: rgb(17 24 39 / 0.2);
}

.bg-gray-900\/25{
  background-color: rgb(17 24 39 / 0.25);
}

.bg-gray-900\/30{
  background-color: rgb(17 24 39 / 0.3);
}

.bg-gray-900\/35{
  background-color: rgb(17 24 39 / 0.35);
}

.bg-gray-900\/40{
  background-color: rgb(17 24 39 / 0.4);
}

.bg-gray-900\/45{
  background-color: rgb(17 24 39 / 0.45);
}

.bg-gray-900\/5{
  background-color: rgb(17 24 39 / 0.05);
}

.bg-gray-900\/50{
  background-color: rgb(17 24 39 / 0.5);
}

.bg-gray-900\/55{
  background-color: rgb(17 24 39 / 0.55);
}

.bg-gray-900\/60{
  background-color: rgb(17 24 39 / 0.6);
}

.bg-gray-900\/65{
  background-color: rgb(17 24 39 / 0.65);
}

.bg-gray-900\/70{
  background-color: rgb(17 24 39 / 0.7);
}

.bg-gray-900\/75{
  background-color: rgb(17 24 39 / 0.75);
}

.bg-gray-900\/80{
  background-color: rgb(17 24 39 / 0.8);
}

.bg-gray-900\/85{
  background-color: rgb(17 24 39 / 0.85);
}

.bg-gray-900\/90{
  background-color: rgb(17 24 39 / 0.9);
}

.bg-gray-900\/95{
  background-color: rgb(17 24 39 / 0.95);
}

.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.bg-green-100\/0{
  background-color: rgb(220 252 231 / 0);
}

.bg-green-100\/10{
  background-color: rgb(220 252 231 / 0.1);
}

.bg-green-100\/100{
  background-color: rgb(220 252 231 / 1);
}

.bg-green-100\/15{
  background-color: rgb(220 252 231 / 0.15);
}

.bg-green-100\/20{
  background-color: rgb(220 252 231 / 0.2);
}

.bg-green-100\/25{
  background-color: rgb(220 252 231 / 0.25);
}

.bg-green-100\/30{
  background-color: rgb(220 252 231 / 0.3);
}

.bg-green-100\/35{
  background-color: rgb(220 252 231 / 0.35);
}

.bg-green-100\/40{
  background-color: rgb(220 252 231 / 0.4);
}

.bg-green-100\/45{
  background-color: rgb(220 252 231 / 0.45);
}

.bg-green-100\/5{
  background-color: rgb(220 252 231 / 0.05);
}

.bg-green-100\/50{
  background-color: rgb(220 252 231 / 0.5);
}

.bg-green-100\/55{
  background-color: rgb(220 252 231 / 0.55);
}

.bg-green-100\/60{
  background-color: rgb(220 252 231 / 0.6);
}

.bg-green-100\/65{
  background-color: rgb(220 252 231 / 0.65);
}

.bg-green-100\/70{
  background-color: rgb(220 252 231 / 0.7);
}

.bg-green-100\/75{
  background-color: rgb(220 252 231 / 0.75);
}

.bg-green-100\/80{
  background-color: rgb(220 252 231 / 0.8);
}

.bg-green-100\/85{
  background-color: rgb(220 252 231 / 0.85);
}

.bg-green-100\/90{
  background-color: rgb(220 252 231 / 0.9);
}

.bg-green-100\/95{
  background-color: rgb(220 252 231 / 0.95);
}

.bg-green-200{
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}

.bg-green-200\/0{
  background-color: rgb(187 247 208 / 0);
}

.bg-green-200\/10{
  background-color: rgb(187 247 208 / 0.1);
}

.bg-green-200\/100{
  background-color: rgb(187 247 208 / 1);
}

.bg-green-200\/15{
  background-color: rgb(187 247 208 / 0.15);
}

.bg-green-200\/20{
  background-color: rgb(187 247 208 / 0.2);
}

.bg-green-200\/25{
  background-color: rgb(187 247 208 / 0.25);
}

.bg-green-200\/30{
  background-color: rgb(187 247 208 / 0.3);
}

.bg-green-200\/35{
  background-color: rgb(187 247 208 / 0.35);
}

.bg-green-200\/40{
  background-color: rgb(187 247 208 / 0.4);
}

.bg-green-200\/45{
  background-color: rgb(187 247 208 / 0.45);
}

.bg-green-200\/5{
  background-color: rgb(187 247 208 / 0.05);
}

.bg-green-200\/50{
  background-color: rgb(187 247 208 / 0.5);
}

.bg-green-200\/55{
  background-color: rgb(187 247 208 / 0.55);
}

.bg-green-200\/60{
  background-color: rgb(187 247 208 / 0.6);
}

.bg-green-200\/65{
  background-color: rgb(187 247 208 / 0.65);
}

.bg-green-200\/70{
  background-color: rgb(187 247 208 / 0.7);
}

.bg-green-200\/75{
  background-color: rgb(187 247 208 / 0.75);
}

.bg-green-200\/80{
  background-color: rgb(187 247 208 / 0.8);
}

.bg-green-200\/85{
  background-color: rgb(187 247 208 / 0.85);
}

.bg-green-200\/90{
  background-color: rgb(187 247 208 / 0.9);
}

.bg-green-200\/95{
  background-color: rgb(187 247 208 / 0.95);
}

.bg-green-300{
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}

.bg-green-300\/0{
  background-color: rgb(134 239 172 / 0);
}

.bg-green-300\/10{
  background-color: rgb(134 239 172 / 0.1);
}

.bg-green-300\/100{
  background-color: rgb(134 239 172 / 1);
}

.bg-green-300\/15{
  background-color: rgb(134 239 172 / 0.15);
}

.bg-green-300\/20{
  background-color: rgb(134 239 172 / 0.2);
}

.bg-green-300\/25{
  background-color: rgb(134 239 172 / 0.25);
}

.bg-green-300\/30{
  background-color: rgb(134 239 172 / 0.3);
}

.bg-green-300\/35{
  background-color: rgb(134 239 172 / 0.35);
}

.bg-green-300\/40{
  background-color: rgb(134 239 172 / 0.4);
}

.bg-green-300\/45{
  background-color: rgb(134 239 172 / 0.45);
}

.bg-green-300\/5{
  background-color: rgb(134 239 172 / 0.05);
}

.bg-green-300\/50{
  background-color: rgb(134 239 172 / 0.5);
}

.bg-green-300\/55{
  background-color: rgb(134 239 172 / 0.55);
}

.bg-green-300\/60{
  background-color: rgb(134 239 172 / 0.6);
}

.bg-green-300\/65{
  background-color: rgb(134 239 172 / 0.65);
}

.bg-green-300\/70{
  background-color: rgb(134 239 172 / 0.7);
}

.bg-green-300\/75{
  background-color: rgb(134 239 172 / 0.75);
}

.bg-green-300\/80{
  background-color: rgb(134 239 172 / 0.8);
}

.bg-green-300\/85{
  background-color: rgb(134 239 172 / 0.85);
}

.bg-green-300\/90{
  background-color: rgb(134 239 172 / 0.9);
}

.bg-green-300\/95{
  background-color: rgb(134 239 172 / 0.95);
}

.bg-green-400{
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}

.bg-green-400\/0{
  background-color: rgb(74 222 128 / 0);
}

.bg-green-400\/10{
  background-color: rgb(74 222 128 / 0.1);
}

.bg-green-400\/100{
  background-color: rgb(74 222 128 / 1);
}

.bg-green-400\/15{
  background-color: rgb(74 222 128 / 0.15);
}

.bg-green-400\/20{
  background-color: rgb(74 222 128 / 0.2);
}

.bg-green-400\/25{
  background-color: rgb(74 222 128 / 0.25);
}

.bg-green-400\/30{
  background-color: rgb(74 222 128 / 0.3);
}

.bg-green-400\/35{
  background-color: rgb(74 222 128 / 0.35);
}

.bg-green-400\/40{
  background-color: rgb(74 222 128 / 0.4);
}

.bg-green-400\/45{
  background-color: rgb(74 222 128 / 0.45);
}

.bg-green-400\/5{
  background-color: rgb(74 222 128 / 0.05);
}

.bg-green-400\/50{
  background-color: rgb(74 222 128 / 0.5);
}

.bg-green-400\/55{
  background-color: rgb(74 222 128 / 0.55);
}

.bg-green-400\/60{
  background-color: rgb(74 222 128 / 0.6);
}

.bg-green-400\/65{
  background-color: rgb(74 222 128 / 0.65);
}

.bg-green-400\/70{
  background-color: rgb(74 222 128 / 0.7);
}

.bg-green-400\/75{
  background-color: rgb(74 222 128 / 0.75);
}

.bg-green-400\/80{
  background-color: rgb(74 222 128 / 0.8);
}

.bg-green-400\/85{
  background-color: rgb(74 222 128 / 0.85);
}

.bg-green-400\/90{
  background-color: rgb(74 222 128 / 0.9);
}

.bg-green-400\/95{
  background-color: rgb(74 222 128 / 0.95);
}

.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}

.bg-green-50\/0{
  background-color: rgb(240 253 244 / 0);
}

.bg-green-50\/10{
  background-color: rgb(240 253 244 / 0.1);
}

.bg-green-50\/100{
  background-color: rgb(240 253 244 / 1);
}

.bg-green-50\/15{
  background-color: rgb(240 253 244 / 0.15);
}

.bg-green-50\/20{
  background-color: rgb(240 253 244 / 0.2);
}

.bg-green-50\/25{
  background-color: rgb(240 253 244 / 0.25);
}

.bg-green-50\/30{
  background-color: rgb(240 253 244 / 0.3);
}

.bg-green-50\/35{
  background-color: rgb(240 253 244 / 0.35);
}

.bg-green-50\/40{
  background-color: rgb(240 253 244 / 0.4);
}

.bg-green-50\/45{
  background-color: rgb(240 253 244 / 0.45);
}

.bg-green-50\/5{
  background-color: rgb(240 253 244 / 0.05);
}

.bg-green-50\/50{
  background-color: rgb(240 253 244 / 0.5);
}

.bg-green-50\/55{
  background-color: rgb(240 253 244 / 0.55);
}

.bg-green-50\/60{
  background-color: rgb(240 253 244 / 0.6);
}

.bg-green-50\/65{
  background-color: rgb(240 253 244 / 0.65);
}

.bg-green-50\/70{
  background-color: rgb(240 253 244 / 0.7);
}

.bg-green-50\/75{
  background-color: rgb(240 253 244 / 0.75);
}

.bg-green-50\/80{
  background-color: rgb(240 253 244 / 0.8);
}

.bg-green-50\/85{
  background-color: rgb(240 253 244 / 0.85);
}

.bg-green-50\/90{
  background-color: rgb(240 253 244 / 0.9);
}

.bg-green-50\/95{
  background-color: rgb(240 253 244 / 0.95);
}

.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.bg-green-500\/0{
  background-color: rgb(34 197 94 / 0);
}

.bg-green-500\/10{
  background-color: rgb(34 197 94 / 0.1);
}

.bg-green-500\/100{
  background-color: rgb(34 197 94 / 1);
}

.bg-green-500\/15{
  background-color: rgb(34 197 94 / 0.15);
}

.bg-green-500\/20{
  background-color: rgb(34 197 94 / 0.2);
}

.bg-green-500\/25{
  background-color: rgb(34 197 94 / 0.25);
}

.bg-green-500\/30{
  background-color: rgb(34 197 94 / 0.3);
}

.bg-green-500\/35{
  background-color: rgb(34 197 94 / 0.35);
}

.bg-green-500\/40{
  background-color: rgb(34 197 94 / 0.4);
}

.bg-green-500\/45{
  background-color: rgb(34 197 94 / 0.45);
}

.bg-green-500\/5{
  background-color: rgb(34 197 94 / 0.05);
}

.bg-green-500\/50{
  background-color: rgb(34 197 94 / 0.5);
}

.bg-green-500\/55{
  background-color: rgb(34 197 94 / 0.55);
}

.bg-green-500\/60{
  background-color: rgb(34 197 94 / 0.6);
}

.bg-green-500\/65{
  background-color: rgb(34 197 94 / 0.65);
}

.bg-green-500\/70{
  background-color: rgb(34 197 94 / 0.7);
}

.bg-green-500\/75{
  background-color: rgb(34 197 94 / 0.75);
}

.bg-green-500\/80{
  background-color: rgb(34 197 94 / 0.8);
}

.bg-green-500\/85{
  background-color: rgb(34 197 94 / 0.85);
}

.bg-green-500\/90{
  background-color: rgb(34 197 94 / 0.9);
}

.bg-green-500\/95{
  background-color: rgb(34 197 94 / 0.95);
}

.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.bg-green-600\/0{
  background-color: rgb(22 163 74 / 0);
}

.bg-green-600\/10{
  background-color: rgb(22 163 74 / 0.1);
}

.bg-green-600\/100{
  background-color: rgb(22 163 74 / 1);
}

.bg-green-600\/15{
  background-color: rgb(22 163 74 / 0.15);
}

.bg-green-600\/20{
  background-color: rgb(22 163 74 / 0.2);
}

.bg-green-600\/25{
  background-color: rgb(22 163 74 / 0.25);
}

.bg-green-600\/30{
  background-color: rgb(22 163 74 / 0.3);
}

.bg-green-600\/35{
  background-color: rgb(22 163 74 / 0.35);
}

.bg-green-600\/40{
  background-color: rgb(22 163 74 / 0.4);
}

.bg-green-600\/45{
  background-color: rgb(22 163 74 / 0.45);
}

.bg-green-600\/5{
  background-color: rgb(22 163 74 / 0.05);
}

.bg-green-600\/50{
  background-color: rgb(22 163 74 / 0.5);
}

.bg-green-600\/55{
  background-color: rgb(22 163 74 / 0.55);
}

.bg-green-600\/60{
  background-color: rgb(22 163 74 / 0.6);
}

.bg-green-600\/65{
  background-color: rgb(22 163 74 / 0.65);
}

.bg-green-600\/70{
  background-color: rgb(22 163 74 / 0.7);
}

.bg-green-600\/75{
  background-color: rgb(22 163 74 / 0.75);
}

.bg-green-600\/80{
  background-color: rgb(22 163 74 / 0.8);
}

.bg-green-600\/85{
  background-color: rgb(22 163 74 / 0.85);
}

.bg-green-600\/90{
  background-color: rgb(22 163 74 / 0.9);
}

.bg-green-600\/95{
  background-color: rgb(22 163 74 / 0.95);
}

.bg-green-700{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}

.bg-green-700\/0{
  background-color: rgb(21 128 61 / 0);
}

.bg-green-700\/10{
  background-color: rgb(21 128 61 / 0.1);
}

.bg-green-700\/100{
  background-color: rgb(21 128 61 / 1);
}

.bg-green-700\/15{
  background-color: rgb(21 128 61 / 0.15);
}

.bg-green-700\/20{
  background-color: rgb(21 128 61 / 0.2);
}

.bg-green-700\/25{
  background-color: rgb(21 128 61 / 0.25);
}

.bg-green-700\/30{
  background-color: rgb(21 128 61 / 0.3);
}

.bg-green-700\/35{
  background-color: rgb(21 128 61 / 0.35);
}

.bg-green-700\/40{
  background-color: rgb(21 128 61 / 0.4);
}

.bg-green-700\/45{
  background-color: rgb(21 128 61 / 0.45);
}

.bg-green-700\/5{
  background-color: rgb(21 128 61 / 0.05);
}

.bg-green-700\/50{
  background-color: rgb(21 128 61 / 0.5);
}

.bg-green-700\/55{
  background-color: rgb(21 128 61 / 0.55);
}

.bg-green-700\/60{
  background-color: rgb(21 128 61 / 0.6);
}

.bg-green-700\/65{
  background-color: rgb(21 128 61 / 0.65);
}

.bg-green-700\/70{
  background-color: rgb(21 128 61 / 0.7);
}

.bg-green-700\/75{
  background-color: rgb(21 128 61 / 0.75);
}

.bg-green-700\/80{
  background-color: rgb(21 128 61 / 0.8);
}

.bg-green-700\/85{
  background-color: rgb(21 128 61 / 0.85);
}

.bg-green-700\/90{
  background-color: rgb(21 128 61 / 0.9);
}

.bg-green-700\/95{
  background-color: rgb(21 128 61 / 0.95);
}

.bg-green-800{
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}

.bg-green-800\/0{
  background-color: rgb(22 101 52 / 0);
}

.bg-green-800\/10{
  background-color: rgb(22 101 52 / 0.1);
}

.bg-green-800\/100{
  background-color: rgb(22 101 52 / 1);
}

.bg-green-800\/15{
  background-color: rgb(22 101 52 / 0.15);
}

.bg-green-800\/20{
  background-color: rgb(22 101 52 / 0.2);
}

.bg-green-800\/25{
  background-color: rgb(22 101 52 / 0.25);
}

.bg-green-800\/30{
  background-color: rgb(22 101 52 / 0.3);
}

.bg-green-800\/35{
  background-color: rgb(22 101 52 / 0.35);
}

.bg-green-800\/40{
  background-color: rgb(22 101 52 / 0.4);
}

.bg-green-800\/45{
  background-color: rgb(22 101 52 / 0.45);
}

.bg-green-800\/5{
  background-color: rgb(22 101 52 / 0.05);
}

.bg-green-800\/50{
  background-color: rgb(22 101 52 / 0.5);
}

.bg-green-800\/55{
  background-color: rgb(22 101 52 / 0.55);
}

.bg-green-800\/60{
  background-color: rgb(22 101 52 / 0.6);
}

.bg-green-800\/65{
  background-color: rgb(22 101 52 / 0.65);
}

.bg-green-800\/70{
  background-color: rgb(22 101 52 / 0.7);
}

.bg-green-800\/75{
  background-color: rgb(22 101 52 / 0.75);
}

.bg-green-800\/80{
  background-color: rgb(22 101 52 / 0.8);
}

.bg-green-800\/85{
  background-color: rgb(22 101 52 / 0.85);
}

.bg-green-800\/90{
  background-color: rgb(22 101 52 / 0.9);
}

.bg-green-800\/95{
  background-color: rgb(22 101 52 / 0.95);
}

.bg-green-900{
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity));
}

.bg-green-900\/0{
  background-color: rgb(20 83 45 / 0);
}

.bg-green-900\/10{
  background-color: rgb(20 83 45 / 0.1);
}

.bg-green-900\/100{
  background-color: rgb(20 83 45 / 1);
}

.bg-green-900\/15{
  background-color: rgb(20 83 45 / 0.15);
}

.bg-green-900\/20{
  background-color: rgb(20 83 45 / 0.2);
}

.bg-green-900\/25{
  background-color: rgb(20 83 45 / 0.25);
}

.bg-green-900\/30{
  background-color: rgb(20 83 45 / 0.3);
}

.bg-green-900\/35{
  background-color: rgb(20 83 45 / 0.35);
}

.bg-green-900\/40{
  background-color: rgb(20 83 45 / 0.4);
}

.bg-green-900\/45{
  background-color: rgb(20 83 45 / 0.45);
}

.bg-green-900\/5{
  background-color: rgb(20 83 45 / 0.05);
}

.bg-green-900\/50{
  background-color: rgb(20 83 45 / 0.5);
}

.bg-green-900\/55{
  background-color: rgb(20 83 45 / 0.55);
}

.bg-green-900\/60{
  background-color: rgb(20 83 45 / 0.6);
}

.bg-green-900\/65{
  background-color: rgb(20 83 45 / 0.65);
}

.bg-green-900\/70{
  background-color: rgb(20 83 45 / 0.7);
}

.bg-green-900\/75{
  background-color: rgb(20 83 45 / 0.75);
}

.bg-green-900\/80{
  background-color: rgb(20 83 45 / 0.8);
}

.bg-green-900\/85{
  background-color: rgb(20 83 45 / 0.85);
}

.bg-green-900\/90{
  background-color: rgb(20 83 45 / 0.9);
}

.bg-green-900\/95{
  background-color: rgb(20 83 45 / 0.95);
}

.bg-indigo-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}

.bg-indigo-100\/0{
  background-color: rgb(224 231 255 / 0);
}

.bg-indigo-100\/10{
  background-color: rgb(224 231 255 / 0.1);
}

.bg-indigo-100\/100{
  background-color: rgb(224 231 255 / 1);
}

.bg-indigo-100\/15{
  background-color: rgb(224 231 255 / 0.15);
}

.bg-indigo-100\/20{
  background-color: rgb(224 231 255 / 0.2);
}

.bg-indigo-100\/25{
  background-color: rgb(224 231 255 / 0.25);
}

.bg-indigo-100\/30{
  background-color: rgb(224 231 255 / 0.3);
}

.bg-indigo-100\/35{
  background-color: rgb(224 231 255 / 0.35);
}

.bg-indigo-100\/40{
  background-color: rgb(224 231 255 / 0.4);
}

.bg-indigo-100\/45{
  background-color: rgb(224 231 255 / 0.45);
}

.bg-indigo-100\/5{
  background-color: rgb(224 231 255 / 0.05);
}

.bg-indigo-100\/50{
  background-color: rgb(224 231 255 / 0.5);
}

.bg-indigo-100\/55{
  background-color: rgb(224 231 255 / 0.55);
}

.bg-indigo-100\/60{
  background-color: rgb(224 231 255 / 0.6);
}

.bg-indigo-100\/65{
  background-color: rgb(224 231 255 / 0.65);
}

.bg-indigo-100\/70{
  background-color: rgb(224 231 255 / 0.7);
}

.bg-indigo-100\/75{
  background-color: rgb(224 231 255 / 0.75);
}

.bg-indigo-100\/80{
  background-color: rgb(224 231 255 / 0.8);
}

.bg-indigo-100\/85{
  background-color: rgb(224 231 255 / 0.85);
}

.bg-indigo-100\/90{
  background-color: rgb(224 231 255 / 0.9);
}

.bg-indigo-100\/95{
  background-color: rgb(224 231 255 / 0.95);
}

.bg-indigo-200{
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity));
}

.bg-indigo-200\/0{
  background-color: rgb(199 210 254 / 0);
}

.bg-indigo-200\/10{
  background-color: rgb(199 210 254 / 0.1);
}

.bg-indigo-200\/100{
  background-color: rgb(199 210 254 / 1);
}

.bg-indigo-200\/15{
  background-color: rgb(199 210 254 / 0.15);
}

.bg-indigo-200\/20{
  background-color: rgb(199 210 254 / 0.2);
}

.bg-indigo-200\/25{
  background-color: rgb(199 210 254 / 0.25);
}

.bg-indigo-200\/30{
  background-color: rgb(199 210 254 / 0.3);
}

.bg-indigo-200\/35{
  background-color: rgb(199 210 254 / 0.35);
}

.bg-indigo-200\/40{
  background-color: rgb(199 210 254 / 0.4);
}

.bg-indigo-200\/45{
  background-color: rgb(199 210 254 / 0.45);
}

.bg-indigo-200\/5{
  background-color: rgb(199 210 254 / 0.05);
}

.bg-indigo-200\/50{
  background-color: rgb(199 210 254 / 0.5);
}

.bg-indigo-200\/55{
  background-color: rgb(199 210 254 / 0.55);
}

.bg-indigo-200\/60{
  background-color: rgb(199 210 254 / 0.6);
}

.bg-indigo-200\/65{
  background-color: rgb(199 210 254 / 0.65);
}

.bg-indigo-200\/70{
  background-color: rgb(199 210 254 / 0.7);
}

.bg-indigo-200\/75{
  background-color: rgb(199 210 254 / 0.75);
}

.bg-indigo-200\/80{
  background-color: rgb(199 210 254 / 0.8);
}

.bg-indigo-200\/85{
  background-color: rgb(199 210 254 / 0.85);
}

.bg-indigo-200\/90{
  background-color: rgb(199 210 254 / 0.9);
}

.bg-indigo-200\/95{
  background-color: rgb(199 210 254 / 0.95);
}

.bg-indigo-300{
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity));
}

.bg-indigo-300\/0{
  background-color: rgb(165 180 252 / 0);
}

.bg-indigo-300\/10{
  background-color: rgb(165 180 252 / 0.1);
}

.bg-indigo-300\/100{
  background-color: rgb(165 180 252 / 1);
}

.bg-indigo-300\/15{
  background-color: rgb(165 180 252 / 0.15);
}

.bg-indigo-300\/20{
  background-color: rgb(165 180 252 / 0.2);
}

.bg-indigo-300\/25{
  background-color: rgb(165 180 252 / 0.25);
}

.bg-indigo-300\/30{
  background-color: rgb(165 180 252 / 0.3);
}

.bg-indigo-300\/35{
  background-color: rgb(165 180 252 / 0.35);
}

.bg-indigo-300\/40{
  background-color: rgb(165 180 252 / 0.4);
}

.bg-indigo-300\/45{
  background-color: rgb(165 180 252 / 0.45);
}

.bg-indigo-300\/5{
  background-color: rgb(165 180 252 / 0.05);
}

.bg-indigo-300\/50{
  background-color: rgb(165 180 252 / 0.5);
}

.bg-indigo-300\/55{
  background-color: rgb(165 180 252 / 0.55);
}

.bg-indigo-300\/60{
  background-color: rgb(165 180 252 / 0.6);
}

.bg-indigo-300\/65{
  background-color: rgb(165 180 252 / 0.65);
}

.bg-indigo-300\/70{
  background-color: rgb(165 180 252 / 0.7);
}

.bg-indigo-300\/75{
  background-color: rgb(165 180 252 / 0.75);
}

.bg-indigo-300\/80{
  background-color: rgb(165 180 252 / 0.8);
}

.bg-indigo-300\/85{
  background-color: rgb(165 180 252 / 0.85);
}

.bg-indigo-300\/90{
  background-color: rgb(165 180 252 / 0.9);
}

.bg-indigo-300\/95{
  background-color: rgb(165 180 252 / 0.95);
}

.bg-indigo-400{
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity));
}

.bg-indigo-400\/0{
  background-color: rgb(129 140 248 / 0);
}

.bg-indigo-400\/10{
  background-color: rgb(129 140 248 / 0.1);
}

.bg-indigo-400\/100{
  background-color: rgb(129 140 248 / 1);
}

.bg-indigo-400\/15{
  background-color: rgb(129 140 248 / 0.15);
}

.bg-indigo-400\/20{
  background-color: rgb(129 140 248 / 0.2);
}

.bg-indigo-400\/25{
  background-color: rgb(129 140 248 / 0.25);
}

.bg-indigo-400\/30{
  background-color: rgb(129 140 248 / 0.3);
}

.bg-indigo-400\/35{
  background-color: rgb(129 140 248 / 0.35);
}

.bg-indigo-400\/40{
  background-color: rgb(129 140 248 / 0.4);
}

.bg-indigo-400\/45{
  background-color: rgb(129 140 248 / 0.45);
}

.bg-indigo-400\/5{
  background-color: rgb(129 140 248 / 0.05);
}

.bg-indigo-400\/50{
  background-color: rgb(129 140 248 / 0.5);
}

.bg-indigo-400\/55{
  background-color: rgb(129 140 248 / 0.55);
}

.bg-indigo-400\/60{
  background-color: rgb(129 140 248 / 0.6);
}

.bg-indigo-400\/65{
  background-color: rgb(129 140 248 / 0.65);
}

.bg-indigo-400\/70{
  background-color: rgb(129 140 248 / 0.7);
}

.bg-indigo-400\/75{
  background-color: rgb(129 140 248 / 0.75);
}

.bg-indigo-400\/80{
  background-color: rgb(129 140 248 / 0.8);
}

.bg-indigo-400\/85{
  background-color: rgb(129 140 248 / 0.85);
}

.bg-indigo-400\/90{
  background-color: rgb(129 140 248 / 0.9);
}

.bg-indigo-400\/95{
  background-color: rgb(129 140 248 / 0.95);
}

.bg-indigo-50{
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}

.bg-indigo-50\/0{
  background-color: rgb(238 242 255 / 0);
}

.bg-indigo-50\/10{
  background-color: rgb(238 242 255 / 0.1);
}

.bg-indigo-50\/100{
  background-color: rgb(238 242 255 / 1);
}

.bg-indigo-50\/15{
  background-color: rgb(238 242 255 / 0.15);
}

.bg-indigo-50\/20{
  background-color: rgb(238 242 255 / 0.2);
}

.bg-indigo-50\/25{
  background-color: rgb(238 242 255 / 0.25);
}

.bg-indigo-50\/30{
  background-color: rgb(238 242 255 / 0.3);
}

.bg-indigo-50\/35{
  background-color: rgb(238 242 255 / 0.35);
}

.bg-indigo-50\/40{
  background-color: rgb(238 242 255 / 0.4);
}

.bg-indigo-50\/45{
  background-color: rgb(238 242 255 / 0.45);
}

.bg-indigo-50\/5{
  background-color: rgb(238 242 255 / 0.05);
}

.bg-indigo-50\/50{
  background-color: rgb(238 242 255 / 0.5);
}

.bg-indigo-50\/55{
  background-color: rgb(238 242 255 / 0.55);
}

.bg-indigo-50\/60{
  background-color: rgb(238 242 255 / 0.6);
}

.bg-indigo-50\/65{
  background-color: rgb(238 242 255 / 0.65);
}

.bg-indigo-50\/70{
  background-color: rgb(238 242 255 / 0.7);
}

.bg-indigo-50\/75{
  background-color: rgb(238 242 255 / 0.75);
}

.bg-indigo-50\/80{
  background-color: rgb(238 242 255 / 0.8);
}

.bg-indigo-50\/85{
  background-color: rgb(238 242 255 / 0.85);
}

.bg-indigo-50\/90{
  background-color: rgb(238 242 255 / 0.9);
}

.bg-indigo-50\/95{
  background-color: rgb(238 242 255 / 0.95);
}

.bg-indigo-500{
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}

.bg-indigo-500\/0{
  background-color: rgb(99 102 241 / 0);
}

.bg-indigo-500\/10{
  background-color: rgb(99 102 241 / 0.1);
}

.bg-indigo-500\/100{
  background-color: rgb(99 102 241 / 1);
}

.bg-indigo-500\/15{
  background-color: rgb(99 102 241 / 0.15);
}

.bg-indigo-500\/20{
  background-color: rgb(99 102 241 / 0.2);
}

.bg-indigo-500\/25{
  background-color: rgb(99 102 241 / 0.25);
}

.bg-indigo-500\/30{
  background-color: rgb(99 102 241 / 0.3);
}

.bg-indigo-500\/35{
  background-color: rgb(99 102 241 / 0.35);
}

.bg-indigo-500\/40{
  background-color: rgb(99 102 241 / 0.4);
}

.bg-indigo-500\/45{
  background-color: rgb(99 102 241 / 0.45);
}

.bg-indigo-500\/5{
  background-color: rgb(99 102 241 / 0.05);
}

.bg-indigo-500\/50{
  background-color: rgb(99 102 241 / 0.5);
}

.bg-indigo-500\/55{
  background-color: rgb(99 102 241 / 0.55);
}

.bg-indigo-500\/60{
  background-color: rgb(99 102 241 / 0.6);
}

.bg-indigo-500\/65{
  background-color: rgb(99 102 241 / 0.65);
}

.bg-indigo-500\/70{
  background-color: rgb(99 102 241 / 0.7);
}

.bg-indigo-500\/75{
  background-color: rgb(99 102 241 / 0.75);
}

.bg-indigo-500\/80{
  background-color: rgb(99 102 241 / 0.8);
}

.bg-indigo-500\/85{
  background-color: rgb(99 102 241 / 0.85);
}

.bg-indigo-500\/90{
  background-color: rgb(99 102 241 / 0.9);
}

.bg-indigo-500\/95{
  background-color: rgb(99 102 241 / 0.95);
}

.bg-indigo-600{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

.bg-indigo-600\/0{
  background-color: rgb(79 70 229 / 0);
}

.bg-indigo-600\/10{
  background-color: rgb(79 70 229 / 0.1);
}

.bg-indigo-600\/100{
  background-color: rgb(79 70 229 / 1);
}

.bg-indigo-600\/15{
  background-color: rgb(79 70 229 / 0.15);
}

.bg-indigo-600\/20{
  background-color: rgb(79 70 229 / 0.2);
}

.bg-indigo-600\/25{
  background-color: rgb(79 70 229 / 0.25);
}

.bg-indigo-600\/30{
  background-color: rgb(79 70 229 / 0.3);
}

.bg-indigo-600\/35{
  background-color: rgb(79 70 229 / 0.35);
}

.bg-indigo-600\/40{
  background-color: rgb(79 70 229 / 0.4);
}

.bg-indigo-600\/45{
  background-color: rgb(79 70 229 / 0.45);
}

.bg-indigo-600\/5{
  background-color: rgb(79 70 229 / 0.05);
}

.bg-indigo-600\/50{
  background-color: rgb(79 70 229 / 0.5);
}

.bg-indigo-600\/55{
  background-color: rgb(79 70 229 / 0.55);
}

.bg-indigo-600\/60{
  background-color: rgb(79 70 229 / 0.6);
}

.bg-indigo-600\/65{
  background-color: rgb(79 70 229 / 0.65);
}

.bg-indigo-600\/70{
  background-color: rgb(79 70 229 / 0.7);
}

.bg-indigo-600\/75{
  background-color: rgb(79 70 229 / 0.75);
}

.bg-indigo-600\/80{
  background-color: rgb(79 70 229 / 0.8);
}

.bg-indigo-600\/85{
  background-color: rgb(79 70 229 / 0.85);
}

.bg-indigo-600\/90{
  background-color: rgb(79 70 229 / 0.9);
}

.bg-indigo-600\/95{
  background-color: rgb(79 70 229 / 0.95);
}

.bg-indigo-700{
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}

.bg-indigo-700\/0{
  background-color: rgb(67 56 202 / 0);
}

.bg-indigo-700\/10{
  background-color: rgb(67 56 202 / 0.1);
}

.bg-indigo-700\/100{
  background-color: rgb(67 56 202 / 1);
}

.bg-indigo-700\/15{
  background-color: rgb(67 56 202 / 0.15);
}

.bg-indigo-700\/20{
  background-color: rgb(67 56 202 / 0.2);
}

.bg-indigo-700\/25{
  background-color: rgb(67 56 202 / 0.25);
}

.bg-indigo-700\/30{
  background-color: rgb(67 56 202 / 0.3);
}

.bg-indigo-700\/35{
  background-color: rgb(67 56 202 / 0.35);
}

.bg-indigo-700\/40{
  background-color: rgb(67 56 202 / 0.4);
}

.bg-indigo-700\/45{
  background-color: rgb(67 56 202 / 0.45);
}

.bg-indigo-700\/5{
  background-color: rgb(67 56 202 / 0.05);
}

.bg-indigo-700\/50{
  background-color: rgb(67 56 202 / 0.5);
}

.bg-indigo-700\/55{
  background-color: rgb(67 56 202 / 0.55);
}

.bg-indigo-700\/60{
  background-color: rgb(67 56 202 / 0.6);
}

.bg-indigo-700\/65{
  background-color: rgb(67 56 202 / 0.65);
}

.bg-indigo-700\/70{
  background-color: rgb(67 56 202 / 0.7);
}

.bg-indigo-700\/75{
  background-color: rgb(67 56 202 / 0.75);
}

.bg-indigo-700\/80{
  background-color: rgb(67 56 202 / 0.8);
}

.bg-indigo-700\/85{
  background-color: rgb(67 56 202 / 0.85);
}

.bg-indigo-700\/90{
  background-color: rgb(67 56 202 / 0.9);
}

.bg-indigo-700\/95{
  background-color: rgb(67 56 202 / 0.95);
}

.bg-indigo-800{
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity));
}

.bg-indigo-800\/0{
  background-color: rgb(55 48 163 / 0);
}

.bg-indigo-800\/10{
  background-color: rgb(55 48 163 / 0.1);
}

.bg-indigo-800\/100{
  background-color: rgb(55 48 163 / 1);
}

.bg-indigo-800\/15{
  background-color: rgb(55 48 163 / 0.15);
}

.bg-indigo-800\/20{
  background-color: rgb(55 48 163 / 0.2);
}

.bg-indigo-800\/25{
  background-color: rgb(55 48 163 / 0.25);
}

.bg-indigo-800\/30{
  background-color: rgb(55 48 163 / 0.3);
}

.bg-indigo-800\/35{
  background-color: rgb(55 48 163 / 0.35);
}

.bg-indigo-800\/40{
  background-color: rgb(55 48 163 / 0.4);
}

.bg-indigo-800\/45{
  background-color: rgb(55 48 163 / 0.45);
}

.bg-indigo-800\/5{
  background-color: rgb(55 48 163 / 0.05);
}

.bg-indigo-800\/50{
  background-color: rgb(55 48 163 / 0.5);
}

.bg-indigo-800\/55{
  background-color: rgb(55 48 163 / 0.55);
}

.bg-indigo-800\/60{
  background-color: rgb(55 48 163 / 0.6);
}

.bg-indigo-800\/65{
  background-color: rgb(55 48 163 / 0.65);
}

.bg-indigo-800\/70{
  background-color: rgb(55 48 163 / 0.7);
}

.bg-indigo-800\/75{
  background-color: rgb(55 48 163 / 0.75);
}

.bg-indigo-800\/80{
  background-color: rgb(55 48 163 / 0.8);
}

.bg-indigo-800\/85{
  background-color: rgb(55 48 163 / 0.85);
}

.bg-indigo-800\/90{
  background-color: rgb(55 48 163 / 0.9);
}

.bg-indigo-800\/95{
  background-color: rgb(55 48 163 / 0.95);
}

.bg-indigo-900{
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity));
}

.bg-indigo-900\/0{
  background-color: rgb(49 46 129 / 0);
}

.bg-indigo-900\/10{
  background-color: rgb(49 46 129 / 0.1);
}

.bg-indigo-900\/100{
  background-color: rgb(49 46 129 / 1);
}

.bg-indigo-900\/15{
  background-color: rgb(49 46 129 / 0.15);
}

.bg-indigo-900\/20{
  background-color: rgb(49 46 129 / 0.2);
}

.bg-indigo-900\/25{
  background-color: rgb(49 46 129 / 0.25);
}

.bg-indigo-900\/30{
  background-color: rgb(49 46 129 / 0.3);
}

.bg-indigo-900\/35{
  background-color: rgb(49 46 129 / 0.35);
}

.bg-indigo-900\/40{
  background-color: rgb(49 46 129 / 0.4);
}

.bg-indigo-900\/45{
  background-color: rgb(49 46 129 / 0.45);
}

.bg-indigo-900\/5{
  background-color: rgb(49 46 129 / 0.05);
}

.bg-indigo-900\/50{
  background-color: rgb(49 46 129 / 0.5);
}

.bg-indigo-900\/55{
  background-color: rgb(49 46 129 / 0.55);
}

.bg-indigo-900\/60{
  background-color: rgb(49 46 129 / 0.6);
}

.bg-indigo-900\/65{
  background-color: rgb(49 46 129 / 0.65);
}

.bg-indigo-900\/70{
  background-color: rgb(49 46 129 / 0.7);
}

.bg-indigo-900\/75{
  background-color: rgb(49 46 129 / 0.75);
}

.bg-indigo-900\/80{
  background-color: rgb(49 46 129 / 0.8);
}

.bg-indigo-900\/85{
  background-color: rgb(49 46 129 / 0.85);
}

.bg-indigo-900\/90{
  background-color: rgb(49 46 129 / 0.9);
}

.bg-indigo-900\/95{
  background-color: rgb(49 46 129 / 0.95);
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(163 198 18 / var(--tw-bg-opacity));
}

.bg-purple-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}

.bg-purple-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity));
}

.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.bg-red-100\/0{
  background-color: rgb(254 226 226 / 0);
}

.bg-red-100\/10{
  background-color: rgb(254 226 226 / 0.1);
}

.bg-red-100\/100{
  background-color: rgb(254 226 226 / 1);
}

.bg-red-100\/15{
  background-color: rgb(254 226 226 / 0.15);
}

.bg-red-100\/20{
  background-color: rgb(254 226 226 / 0.2);
}

.bg-red-100\/25{
  background-color: rgb(254 226 226 / 0.25);
}

.bg-red-100\/30{
  background-color: rgb(254 226 226 / 0.3);
}

.bg-red-100\/35{
  background-color: rgb(254 226 226 / 0.35);
}

.bg-red-100\/40{
  background-color: rgb(254 226 226 / 0.4);
}

.bg-red-100\/45{
  background-color: rgb(254 226 226 / 0.45);
}

.bg-red-100\/5{
  background-color: rgb(254 226 226 / 0.05);
}

.bg-red-100\/50{
  background-color: rgb(254 226 226 / 0.5);
}

.bg-red-100\/55{
  background-color: rgb(254 226 226 / 0.55);
}

.bg-red-100\/60{
  background-color: rgb(254 226 226 / 0.6);
}

.bg-red-100\/65{
  background-color: rgb(254 226 226 / 0.65);
}

.bg-red-100\/70{
  background-color: rgb(254 226 226 / 0.7);
}

.bg-red-100\/75{
  background-color: rgb(254 226 226 / 0.75);
}

.bg-red-100\/80{
  background-color: rgb(254 226 226 / 0.8);
}

.bg-red-100\/85{
  background-color: rgb(254 226 226 / 0.85);
}

.bg-red-100\/90{
  background-color: rgb(254 226 226 / 0.9);
}

.bg-red-100\/95{
  background-color: rgb(254 226 226 / 0.95);
}

.bg-red-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}

.bg-red-200\/0{
  background-color: rgb(254 202 202 / 0);
}

.bg-red-200\/10{
  background-color: rgb(254 202 202 / 0.1);
}

.bg-red-200\/100{
  background-color: rgb(254 202 202 / 1);
}

.bg-red-200\/15{
  background-color: rgb(254 202 202 / 0.15);
}

.bg-red-200\/20{
  background-color: rgb(254 202 202 / 0.2);
}

.bg-red-200\/25{
  background-color: rgb(254 202 202 / 0.25);
}

.bg-red-200\/30{
  background-color: rgb(254 202 202 / 0.3);
}

.bg-red-200\/35{
  background-color: rgb(254 202 202 / 0.35);
}

.bg-red-200\/40{
  background-color: rgb(254 202 202 / 0.4);
}

.bg-red-200\/45{
  background-color: rgb(254 202 202 / 0.45);
}

.bg-red-200\/5{
  background-color: rgb(254 202 202 / 0.05);
}

.bg-red-200\/50{
  background-color: rgb(254 202 202 / 0.5);
}

.bg-red-200\/55{
  background-color: rgb(254 202 202 / 0.55);
}

.bg-red-200\/60{
  background-color: rgb(254 202 202 / 0.6);
}

.bg-red-200\/65{
  background-color: rgb(254 202 202 / 0.65);
}

.bg-red-200\/70{
  background-color: rgb(254 202 202 / 0.7);
}

.bg-red-200\/75{
  background-color: rgb(254 202 202 / 0.75);
}

.bg-red-200\/80{
  background-color: rgb(254 202 202 / 0.8);
}

.bg-red-200\/85{
  background-color: rgb(254 202 202 / 0.85);
}

.bg-red-200\/90{
  background-color: rgb(254 202 202 / 0.9);
}

.bg-red-200\/95{
  background-color: rgb(254 202 202 / 0.95);
}

.bg-red-300{
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}

.bg-red-300\/0{
  background-color: rgb(252 165 165 / 0);
}

.bg-red-300\/10{
  background-color: rgb(252 165 165 / 0.1);
}

.bg-red-300\/100{
  background-color: rgb(252 165 165 / 1);
}

.bg-red-300\/15{
  background-color: rgb(252 165 165 / 0.15);
}

.bg-red-300\/20{
  background-color: rgb(252 165 165 / 0.2);
}

.bg-red-300\/25{
  background-color: rgb(252 165 165 / 0.25);
}

.bg-red-300\/30{
  background-color: rgb(252 165 165 / 0.3);
}

.bg-red-300\/35{
  background-color: rgb(252 165 165 / 0.35);
}

.bg-red-300\/40{
  background-color: rgb(252 165 165 / 0.4);
}

.bg-red-300\/45{
  background-color: rgb(252 165 165 / 0.45);
}

.bg-red-300\/5{
  background-color: rgb(252 165 165 / 0.05);
}

.bg-red-300\/50{
  background-color: rgb(252 165 165 / 0.5);
}

.bg-red-300\/55{
  background-color: rgb(252 165 165 / 0.55);
}

.bg-red-300\/60{
  background-color: rgb(252 165 165 / 0.6);
}

.bg-red-300\/65{
  background-color: rgb(252 165 165 / 0.65);
}

.bg-red-300\/70{
  background-color: rgb(252 165 165 / 0.7);
}

.bg-red-300\/75{
  background-color: rgb(252 165 165 / 0.75);
}

.bg-red-300\/80{
  background-color: rgb(252 165 165 / 0.8);
}

.bg-red-300\/85{
  background-color: rgb(252 165 165 / 0.85);
}

.bg-red-300\/90{
  background-color: rgb(252 165 165 / 0.9);
}

.bg-red-300\/95{
  background-color: rgb(252 165 165 / 0.95);
}

.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}

.bg-red-400\/0{
  background-color: rgb(248 113 113 / 0);
}

.bg-red-400\/10{
  background-color: rgb(248 113 113 / 0.1);
}

.bg-red-400\/100{
  background-color: rgb(248 113 113 / 1);
}

.bg-red-400\/15{
  background-color: rgb(248 113 113 / 0.15);
}

.bg-red-400\/20{
  background-color: rgb(248 113 113 / 0.2);
}

.bg-red-400\/25{
  background-color: rgb(248 113 113 / 0.25);
}

.bg-red-400\/30{
  background-color: rgb(248 113 113 / 0.3);
}

.bg-red-400\/35{
  background-color: rgb(248 113 113 / 0.35);
}

.bg-red-400\/40{
  background-color: rgb(248 113 113 / 0.4);
}

.bg-red-400\/45{
  background-color: rgb(248 113 113 / 0.45);
}

.bg-red-400\/5{
  background-color: rgb(248 113 113 / 0.05);
}

.bg-red-400\/50{
  background-color: rgb(248 113 113 / 0.5);
}

.bg-red-400\/55{
  background-color: rgb(248 113 113 / 0.55);
}

.bg-red-400\/60{
  background-color: rgb(248 113 113 / 0.6);
}

.bg-red-400\/65{
  background-color: rgb(248 113 113 / 0.65);
}

.bg-red-400\/70{
  background-color: rgb(248 113 113 / 0.7);
}

.bg-red-400\/75{
  background-color: rgb(248 113 113 / 0.75);
}

.bg-red-400\/80{
  background-color: rgb(248 113 113 / 0.8);
}

.bg-red-400\/85{
  background-color: rgb(248 113 113 / 0.85);
}

.bg-red-400\/90{
  background-color: rgb(248 113 113 / 0.9);
}

.bg-red-400\/95{
  background-color: rgb(248 113 113 / 0.95);
}

.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.bg-red-50\/0{
  background-color: rgb(254 242 242 / 0);
}

.bg-red-50\/10{
  background-color: rgb(254 242 242 / 0.1);
}

.bg-red-50\/100{
  background-color: rgb(254 242 242 / 1);
}

.bg-red-50\/15{
  background-color: rgb(254 242 242 / 0.15);
}

.bg-red-50\/20{
  background-color: rgb(254 242 242 / 0.2);
}

.bg-red-50\/25{
  background-color: rgb(254 242 242 / 0.25);
}

.bg-red-50\/30{
  background-color: rgb(254 242 242 / 0.3);
}

.bg-red-50\/35{
  background-color: rgb(254 242 242 / 0.35);
}

.bg-red-50\/40{
  background-color: rgb(254 242 242 / 0.4);
}

.bg-red-50\/45{
  background-color: rgb(254 242 242 / 0.45);
}

.bg-red-50\/5{
  background-color: rgb(254 242 242 / 0.05);
}

.bg-red-50\/50{
  background-color: rgb(254 242 242 / 0.5);
}

.bg-red-50\/55{
  background-color: rgb(254 242 242 / 0.55);
}

.bg-red-50\/60{
  background-color: rgb(254 242 242 / 0.6);
}

.bg-red-50\/65{
  background-color: rgb(254 242 242 / 0.65);
}

.bg-red-50\/70{
  background-color: rgb(254 242 242 / 0.7);
}

.bg-red-50\/75{
  background-color: rgb(254 242 242 / 0.75);
}

.bg-red-50\/80{
  background-color: rgb(254 242 242 / 0.8);
}

.bg-red-50\/85{
  background-color: rgb(254 242 242 / 0.85);
}

.bg-red-50\/90{
  background-color: rgb(254 242 242 / 0.9);
}

.bg-red-50\/95{
  background-color: rgb(254 242 242 / 0.95);
}

.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-red-500\/0{
  background-color: rgb(239 68 68 / 0);
}

.bg-red-500\/10{
  background-color: rgb(239 68 68 / 0.1);
}

.bg-red-500\/100{
  background-color: rgb(239 68 68 / 1);
}

.bg-red-500\/15{
  background-color: rgb(239 68 68 / 0.15);
}

.bg-red-500\/20{
  background-color: rgb(239 68 68 / 0.2);
}

.bg-red-500\/25{
  background-color: rgb(239 68 68 / 0.25);
}

.bg-red-500\/30{
  background-color: rgb(239 68 68 / 0.3);
}

.bg-red-500\/35{
  background-color: rgb(239 68 68 / 0.35);
}

.bg-red-500\/40{
  background-color: rgb(239 68 68 / 0.4);
}

.bg-red-500\/45{
  background-color: rgb(239 68 68 / 0.45);
}

.bg-red-500\/5{
  background-color: rgb(239 68 68 / 0.05);
}

.bg-red-500\/50{
  background-color: rgb(239 68 68 / 0.5);
}

.bg-red-500\/55{
  background-color: rgb(239 68 68 / 0.55);
}

.bg-red-500\/60{
  background-color: rgb(239 68 68 / 0.6);
}

.bg-red-500\/65{
  background-color: rgb(239 68 68 / 0.65);
}

.bg-red-500\/70{
  background-color: rgb(239 68 68 / 0.7);
}

.bg-red-500\/75{
  background-color: rgb(239 68 68 / 0.75);
}

.bg-red-500\/80{
  background-color: rgb(239 68 68 / 0.8);
}

.bg-red-500\/85{
  background-color: rgb(239 68 68 / 0.85);
}

.bg-red-500\/90{
  background-color: rgb(239 68 68 / 0.9);
}

.bg-red-500\/95{
  background-color: rgb(239 68 68 / 0.95);
}

.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.bg-red-600\/0{
  background-color: rgb(220 38 38 / 0);
}

.bg-red-600\/10{
  background-color: rgb(220 38 38 / 0.1);
}

.bg-red-600\/100{
  background-color: rgb(220 38 38 / 1);
}

.bg-red-600\/15{
  background-color: rgb(220 38 38 / 0.15);
}

.bg-red-600\/20{
  background-color: rgb(220 38 38 / 0.2);
}

.bg-red-600\/25{
  background-color: rgb(220 38 38 / 0.25);
}

.bg-red-600\/30{
  background-color: rgb(220 38 38 / 0.3);
}

.bg-red-600\/35{
  background-color: rgb(220 38 38 / 0.35);
}

.bg-red-600\/40{
  background-color: rgb(220 38 38 / 0.4);
}

.bg-red-600\/45{
  background-color: rgb(220 38 38 / 0.45);
}

.bg-red-600\/5{
  background-color: rgb(220 38 38 / 0.05);
}

.bg-red-600\/50{
  background-color: rgb(220 38 38 / 0.5);
}

.bg-red-600\/55{
  background-color: rgb(220 38 38 / 0.55);
}

.bg-red-600\/60{
  background-color: rgb(220 38 38 / 0.6);
}

.bg-red-600\/65{
  background-color: rgb(220 38 38 / 0.65);
}

.bg-red-600\/70{
  background-color: rgb(220 38 38 / 0.7);
}

.bg-red-600\/75{
  background-color: rgb(220 38 38 / 0.75);
}

.bg-red-600\/80{
  background-color: rgb(220 38 38 / 0.8);
}

.bg-red-600\/85{
  background-color: rgb(220 38 38 / 0.85);
}

.bg-red-600\/90{
  background-color: rgb(220 38 38 / 0.9);
}

.bg-red-600\/95{
  background-color: rgb(220 38 38 / 0.95);
}

.bg-red-700{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.bg-red-700\/0{
  background-color: rgb(185 28 28 / 0);
}

.bg-red-700\/10{
  background-color: rgb(185 28 28 / 0.1);
}

.bg-red-700\/100{
  background-color: rgb(185 28 28 / 1);
}

.bg-red-700\/15{
  background-color: rgb(185 28 28 / 0.15);
}

.bg-red-700\/20{
  background-color: rgb(185 28 28 / 0.2);
}

.bg-red-700\/25{
  background-color: rgb(185 28 28 / 0.25);
}

.bg-red-700\/30{
  background-color: rgb(185 28 28 / 0.3);
}

.bg-red-700\/35{
  background-color: rgb(185 28 28 / 0.35);
}

.bg-red-700\/40{
  background-color: rgb(185 28 28 / 0.4);
}

.bg-red-700\/45{
  background-color: rgb(185 28 28 / 0.45);
}

.bg-red-700\/5{
  background-color: rgb(185 28 28 / 0.05);
}

.bg-red-700\/50{
  background-color: rgb(185 28 28 / 0.5);
}

.bg-red-700\/55{
  background-color: rgb(185 28 28 / 0.55);
}

.bg-red-700\/60{
  background-color: rgb(185 28 28 / 0.6);
}

.bg-red-700\/65{
  background-color: rgb(185 28 28 / 0.65);
}

.bg-red-700\/70{
  background-color: rgb(185 28 28 / 0.7);
}

.bg-red-700\/75{
  background-color: rgb(185 28 28 / 0.75);
}

.bg-red-700\/80{
  background-color: rgb(185 28 28 / 0.8);
}

.bg-red-700\/85{
  background-color: rgb(185 28 28 / 0.85);
}

.bg-red-700\/90{
  background-color: rgb(185 28 28 / 0.9);
}

.bg-red-700\/95{
  background-color: rgb(185 28 28 / 0.95);
}

.bg-red-800{
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}

.bg-red-800\/0{
  background-color: rgb(153 27 27 / 0);
}

.bg-red-800\/10{
  background-color: rgb(153 27 27 / 0.1);
}

.bg-red-800\/100{
  background-color: rgb(153 27 27 / 1);
}

.bg-red-800\/15{
  background-color: rgb(153 27 27 / 0.15);
}

.bg-red-800\/20{
  background-color: rgb(153 27 27 / 0.2);
}

.bg-red-800\/25{
  background-color: rgb(153 27 27 / 0.25);
}

.bg-red-800\/30{
  background-color: rgb(153 27 27 / 0.3);
}

.bg-red-800\/35{
  background-color: rgb(153 27 27 / 0.35);
}

.bg-red-800\/40{
  background-color: rgb(153 27 27 / 0.4);
}

.bg-red-800\/45{
  background-color: rgb(153 27 27 / 0.45);
}

.bg-red-800\/5{
  background-color: rgb(153 27 27 / 0.05);
}

.bg-red-800\/50{
  background-color: rgb(153 27 27 / 0.5);
}

.bg-red-800\/55{
  background-color: rgb(153 27 27 / 0.55);
}

.bg-red-800\/60{
  background-color: rgb(153 27 27 / 0.6);
}

.bg-red-800\/65{
  background-color: rgb(153 27 27 / 0.65);
}

.bg-red-800\/70{
  background-color: rgb(153 27 27 / 0.7);
}

.bg-red-800\/75{
  background-color: rgb(153 27 27 / 0.75);
}

.bg-red-800\/80{
  background-color: rgb(153 27 27 / 0.8);
}

.bg-red-800\/85{
  background-color: rgb(153 27 27 / 0.85);
}

.bg-red-800\/90{
  background-color: rgb(153 27 27 / 0.9);
}

.bg-red-800\/95{
  background-color: rgb(153 27 27 / 0.95);
}

.bg-red-900{
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}

.bg-red-900\/0{
  background-color: rgb(127 29 29 / 0);
}

.bg-red-900\/10{
  background-color: rgb(127 29 29 / 0.1);
}

.bg-red-900\/100{
  background-color: rgb(127 29 29 / 1);
}

.bg-red-900\/15{
  background-color: rgb(127 29 29 / 0.15);
}

.bg-red-900\/20{
  background-color: rgb(127 29 29 / 0.2);
}

.bg-red-900\/25{
  background-color: rgb(127 29 29 / 0.25);
}

.bg-red-900\/30{
  background-color: rgb(127 29 29 / 0.3);
}

.bg-red-900\/35{
  background-color: rgb(127 29 29 / 0.35);
}

.bg-red-900\/40{
  background-color: rgb(127 29 29 / 0.4);
}

.bg-red-900\/45{
  background-color: rgb(127 29 29 / 0.45);
}

.bg-red-900\/5{
  background-color: rgb(127 29 29 / 0.05);
}

.bg-red-900\/50{
  background-color: rgb(127 29 29 / 0.5);
}

.bg-red-900\/55{
  background-color: rgb(127 29 29 / 0.55);
}

.bg-red-900\/60{
  background-color: rgb(127 29 29 / 0.6);
}

.bg-red-900\/65{
  background-color: rgb(127 29 29 / 0.65);
}

.bg-red-900\/70{
  background-color: rgb(127 29 29 / 0.7);
}

.bg-red-900\/75{
  background-color: rgb(127 29 29 / 0.75);
}

.bg-red-900\/80{
  background-color: rgb(127 29 29 / 0.8);
}

.bg-red-900\/85{
  background-color: rgb(127 29 29 / 0.85);
}

.bg-red-900\/90{
  background-color: rgb(127 29 29 / 0.9);
}

.bg-red-900\/95{
  background-color: rgb(127 29 29 / 0.95);
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}

.bg-yellow-100\/0{
  background-color: rgb(254 249 195 / 0);
}

.bg-yellow-100\/10{
  background-color: rgb(254 249 195 / 0.1);
}

.bg-yellow-100\/100{
  background-color: rgb(254 249 195 / 1);
}

.bg-yellow-100\/15{
  background-color: rgb(254 249 195 / 0.15);
}

.bg-yellow-100\/20{
  background-color: rgb(254 249 195 / 0.2);
}

.bg-yellow-100\/25{
  background-color: rgb(254 249 195 / 0.25);
}

.bg-yellow-100\/30{
  background-color: rgb(254 249 195 / 0.3);
}

.bg-yellow-100\/35{
  background-color: rgb(254 249 195 / 0.35);
}

.bg-yellow-100\/40{
  background-color: rgb(254 249 195 / 0.4);
}

.bg-yellow-100\/45{
  background-color: rgb(254 249 195 / 0.45);
}

.bg-yellow-100\/5{
  background-color: rgb(254 249 195 / 0.05);
}

.bg-yellow-100\/50{
  background-color: rgb(254 249 195 / 0.5);
}

.bg-yellow-100\/55{
  background-color: rgb(254 249 195 / 0.55);
}

.bg-yellow-100\/60{
  background-color: rgb(254 249 195 / 0.6);
}

.bg-yellow-100\/65{
  background-color: rgb(254 249 195 / 0.65);
}

.bg-yellow-100\/70{
  background-color: rgb(254 249 195 / 0.7);
}

.bg-yellow-100\/75{
  background-color: rgb(254 249 195 / 0.75);
}

.bg-yellow-100\/80{
  background-color: rgb(254 249 195 / 0.8);
}

.bg-yellow-100\/85{
  background-color: rgb(254 249 195 / 0.85);
}

.bg-yellow-100\/90{
  background-color: rgb(254 249 195 / 0.9);
}

.bg-yellow-100\/95{
  background-color: rgb(254 249 195 / 0.95);
}

.bg-yellow-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}

.bg-yellow-200\/0{
  background-color: rgb(254 240 138 / 0);
}

.bg-yellow-200\/10{
  background-color: rgb(254 240 138 / 0.1);
}

.bg-yellow-200\/100{
  background-color: rgb(254 240 138 / 1);
}

.bg-yellow-200\/15{
  background-color: rgb(254 240 138 / 0.15);
}

.bg-yellow-200\/20{
  background-color: rgb(254 240 138 / 0.2);
}

.bg-yellow-200\/25{
  background-color: rgb(254 240 138 / 0.25);
}

.bg-yellow-200\/30{
  background-color: rgb(254 240 138 / 0.3);
}

.bg-yellow-200\/35{
  background-color: rgb(254 240 138 / 0.35);
}

.bg-yellow-200\/40{
  background-color: rgb(254 240 138 / 0.4);
}

.bg-yellow-200\/45{
  background-color: rgb(254 240 138 / 0.45);
}

.bg-yellow-200\/5{
  background-color: rgb(254 240 138 / 0.05);
}

.bg-yellow-200\/50{
  background-color: rgb(254 240 138 / 0.5);
}

.bg-yellow-200\/55{
  background-color: rgb(254 240 138 / 0.55);
}

.bg-yellow-200\/60{
  background-color: rgb(254 240 138 / 0.6);
}

.bg-yellow-200\/65{
  background-color: rgb(254 240 138 / 0.65);
}

.bg-yellow-200\/70{
  background-color: rgb(254 240 138 / 0.7);
}

.bg-yellow-200\/75{
  background-color: rgb(254 240 138 / 0.75);
}

.bg-yellow-200\/80{
  background-color: rgb(254 240 138 / 0.8);
}

.bg-yellow-200\/85{
  background-color: rgb(254 240 138 / 0.85);
}

.bg-yellow-200\/90{
  background-color: rgb(254 240 138 / 0.9);
}

.bg-yellow-200\/95{
  background-color: rgb(254 240 138 / 0.95);
}

.bg-yellow-300{
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}

.bg-yellow-300\/0{
  background-color: rgb(253 224 71 / 0);
}

.bg-yellow-300\/10{
  background-color: rgb(253 224 71 / 0.1);
}

.bg-yellow-300\/100{
  background-color: rgb(253 224 71 / 1);
}

.bg-yellow-300\/15{
  background-color: rgb(253 224 71 / 0.15);
}

.bg-yellow-300\/20{
  background-color: rgb(253 224 71 / 0.2);
}

.bg-yellow-300\/25{
  background-color: rgb(253 224 71 / 0.25);
}

.bg-yellow-300\/30{
  background-color: rgb(253 224 71 / 0.3);
}

.bg-yellow-300\/35{
  background-color: rgb(253 224 71 / 0.35);
}

.bg-yellow-300\/40{
  background-color: rgb(253 224 71 / 0.4);
}

.bg-yellow-300\/45{
  background-color: rgb(253 224 71 / 0.45);
}

.bg-yellow-300\/5{
  background-color: rgb(253 224 71 / 0.05);
}

.bg-yellow-300\/50{
  background-color: rgb(253 224 71 / 0.5);
}

.bg-yellow-300\/55{
  background-color: rgb(253 224 71 / 0.55);
}

.bg-yellow-300\/60{
  background-color: rgb(253 224 71 / 0.6);
}

.bg-yellow-300\/65{
  background-color: rgb(253 224 71 / 0.65);
}

.bg-yellow-300\/70{
  background-color: rgb(253 224 71 / 0.7);
}

.bg-yellow-300\/75{
  background-color: rgb(253 224 71 / 0.75);
}

.bg-yellow-300\/80{
  background-color: rgb(253 224 71 / 0.8);
}

.bg-yellow-300\/85{
  background-color: rgb(253 224 71 / 0.85);
}

.bg-yellow-300\/90{
  background-color: rgb(253 224 71 / 0.9);
}

.bg-yellow-300\/95{
  background-color: rgb(253 224 71 / 0.95);
}

.bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}

.bg-yellow-400\/0{
  background-color: rgb(250 204 21 / 0);
}

.bg-yellow-400\/10{
  background-color: rgb(250 204 21 / 0.1);
}

.bg-yellow-400\/100{
  background-color: rgb(250 204 21 / 1);
}

.bg-yellow-400\/15{
  background-color: rgb(250 204 21 / 0.15);
}

.bg-yellow-400\/20{
  background-color: rgb(250 204 21 / 0.2);
}

.bg-yellow-400\/25{
  background-color: rgb(250 204 21 / 0.25);
}

.bg-yellow-400\/30{
  background-color: rgb(250 204 21 / 0.3);
}

.bg-yellow-400\/35{
  background-color: rgb(250 204 21 / 0.35);
}

.bg-yellow-400\/40{
  background-color: rgb(250 204 21 / 0.4);
}

.bg-yellow-400\/45{
  background-color: rgb(250 204 21 / 0.45);
}

.bg-yellow-400\/5{
  background-color: rgb(250 204 21 / 0.05);
}

.bg-yellow-400\/50{
  background-color: rgb(250 204 21 / 0.5);
}

.bg-yellow-400\/55{
  background-color: rgb(250 204 21 / 0.55);
}

.bg-yellow-400\/60{
  background-color: rgb(250 204 21 / 0.6);
}

.bg-yellow-400\/65{
  background-color: rgb(250 204 21 / 0.65);
}

.bg-yellow-400\/70{
  background-color: rgb(250 204 21 / 0.7);
}

.bg-yellow-400\/75{
  background-color: rgb(250 204 21 / 0.75);
}

.bg-yellow-400\/80{
  background-color: rgb(250 204 21 / 0.8);
}

.bg-yellow-400\/85{
  background-color: rgb(250 204 21 / 0.85);
}

.bg-yellow-400\/90{
  background-color: rgb(250 204 21 / 0.9);
}

.bg-yellow-400\/95{
  background-color: rgb(250 204 21 / 0.95);
}

.bg-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}

.bg-yellow-50\/0{
  background-color: rgb(254 252 232 / 0);
}

.bg-yellow-50\/10{
  background-color: rgb(254 252 232 / 0.1);
}

.bg-yellow-50\/100{
  background-color: rgb(254 252 232 / 1);
}

.bg-yellow-50\/15{
  background-color: rgb(254 252 232 / 0.15);
}

.bg-yellow-50\/20{
  background-color: rgb(254 252 232 / 0.2);
}

.bg-yellow-50\/25{
  background-color: rgb(254 252 232 / 0.25);
}

.bg-yellow-50\/30{
  background-color: rgb(254 252 232 / 0.3);
}

.bg-yellow-50\/35{
  background-color: rgb(254 252 232 / 0.35);
}

.bg-yellow-50\/40{
  background-color: rgb(254 252 232 / 0.4);
}

.bg-yellow-50\/45{
  background-color: rgb(254 252 232 / 0.45);
}

.bg-yellow-50\/5{
  background-color: rgb(254 252 232 / 0.05);
}

.bg-yellow-50\/50{
  background-color: rgb(254 252 232 / 0.5);
}

.bg-yellow-50\/55{
  background-color: rgb(254 252 232 / 0.55);
}

.bg-yellow-50\/60{
  background-color: rgb(254 252 232 / 0.6);
}

.bg-yellow-50\/65{
  background-color: rgb(254 252 232 / 0.65);
}

.bg-yellow-50\/70{
  background-color: rgb(254 252 232 / 0.7);
}

.bg-yellow-50\/75{
  background-color: rgb(254 252 232 / 0.75);
}

.bg-yellow-50\/80{
  background-color: rgb(254 252 232 / 0.8);
}

.bg-yellow-50\/85{
  background-color: rgb(254 252 232 / 0.85);
}

.bg-yellow-50\/90{
  background-color: rgb(254 252 232 / 0.9);
}

.bg-yellow-50\/95{
  background-color: rgb(254 252 232 / 0.95);
}

.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}

.bg-yellow-500\/0{
  background-color: rgb(234 179 8 / 0);
}

.bg-yellow-500\/10{
  background-color: rgb(234 179 8 / 0.1);
}

.bg-yellow-500\/100{
  background-color: rgb(234 179 8 / 1);
}

.bg-yellow-500\/15{
  background-color: rgb(234 179 8 / 0.15);
}

.bg-yellow-500\/20{
  background-color: rgb(234 179 8 / 0.2);
}

.bg-yellow-500\/25{
  background-color: rgb(234 179 8 / 0.25);
}

.bg-yellow-500\/30{
  background-color: rgb(234 179 8 / 0.3);
}

.bg-yellow-500\/35{
  background-color: rgb(234 179 8 / 0.35);
}

.bg-yellow-500\/40{
  background-color: rgb(234 179 8 / 0.4);
}

.bg-yellow-500\/45{
  background-color: rgb(234 179 8 / 0.45);
}

.bg-yellow-500\/5{
  background-color: rgb(234 179 8 / 0.05);
}

.bg-yellow-500\/50{
  background-color: rgb(234 179 8 / 0.5);
}

.bg-yellow-500\/55{
  background-color: rgb(234 179 8 / 0.55);
}

.bg-yellow-500\/60{
  background-color: rgb(234 179 8 / 0.6);
}

.bg-yellow-500\/65{
  background-color: rgb(234 179 8 / 0.65);
}

.bg-yellow-500\/70{
  background-color: rgb(234 179 8 / 0.7);
}

.bg-yellow-500\/75{
  background-color: rgb(234 179 8 / 0.75);
}

.bg-yellow-500\/80{
  background-color: rgb(234 179 8 / 0.8);
}

.bg-yellow-500\/85{
  background-color: rgb(234 179 8 / 0.85);
}

.bg-yellow-500\/90{
  background-color: rgb(234 179 8 / 0.9);
}

.bg-yellow-500\/95{
  background-color: rgb(234 179 8 / 0.95);
}

.bg-yellow-600{
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}

.bg-yellow-600\/0{
  background-color: rgb(202 138 4 / 0);
}

.bg-yellow-600\/10{
  background-color: rgb(202 138 4 / 0.1);
}

.bg-yellow-600\/100{
  background-color: rgb(202 138 4 / 1);
}

.bg-yellow-600\/15{
  background-color: rgb(202 138 4 / 0.15);
}

.bg-yellow-600\/20{
  background-color: rgb(202 138 4 / 0.2);
}

.bg-yellow-600\/25{
  background-color: rgb(202 138 4 / 0.25);
}

.bg-yellow-600\/30{
  background-color: rgb(202 138 4 / 0.3);
}

.bg-yellow-600\/35{
  background-color: rgb(202 138 4 / 0.35);
}

.bg-yellow-600\/40{
  background-color: rgb(202 138 4 / 0.4);
}

.bg-yellow-600\/45{
  background-color: rgb(202 138 4 / 0.45);
}

.bg-yellow-600\/5{
  background-color: rgb(202 138 4 / 0.05);
}

.bg-yellow-600\/50{
  background-color: rgb(202 138 4 / 0.5);
}

.bg-yellow-600\/55{
  background-color: rgb(202 138 4 / 0.55);
}

.bg-yellow-600\/60{
  background-color: rgb(202 138 4 / 0.6);
}

.bg-yellow-600\/65{
  background-color: rgb(202 138 4 / 0.65);
}

.bg-yellow-600\/70{
  background-color: rgb(202 138 4 / 0.7);
}

.bg-yellow-600\/75{
  background-color: rgb(202 138 4 / 0.75);
}

.bg-yellow-600\/80{
  background-color: rgb(202 138 4 / 0.8);
}

.bg-yellow-600\/85{
  background-color: rgb(202 138 4 / 0.85);
}

.bg-yellow-600\/90{
  background-color: rgb(202 138 4 / 0.9);
}

.bg-yellow-600\/95{
  background-color: rgb(202 138 4 / 0.95);
}

.bg-yellow-700{
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
}

.bg-yellow-700\/0{
  background-color: rgb(161 98 7 / 0);
}

.bg-yellow-700\/10{
  background-color: rgb(161 98 7 / 0.1);
}

.bg-yellow-700\/100{
  background-color: rgb(161 98 7 / 1);
}

.bg-yellow-700\/15{
  background-color: rgb(161 98 7 / 0.15);
}

.bg-yellow-700\/20{
  background-color: rgb(161 98 7 / 0.2);
}

.bg-yellow-700\/25{
  background-color: rgb(161 98 7 / 0.25);
}

.bg-yellow-700\/30{
  background-color: rgb(161 98 7 / 0.3);
}

.bg-yellow-700\/35{
  background-color: rgb(161 98 7 / 0.35);
}

.bg-yellow-700\/40{
  background-color: rgb(161 98 7 / 0.4);
}

.bg-yellow-700\/45{
  background-color: rgb(161 98 7 / 0.45);
}

.bg-yellow-700\/5{
  background-color: rgb(161 98 7 / 0.05);
}

.bg-yellow-700\/50{
  background-color: rgb(161 98 7 / 0.5);
}

.bg-yellow-700\/55{
  background-color: rgb(161 98 7 / 0.55);
}

.bg-yellow-700\/60{
  background-color: rgb(161 98 7 / 0.6);
}

.bg-yellow-700\/65{
  background-color: rgb(161 98 7 / 0.65);
}

.bg-yellow-700\/70{
  background-color: rgb(161 98 7 / 0.7);
}

.bg-yellow-700\/75{
  background-color: rgb(161 98 7 / 0.75);
}

.bg-yellow-700\/80{
  background-color: rgb(161 98 7 / 0.8);
}

.bg-yellow-700\/85{
  background-color: rgb(161 98 7 / 0.85);
}

.bg-yellow-700\/90{
  background-color: rgb(161 98 7 / 0.9);
}

.bg-yellow-700\/95{
  background-color: rgb(161 98 7 / 0.95);
}

.bg-yellow-800{
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity));
}

.bg-yellow-800\/0{
  background-color: rgb(133 77 14 / 0);
}

.bg-yellow-800\/10{
  background-color: rgb(133 77 14 / 0.1);
}

.bg-yellow-800\/100{
  background-color: rgb(133 77 14 / 1);
}

.bg-yellow-800\/15{
  background-color: rgb(133 77 14 / 0.15);
}

.bg-yellow-800\/20{
  background-color: rgb(133 77 14 / 0.2);
}

.bg-yellow-800\/25{
  background-color: rgb(133 77 14 / 0.25);
}

.bg-yellow-800\/30{
  background-color: rgb(133 77 14 / 0.3);
}

.bg-yellow-800\/35{
  background-color: rgb(133 77 14 / 0.35);
}

.bg-yellow-800\/40{
  background-color: rgb(133 77 14 / 0.4);
}

.bg-yellow-800\/45{
  background-color: rgb(133 77 14 / 0.45);
}

.bg-yellow-800\/5{
  background-color: rgb(133 77 14 / 0.05);
}

.bg-yellow-800\/50{
  background-color: rgb(133 77 14 / 0.5);
}

.bg-yellow-800\/55{
  background-color: rgb(133 77 14 / 0.55);
}

.bg-yellow-800\/60{
  background-color: rgb(133 77 14 / 0.6);
}

.bg-yellow-800\/65{
  background-color: rgb(133 77 14 / 0.65);
}

.bg-yellow-800\/70{
  background-color: rgb(133 77 14 / 0.7);
}

.bg-yellow-800\/75{
  background-color: rgb(133 77 14 / 0.75);
}

.bg-yellow-800\/80{
  background-color: rgb(133 77 14 / 0.8);
}

.bg-yellow-800\/85{
  background-color: rgb(133 77 14 / 0.85);
}

.bg-yellow-800\/90{
  background-color: rgb(133 77 14 / 0.9);
}

.bg-yellow-800\/95{
  background-color: rgb(133 77 14 / 0.95);
}

.bg-yellow-900{
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity));
}

.bg-yellow-900\/0{
  background-color: rgb(113 63 18 / 0);
}

.bg-yellow-900\/10{
  background-color: rgb(113 63 18 / 0.1);
}

.bg-yellow-900\/100{
  background-color: rgb(113 63 18 / 1);
}

.bg-yellow-900\/15{
  background-color: rgb(113 63 18 / 0.15);
}

.bg-yellow-900\/20{
  background-color: rgb(113 63 18 / 0.2);
}

.bg-yellow-900\/25{
  background-color: rgb(113 63 18 / 0.25);
}

.bg-yellow-900\/30{
  background-color: rgb(113 63 18 / 0.3);
}

.bg-yellow-900\/35{
  background-color: rgb(113 63 18 / 0.35);
}

.bg-yellow-900\/40{
  background-color: rgb(113 63 18 / 0.4);
}

.bg-yellow-900\/45{
  background-color: rgb(113 63 18 / 0.45);
}

.bg-yellow-900\/5{
  background-color: rgb(113 63 18 / 0.05);
}

.bg-yellow-900\/50{
  background-color: rgb(113 63 18 / 0.5);
}

.bg-yellow-900\/55{
  background-color: rgb(113 63 18 / 0.55);
}

.bg-yellow-900\/60{
  background-color: rgb(113 63 18 / 0.6);
}

.bg-yellow-900\/65{
  background-color: rgb(113 63 18 / 0.65);
}

.bg-yellow-900\/70{
  background-color: rgb(113 63 18 / 0.7);
}

.bg-yellow-900\/75{
  background-color: rgb(113 63 18 / 0.75);
}

.bg-yellow-900\/80{
  background-color: rgb(113 63 18 / 0.8);
}

.bg-yellow-900\/85{
  background-color: rgb(113 63 18 / 0.85);
}

.bg-yellow-900\/90{
  background-color: rgb(113 63 18 / 0.9);
}

.bg-yellow-900\/95{
  background-color: rgb(113 63 18 / 0.95);
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-blue-700{
  --tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-100{
  --tw-gradient-from: #f3f4f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-700{
  --tw-gradient-from: #374151 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-800{
  --tw-gradient-from: #1f2937 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-900{
  --tw-gradient-from: #312e81 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-gray-200{
  --tw-gradient-to: #e5e7eb var(--tw-gradient-to-position);
}

.to-gray-600{
  --tw-gradient-to: #4b5563 var(--tw-gradient-to-position);
}

.to-gray-700{
  --tw-gradient-to: #374151 var(--tw-gradient-to-position);
}

.to-indigo-800{
  --tw-gradient-to: #3730a3 var(--tw-gradient-to-position);
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pt-1{
  padding-top: 0.25rem;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold{
  font-weight: 700;
}

.font-medium{
  font-weight: 500;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

.text-blue-100{
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity));
}

.text-blue-100\/0{
  color: rgb(219 234 254 / 0);
}

.text-blue-100\/10{
  color: rgb(219 234 254 / 0.1);
}

.text-blue-100\/100{
  color: rgb(219 234 254 / 1);
}

.text-blue-100\/15{
  color: rgb(219 234 254 / 0.15);
}

.text-blue-100\/20{
  color: rgb(219 234 254 / 0.2);
}

.text-blue-100\/25{
  color: rgb(219 234 254 / 0.25);
}

.text-blue-100\/30{
  color: rgb(219 234 254 / 0.3);
}

.text-blue-100\/35{
  color: rgb(219 234 254 / 0.35);
}

.text-blue-100\/40{
  color: rgb(219 234 254 / 0.4);
}

.text-blue-100\/45{
  color: rgb(219 234 254 / 0.45);
}

.text-blue-100\/5{
  color: rgb(219 234 254 / 0.05);
}

.text-blue-100\/50{
  color: rgb(219 234 254 / 0.5);
}

.text-blue-100\/55{
  color: rgb(219 234 254 / 0.55);
}

.text-blue-100\/60{
  color: rgb(219 234 254 / 0.6);
}

.text-blue-100\/65{
  color: rgb(219 234 254 / 0.65);
}

.text-blue-100\/70{
  color: rgb(219 234 254 / 0.7);
}

.text-blue-100\/75{
  color: rgb(219 234 254 / 0.75);
}

.text-blue-100\/80{
  color: rgb(219 234 254 / 0.8);
}

.text-blue-100\/85{
  color: rgb(219 234 254 / 0.85);
}

.text-blue-100\/90{
  color: rgb(219 234 254 / 0.9);
}

.text-blue-100\/95{
  color: rgb(219 234 254 / 0.95);
}

.text-blue-200{
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity));
}

.text-blue-200\/0{
  color: rgb(191 219 254 / 0);
}

.text-blue-200\/10{
  color: rgb(191 219 254 / 0.1);
}

.text-blue-200\/100{
  color: rgb(191 219 254 / 1);
}

.text-blue-200\/15{
  color: rgb(191 219 254 / 0.15);
}

.text-blue-200\/20{
  color: rgb(191 219 254 / 0.2);
}

.text-blue-200\/25{
  color: rgb(191 219 254 / 0.25);
}

.text-blue-200\/30{
  color: rgb(191 219 254 / 0.3);
}

.text-blue-200\/35{
  color: rgb(191 219 254 / 0.35);
}

.text-blue-200\/40{
  color: rgb(191 219 254 / 0.4);
}

.text-blue-200\/45{
  color: rgb(191 219 254 / 0.45);
}

.text-blue-200\/5{
  color: rgb(191 219 254 / 0.05);
}

.text-blue-200\/50{
  color: rgb(191 219 254 / 0.5);
}

.text-blue-200\/55{
  color: rgb(191 219 254 / 0.55);
}

.text-blue-200\/60{
  color: rgb(191 219 254 / 0.6);
}

.text-blue-200\/65{
  color: rgb(191 219 254 / 0.65);
}

.text-blue-200\/70{
  color: rgb(191 219 254 / 0.7);
}

.text-blue-200\/75{
  color: rgb(191 219 254 / 0.75);
}

.text-blue-200\/80{
  color: rgb(191 219 254 / 0.8);
}

.text-blue-200\/85{
  color: rgb(191 219 254 / 0.85);
}

.text-blue-200\/90{
  color: rgb(191 219 254 / 0.9);
}

.text-blue-200\/95{
  color: rgb(191 219 254 / 0.95);
}

.text-blue-300{
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}

.text-blue-300\/0{
  color: rgb(147 197 253 / 0);
}

.text-blue-300\/10{
  color: rgb(147 197 253 / 0.1);
}

.text-blue-300\/100{
  color: rgb(147 197 253 / 1);
}

.text-blue-300\/15{
  color: rgb(147 197 253 / 0.15);
}

.text-blue-300\/20{
  color: rgb(147 197 253 / 0.2);
}

.text-blue-300\/25{
  color: rgb(147 197 253 / 0.25);
}

.text-blue-300\/30{
  color: rgb(147 197 253 / 0.3);
}

.text-blue-300\/35{
  color: rgb(147 197 253 / 0.35);
}

.text-blue-300\/40{
  color: rgb(147 197 253 / 0.4);
}

.text-blue-300\/45{
  color: rgb(147 197 253 / 0.45);
}

.text-blue-300\/5{
  color: rgb(147 197 253 / 0.05);
}

.text-blue-300\/50{
  color: rgb(147 197 253 / 0.5);
}

.text-blue-300\/55{
  color: rgb(147 197 253 / 0.55);
}

.text-blue-300\/60{
  color: rgb(147 197 253 / 0.6);
}

.text-blue-300\/65{
  color: rgb(147 197 253 / 0.65);
}

.text-blue-300\/70{
  color: rgb(147 197 253 / 0.7);
}

.text-blue-300\/75{
  color: rgb(147 197 253 / 0.75);
}

.text-blue-300\/80{
  color: rgb(147 197 253 / 0.8);
}

.text-blue-300\/85{
  color: rgb(147 197 253 / 0.85);
}

.text-blue-300\/90{
  color: rgb(147 197 253 / 0.9);
}

.text-blue-300\/95{
  color: rgb(147 197 253 / 0.95);
}

.text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

.text-blue-400\/0{
  color: rgb(96 165 250 / 0);
}

.text-blue-400\/10{
  color: rgb(96 165 250 / 0.1);
}

.text-blue-400\/100{
  color: rgb(96 165 250 / 1);
}

.text-blue-400\/15{
  color: rgb(96 165 250 / 0.15);
}

.text-blue-400\/20{
  color: rgb(96 165 250 / 0.2);
}

.text-blue-400\/25{
  color: rgb(96 165 250 / 0.25);
}

.text-blue-400\/30{
  color: rgb(96 165 250 / 0.3);
}

.text-blue-400\/35{
  color: rgb(96 165 250 / 0.35);
}

.text-blue-400\/40{
  color: rgb(96 165 250 / 0.4);
}

.text-blue-400\/45{
  color: rgb(96 165 250 / 0.45);
}

.text-blue-400\/5{
  color: rgb(96 165 250 / 0.05);
}

.text-blue-400\/50{
  color: rgb(96 165 250 / 0.5);
}

.text-blue-400\/55{
  color: rgb(96 165 250 / 0.55);
}

.text-blue-400\/60{
  color: rgb(96 165 250 / 0.6);
}

.text-blue-400\/65{
  color: rgb(96 165 250 / 0.65);
}

.text-blue-400\/70{
  color: rgb(96 165 250 / 0.7);
}

.text-blue-400\/75{
  color: rgb(96 165 250 / 0.75);
}

.text-blue-400\/80{
  color: rgb(96 165 250 / 0.8);
}

.text-blue-400\/85{
  color: rgb(96 165 250 / 0.85);
}

.text-blue-400\/90{
  color: rgb(96 165 250 / 0.9);
}

.text-blue-400\/95{
  color: rgb(96 165 250 / 0.95);
}

.text-blue-50{
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity));
}

.text-blue-50\/0{
  color: rgb(239 246 255 / 0);
}

.text-blue-50\/10{
  color: rgb(239 246 255 / 0.1);
}

.text-blue-50\/100{
  color: rgb(239 246 255 / 1);
}

.text-blue-50\/15{
  color: rgb(239 246 255 / 0.15);
}

.text-blue-50\/20{
  color: rgb(239 246 255 / 0.2);
}

.text-blue-50\/25{
  color: rgb(239 246 255 / 0.25);
}

.text-blue-50\/30{
  color: rgb(239 246 255 / 0.3);
}

.text-blue-50\/35{
  color: rgb(239 246 255 / 0.35);
}

.text-blue-50\/40{
  color: rgb(239 246 255 / 0.4);
}

.text-blue-50\/45{
  color: rgb(239 246 255 / 0.45);
}

.text-blue-50\/5{
  color: rgb(239 246 255 / 0.05);
}

.text-blue-50\/50{
  color: rgb(239 246 255 / 0.5);
}

.text-blue-50\/55{
  color: rgb(239 246 255 / 0.55);
}

.text-blue-50\/60{
  color: rgb(239 246 255 / 0.6);
}

.text-blue-50\/65{
  color: rgb(239 246 255 / 0.65);
}

.text-blue-50\/70{
  color: rgb(239 246 255 / 0.7);
}

.text-blue-50\/75{
  color: rgb(239 246 255 / 0.75);
}

.text-blue-50\/80{
  color: rgb(239 246 255 / 0.8);
}

.text-blue-50\/85{
  color: rgb(239 246 255 / 0.85);
}

.text-blue-50\/90{
  color: rgb(239 246 255 / 0.9);
}

.text-blue-50\/95{
  color: rgb(239 246 255 / 0.95);
}

.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-blue-500\/0{
  color: rgb(59 130 246 / 0);
}

.text-blue-500\/10{
  color: rgb(59 130 246 / 0.1);
}

.text-blue-500\/100{
  color: rgb(59 130 246 / 1);
}

.text-blue-500\/15{
  color: rgb(59 130 246 / 0.15);
}

.text-blue-500\/20{
  color: rgb(59 130 246 / 0.2);
}

.text-blue-500\/25{
  color: rgb(59 130 246 / 0.25);
}

.text-blue-500\/30{
  color: rgb(59 130 246 / 0.3);
}

.text-blue-500\/35{
  color: rgb(59 130 246 / 0.35);
}

.text-blue-500\/40{
  color: rgb(59 130 246 / 0.4);
}

.text-blue-500\/45{
  color: rgb(59 130 246 / 0.45);
}

.text-blue-500\/5{
  color: rgb(59 130 246 / 0.05);
}

.text-blue-500\/50{
  color: rgb(59 130 246 / 0.5);
}

.text-blue-500\/55{
  color: rgb(59 130 246 / 0.55);
}

.text-blue-500\/60{
  color: rgb(59 130 246 / 0.6);
}

.text-blue-500\/65{
  color: rgb(59 130 246 / 0.65);
}

.text-blue-500\/70{
  color: rgb(59 130 246 / 0.7);
}

.text-blue-500\/75{
  color: rgb(59 130 246 / 0.75);
}

.text-blue-500\/80{
  color: rgb(59 130 246 / 0.8);
}

.text-blue-500\/85{
  color: rgb(59 130 246 / 0.85);
}

.text-blue-500\/90{
  color: rgb(59 130 246 / 0.9);
}

.text-blue-500\/95{
  color: rgb(59 130 246 / 0.95);
}

.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-blue-600\/0{
  color: rgb(37 99 235 / 0);
}

.text-blue-600\/10{
  color: rgb(37 99 235 / 0.1);
}

.text-blue-600\/100{
  color: rgb(37 99 235 / 1);
}

.text-blue-600\/15{
  color: rgb(37 99 235 / 0.15);
}

.text-blue-600\/20{
  color: rgb(37 99 235 / 0.2);
}

.text-blue-600\/25{
  color: rgb(37 99 235 / 0.25);
}

.text-blue-600\/30{
  color: rgb(37 99 235 / 0.3);
}

.text-blue-600\/35{
  color: rgb(37 99 235 / 0.35);
}

.text-blue-600\/40{
  color: rgb(37 99 235 / 0.4);
}

.text-blue-600\/45{
  color: rgb(37 99 235 / 0.45);
}

.text-blue-600\/5{
  color: rgb(37 99 235 / 0.05);
}

.text-blue-600\/50{
  color: rgb(37 99 235 / 0.5);
}

.text-blue-600\/55{
  color: rgb(37 99 235 / 0.55);
}

.text-blue-600\/60{
  color: rgb(37 99 235 / 0.6);
}

.text-blue-600\/65{
  color: rgb(37 99 235 / 0.65);
}

.text-blue-600\/70{
  color: rgb(37 99 235 / 0.7);
}

.text-blue-600\/75{
  color: rgb(37 99 235 / 0.75);
}

.text-blue-600\/80{
  color: rgb(37 99 235 / 0.8);
}

.text-blue-600\/85{
  color: rgb(37 99 235 / 0.85);
}

.text-blue-600\/90{
  color: rgb(37 99 235 / 0.9);
}

.text-blue-600\/95{
  color: rgb(37 99 235 / 0.95);
}

.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.text-blue-700\/0{
  color: rgb(29 78 216 / 0);
}

.text-blue-700\/10{
  color: rgb(29 78 216 / 0.1);
}

.text-blue-700\/100{
  color: rgb(29 78 216 / 1);
}

.text-blue-700\/15{
  color: rgb(29 78 216 / 0.15);
}

.text-blue-700\/20{
  color: rgb(29 78 216 / 0.2);
}

.text-blue-700\/25{
  color: rgb(29 78 216 / 0.25);
}

.text-blue-700\/30{
  color: rgb(29 78 216 / 0.3);
}

.text-blue-700\/35{
  color: rgb(29 78 216 / 0.35);
}

.text-blue-700\/40{
  color: rgb(29 78 216 / 0.4);
}

.text-blue-700\/45{
  color: rgb(29 78 216 / 0.45);
}

.text-blue-700\/5{
  color: rgb(29 78 216 / 0.05);
}

.text-blue-700\/50{
  color: rgb(29 78 216 / 0.5);
}

.text-blue-700\/55{
  color: rgb(29 78 216 / 0.55);
}

.text-blue-700\/60{
  color: rgb(29 78 216 / 0.6);
}

.text-blue-700\/65{
  color: rgb(29 78 216 / 0.65);
}

.text-blue-700\/70{
  color: rgb(29 78 216 / 0.7);
}

.text-blue-700\/75{
  color: rgb(29 78 216 / 0.75);
}

.text-blue-700\/80{
  color: rgb(29 78 216 / 0.8);
}

.text-blue-700\/85{
  color: rgb(29 78 216 / 0.85);
}

.text-blue-700\/90{
  color: rgb(29 78 216 / 0.9);
}

.text-blue-700\/95{
  color: rgb(29 78 216 / 0.95);
}

.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.text-blue-800\/0{
  color: rgb(30 64 175 / 0);
}

.text-blue-800\/10{
  color: rgb(30 64 175 / 0.1);
}

.text-blue-800\/100{
  color: rgb(30 64 175 / 1);
}

.text-blue-800\/15{
  color: rgb(30 64 175 / 0.15);
}

.text-blue-800\/20{
  color: rgb(30 64 175 / 0.2);
}

.text-blue-800\/25{
  color: rgb(30 64 175 / 0.25);
}

.text-blue-800\/30{
  color: rgb(30 64 175 / 0.3);
}

.text-blue-800\/35{
  color: rgb(30 64 175 / 0.35);
}

.text-blue-800\/40{
  color: rgb(30 64 175 / 0.4);
}

.text-blue-800\/45{
  color: rgb(30 64 175 / 0.45);
}

.text-blue-800\/5{
  color: rgb(30 64 175 / 0.05);
}

.text-blue-800\/50{
  color: rgb(30 64 175 / 0.5);
}

.text-blue-800\/55{
  color: rgb(30 64 175 / 0.55);
}

.text-blue-800\/60{
  color: rgb(30 64 175 / 0.6);
}

.text-blue-800\/65{
  color: rgb(30 64 175 / 0.65);
}

.text-blue-800\/70{
  color: rgb(30 64 175 / 0.7);
}

.text-blue-800\/75{
  color: rgb(30 64 175 / 0.75);
}

.text-blue-800\/80{
  color: rgb(30 64 175 / 0.8);
}

.text-blue-800\/85{
  color: rgb(30 64 175 / 0.85);
}

.text-blue-800\/90{
  color: rgb(30 64 175 / 0.9);
}

.text-blue-800\/95{
  color: rgb(30 64 175 / 0.95);
}

.text-blue-900{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

.text-blue-900\/0{
  color: rgb(30 58 138 / 0);
}

.text-blue-900\/10{
  color: rgb(30 58 138 / 0.1);
}

.text-blue-900\/100{
  color: rgb(30 58 138 / 1);
}

.text-blue-900\/15{
  color: rgb(30 58 138 / 0.15);
}

.text-blue-900\/20{
  color: rgb(30 58 138 / 0.2);
}

.text-blue-900\/25{
  color: rgb(30 58 138 / 0.25);
}

.text-blue-900\/30{
  color: rgb(30 58 138 / 0.3);
}

.text-blue-900\/35{
  color: rgb(30 58 138 / 0.35);
}

.text-blue-900\/40{
  color: rgb(30 58 138 / 0.4);
}

.text-blue-900\/45{
  color: rgb(30 58 138 / 0.45);
}

.text-blue-900\/5{
  color: rgb(30 58 138 / 0.05);
}

.text-blue-900\/50{
  color: rgb(30 58 138 / 0.5);
}

.text-blue-900\/55{
  color: rgb(30 58 138 / 0.55);
}

.text-blue-900\/60{
  color: rgb(30 58 138 / 0.6);
}

.text-blue-900\/65{
  color: rgb(30 58 138 / 0.65);
}

.text-blue-900\/70{
  color: rgb(30 58 138 / 0.7);
}

.text-blue-900\/75{
  color: rgb(30 58 138 / 0.75);
}

.text-blue-900\/80{
  color: rgb(30 58 138 / 0.8);
}

.text-blue-900\/85{
  color: rgb(30 58 138 / 0.85);
}

.text-blue-900\/90{
  color: rgb(30 58 138 / 0.9);
}

.text-blue-900\/95{
  color: rgb(30 58 138 / 0.95);
}

.text-gray-100{
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

.text-gray-100\/0{
  color: rgb(243 244 246 / 0);
}

.text-gray-100\/10{
  color: rgb(243 244 246 / 0.1);
}

.text-gray-100\/100{
  color: rgb(243 244 246 / 1);
}

.text-gray-100\/15{
  color: rgb(243 244 246 / 0.15);
}

.text-gray-100\/20{
  color: rgb(243 244 246 / 0.2);
}

.text-gray-100\/25{
  color: rgb(243 244 246 / 0.25);
}

.text-gray-100\/30{
  color: rgb(243 244 246 / 0.3);
}

.text-gray-100\/35{
  color: rgb(243 244 246 / 0.35);
}

.text-gray-100\/40{
  color: rgb(243 244 246 / 0.4);
}

.text-gray-100\/45{
  color: rgb(243 244 246 / 0.45);
}

.text-gray-100\/5{
  color: rgb(243 244 246 / 0.05);
}

.text-gray-100\/50{
  color: rgb(243 244 246 / 0.5);
}

.text-gray-100\/55{
  color: rgb(243 244 246 / 0.55);
}

.text-gray-100\/60{
  color: rgb(243 244 246 / 0.6);
}

.text-gray-100\/65{
  color: rgb(243 244 246 / 0.65);
}

.text-gray-100\/70{
  color: rgb(243 244 246 / 0.7);
}

.text-gray-100\/75{
  color: rgb(243 244 246 / 0.75);
}

.text-gray-100\/80{
  color: rgb(243 244 246 / 0.8);
}

.text-gray-100\/85{
  color: rgb(243 244 246 / 0.85);
}

.text-gray-100\/90{
  color: rgb(243 244 246 / 0.9);
}

.text-gray-100\/95{
  color: rgb(243 244 246 / 0.95);
}

.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.text-gray-200\/0{
  color: rgb(229 231 235 / 0);
}

.text-gray-200\/10{
  color: rgb(229 231 235 / 0.1);
}

.text-gray-200\/100{
  color: rgb(229 231 235 / 1);
}

.text-gray-200\/15{
  color: rgb(229 231 235 / 0.15);
}

.text-gray-200\/20{
  color: rgb(229 231 235 / 0.2);
}

.text-gray-200\/25{
  color: rgb(229 231 235 / 0.25);
}

.text-gray-200\/30{
  color: rgb(229 231 235 / 0.3);
}

.text-gray-200\/35{
  color: rgb(229 231 235 / 0.35);
}

.text-gray-200\/40{
  color: rgb(229 231 235 / 0.4);
}

.text-gray-200\/45{
  color: rgb(229 231 235 / 0.45);
}

.text-gray-200\/5{
  color: rgb(229 231 235 / 0.05);
}

.text-gray-200\/50{
  color: rgb(229 231 235 / 0.5);
}

.text-gray-200\/55{
  color: rgb(229 231 235 / 0.55);
}

.text-gray-200\/60{
  color: rgb(229 231 235 / 0.6);
}

.text-gray-200\/65{
  color: rgb(229 231 235 / 0.65);
}

.text-gray-200\/70{
  color: rgb(229 231 235 / 0.7);
}

.text-gray-200\/75{
  color: rgb(229 231 235 / 0.75);
}

.text-gray-200\/80{
  color: rgb(229 231 235 / 0.8);
}

.text-gray-200\/85{
  color: rgb(229 231 235 / 0.85);
}

.text-gray-200\/90{
  color: rgb(229 231 235 / 0.9);
}

.text-gray-200\/95{
  color: rgb(229 231 235 / 0.95);
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-300\/0{
  color: rgb(209 213 219 / 0);
}

.text-gray-300\/10{
  color: rgb(209 213 219 / 0.1);
}

.text-gray-300\/100{
  color: rgb(209 213 219 / 1);
}

.text-gray-300\/15{
  color: rgb(209 213 219 / 0.15);
}

.text-gray-300\/20{
  color: rgb(209 213 219 / 0.2);
}

.text-gray-300\/25{
  color: rgb(209 213 219 / 0.25);
}

.text-gray-300\/30{
  color: rgb(209 213 219 / 0.3);
}

.text-gray-300\/35{
  color: rgb(209 213 219 / 0.35);
}

.text-gray-300\/40{
  color: rgb(209 213 219 / 0.4);
}

.text-gray-300\/45{
  color: rgb(209 213 219 / 0.45);
}

.text-gray-300\/5{
  color: rgb(209 213 219 / 0.05);
}

.text-gray-300\/50{
  color: rgb(209 213 219 / 0.5);
}

.text-gray-300\/55{
  color: rgb(209 213 219 / 0.55);
}

.text-gray-300\/60{
  color: rgb(209 213 219 / 0.6);
}

.text-gray-300\/65{
  color: rgb(209 213 219 / 0.65);
}

.text-gray-300\/70{
  color: rgb(209 213 219 / 0.7);
}

.text-gray-300\/75{
  color: rgb(209 213 219 / 0.75);
}

.text-gray-300\/80{
  color: rgb(209 213 219 / 0.8);
}

.text-gray-300\/85{
  color: rgb(209 213 219 / 0.85);
}

.text-gray-300\/90{
  color: rgb(209 213 219 / 0.9);
}

.text-gray-300\/95{
  color: rgb(209 213 219 / 0.95);
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-400\/0{
  color: rgb(156 163 175 / 0);
}

.text-gray-400\/10{
  color: rgb(156 163 175 / 0.1);
}

.text-gray-400\/100{
  color: rgb(156 163 175 / 1);
}

.text-gray-400\/15{
  color: rgb(156 163 175 / 0.15);
}

.text-gray-400\/20{
  color: rgb(156 163 175 / 0.2);
}

.text-gray-400\/25{
  color: rgb(156 163 175 / 0.25);
}

.text-gray-400\/30{
  color: rgb(156 163 175 / 0.3);
}

.text-gray-400\/35{
  color: rgb(156 163 175 / 0.35);
}

.text-gray-400\/40{
  color: rgb(156 163 175 / 0.4);
}

.text-gray-400\/45{
  color: rgb(156 163 175 / 0.45);
}

.text-gray-400\/5{
  color: rgb(156 163 175 / 0.05);
}

.text-gray-400\/50{
  color: rgb(156 163 175 / 0.5);
}

.text-gray-400\/55{
  color: rgb(156 163 175 / 0.55);
}

.text-gray-400\/60{
  color: rgb(156 163 175 / 0.6);
}

.text-gray-400\/65{
  color: rgb(156 163 175 / 0.65);
}

.text-gray-400\/70{
  color: rgb(156 163 175 / 0.7);
}

.text-gray-400\/75{
  color: rgb(156 163 175 / 0.75);
}

.text-gray-400\/80{
  color: rgb(156 163 175 / 0.8);
}

.text-gray-400\/85{
  color: rgb(156 163 175 / 0.85);
}

.text-gray-400\/90{
  color: rgb(156 163 175 / 0.9);
}

.text-gray-400\/95{
  color: rgb(156 163 175 / 0.95);
}

.text-gray-50{
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.text-gray-50\/0{
  color: rgb(249 250 251 / 0);
}

.text-gray-50\/10{
  color: rgb(249 250 251 / 0.1);
}

.text-gray-50\/100{
  color: rgb(249 250 251 / 1);
}

.text-gray-50\/15{
  color: rgb(249 250 251 / 0.15);
}

.text-gray-50\/20{
  color: rgb(249 250 251 / 0.2);
}

.text-gray-50\/25{
  color: rgb(249 250 251 / 0.25);
}

.text-gray-50\/30{
  color: rgb(249 250 251 / 0.3);
}

.text-gray-50\/35{
  color: rgb(249 250 251 / 0.35);
}

.text-gray-50\/40{
  color: rgb(249 250 251 / 0.4);
}

.text-gray-50\/45{
  color: rgb(249 250 251 / 0.45);
}

.text-gray-50\/5{
  color: rgb(249 250 251 / 0.05);
}

.text-gray-50\/50{
  color: rgb(249 250 251 / 0.5);
}

.text-gray-50\/55{
  color: rgb(249 250 251 / 0.55);
}

.text-gray-50\/60{
  color: rgb(249 250 251 / 0.6);
}

.text-gray-50\/65{
  color: rgb(249 250 251 / 0.65);
}

.text-gray-50\/70{
  color: rgb(249 250 251 / 0.7);
}

.text-gray-50\/75{
  color: rgb(249 250 251 / 0.75);
}

.text-gray-50\/80{
  color: rgb(249 250 251 / 0.8);
}

.text-gray-50\/85{
  color: rgb(249 250 251 / 0.85);
}

.text-gray-50\/90{
  color: rgb(249 250 251 / 0.9);
}

.text-gray-50\/95{
  color: rgb(249 250 251 / 0.95);
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-500\/0{
  color: rgb(107 114 128 / 0);
}

.text-gray-500\/10{
  color: rgb(107 114 128 / 0.1);
}

.text-gray-500\/100{
  color: rgb(107 114 128 / 1);
}

.text-gray-500\/15{
  color: rgb(107 114 128 / 0.15);
}

.text-gray-500\/20{
  color: rgb(107 114 128 / 0.2);
}

.text-gray-500\/25{
  color: rgb(107 114 128 / 0.25);
}

.text-gray-500\/30{
  color: rgb(107 114 128 / 0.3);
}

.text-gray-500\/35{
  color: rgb(107 114 128 / 0.35);
}

.text-gray-500\/40{
  color: rgb(107 114 128 / 0.4);
}

.text-gray-500\/45{
  color: rgb(107 114 128 / 0.45);
}

.text-gray-500\/5{
  color: rgb(107 114 128 / 0.05);
}

.text-gray-500\/50{
  color: rgb(107 114 128 / 0.5);
}

.text-gray-500\/55{
  color: rgb(107 114 128 / 0.55);
}

.text-gray-500\/60{
  color: rgb(107 114 128 / 0.6);
}

.text-gray-500\/65{
  color: rgb(107 114 128 / 0.65);
}

.text-gray-500\/70{
  color: rgb(107 114 128 / 0.7);
}

.text-gray-500\/75{
  color: rgb(107 114 128 / 0.75);
}

.text-gray-500\/80{
  color: rgb(107 114 128 / 0.8);
}

.text-gray-500\/85{
  color: rgb(107 114 128 / 0.85);
}

.text-gray-500\/90{
  color: rgb(107 114 128 / 0.9);
}

.text-gray-500\/95{
  color: rgb(107 114 128 / 0.95);
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-600\/0{
  color: rgb(75 85 99 / 0);
}

.text-gray-600\/10{
  color: rgb(75 85 99 / 0.1);
}

.text-gray-600\/100{
  color: rgb(75 85 99 / 1);
}

.text-gray-600\/15{
  color: rgb(75 85 99 / 0.15);
}

.text-gray-600\/20{
  color: rgb(75 85 99 / 0.2);
}

.text-gray-600\/25{
  color: rgb(75 85 99 / 0.25);
}

.text-gray-600\/30{
  color: rgb(75 85 99 / 0.3);
}

.text-gray-600\/35{
  color: rgb(75 85 99 / 0.35);
}

.text-gray-600\/40{
  color: rgb(75 85 99 / 0.4);
}

.text-gray-600\/45{
  color: rgb(75 85 99 / 0.45);
}

.text-gray-600\/5{
  color: rgb(75 85 99 / 0.05);
}

.text-gray-600\/50{
  color: rgb(75 85 99 / 0.5);
}

.text-gray-600\/55{
  color: rgb(75 85 99 / 0.55);
}

.text-gray-600\/60{
  color: rgb(75 85 99 / 0.6);
}

.text-gray-600\/65{
  color: rgb(75 85 99 / 0.65);
}

.text-gray-600\/70{
  color: rgb(75 85 99 / 0.7);
}

.text-gray-600\/75{
  color: rgb(75 85 99 / 0.75);
}

.text-gray-600\/80{
  color: rgb(75 85 99 / 0.8);
}

.text-gray-600\/85{
  color: rgb(75 85 99 / 0.85);
}

.text-gray-600\/90{
  color: rgb(75 85 99 / 0.9);
}

.text-gray-600\/95{
  color: rgb(75 85 99 / 0.95);
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-700\/0{
  color: rgb(55 65 81 / 0);
}

.text-gray-700\/10{
  color: rgb(55 65 81 / 0.1);
}

.text-gray-700\/100{
  color: rgb(55 65 81 / 1);
}

.text-gray-700\/15{
  color: rgb(55 65 81 / 0.15);
}

.text-gray-700\/20{
  color: rgb(55 65 81 / 0.2);
}

.text-gray-700\/25{
  color: rgb(55 65 81 / 0.25);
}

.text-gray-700\/30{
  color: rgb(55 65 81 / 0.3);
}

.text-gray-700\/35{
  color: rgb(55 65 81 / 0.35);
}

.text-gray-700\/40{
  color: rgb(55 65 81 / 0.4);
}

.text-gray-700\/45{
  color: rgb(55 65 81 / 0.45);
}

.text-gray-700\/5{
  color: rgb(55 65 81 / 0.05);
}

.text-gray-700\/50{
  color: rgb(55 65 81 / 0.5);
}

.text-gray-700\/55{
  color: rgb(55 65 81 / 0.55);
}

.text-gray-700\/60{
  color: rgb(55 65 81 / 0.6);
}

.text-gray-700\/65{
  color: rgb(55 65 81 / 0.65);
}

.text-gray-700\/70{
  color: rgb(55 65 81 / 0.7);
}

.text-gray-700\/75{
  color: rgb(55 65 81 / 0.75);
}

.text-gray-700\/80{
  color: rgb(55 65 81 / 0.8);
}

.text-gray-700\/85{
  color: rgb(55 65 81 / 0.85);
}

.text-gray-700\/90{
  color: rgb(55 65 81 / 0.9);
}

.text-gray-700\/95{
  color: rgb(55 65 81 / 0.95);
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-800\/0{
  color: rgb(31 41 55 / 0);
}

.text-gray-800\/10{
  color: rgb(31 41 55 / 0.1);
}

.text-gray-800\/100{
  color: rgb(31 41 55 / 1);
}

.text-gray-800\/15{
  color: rgb(31 41 55 / 0.15);
}

.text-gray-800\/20{
  color: rgb(31 41 55 / 0.2);
}

.text-gray-800\/25{
  color: rgb(31 41 55 / 0.25);
}

.text-gray-800\/30{
  color: rgb(31 41 55 / 0.3);
}

.text-gray-800\/35{
  color: rgb(31 41 55 / 0.35);
}

.text-gray-800\/40{
  color: rgb(31 41 55 / 0.4);
}

.text-gray-800\/45{
  color: rgb(31 41 55 / 0.45);
}

.text-gray-800\/5{
  color: rgb(31 41 55 / 0.05);
}

.text-gray-800\/50{
  color: rgb(31 41 55 / 0.5);
}

.text-gray-800\/55{
  color: rgb(31 41 55 / 0.55);
}

.text-gray-800\/60{
  color: rgb(31 41 55 / 0.6);
}

.text-gray-800\/65{
  color: rgb(31 41 55 / 0.65);
}

.text-gray-800\/70{
  color: rgb(31 41 55 / 0.7);
}

.text-gray-800\/75{
  color: rgb(31 41 55 / 0.75);
}

.text-gray-800\/80{
  color: rgb(31 41 55 / 0.8);
}

.text-gray-800\/85{
  color: rgb(31 41 55 / 0.85);
}

.text-gray-800\/90{
  color: rgb(31 41 55 / 0.9);
}

.text-gray-800\/95{
  color: rgb(31 41 55 / 0.95);
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-gray-900\/0{
  color: rgb(17 24 39 / 0);
}

.text-gray-900\/10{
  color: rgb(17 24 39 / 0.1);
}

.text-gray-900\/100{
  color: rgb(17 24 39 / 1);
}

.text-gray-900\/15{
  color: rgb(17 24 39 / 0.15);
}

.text-gray-900\/20{
  color: rgb(17 24 39 / 0.2);
}

.text-gray-900\/25{
  color: rgb(17 24 39 / 0.25);
}

.text-gray-900\/30{
  color: rgb(17 24 39 / 0.3);
}

.text-gray-900\/35{
  color: rgb(17 24 39 / 0.35);
}

.text-gray-900\/40{
  color: rgb(17 24 39 / 0.4);
}

.text-gray-900\/45{
  color: rgb(17 24 39 / 0.45);
}

.text-gray-900\/5{
  color: rgb(17 24 39 / 0.05);
}

.text-gray-900\/50{
  color: rgb(17 24 39 / 0.5);
}

.text-gray-900\/55{
  color: rgb(17 24 39 / 0.55);
}

.text-gray-900\/60{
  color: rgb(17 24 39 / 0.6);
}

.text-gray-900\/65{
  color: rgb(17 24 39 / 0.65);
}

.text-gray-900\/70{
  color: rgb(17 24 39 / 0.7);
}

.text-gray-900\/75{
  color: rgb(17 24 39 / 0.75);
}

.text-gray-900\/80{
  color: rgb(17 24 39 / 0.8);
}

.text-gray-900\/85{
  color: rgb(17 24 39 / 0.85);
}

.text-gray-900\/90{
  color: rgb(17 24 39 / 0.9);
}

.text-gray-900\/95{
  color: rgb(17 24 39 / 0.95);
}

.text-green-100{
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity));
}

.text-green-100\/0{
  color: rgb(220 252 231 / 0);
}

.text-green-100\/10{
  color: rgb(220 252 231 / 0.1);
}

.text-green-100\/100{
  color: rgb(220 252 231 / 1);
}

.text-green-100\/15{
  color: rgb(220 252 231 / 0.15);
}

.text-green-100\/20{
  color: rgb(220 252 231 / 0.2);
}

.text-green-100\/25{
  color: rgb(220 252 231 / 0.25);
}

.text-green-100\/30{
  color: rgb(220 252 231 / 0.3);
}

.text-green-100\/35{
  color: rgb(220 252 231 / 0.35);
}

.text-green-100\/40{
  color: rgb(220 252 231 / 0.4);
}

.text-green-100\/45{
  color: rgb(220 252 231 / 0.45);
}

.text-green-100\/5{
  color: rgb(220 252 231 / 0.05);
}

.text-green-100\/50{
  color: rgb(220 252 231 / 0.5);
}

.text-green-100\/55{
  color: rgb(220 252 231 / 0.55);
}

.text-green-100\/60{
  color: rgb(220 252 231 / 0.6);
}

.text-green-100\/65{
  color: rgb(220 252 231 / 0.65);
}

.text-green-100\/70{
  color: rgb(220 252 231 / 0.7);
}

.text-green-100\/75{
  color: rgb(220 252 231 / 0.75);
}

.text-green-100\/80{
  color: rgb(220 252 231 / 0.8);
}

.text-green-100\/85{
  color: rgb(220 252 231 / 0.85);
}

.text-green-100\/90{
  color: rgb(220 252 231 / 0.9);
}

.text-green-100\/95{
  color: rgb(220 252 231 / 0.95);
}

.text-green-200{
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity));
}

.text-green-200\/0{
  color: rgb(187 247 208 / 0);
}

.text-green-200\/10{
  color: rgb(187 247 208 / 0.1);
}

.text-green-200\/100{
  color: rgb(187 247 208 / 1);
}

.text-green-200\/15{
  color: rgb(187 247 208 / 0.15);
}

.text-green-200\/20{
  color: rgb(187 247 208 / 0.2);
}

.text-green-200\/25{
  color: rgb(187 247 208 / 0.25);
}

.text-green-200\/30{
  color: rgb(187 247 208 / 0.3);
}

.text-green-200\/35{
  color: rgb(187 247 208 / 0.35);
}

.text-green-200\/40{
  color: rgb(187 247 208 / 0.4);
}

.text-green-200\/45{
  color: rgb(187 247 208 / 0.45);
}

.text-green-200\/5{
  color: rgb(187 247 208 / 0.05);
}

.text-green-200\/50{
  color: rgb(187 247 208 / 0.5);
}

.text-green-200\/55{
  color: rgb(187 247 208 / 0.55);
}

.text-green-200\/60{
  color: rgb(187 247 208 / 0.6);
}

.text-green-200\/65{
  color: rgb(187 247 208 / 0.65);
}

.text-green-200\/70{
  color: rgb(187 247 208 / 0.7);
}

.text-green-200\/75{
  color: rgb(187 247 208 / 0.75);
}

.text-green-200\/80{
  color: rgb(187 247 208 / 0.8);
}

.text-green-200\/85{
  color: rgb(187 247 208 / 0.85);
}

.text-green-200\/90{
  color: rgb(187 247 208 / 0.9);
}

.text-green-200\/95{
  color: rgb(187 247 208 / 0.95);
}

.text-green-300{
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity));
}

.text-green-300\/0{
  color: rgb(134 239 172 / 0);
}

.text-green-300\/10{
  color: rgb(134 239 172 / 0.1);
}

.text-green-300\/100{
  color: rgb(134 239 172 / 1);
}

.text-green-300\/15{
  color: rgb(134 239 172 / 0.15);
}

.text-green-300\/20{
  color: rgb(134 239 172 / 0.2);
}

.text-green-300\/25{
  color: rgb(134 239 172 / 0.25);
}

.text-green-300\/30{
  color: rgb(134 239 172 / 0.3);
}

.text-green-300\/35{
  color: rgb(134 239 172 / 0.35);
}

.text-green-300\/40{
  color: rgb(134 239 172 / 0.4);
}

.text-green-300\/45{
  color: rgb(134 239 172 / 0.45);
}

.text-green-300\/5{
  color: rgb(134 239 172 / 0.05);
}

.text-green-300\/50{
  color: rgb(134 239 172 / 0.5);
}

.text-green-300\/55{
  color: rgb(134 239 172 / 0.55);
}

.text-green-300\/60{
  color: rgb(134 239 172 / 0.6);
}

.text-green-300\/65{
  color: rgb(134 239 172 / 0.65);
}

.text-green-300\/70{
  color: rgb(134 239 172 / 0.7);
}

.text-green-300\/75{
  color: rgb(134 239 172 / 0.75);
}

.text-green-300\/80{
  color: rgb(134 239 172 / 0.8);
}

.text-green-300\/85{
  color: rgb(134 239 172 / 0.85);
}

.text-green-300\/90{
  color: rgb(134 239 172 / 0.9);
}

.text-green-300\/95{
  color: rgb(134 239 172 / 0.95);
}

.text-green-400{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}

.text-green-400\/0{
  color: rgb(74 222 128 / 0);
}

.text-green-400\/10{
  color: rgb(74 222 128 / 0.1);
}

.text-green-400\/100{
  color: rgb(74 222 128 / 1);
}

.text-green-400\/15{
  color: rgb(74 222 128 / 0.15);
}

.text-green-400\/20{
  color: rgb(74 222 128 / 0.2);
}

.text-green-400\/25{
  color: rgb(74 222 128 / 0.25);
}

.text-green-400\/30{
  color: rgb(74 222 128 / 0.3);
}

.text-green-400\/35{
  color: rgb(74 222 128 / 0.35);
}

.text-green-400\/40{
  color: rgb(74 222 128 / 0.4);
}

.text-green-400\/45{
  color: rgb(74 222 128 / 0.45);
}

.text-green-400\/5{
  color: rgb(74 222 128 / 0.05);
}

.text-green-400\/50{
  color: rgb(74 222 128 / 0.5);
}

.text-green-400\/55{
  color: rgb(74 222 128 / 0.55);
}

.text-green-400\/60{
  color: rgb(74 222 128 / 0.6);
}

.text-green-400\/65{
  color: rgb(74 222 128 / 0.65);
}

.text-green-400\/70{
  color: rgb(74 222 128 / 0.7);
}

.text-green-400\/75{
  color: rgb(74 222 128 / 0.75);
}

.text-green-400\/80{
  color: rgb(74 222 128 / 0.8);
}

.text-green-400\/85{
  color: rgb(74 222 128 / 0.85);
}

.text-green-400\/90{
  color: rgb(74 222 128 / 0.9);
}

.text-green-400\/95{
  color: rgb(74 222 128 / 0.95);
}

.text-green-50{
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity));
}

.text-green-50\/0{
  color: rgb(240 253 244 / 0);
}

.text-green-50\/10{
  color: rgb(240 253 244 / 0.1);
}

.text-green-50\/100{
  color: rgb(240 253 244 / 1);
}

.text-green-50\/15{
  color: rgb(240 253 244 / 0.15);
}

.text-green-50\/20{
  color: rgb(240 253 244 / 0.2);
}

.text-green-50\/25{
  color: rgb(240 253 244 / 0.25);
}

.text-green-50\/30{
  color: rgb(240 253 244 / 0.3);
}

.text-green-50\/35{
  color: rgb(240 253 244 / 0.35);
}

.text-green-50\/40{
  color: rgb(240 253 244 / 0.4);
}

.text-green-50\/45{
  color: rgb(240 253 244 / 0.45);
}

.text-green-50\/5{
  color: rgb(240 253 244 / 0.05);
}

.text-green-50\/50{
  color: rgb(240 253 244 / 0.5);
}

.text-green-50\/55{
  color: rgb(240 253 244 / 0.55);
}

.text-green-50\/60{
  color: rgb(240 253 244 / 0.6);
}

.text-green-50\/65{
  color: rgb(240 253 244 / 0.65);
}

.text-green-50\/70{
  color: rgb(240 253 244 / 0.7);
}

.text-green-50\/75{
  color: rgb(240 253 244 / 0.75);
}

.text-green-50\/80{
  color: rgb(240 253 244 / 0.8);
}

.text-green-50\/85{
  color: rgb(240 253 244 / 0.85);
}

.text-green-50\/90{
  color: rgb(240 253 244 / 0.9);
}

.text-green-50\/95{
  color: rgb(240 253 244 / 0.95);
}

.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.text-green-500\/0{
  color: rgb(34 197 94 / 0);
}

.text-green-500\/10{
  color: rgb(34 197 94 / 0.1);
}

.text-green-500\/100{
  color: rgb(34 197 94 / 1);
}

.text-green-500\/15{
  color: rgb(34 197 94 / 0.15);
}

.text-green-500\/20{
  color: rgb(34 197 94 / 0.2);
}

.text-green-500\/25{
  color: rgb(34 197 94 / 0.25);
}

.text-green-500\/30{
  color: rgb(34 197 94 / 0.3);
}

.text-green-500\/35{
  color: rgb(34 197 94 / 0.35);
}

.text-green-500\/40{
  color: rgb(34 197 94 / 0.4);
}

.text-green-500\/45{
  color: rgb(34 197 94 / 0.45);
}

.text-green-500\/5{
  color: rgb(34 197 94 / 0.05);
}

.text-green-500\/50{
  color: rgb(34 197 94 / 0.5);
}

.text-green-500\/55{
  color: rgb(34 197 94 / 0.55);
}

.text-green-500\/60{
  color: rgb(34 197 94 / 0.6);
}

.text-green-500\/65{
  color: rgb(34 197 94 / 0.65);
}

.text-green-500\/70{
  color: rgb(34 197 94 / 0.7);
}

.text-green-500\/75{
  color: rgb(34 197 94 / 0.75);
}

.text-green-500\/80{
  color: rgb(34 197 94 / 0.8);
}

.text-green-500\/85{
  color: rgb(34 197 94 / 0.85);
}

.text-green-500\/90{
  color: rgb(34 197 94 / 0.9);
}

.text-green-500\/95{
  color: rgb(34 197 94 / 0.95);
}

.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.text-green-600\/0{
  color: rgb(22 163 74 / 0);
}

.text-green-600\/10{
  color: rgb(22 163 74 / 0.1);
}

.text-green-600\/100{
  color: rgb(22 163 74 / 1);
}

.text-green-600\/15{
  color: rgb(22 163 74 / 0.15);
}

.text-green-600\/20{
  color: rgb(22 163 74 / 0.2);
}

.text-green-600\/25{
  color: rgb(22 163 74 / 0.25);
}

.text-green-600\/30{
  color: rgb(22 163 74 / 0.3);
}

.text-green-600\/35{
  color: rgb(22 163 74 / 0.35);
}

.text-green-600\/40{
  color: rgb(22 163 74 / 0.4);
}

.text-green-600\/45{
  color: rgb(22 163 74 / 0.45);
}

.text-green-600\/5{
  color: rgb(22 163 74 / 0.05);
}

.text-green-600\/50{
  color: rgb(22 163 74 / 0.5);
}

.text-green-600\/55{
  color: rgb(22 163 74 / 0.55);
}

.text-green-600\/60{
  color: rgb(22 163 74 / 0.6);
}

.text-green-600\/65{
  color: rgb(22 163 74 / 0.65);
}

.text-green-600\/70{
  color: rgb(22 163 74 / 0.7);
}

.text-green-600\/75{
  color: rgb(22 163 74 / 0.75);
}

.text-green-600\/80{
  color: rgb(22 163 74 / 0.8);
}

.text-green-600\/85{
  color: rgb(22 163 74 / 0.85);
}

.text-green-600\/90{
  color: rgb(22 163 74 / 0.9);
}

.text-green-600\/95{
  color: rgb(22 163 74 / 0.95);
}

.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

.text-green-700\/0{
  color: rgb(21 128 61 / 0);
}

.text-green-700\/10{
  color: rgb(21 128 61 / 0.1);
}

.text-green-700\/100{
  color: rgb(21 128 61 / 1);
}

.text-green-700\/15{
  color: rgb(21 128 61 / 0.15);
}

.text-green-700\/20{
  color: rgb(21 128 61 / 0.2);
}

.text-green-700\/25{
  color: rgb(21 128 61 / 0.25);
}

.text-green-700\/30{
  color: rgb(21 128 61 / 0.3);
}

.text-green-700\/35{
  color: rgb(21 128 61 / 0.35);
}

.text-green-700\/40{
  color: rgb(21 128 61 / 0.4);
}

.text-green-700\/45{
  color: rgb(21 128 61 / 0.45);
}

.text-green-700\/5{
  color: rgb(21 128 61 / 0.05);
}

.text-green-700\/50{
  color: rgb(21 128 61 / 0.5);
}

.text-green-700\/55{
  color: rgb(21 128 61 / 0.55);
}

.text-green-700\/60{
  color: rgb(21 128 61 / 0.6);
}

.text-green-700\/65{
  color: rgb(21 128 61 / 0.65);
}

.text-green-700\/70{
  color: rgb(21 128 61 / 0.7);
}

.text-green-700\/75{
  color: rgb(21 128 61 / 0.75);
}

.text-green-700\/80{
  color: rgb(21 128 61 / 0.8);
}

.text-green-700\/85{
  color: rgb(21 128 61 / 0.85);
}

.text-green-700\/90{
  color: rgb(21 128 61 / 0.9);
}

.text-green-700\/95{
  color: rgb(21 128 61 / 0.95);
}

.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}

.text-green-800\/0{
  color: rgb(22 101 52 / 0);
}

.text-green-800\/10{
  color: rgb(22 101 52 / 0.1);
}

.text-green-800\/100{
  color: rgb(22 101 52 / 1);
}

.text-green-800\/15{
  color: rgb(22 101 52 / 0.15);
}

.text-green-800\/20{
  color: rgb(22 101 52 / 0.2);
}

.text-green-800\/25{
  color: rgb(22 101 52 / 0.25);
}

.text-green-800\/30{
  color: rgb(22 101 52 / 0.3);
}

.text-green-800\/35{
  color: rgb(22 101 52 / 0.35);
}

.text-green-800\/40{
  color: rgb(22 101 52 / 0.4);
}

.text-green-800\/45{
  color: rgb(22 101 52 / 0.45);
}

.text-green-800\/5{
  color: rgb(22 101 52 / 0.05);
}

.text-green-800\/50{
  color: rgb(22 101 52 / 0.5);
}

.text-green-800\/55{
  color: rgb(22 101 52 / 0.55);
}

.text-green-800\/60{
  color: rgb(22 101 52 / 0.6);
}

.text-green-800\/65{
  color: rgb(22 101 52 / 0.65);
}

.text-green-800\/70{
  color: rgb(22 101 52 / 0.7);
}

.text-green-800\/75{
  color: rgb(22 101 52 / 0.75);
}

.text-green-800\/80{
  color: rgb(22 101 52 / 0.8);
}

.text-green-800\/85{
  color: rgb(22 101 52 / 0.85);
}

.text-green-800\/90{
  color: rgb(22 101 52 / 0.9);
}

.text-green-800\/95{
  color: rgb(22 101 52 / 0.95);
}

.text-green-900{
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity));
}

.text-green-900\/0{
  color: rgb(20 83 45 / 0);
}

.text-green-900\/10{
  color: rgb(20 83 45 / 0.1);
}

.text-green-900\/100{
  color: rgb(20 83 45 / 1);
}

.text-green-900\/15{
  color: rgb(20 83 45 / 0.15);
}

.text-green-900\/20{
  color: rgb(20 83 45 / 0.2);
}

.text-green-900\/25{
  color: rgb(20 83 45 / 0.25);
}

.text-green-900\/30{
  color: rgb(20 83 45 / 0.3);
}

.text-green-900\/35{
  color: rgb(20 83 45 / 0.35);
}

.text-green-900\/40{
  color: rgb(20 83 45 / 0.4);
}

.text-green-900\/45{
  color: rgb(20 83 45 / 0.45);
}

.text-green-900\/5{
  color: rgb(20 83 45 / 0.05);
}

.text-green-900\/50{
  color: rgb(20 83 45 / 0.5);
}

.text-green-900\/55{
  color: rgb(20 83 45 / 0.55);
}

.text-green-900\/60{
  color: rgb(20 83 45 / 0.6);
}

.text-green-900\/65{
  color: rgb(20 83 45 / 0.65);
}

.text-green-900\/70{
  color: rgb(20 83 45 / 0.7);
}

.text-green-900\/75{
  color: rgb(20 83 45 / 0.75);
}

.text-green-900\/80{
  color: rgb(20 83 45 / 0.8);
}

.text-green-900\/85{
  color: rgb(20 83 45 / 0.85);
}

.text-green-900\/90{
  color: rgb(20 83 45 / 0.9);
}

.text-green-900\/95{
  color: rgb(20 83 45 / 0.95);
}

.text-indigo-100{
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity));
}

.text-indigo-100\/0{
  color: rgb(224 231 255 / 0);
}

.text-indigo-100\/10{
  color: rgb(224 231 255 / 0.1);
}

.text-indigo-100\/100{
  color: rgb(224 231 255 / 1);
}

.text-indigo-100\/15{
  color: rgb(224 231 255 / 0.15);
}

.text-indigo-100\/20{
  color: rgb(224 231 255 / 0.2);
}

.text-indigo-100\/25{
  color: rgb(224 231 255 / 0.25);
}

.text-indigo-100\/30{
  color: rgb(224 231 255 / 0.3);
}

.text-indigo-100\/35{
  color: rgb(224 231 255 / 0.35);
}

.text-indigo-100\/40{
  color: rgb(224 231 255 / 0.4);
}

.text-indigo-100\/45{
  color: rgb(224 231 255 / 0.45);
}

.text-indigo-100\/5{
  color: rgb(224 231 255 / 0.05);
}

.text-indigo-100\/50{
  color: rgb(224 231 255 / 0.5);
}

.text-indigo-100\/55{
  color: rgb(224 231 255 / 0.55);
}

.text-indigo-100\/60{
  color: rgb(224 231 255 / 0.6);
}

.text-indigo-100\/65{
  color: rgb(224 231 255 / 0.65);
}

.text-indigo-100\/70{
  color: rgb(224 231 255 / 0.7);
}

.text-indigo-100\/75{
  color: rgb(224 231 255 / 0.75);
}

.text-indigo-100\/80{
  color: rgb(224 231 255 / 0.8);
}

.text-indigo-100\/85{
  color: rgb(224 231 255 / 0.85);
}

.text-indigo-100\/90{
  color: rgb(224 231 255 / 0.9);
}

.text-indigo-100\/95{
  color: rgb(224 231 255 / 0.95);
}

.text-indigo-200{
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity));
}

.text-indigo-200\/0{
  color: rgb(199 210 254 / 0);
}

.text-indigo-200\/10{
  color: rgb(199 210 254 / 0.1);
}

.text-indigo-200\/100{
  color: rgb(199 210 254 / 1);
}

.text-indigo-200\/15{
  color: rgb(199 210 254 / 0.15);
}

.text-indigo-200\/20{
  color: rgb(199 210 254 / 0.2);
}

.text-indigo-200\/25{
  color: rgb(199 210 254 / 0.25);
}

.text-indigo-200\/30{
  color: rgb(199 210 254 / 0.3);
}

.text-indigo-200\/35{
  color: rgb(199 210 254 / 0.35);
}

.text-indigo-200\/40{
  color: rgb(199 210 254 / 0.4);
}

.text-indigo-200\/45{
  color: rgb(199 210 254 / 0.45);
}

.text-indigo-200\/5{
  color: rgb(199 210 254 / 0.05);
}

.text-indigo-200\/50{
  color: rgb(199 210 254 / 0.5);
}

.text-indigo-200\/55{
  color: rgb(199 210 254 / 0.55);
}

.text-indigo-200\/60{
  color: rgb(199 210 254 / 0.6);
}

.text-indigo-200\/65{
  color: rgb(199 210 254 / 0.65);
}

.text-indigo-200\/70{
  color: rgb(199 210 254 / 0.7);
}

.text-indigo-200\/75{
  color: rgb(199 210 254 / 0.75);
}

.text-indigo-200\/80{
  color: rgb(199 210 254 / 0.8);
}

.text-indigo-200\/85{
  color: rgb(199 210 254 / 0.85);
}

.text-indigo-200\/90{
  color: rgb(199 210 254 / 0.9);
}

.text-indigo-200\/95{
  color: rgb(199 210 254 / 0.95);
}

.text-indigo-300{
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity));
}

.text-indigo-300\/0{
  color: rgb(165 180 252 / 0);
}

.text-indigo-300\/10{
  color: rgb(165 180 252 / 0.1);
}

.text-indigo-300\/100{
  color: rgb(165 180 252 / 1);
}

.text-indigo-300\/15{
  color: rgb(165 180 252 / 0.15);
}

.text-indigo-300\/20{
  color: rgb(165 180 252 / 0.2);
}

.text-indigo-300\/25{
  color: rgb(165 180 252 / 0.25);
}

.text-indigo-300\/30{
  color: rgb(165 180 252 / 0.3);
}

.text-indigo-300\/35{
  color: rgb(165 180 252 / 0.35);
}

.text-indigo-300\/40{
  color: rgb(165 180 252 / 0.4);
}

.text-indigo-300\/45{
  color: rgb(165 180 252 / 0.45);
}

.text-indigo-300\/5{
  color: rgb(165 180 252 / 0.05);
}

.text-indigo-300\/50{
  color: rgb(165 180 252 / 0.5);
}

.text-indigo-300\/55{
  color: rgb(165 180 252 / 0.55);
}

.text-indigo-300\/60{
  color: rgb(165 180 252 / 0.6);
}

.text-indigo-300\/65{
  color: rgb(165 180 252 / 0.65);
}

.text-indigo-300\/70{
  color: rgb(165 180 252 / 0.7);
}

.text-indigo-300\/75{
  color: rgb(165 180 252 / 0.75);
}

.text-indigo-300\/80{
  color: rgb(165 180 252 / 0.8);
}

.text-indigo-300\/85{
  color: rgb(165 180 252 / 0.85);
}

.text-indigo-300\/90{
  color: rgb(165 180 252 / 0.9);
}

.text-indigo-300\/95{
  color: rgb(165 180 252 / 0.95);
}

.text-indigo-400{
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity));
}

.text-indigo-400\/0{
  color: rgb(129 140 248 / 0);
}

.text-indigo-400\/10{
  color: rgb(129 140 248 / 0.1);
}

.text-indigo-400\/100{
  color: rgb(129 140 248 / 1);
}

.text-indigo-400\/15{
  color: rgb(129 140 248 / 0.15);
}

.text-indigo-400\/20{
  color: rgb(129 140 248 / 0.2);
}

.text-indigo-400\/25{
  color: rgb(129 140 248 / 0.25);
}

.text-indigo-400\/30{
  color: rgb(129 140 248 / 0.3);
}

.text-indigo-400\/35{
  color: rgb(129 140 248 / 0.35);
}

.text-indigo-400\/40{
  color: rgb(129 140 248 / 0.4);
}

.text-indigo-400\/45{
  color: rgb(129 140 248 / 0.45);
}

.text-indigo-400\/5{
  color: rgb(129 140 248 / 0.05);
}

.text-indigo-400\/50{
  color: rgb(129 140 248 / 0.5);
}

.text-indigo-400\/55{
  color: rgb(129 140 248 / 0.55);
}

.text-indigo-400\/60{
  color: rgb(129 140 248 / 0.6);
}

.text-indigo-400\/65{
  color: rgb(129 140 248 / 0.65);
}

.text-indigo-400\/70{
  color: rgb(129 140 248 / 0.7);
}

.text-indigo-400\/75{
  color: rgb(129 140 248 / 0.75);
}

.text-indigo-400\/80{
  color: rgb(129 140 248 / 0.8);
}

.text-indigo-400\/85{
  color: rgb(129 140 248 / 0.85);
}

.text-indigo-400\/90{
  color: rgb(129 140 248 / 0.9);
}

.text-indigo-400\/95{
  color: rgb(129 140 248 / 0.95);
}

.text-indigo-50{
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity));
}

.text-indigo-50\/0{
  color: rgb(238 242 255 / 0);
}

.text-indigo-50\/10{
  color: rgb(238 242 255 / 0.1);
}

.text-indigo-50\/100{
  color: rgb(238 242 255 / 1);
}

.text-indigo-50\/15{
  color: rgb(238 242 255 / 0.15);
}

.text-indigo-50\/20{
  color: rgb(238 242 255 / 0.2);
}

.text-indigo-50\/25{
  color: rgb(238 242 255 / 0.25);
}

.text-indigo-50\/30{
  color: rgb(238 242 255 / 0.3);
}

.text-indigo-50\/35{
  color: rgb(238 242 255 / 0.35);
}

.text-indigo-50\/40{
  color: rgb(238 242 255 / 0.4);
}

.text-indigo-50\/45{
  color: rgb(238 242 255 / 0.45);
}

.text-indigo-50\/5{
  color: rgb(238 242 255 / 0.05);
}

.text-indigo-50\/50{
  color: rgb(238 242 255 / 0.5);
}

.text-indigo-50\/55{
  color: rgb(238 242 255 / 0.55);
}

.text-indigo-50\/60{
  color: rgb(238 242 255 / 0.6);
}

.text-indigo-50\/65{
  color: rgb(238 242 255 / 0.65);
}

.text-indigo-50\/70{
  color: rgb(238 242 255 / 0.7);
}

.text-indigo-50\/75{
  color: rgb(238 242 255 / 0.75);
}

.text-indigo-50\/80{
  color: rgb(238 242 255 / 0.8);
}

.text-indigo-50\/85{
  color: rgb(238 242 255 / 0.85);
}

.text-indigo-50\/90{
  color: rgb(238 242 255 / 0.9);
}

.text-indigo-50\/95{
  color: rgb(238 242 255 / 0.95);
}

.text-indigo-500{
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

.text-indigo-500\/0{
  color: rgb(99 102 241 / 0);
}

.text-indigo-500\/10{
  color: rgb(99 102 241 / 0.1);
}

.text-indigo-500\/100{
  color: rgb(99 102 241 / 1);
}

.text-indigo-500\/15{
  color: rgb(99 102 241 / 0.15);
}

.text-indigo-500\/20{
  color: rgb(99 102 241 / 0.2);
}

.text-indigo-500\/25{
  color: rgb(99 102 241 / 0.25);
}

.text-indigo-500\/30{
  color: rgb(99 102 241 / 0.3);
}

.text-indigo-500\/35{
  color: rgb(99 102 241 / 0.35);
}

.text-indigo-500\/40{
  color: rgb(99 102 241 / 0.4);
}

.text-indigo-500\/45{
  color: rgb(99 102 241 / 0.45);
}

.text-indigo-500\/5{
  color: rgb(99 102 241 / 0.05);
}

.text-indigo-500\/50{
  color: rgb(99 102 241 / 0.5);
}

.text-indigo-500\/55{
  color: rgb(99 102 241 / 0.55);
}

.text-indigo-500\/60{
  color: rgb(99 102 241 / 0.6);
}

.text-indigo-500\/65{
  color: rgb(99 102 241 / 0.65);
}

.text-indigo-500\/70{
  color: rgb(99 102 241 / 0.7);
}

.text-indigo-500\/75{
  color: rgb(99 102 241 / 0.75);
}

.text-indigo-500\/80{
  color: rgb(99 102 241 / 0.8);
}

.text-indigo-500\/85{
  color: rgb(99 102 241 / 0.85);
}

.text-indigo-500\/90{
  color: rgb(99 102 241 / 0.9);
}

.text-indigo-500\/95{
  color: rgb(99 102 241 / 0.95);
}

.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}

.text-indigo-600\/0{
  color: rgb(79 70 229 / 0);
}

.text-indigo-600\/10{
  color: rgb(79 70 229 / 0.1);
}

.text-indigo-600\/100{
  color: rgb(79 70 229 / 1);
}

.text-indigo-600\/15{
  color: rgb(79 70 229 / 0.15);
}

.text-indigo-600\/20{
  color: rgb(79 70 229 / 0.2);
}

.text-indigo-600\/25{
  color: rgb(79 70 229 / 0.25);
}

.text-indigo-600\/30{
  color: rgb(79 70 229 / 0.3);
}

.text-indigo-600\/35{
  color: rgb(79 70 229 / 0.35);
}

.text-indigo-600\/40{
  color: rgb(79 70 229 / 0.4);
}

.text-indigo-600\/45{
  color: rgb(79 70 229 / 0.45);
}

.text-indigo-600\/5{
  color: rgb(79 70 229 / 0.05);
}

.text-indigo-600\/50{
  color: rgb(79 70 229 / 0.5);
}

.text-indigo-600\/55{
  color: rgb(79 70 229 / 0.55);
}

.text-indigo-600\/60{
  color: rgb(79 70 229 / 0.6);
}

.text-indigo-600\/65{
  color: rgb(79 70 229 / 0.65);
}

.text-indigo-600\/70{
  color: rgb(79 70 229 / 0.7);
}

.text-indigo-600\/75{
  color: rgb(79 70 229 / 0.75);
}

.text-indigo-600\/80{
  color: rgb(79 70 229 / 0.8);
}

.text-indigo-600\/85{
  color: rgb(79 70 229 / 0.85);
}

.text-indigo-600\/90{
  color: rgb(79 70 229 / 0.9);
}

.text-indigo-600\/95{
  color: rgb(79 70 229 / 0.95);
}

.text-indigo-700{
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}

.text-indigo-700\/0{
  color: rgb(67 56 202 / 0);
}

.text-indigo-700\/10{
  color: rgb(67 56 202 / 0.1);
}

.text-indigo-700\/100{
  color: rgb(67 56 202 / 1);
}

.text-indigo-700\/15{
  color: rgb(67 56 202 / 0.15);
}

.text-indigo-700\/20{
  color: rgb(67 56 202 / 0.2);
}

.text-indigo-700\/25{
  color: rgb(67 56 202 / 0.25);
}

.text-indigo-700\/30{
  color: rgb(67 56 202 / 0.3);
}

.text-indigo-700\/35{
  color: rgb(67 56 202 / 0.35);
}

.text-indigo-700\/40{
  color: rgb(67 56 202 / 0.4);
}

.text-indigo-700\/45{
  color: rgb(67 56 202 / 0.45);
}

.text-indigo-700\/5{
  color: rgb(67 56 202 / 0.05);
}

.text-indigo-700\/50{
  color: rgb(67 56 202 / 0.5);
}

.text-indigo-700\/55{
  color: rgb(67 56 202 / 0.55);
}

.text-indigo-700\/60{
  color: rgb(67 56 202 / 0.6);
}

.text-indigo-700\/65{
  color: rgb(67 56 202 / 0.65);
}

.text-indigo-700\/70{
  color: rgb(67 56 202 / 0.7);
}

.text-indigo-700\/75{
  color: rgb(67 56 202 / 0.75);
}

.text-indigo-700\/80{
  color: rgb(67 56 202 / 0.8);
}

.text-indigo-700\/85{
  color: rgb(67 56 202 / 0.85);
}

.text-indigo-700\/90{
  color: rgb(67 56 202 / 0.9);
}

.text-indigo-700\/95{
  color: rgb(67 56 202 / 0.95);
}

.text-indigo-800{
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}

.text-indigo-800\/0{
  color: rgb(55 48 163 / 0);
}

.text-indigo-800\/10{
  color: rgb(55 48 163 / 0.1);
}

.text-indigo-800\/100{
  color: rgb(55 48 163 / 1);
}

.text-indigo-800\/15{
  color: rgb(55 48 163 / 0.15);
}

.text-indigo-800\/20{
  color: rgb(55 48 163 / 0.2);
}

.text-indigo-800\/25{
  color: rgb(55 48 163 / 0.25);
}

.text-indigo-800\/30{
  color: rgb(55 48 163 / 0.3);
}

.text-indigo-800\/35{
  color: rgb(55 48 163 / 0.35);
}

.text-indigo-800\/40{
  color: rgb(55 48 163 / 0.4);
}

.text-indigo-800\/45{
  color: rgb(55 48 163 / 0.45);
}

.text-indigo-800\/5{
  color: rgb(55 48 163 / 0.05);
}

.text-indigo-800\/50{
  color: rgb(55 48 163 / 0.5);
}

.text-indigo-800\/55{
  color: rgb(55 48 163 / 0.55);
}

.text-indigo-800\/60{
  color: rgb(55 48 163 / 0.6);
}

.text-indigo-800\/65{
  color: rgb(55 48 163 / 0.65);
}

.text-indigo-800\/70{
  color: rgb(55 48 163 / 0.7);
}

.text-indigo-800\/75{
  color: rgb(55 48 163 / 0.75);
}

.text-indigo-800\/80{
  color: rgb(55 48 163 / 0.8);
}

.text-indigo-800\/85{
  color: rgb(55 48 163 / 0.85);
}

.text-indigo-800\/90{
  color: rgb(55 48 163 / 0.9);
}

.text-indigo-800\/95{
  color: rgb(55 48 163 / 0.95);
}

.text-indigo-900{
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity));
}

.text-indigo-900\/0{
  color: rgb(49 46 129 / 0);
}

.text-indigo-900\/10{
  color: rgb(49 46 129 / 0.1);
}

.text-indigo-900\/100{
  color: rgb(49 46 129 / 1);
}

.text-indigo-900\/15{
  color: rgb(49 46 129 / 0.15);
}

.text-indigo-900\/20{
  color: rgb(49 46 129 / 0.2);
}

.text-indigo-900\/25{
  color: rgb(49 46 129 / 0.25);
}

.text-indigo-900\/30{
  color: rgb(49 46 129 / 0.3);
}

.text-indigo-900\/35{
  color: rgb(49 46 129 / 0.35);
}

.text-indigo-900\/40{
  color: rgb(49 46 129 / 0.4);
}

.text-indigo-900\/45{
  color: rgb(49 46 129 / 0.45);
}

.text-indigo-900\/5{
  color: rgb(49 46 129 / 0.05);
}

.text-indigo-900\/50{
  color: rgb(49 46 129 / 0.5);
}

.text-indigo-900\/55{
  color: rgb(49 46 129 / 0.55);
}

.text-indigo-900\/60{
  color: rgb(49 46 129 / 0.6);
}

.text-indigo-900\/65{
  color: rgb(49 46 129 / 0.65);
}

.text-indigo-900\/70{
  color: rgb(49 46 129 / 0.7);
}

.text-indigo-900\/75{
  color: rgb(49 46 129 / 0.75);
}

.text-indigo-900\/80{
  color: rgb(49 46 129 / 0.8);
}

.text-indigo-900\/85{
  color: rgb(49 46 129 / 0.85);
}

.text-indigo-900\/90{
  color: rgb(49 46 129 / 0.9);
}

.text-indigo-900\/95{
  color: rgb(49 46 129 / 0.95);
}

.text-purple-600{
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity));
}

.text-purple-700{
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity));
}

.text-purple-800{
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity));
}

.text-red-100{
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity));
}

.text-red-100\/0{
  color: rgb(254 226 226 / 0);
}

.text-red-100\/10{
  color: rgb(254 226 226 / 0.1);
}

.text-red-100\/100{
  color: rgb(254 226 226 / 1);
}

.text-red-100\/15{
  color: rgb(254 226 226 / 0.15);
}

.text-red-100\/20{
  color: rgb(254 226 226 / 0.2);
}

.text-red-100\/25{
  color: rgb(254 226 226 / 0.25);
}

.text-red-100\/30{
  color: rgb(254 226 226 / 0.3);
}

.text-red-100\/35{
  color: rgb(254 226 226 / 0.35);
}

.text-red-100\/40{
  color: rgb(254 226 226 / 0.4);
}

.text-red-100\/45{
  color: rgb(254 226 226 / 0.45);
}

.text-red-100\/5{
  color: rgb(254 226 226 / 0.05);
}

.text-red-100\/50{
  color: rgb(254 226 226 / 0.5);
}

.text-red-100\/55{
  color: rgb(254 226 226 / 0.55);
}

.text-red-100\/60{
  color: rgb(254 226 226 / 0.6);
}

.text-red-100\/65{
  color: rgb(254 226 226 / 0.65);
}

.text-red-100\/70{
  color: rgb(254 226 226 / 0.7);
}

.text-red-100\/75{
  color: rgb(254 226 226 / 0.75);
}

.text-red-100\/80{
  color: rgb(254 226 226 / 0.8);
}

.text-red-100\/85{
  color: rgb(254 226 226 / 0.85);
}

.text-red-100\/90{
  color: rgb(254 226 226 / 0.9);
}

.text-red-100\/95{
  color: rgb(254 226 226 / 0.95);
}

.text-red-200{
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity));
}

.text-red-200\/0{
  color: rgb(254 202 202 / 0);
}

.text-red-200\/10{
  color: rgb(254 202 202 / 0.1);
}

.text-red-200\/100{
  color: rgb(254 202 202 / 1);
}

.text-red-200\/15{
  color: rgb(254 202 202 / 0.15);
}

.text-red-200\/20{
  color: rgb(254 202 202 / 0.2);
}

.text-red-200\/25{
  color: rgb(254 202 202 / 0.25);
}

.text-red-200\/30{
  color: rgb(254 202 202 / 0.3);
}

.text-red-200\/35{
  color: rgb(254 202 202 / 0.35);
}

.text-red-200\/40{
  color: rgb(254 202 202 / 0.4);
}

.text-red-200\/45{
  color: rgb(254 202 202 / 0.45);
}

.text-red-200\/5{
  color: rgb(254 202 202 / 0.05);
}

.text-red-200\/50{
  color: rgb(254 202 202 / 0.5);
}

.text-red-200\/55{
  color: rgb(254 202 202 / 0.55);
}

.text-red-200\/60{
  color: rgb(254 202 202 / 0.6);
}

.text-red-200\/65{
  color: rgb(254 202 202 / 0.65);
}

.text-red-200\/70{
  color: rgb(254 202 202 / 0.7);
}

.text-red-200\/75{
  color: rgb(254 202 202 / 0.75);
}

.text-red-200\/80{
  color: rgb(254 202 202 / 0.8);
}

.text-red-200\/85{
  color: rgb(254 202 202 / 0.85);
}

.text-red-200\/90{
  color: rgb(254 202 202 / 0.9);
}

.text-red-200\/95{
  color: rgb(254 202 202 / 0.95);
}

.text-red-300{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}

.text-red-300\/0{
  color: rgb(252 165 165 / 0);
}

.text-red-300\/10{
  color: rgb(252 165 165 / 0.1);
}

.text-red-300\/100{
  color: rgb(252 165 165 / 1);
}

.text-red-300\/15{
  color: rgb(252 165 165 / 0.15);
}

.text-red-300\/20{
  color: rgb(252 165 165 / 0.2);
}

.text-red-300\/25{
  color: rgb(252 165 165 / 0.25);
}

.text-red-300\/30{
  color: rgb(252 165 165 / 0.3);
}

.text-red-300\/35{
  color: rgb(252 165 165 / 0.35);
}

.text-red-300\/40{
  color: rgb(252 165 165 / 0.4);
}

.text-red-300\/45{
  color: rgb(252 165 165 / 0.45);
}

.text-red-300\/5{
  color: rgb(252 165 165 / 0.05);
}

.text-red-300\/50{
  color: rgb(252 165 165 / 0.5);
}

.text-red-300\/55{
  color: rgb(252 165 165 / 0.55);
}

.text-red-300\/60{
  color: rgb(252 165 165 / 0.6);
}

.text-red-300\/65{
  color: rgb(252 165 165 / 0.65);
}

.text-red-300\/70{
  color: rgb(252 165 165 / 0.7);
}

.text-red-300\/75{
  color: rgb(252 165 165 / 0.75);
}

.text-red-300\/80{
  color: rgb(252 165 165 / 0.8);
}

.text-red-300\/85{
  color: rgb(252 165 165 / 0.85);
}

.text-red-300\/90{
  color: rgb(252 165 165 / 0.9);
}

.text-red-300\/95{
  color: rgb(252 165 165 / 0.95);
}

.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}

.text-red-400\/0{
  color: rgb(248 113 113 / 0);
}

.text-red-400\/10{
  color: rgb(248 113 113 / 0.1);
}

.text-red-400\/100{
  color: rgb(248 113 113 / 1);
}

.text-red-400\/15{
  color: rgb(248 113 113 / 0.15);
}

.text-red-400\/20{
  color: rgb(248 113 113 / 0.2);
}

.text-red-400\/25{
  color: rgb(248 113 113 / 0.25);
}

.text-red-400\/30{
  color: rgb(248 113 113 / 0.3);
}

.text-red-400\/35{
  color: rgb(248 113 113 / 0.35);
}

.text-red-400\/40{
  color: rgb(248 113 113 / 0.4);
}

.text-red-400\/45{
  color: rgb(248 113 113 / 0.45);
}

.text-red-400\/5{
  color: rgb(248 113 113 / 0.05);
}

.text-red-400\/50{
  color: rgb(248 113 113 / 0.5);
}

.text-red-400\/55{
  color: rgb(248 113 113 / 0.55);
}

.text-red-400\/60{
  color: rgb(248 113 113 / 0.6);
}

.text-red-400\/65{
  color: rgb(248 113 113 / 0.65);
}

.text-red-400\/70{
  color: rgb(248 113 113 / 0.7);
}

.text-red-400\/75{
  color: rgb(248 113 113 / 0.75);
}

.text-red-400\/80{
  color: rgb(248 113 113 / 0.8);
}

.text-red-400\/85{
  color: rgb(248 113 113 / 0.85);
}

.text-red-400\/90{
  color: rgb(248 113 113 / 0.9);
}

.text-red-400\/95{
  color: rgb(248 113 113 / 0.95);
}

.text-red-50{
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity));
}

.text-red-50\/0{
  color: rgb(254 242 242 / 0);
}

.text-red-50\/10{
  color: rgb(254 242 242 / 0.1);
}

.text-red-50\/100{
  color: rgb(254 242 242 / 1);
}

.text-red-50\/15{
  color: rgb(254 242 242 / 0.15);
}

.text-red-50\/20{
  color: rgb(254 242 242 / 0.2);
}

.text-red-50\/25{
  color: rgb(254 242 242 / 0.25);
}

.text-red-50\/30{
  color: rgb(254 242 242 / 0.3);
}

.text-red-50\/35{
  color: rgb(254 242 242 / 0.35);
}

.text-red-50\/40{
  color: rgb(254 242 242 / 0.4);
}

.text-red-50\/45{
  color: rgb(254 242 242 / 0.45);
}

.text-red-50\/5{
  color: rgb(254 242 242 / 0.05);
}

.text-red-50\/50{
  color: rgb(254 242 242 / 0.5);
}

.text-red-50\/55{
  color: rgb(254 242 242 / 0.55);
}

.text-red-50\/60{
  color: rgb(254 242 242 / 0.6);
}

.text-red-50\/65{
  color: rgb(254 242 242 / 0.65);
}

.text-red-50\/70{
  color: rgb(254 242 242 / 0.7);
}

.text-red-50\/75{
  color: rgb(254 242 242 / 0.75);
}

.text-red-50\/80{
  color: rgb(254 242 242 / 0.8);
}

.text-red-50\/85{
  color: rgb(254 242 242 / 0.85);
}

.text-red-50\/90{
  color: rgb(254 242 242 / 0.9);
}

.text-red-50\/95{
  color: rgb(254 242 242 / 0.95);
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-red-500\/0{
  color: rgb(239 68 68 / 0);
}

.text-red-500\/10{
  color: rgb(239 68 68 / 0.1);
}

.text-red-500\/100{
  color: rgb(239 68 68 / 1);
}

.text-red-500\/15{
  color: rgb(239 68 68 / 0.15);
}

.text-red-500\/20{
  color: rgb(239 68 68 / 0.2);
}

.text-red-500\/25{
  color: rgb(239 68 68 / 0.25);
}

.text-red-500\/30{
  color: rgb(239 68 68 / 0.3);
}

.text-red-500\/35{
  color: rgb(239 68 68 / 0.35);
}

.text-red-500\/40{
  color: rgb(239 68 68 / 0.4);
}

.text-red-500\/45{
  color: rgb(239 68 68 / 0.45);
}

.text-red-500\/5{
  color: rgb(239 68 68 / 0.05);
}

.text-red-500\/50{
  color: rgb(239 68 68 / 0.5);
}

.text-red-500\/55{
  color: rgb(239 68 68 / 0.55);
}

.text-red-500\/60{
  color: rgb(239 68 68 / 0.6);
}

.text-red-500\/65{
  color: rgb(239 68 68 / 0.65);
}

.text-red-500\/70{
  color: rgb(239 68 68 / 0.7);
}

.text-red-500\/75{
  color: rgb(239 68 68 / 0.75);
}

.text-red-500\/80{
  color: rgb(239 68 68 / 0.8);
}

.text-red-500\/85{
  color: rgb(239 68 68 / 0.85);
}

.text-red-500\/90{
  color: rgb(239 68 68 / 0.9);
}

.text-red-500\/95{
  color: rgb(239 68 68 / 0.95);
}

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-red-600\/0{
  color: rgb(220 38 38 / 0);
}

.text-red-600\/10{
  color: rgb(220 38 38 / 0.1);
}

.text-red-600\/100{
  color: rgb(220 38 38 / 1);
}

.text-red-600\/15{
  color: rgb(220 38 38 / 0.15);
}

.text-red-600\/20{
  color: rgb(220 38 38 / 0.2);
}

.text-red-600\/25{
  color: rgb(220 38 38 / 0.25);
}

.text-red-600\/30{
  color: rgb(220 38 38 / 0.3);
}

.text-red-600\/35{
  color: rgb(220 38 38 / 0.35);
}

.text-red-600\/40{
  color: rgb(220 38 38 / 0.4);
}

.text-red-600\/45{
  color: rgb(220 38 38 / 0.45);
}

.text-red-600\/5{
  color: rgb(220 38 38 / 0.05);
}

.text-red-600\/50{
  color: rgb(220 38 38 / 0.5);
}

.text-red-600\/55{
  color: rgb(220 38 38 / 0.55);
}

.text-red-600\/60{
  color: rgb(220 38 38 / 0.6);
}

.text-red-600\/65{
  color: rgb(220 38 38 / 0.65);
}

.text-red-600\/70{
  color: rgb(220 38 38 / 0.7);
}

.text-red-600\/75{
  color: rgb(220 38 38 / 0.75);
}

.text-red-600\/80{
  color: rgb(220 38 38 / 0.8);
}

.text-red-600\/85{
  color: rgb(220 38 38 / 0.85);
}

.text-red-600\/90{
  color: rgb(220 38 38 / 0.9);
}

.text-red-600\/95{
  color: rgb(220 38 38 / 0.95);
}

.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-red-700\/0{
  color: rgb(185 28 28 / 0);
}

.text-red-700\/10{
  color: rgb(185 28 28 / 0.1);
}

.text-red-700\/100{
  color: rgb(185 28 28 / 1);
}

.text-red-700\/15{
  color: rgb(185 28 28 / 0.15);
}

.text-red-700\/20{
  color: rgb(185 28 28 / 0.2);
}

.text-red-700\/25{
  color: rgb(185 28 28 / 0.25);
}

.text-red-700\/30{
  color: rgb(185 28 28 / 0.3);
}

.text-red-700\/35{
  color: rgb(185 28 28 / 0.35);
}

.text-red-700\/40{
  color: rgb(185 28 28 / 0.4);
}

.text-red-700\/45{
  color: rgb(185 28 28 / 0.45);
}

.text-red-700\/5{
  color: rgb(185 28 28 / 0.05);
}

.text-red-700\/50{
  color: rgb(185 28 28 / 0.5);
}

.text-red-700\/55{
  color: rgb(185 28 28 / 0.55);
}

.text-red-700\/60{
  color: rgb(185 28 28 / 0.6);
}

.text-red-700\/65{
  color: rgb(185 28 28 / 0.65);
}

.text-red-700\/70{
  color: rgb(185 28 28 / 0.7);
}

.text-red-700\/75{
  color: rgb(185 28 28 / 0.75);
}

.text-red-700\/80{
  color: rgb(185 28 28 / 0.8);
}

.text-red-700\/85{
  color: rgb(185 28 28 / 0.85);
}

.text-red-700\/90{
  color: rgb(185 28 28 / 0.9);
}

.text-red-700\/95{
  color: rgb(185 28 28 / 0.95);
}

.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

.text-red-800\/0{
  color: rgb(153 27 27 / 0);
}

.text-red-800\/10{
  color: rgb(153 27 27 / 0.1);
}

.text-red-800\/100{
  color: rgb(153 27 27 / 1);
}

.text-red-800\/15{
  color: rgb(153 27 27 / 0.15);
}

.text-red-800\/20{
  color: rgb(153 27 27 / 0.2);
}

.text-red-800\/25{
  color: rgb(153 27 27 / 0.25);
}

.text-red-800\/30{
  color: rgb(153 27 27 / 0.3);
}

.text-red-800\/35{
  color: rgb(153 27 27 / 0.35);
}

.text-red-800\/40{
  color: rgb(153 27 27 / 0.4);
}

.text-red-800\/45{
  color: rgb(153 27 27 / 0.45);
}

.text-red-800\/5{
  color: rgb(153 27 27 / 0.05);
}

.text-red-800\/50{
  color: rgb(153 27 27 / 0.5);
}

.text-red-800\/55{
  color: rgb(153 27 27 / 0.55);
}

.text-red-800\/60{
  color: rgb(153 27 27 / 0.6);
}

.text-red-800\/65{
  color: rgb(153 27 27 / 0.65);
}

.text-red-800\/70{
  color: rgb(153 27 27 / 0.7);
}

.text-red-800\/75{
  color: rgb(153 27 27 / 0.75);
}

.text-red-800\/80{
  color: rgb(153 27 27 / 0.8);
}

.text-red-800\/85{
  color: rgb(153 27 27 / 0.85);
}

.text-red-800\/90{
  color: rgb(153 27 27 / 0.9);
}

.text-red-800\/95{
  color: rgb(153 27 27 / 0.95);
}

.text-red-900{
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}

.text-red-900\/0{
  color: rgb(127 29 29 / 0);
}

.text-red-900\/10{
  color: rgb(127 29 29 / 0.1);
}

.text-red-900\/100{
  color: rgb(127 29 29 / 1);
}

.text-red-900\/15{
  color: rgb(127 29 29 / 0.15);
}

.text-red-900\/20{
  color: rgb(127 29 29 / 0.2);
}

.text-red-900\/25{
  color: rgb(127 29 29 / 0.25);
}

.text-red-900\/30{
  color: rgb(127 29 29 / 0.3);
}

.text-red-900\/35{
  color: rgb(127 29 29 / 0.35);
}

.text-red-900\/40{
  color: rgb(127 29 29 / 0.4);
}

.text-red-900\/45{
  color: rgb(127 29 29 / 0.45);
}

.text-red-900\/5{
  color: rgb(127 29 29 / 0.05);
}

.text-red-900\/50{
  color: rgb(127 29 29 / 0.5);
}

.text-red-900\/55{
  color: rgb(127 29 29 / 0.55);
}

.text-red-900\/60{
  color: rgb(127 29 29 / 0.6);
}

.text-red-900\/65{
  color: rgb(127 29 29 / 0.65);
}

.text-red-900\/70{
  color: rgb(127 29 29 / 0.7);
}

.text-red-900\/75{
  color: rgb(127 29 29 / 0.75);
}

.text-red-900\/80{
  color: rgb(127 29 29 / 0.8);
}

.text-red-900\/85{
  color: rgb(127 29 29 / 0.85);
}

.text-red-900\/90{
  color: rgb(127 29 29 / 0.9);
}

.text-red-900\/95{
  color: rgb(127 29 29 / 0.95);
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-yellow-100{
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity));
}

.text-yellow-100\/0{
  color: rgb(254 249 195 / 0);
}

.text-yellow-100\/10{
  color: rgb(254 249 195 / 0.1);
}

.text-yellow-100\/100{
  color: rgb(254 249 195 / 1);
}

.text-yellow-100\/15{
  color: rgb(254 249 195 / 0.15);
}

.text-yellow-100\/20{
  color: rgb(254 249 195 / 0.2);
}

.text-yellow-100\/25{
  color: rgb(254 249 195 / 0.25);
}

.text-yellow-100\/30{
  color: rgb(254 249 195 / 0.3);
}

.text-yellow-100\/35{
  color: rgb(254 249 195 / 0.35);
}

.text-yellow-100\/40{
  color: rgb(254 249 195 / 0.4);
}

.text-yellow-100\/45{
  color: rgb(254 249 195 / 0.45);
}

.text-yellow-100\/5{
  color: rgb(254 249 195 / 0.05);
}

.text-yellow-100\/50{
  color: rgb(254 249 195 / 0.5);
}

.text-yellow-100\/55{
  color: rgb(254 249 195 / 0.55);
}

.text-yellow-100\/60{
  color: rgb(254 249 195 / 0.6);
}

.text-yellow-100\/65{
  color: rgb(254 249 195 / 0.65);
}

.text-yellow-100\/70{
  color: rgb(254 249 195 / 0.7);
}

.text-yellow-100\/75{
  color: rgb(254 249 195 / 0.75);
}

.text-yellow-100\/80{
  color: rgb(254 249 195 / 0.8);
}

.text-yellow-100\/85{
  color: rgb(254 249 195 / 0.85);
}

.text-yellow-100\/90{
  color: rgb(254 249 195 / 0.9);
}

.text-yellow-100\/95{
  color: rgb(254 249 195 / 0.95);
}

.text-yellow-200{
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity));
}

.text-yellow-200\/0{
  color: rgb(254 240 138 / 0);
}

.text-yellow-200\/10{
  color: rgb(254 240 138 / 0.1);
}

.text-yellow-200\/100{
  color: rgb(254 240 138 / 1);
}

.text-yellow-200\/15{
  color: rgb(254 240 138 / 0.15);
}

.text-yellow-200\/20{
  color: rgb(254 240 138 / 0.2);
}

.text-yellow-200\/25{
  color: rgb(254 240 138 / 0.25);
}

.text-yellow-200\/30{
  color: rgb(254 240 138 / 0.3);
}

.text-yellow-200\/35{
  color: rgb(254 240 138 / 0.35);
}

.text-yellow-200\/40{
  color: rgb(254 240 138 / 0.4);
}

.text-yellow-200\/45{
  color: rgb(254 240 138 / 0.45);
}

.text-yellow-200\/5{
  color: rgb(254 240 138 / 0.05);
}

.text-yellow-200\/50{
  color: rgb(254 240 138 / 0.5);
}

.text-yellow-200\/55{
  color: rgb(254 240 138 / 0.55);
}

.text-yellow-200\/60{
  color: rgb(254 240 138 / 0.6);
}

.text-yellow-200\/65{
  color: rgb(254 240 138 / 0.65);
}

.text-yellow-200\/70{
  color: rgb(254 240 138 / 0.7);
}

.text-yellow-200\/75{
  color: rgb(254 240 138 / 0.75);
}

.text-yellow-200\/80{
  color: rgb(254 240 138 / 0.8);
}

.text-yellow-200\/85{
  color: rgb(254 240 138 / 0.85);
}

.text-yellow-200\/90{
  color: rgb(254 240 138 / 0.9);
}

.text-yellow-200\/95{
  color: rgb(254 240 138 / 0.95);
}

.text-yellow-300{
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}

.text-yellow-300\/0{
  color: rgb(253 224 71 / 0);
}

.text-yellow-300\/10{
  color: rgb(253 224 71 / 0.1);
}

.text-yellow-300\/100{
  color: rgb(253 224 71 / 1);
}

.text-yellow-300\/15{
  color: rgb(253 224 71 / 0.15);
}

.text-yellow-300\/20{
  color: rgb(253 224 71 / 0.2);
}

.text-yellow-300\/25{
  color: rgb(253 224 71 / 0.25);
}

.text-yellow-300\/30{
  color: rgb(253 224 71 / 0.3);
}

.text-yellow-300\/35{
  color: rgb(253 224 71 / 0.35);
}

.text-yellow-300\/40{
  color: rgb(253 224 71 / 0.4);
}

.text-yellow-300\/45{
  color: rgb(253 224 71 / 0.45);
}

.text-yellow-300\/5{
  color: rgb(253 224 71 / 0.05);
}

.text-yellow-300\/50{
  color: rgb(253 224 71 / 0.5);
}

.text-yellow-300\/55{
  color: rgb(253 224 71 / 0.55);
}

.text-yellow-300\/60{
  color: rgb(253 224 71 / 0.6);
}

.text-yellow-300\/65{
  color: rgb(253 224 71 / 0.65);
}

.text-yellow-300\/70{
  color: rgb(253 224 71 / 0.7);
}

.text-yellow-300\/75{
  color: rgb(253 224 71 / 0.75);
}

.text-yellow-300\/80{
  color: rgb(253 224 71 / 0.8);
}

.text-yellow-300\/85{
  color: rgb(253 224 71 / 0.85);
}

.text-yellow-300\/90{
  color: rgb(253 224 71 / 0.9);
}

.text-yellow-300\/95{
  color: rgb(253 224 71 / 0.95);
}

.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}

.text-yellow-400\/0{
  color: rgb(250 204 21 / 0);
}

.text-yellow-400\/10{
  color: rgb(250 204 21 / 0.1);
}

.text-yellow-400\/100{
  color: rgb(250 204 21 / 1);
}

.text-yellow-400\/15{
  color: rgb(250 204 21 / 0.15);
}

.text-yellow-400\/20{
  color: rgb(250 204 21 / 0.2);
}

.text-yellow-400\/25{
  color: rgb(250 204 21 / 0.25);
}

.text-yellow-400\/30{
  color: rgb(250 204 21 / 0.3);
}

.text-yellow-400\/35{
  color: rgb(250 204 21 / 0.35);
}

.text-yellow-400\/40{
  color: rgb(250 204 21 / 0.4);
}

.text-yellow-400\/45{
  color: rgb(250 204 21 / 0.45);
}

.text-yellow-400\/5{
  color: rgb(250 204 21 / 0.05);
}

.text-yellow-400\/50{
  color: rgb(250 204 21 / 0.5);
}

.text-yellow-400\/55{
  color: rgb(250 204 21 / 0.55);
}

.text-yellow-400\/60{
  color: rgb(250 204 21 / 0.6);
}

.text-yellow-400\/65{
  color: rgb(250 204 21 / 0.65);
}

.text-yellow-400\/70{
  color: rgb(250 204 21 / 0.7);
}

.text-yellow-400\/75{
  color: rgb(250 204 21 / 0.75);
}

.text-yellow-400\/80{
  color: rgb(250 204 21 / 0.8);
}

.text-yellow-400\/85{
  color: rgb(250 204 21 / 0.85);
}

.text-yellow-400\/90{
  color: rgb(250 204 21 / 0.9);
}

.text-yellow-400\/95{
  color: rgb(250 204 21 / 0.95);
}

.text-yellow-50{
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity));
}

.text-yellow-50\/0{
  color: rgb(254 252 232 / 0);
}

.text-yellow-50\/10{
  color: rgb(254 252 232 / 0.1);
}

.text-yellow-50\/100{
  color: rgb(254 252 232 / 1);
}

.text-yellow-50\/15{
  color: rgb(254 252 232 / 0.15);
}

.text-yellow-50\/20{
  color: rgb(254 252 232 / 0.2);
}

.text-yellow-50\/25{
  color: rgb(254 252 232 / 0.25);
}

.text-yellow-50\/30{
  color: rgb(254 252 232 / 0.3);
}

.text-yellow-50\/35{
  color: rgb(254 252 232 / 0.35);
}

.text-yellow-50\/40{
  color: rgb(254 252 232 / 0.4);
}

.text-yellow-50\/45{
  color: rgb(254 252 232 / 0.45);
}

.text-yellow-50\/5{
  color: rgb(254 252 232 / 0.05);
}

.text-yellow-50\/50{
  color: rgb(254 252 232 / 0.5);
}

.text-yellow-50\/55{
  color: rgb(254 252 232 / 0.55);
}

.text-yellow-50\/60{
  color: rgb(254 252 232 / 0.6);
}

.text-yellow-50\/65{
  color: rgb(254 252 232 / 0.65);
}

.text-yellow-50\/70{
  color: rgb(254 252 232 / 0.7);
}

.text-yellow-50\/75{
  color: rgb(254 252 232 / 0.75);
}

.text-yellow-50\/80{
  color: rgb(254 252 232 / 0.8);
}

.text-yellow-50\/85{
  color: rgb(254 252 232 / 0.85);
}

.text-yellow-50\/90{
  color: rgb(254 252 232 / 0.9);
}

.text-yellow-50\/95{
  color: rgb(254 252 232 / 0.95);
}

.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}

.text-yellow-500\/0{
  color: rgb(234 179 8 / 0);
}

.text-yellow-500\/10{
  color: rgb(234 179 8 / 0.1);
}

.text-yellow-500\/100{
  color: rgb(234 179 8 / 1);
}

.text-yellow-500\/15{
  color: rgb(234 179 8 / 0.15);
}

.text-yellow-500\/20{
  color: rgb(234 179 8 / 0.2);
}

.text-yellow-500\/25{
  color: rgb(234 179 8 / 0.25);
}

.text-yellow-500\/30{
  color: rgb(234 179 8 / 0.3);
}

.text-yellow-500\/35{
  color: rgb(234 179 8 / 0.35);
}

.text-yellow-500\/40{
  color: rgb(234 179 8 / 0.4);
}

.text-yellow-500\/45{
  color: rgb(234 179 8 / 0.45);
}

.text-yellow-500\/5{
  color: rgb(234 179 8 / 0.05);
}

.text-yellow-500\/50{
  color: rgb(234 179 8 / 0.5);
}

.text-yellow-500\/55{
  color: rgb(234 179 8 / 0.55);
}

.text-yellow-500\/60{
  color: rgb(234 179 8 / 0.6);
}

.text-yellow-500\/65{
  color: rgb(234 179 8 / 0.65);
}

.text-yellow-500\/70{
  color: rgb(234 179 8 / 0.7);
}

.text-yellow-500\/75{
  color: rgb(234 179 8 / 0.75);
}

.text-yellow-500\/80{
  color: rgb(234 179 8 / 0.8);
}

.text-yellow-500\/85{
  color: rgb(234 179 8 / 0.85);
}

.text-yellow-500\/90{
  color: rgb(234 179 8 / 0.9);
}

.text-yellow-500\/95{
  color: rgb(234 179 8 / 0.95);
}

.text-yellow-600{
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}

.text-yellow-600\/0{
  color: rgb(202 138 4 / 0);
}

.text-yellow-600\/10{
  color: rgb(202 138 4 / 0.1);
}

.text-yellow-600\/100{
  color: rgb(202 138 4 / 1);
}

.text-yellow-600\/15{
  color: rgb(202 138 4 / 0.15);
}

.text-yellow-600\/20{
  color: rgb(202 138 4 / 0.2);
}

.text-yellow-600\/25{
  color: rgb(202 138 4 / 0.25);
}

.text-yellow-600\/30{
  color: rgb(202 138 4 / 0.3);
}

.text-yellow-600\/35{
  color: rgb(202 138 4 / 0.35);
}

.text-yellow-600\/40{
  color: rgb(202 138 4 / 0.4);
}

.text-yellow-600\/45{
  color: rgb(202 138 4 / 0.45);
}

.text-yellow-600\/5{
  color: rgb(202 138 4 / 0.05);
}

.text-yellow-600\/50{
  color: rgb(202 138 4 / 0.5);
}

.text-yellow-600\/55{
  color: rgb(202 138 4 / 0.55);
}

.text-yellow-600\/60{
  color: rgb(202 138 4 / 0.6);
}

.text-yellow-600\/65{
  color: rgb(202 138 4 / 0.65);
}

.text-yellow-600\/70{
  color: rgb(202 138 4 / 0.7);
}

.text-yellow-600\/75{
  color: rgb(202 138 4 / 0.75);
}

.text-yellow-600\/80{
  color: rgb(202 138 4 / 0.8);
}

.text-yellow-600\/85{
  color: rgb(202 138 4 / 0.85);
}

.text-yellow-600\/90{
  color: rgb(202 138 4 / 0.9);
}

.text-yellow-600\/95{
  color: rgb(202 138 4 / 0.95);
}

.text-yellow-700{
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}

.text-yellow-700\/0{
  color: rgb(161 98 7 / 0);
}

.text-yellow-700\/10{
  color: rgb(161 98 7 / 0.1);
}

.text-yellow-700\/100{
  color: rgb(161 98 7 / 1);
}

.text-yellow-700\/15{
  color: rgb(161 98 7 / 0.15);
}

.text-yellow-700\/20{
  color: rgb(161 98 7 / 0.2);
}

.text-yellow-700\/25{
  color: rgb(161 98 7 / 0.25);
}

.text-yellow-700\/30{
  color: rgb(161 98 7 / 0.3);
}

.text-yellow-700\/35{
  color: rgb(161 98 7 / 0.35);
}

.text-yellow-700\/40{
  color: rgb(161 98 7 / 0.4);
}

.text-yellow-700\/45{
  color: rgb(161 98 7 / 0.45);
}

.text-yellow-700\/5{
  color: rgb(161 98 7 / 0.05);
}

.text-yellow-700\/50{
  color: rgb(161 98 7 / 0.5);
}

.text-yellow-700\/55{
  color: rgb(161 98 7 / 0.55);
}

.text-yellow-700\/60{
  color: rgb(161 98 7 / 0.6);
}

.text-yellow-700\/65{
  color: rgb(161 98 7 / 0.65);
}

.text-yellow-700\/70{
  color: rgb(161 98 7 / 0.7);
}

.text-yellow-700\/75{
  color: rgb(161 98 7 / 0.75);
}

.text-yellow-700\/80{
  color: rgb(161 98 7 / 0.8);
}

.text-yellow-700\/85{
  color: rgb(161 98 7 / 0.85);
}

.text-yellow-700\/90{
  color: rgb(161 98 7 / 0.9);
}

.text-yellow-700\/95{
  color: rgb(161 98 7 / 0.95);
}

.text-yellow-800{
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}

.text-yellow-800\/0{
  color: rgb(133 77 14 / 0);
}

.text-yellow-800\/10{
  color: rgb(133 77 14 / 0.1);
}

.text-yellow-800\/100{
  color: rgb(133 77 14 / 1);
}

.text-yellow-800\/15{
  color: rgb(133 77 14 / 0.15);
}

.text-yellow-800\/20{
  color: rgb(133 77 14 / 0.2);
}

.text-yellow-800\/25{
  color: rgb(133 77 14 / 0.25);
}

.text-yellow-800\/30{
  color: rgb(133 77 14 / 0.3);
}

.text-yellow-800\/35{
  color: rgb(133 77 14 / 0.35);
}

.text-yellow-800\/40{
  color: rgb(133 77 14 / 0.4);
}

.text-yellow-800\/45{
  color: rgb(133 77 14 / 0.45);
}

.text-yellow-800\/5{
  color: rgb(133 77 14 / 0.05);
}

.text-yellow-800\/50{
  color: rgb(133 77 14 / 0.5);
}

.text-yellow-800\/55{
  color: rgb(133 77 14 / 0.55);
}

.text-yellow-800\/60{
  color: rgb(133 77 14 / 0.6);
}

.text-yellow-800\/65{
  color: rgb(133 77 14 / 0.65);
}

.text-yellow-800\/70{
  color: rgb(133 77 14 / 0.7);
}

.text-yellow-800\/75{
  color: rgb(133 77 14 / 0.75);
}

.text-yellow-800\/80{
  color: rgb(133 77 14 / 0.8);
}

.text-yellow-800\/85{
  color: rgb(133 77 14 / 0.85);
}

.text-yellow-800\/90{
  color: rgb(133 77 14 / 0.9);
}

.text-yellow-800\/95{
  color: rgb(133 77 14 / 0.95);
}

.text-yellow-900{
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity));
}

.text-yellow-900\/0{
  color: rgb(113 63 18 / 0);
}

.text-yellow-900\/10{
  color: rgb(113 63 18 / 0.1);
}

.text-yellow-900\/100{
  color: rgb(113 63 18 / 1);
}

.text-yellow-900\/15{
  color: rgb(113 63 18 / 0.15);
}

.text-yellow-900\/20{
  color: rgb(113 63 18 / 0.2);
}

.text-yellow-900\/25{
  color: rgb(113 63 18 / 0.25);
}

.text-yellow-900\/30{
  color: rgb(113 63 18 / 0.3);
}

.text-yellow-900\/35{
  color: rgb(113 63 18 / 0.35);
}

.text-yellow-900\/40{
  color: rgb(113 63 18 / 0.4);
}

.text-yellow-900\/45{
  color: rgb(113 63 18 / 0.45);
}

.text-yellow-900\/5{
  color: rgb(113 63 18 / 0.05);
}

.text-yellow-900\/50{
  color: rgb(113 63 18 / 0.5);
}

.text-yellow-900\/55{
  color: rgb(113 63 18 / 0.55);
}

.text-yellow-900\/60{
  color: rgb(113 63 18 / 0.6);
}

.text-yellow-900\/65{
  color: rgb(113 63 18 / 0.65);
}

.text-yellow-900\/70{
  color: rgb(113 63 18 / 0.7);
}

.text-yellow-900\/75{
  color: rgb(113 63 18 / 0.75);
}

.text-yellow-900\/80{
  color: rgb(113 63 18 / 0.8);
}

.text-yellow-900\/85{
  color: rgb(113 63 18 / 0.85);
}

.text-yellow-900\/90{
  color: rgb(113 63 18 / 0.9);
}

.text-yellow-900\/95{
  color: rgb(113 63 18 / 0.95);
}

.underline{
  text-decoration-line: underline;
}

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.drop-shadow-2xl{
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-md{
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-none{
  --tw-drop-shadow: drop-shadow(0 0 #0000);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-sm{
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-xl{
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.header {
  background-color: #A3C612 !important;
}

#header h1.site_title {
  background-color: #A3C612 !important;
  text-shadow: none;
}

#header .tabs > li.current > a, 
#header .tabs > li:hover > a, 
#header a.has_nested:hover, 
#header a.has_nested.current {
  background-color: #879f13 !important;
}

#header a, #header a:link, #header a:visited {
  color: #fff !important;
}

.panel > h3 {
  background-color: #A3C612 !important;
  color: #fff !important;
  text-shadow: none !important;
}

.button, 
input[type=submit], 
input[type=button], 
button {
  background: #A3C612 !important;
  color: #fff !important;
  text-shadow: none !important;
}

.button:hover, 
input[type=submit]:hover, 
input[type=button]:hover, 
button:hover {
  background: #879f13 !important;
}

.sidebar_section h3 {
  background-color: #A3C612 !important;
  color: #fff !important;
  text-shadow: none !important;
}

.scope.selected a {
  background-color: #A3C612 !important;
  color: #fff !important;
}

.table_tools .scopes ul li a {
  color: #A3C612 !important;
}

.table_tools .scopes ul li.selected a {
  background-color: #A3C612 !important;
  color: #fff !important;
}

.pagination a:hover {
  background-color: #A3C612 !important;
  color: #fff !important;
}

.pagination .current {
  background-color: #A3C612 !important;
}

.attributes_table th {
  color: #A3C612 !important;
}

.status_tag.active, 
.status_tag.completed, 
.status_tag.yes {
  background: #A3C612 !important;
}

form fieldset > legend {
  color: #A3C612 !important;
}

form .inputs > legend {
  color: #A3C612 !important;
}

form input:focus, form textarea:focus, form select:focus {
  border-color: #A3C612 !important;
  box-shadow: 0 0 0 2px rgba(163, 198, 18, 0.25) !important;
}

.tabs li.active a {
  border-top: 2px solid #A3C612 !important;
  color: #A3C612 !important;
}

.tabs li a:hover {
  color: #A3C612 !important;
}

.comment .active_admin_comment_meta{
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.comment .active_admin_comment_meta .active_admin_comment_author{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.comment .active_admin_comment_body{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

/* Dark mode support - opcional */

@media (prefers-color-scheme: dark) {
  body.active_admin{
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  #header{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #312e81 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #1e3a8a var(--tw-gradient-to-position);
  }

  table.index_table th{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #1f2937 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #374151 var(--tw-gradient-to-position);
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
  }

  table.index_table tr.odd td{
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
  }

  table.index_table tr.even td{
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
  }

  table.index_table tr:hover td{
    --tw-bg-opacity: 1;
    background-color: rgb(49 46 129 / var(--tw-bg-opacity));
  }

  table.index_table td{
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

  form fieldset, .panel, .sidebar_section, .filter_form, .comments{
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
  }

  form fieldset legend, .panel h3, .sidebar_section h3, .comments h3{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #374151 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #4b5563 var(--tw-gradient-to-position);
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
  }

  form label{
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
  }

  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, form select{
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}

.hover\:border-blue-100:hover{
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity));
}

.hover\:border-blue-100\/0:hover{
  border-color: rgb(219 234 254 / 0);
}

.hover\:border-blue-100\/10:hover{
  border-color: rgb(219 234 254 / 0.1);
}

.hover\:border-blue-100\/100:hover{
  border-color: rgb(219 234 254 / 1);
}

.hover\:border-blue-100\/15:hover{
  border-color: rgb(219 234 254 / 0.15);
}

.hover\:border-blue-100\/20:hover{
  border-color: rgb(219 234 254 / 0.2);
}

.hover\:border-blue-100\/25:hover{
  border-color: rgb(219 234 254 / 0.25);
}

.hover\:border-blue-100\/30:hover{
  border-color: rgb(219 234 254 / 0.3);
}

.hover\:border-blue-100\/35:hover{
  border-color: rgb(219 234 254 / 0.35);
}

.hover\:border-blue-100\/40:hover{
  border-color: rgb(219 234 254 / 0.4);
}

.hover\:border-blue-100\/45:hover{
  border-color: rgb(219 234 254 / 0.45);
}

.hover\:border-blue-100\/5:hover{
  border-color: rgb(219 234 254 / 0.05);
}

.hover\:border-blue-100\/50:hover{
  border-color: rgb(219 234 254 / 0.5);
}

.hover\:border-blue-100\/55:hover{
  border-color: rgb(219 234 254 / 0.55);
}

.hover\:border-blue-100\/60:hover{
  border-color: rgb(219 234 254 / 0.6);
}

.hover\:border-blue-100\/65:hover{
  border-color: rgb(219 234 254 / 0.65);
}

.hover\:border-blue-100\/70:hover{
  border-color: rgb(219 234 254 / 0.7);
}

.hover\:border-blue-100\/75:hover{
  border-color: rgb(219 234 254 / 0.75);
}

.hover\:border-blue-100\/80:hover{
  border-color: rgb(219 234 254 / 0.8);
}

.hover\:border-blue-100\/85:hover{
  border-color: rgb(219 234 254 / 0.85);
}

.hover\:border-blue-100\/90:hover{
  border-color: rgb(219 234 254 / 0.9);
}

.hover\:border-blue-100\/95:hover{
  border-color: rgb(219 234 254 / 0.95);
}

.hover\:border-blue-200:hover{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.hover\:border-blue-200\/0:hover{
  border-color: rgb(191 219 254 / 0);
}

.hover\:border-blue-200\/10:hover{
  border-color: rgb(191 219 254 / 0.1);
}

.hover\:border-blue-200\/100:hover{
  border-color: rgb(191 219 254 / 1);
}

.hover\:border-blue-200\/15:hover{
  border-color: rgb(191 219 254 / 0.15);
}

.hover\:border-blue-200\/20:hover{
  border-color: rgb(191 219 254 / 0.2);
}

.hover\:border-blue-200\/25:hover{
  border-color: rgb(191 219 254 / 0.25);
}

.hover\:border-blue-200\/30:hover{
  border-color: rgb(191 219 254 / 0.3);
}

.hover\:border-blue-200\/35:hover{
  border-color: rgb(191 219 254 / 0.35);
}

.hover\:border-blue-200\/40:hover{
  border-color: rgb(191 219 254 / 0.4);
}

.hover\:border-blue-200\/45:hover{
  border-color: rgb(191 219 254 / 0.45);
}

.hover\:border-blue-200\/5:hover{
  border-color: rgb(191 219 254 / 0.05);
}

.hover\:border-blue-200\/50:hover{
  border-color: rgb(191 219 254 / 0.5);
}

.hover\:border-blue-200\/55:hover{
  border-color: rgb(191 219 254 / 0.55);
}

.hover\:border-blue-200\/60:hover{
  border-color: rgb(191 219 254 / 0.6);
}

.hover\:border-blue-200\/65:hover{
  border-color: rgb(191 219 254 / 0.65);
}

.hover\:border-blue-200\/70:hover{
  border-color: rgb(191 219 254 / 0.7);
}

.hover\:border-blue-200\/75:hover{
  border-color: rgb(191 219 254 / 0.75);
}

.hover\:border-blue-200\/80:hover{
  border-color: rgb(191 219 254 / 0.8);
}

.hover\:border-blue-200\/85:hover{
  border-color: rgb(191 219 254 / 0.85);
}

.hover\:border-blue-200\/90:hover{
  border-color: rgb(191 219 254 / 0.9);
}

.hover\:border-blue-200\/95:hover{
  border-color: rgb(191 219 254 / 0.95);
}

.hover\:border-blue-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.hover\:border-blue-300\/0:hover{
  border-color: rgb(147 197 253 / 0);
}

.hover\:border-blue-300\/10:hover{
  border-color: rgb(147 197 253 / 0.1);
}

.hover\:border-blue-300\/100:hover{
  border-color: rgb(147 197 253 / 1);
}

.hover\:border-blue-300\/15:hover{
  border-color: rgb(147 197 253 / 0.15);
}

.hover\:border-blue-300\/20:hover{
  border-color: rgb(147 197 253 / 0.2);
}

.hover\:border-blue-300\/25:hover{
  border-color: rgb(147 197 253 / 0.25);
}

.hover\:border-blue-300\/30:hover{
  border-color: rgb(147 197 253 / 0.3);
}

.hover\:border-blue-300\/35:hover{
  border-color: rgb(147 197 253 / 0.35);
}

.hover\:border-blue-300\/40:hover{
  border-color: rgb(147 197 253 / 0.4);
}

.hover\:border-blue-300\/45:hover{
  border-color: rgb(147 197 253 / 0.45);
}

.hover\:border-blue-300\/5:hover{
  border-color: rgb(147 197 253 / 0.05);
}

.hover\:border-blue-300\/50:hover{
  border-color: rgb(147 197 253 / 0.5);
}

.hover\:border-blue-300\/55:hover{
  border-color: rgb(147 197 253 / 0.55);
}

.hover\:border-blue-300\/60:hover{
  border-color: rgb(147 197 253 / 0.6);
}

.hover\:border-blue-300\/65:hover{
  border-color: rgb(147 197 253 / 0.65);
}

.hover\:border-blue-300\/70:hover{
  border-color: rgb(147 197 253 / 0.7);
}

.hover\:border-blue-300\/75:hover{
  border-color: rgb(147 197 253 / 0.75);
}

.hover\:border-blue-300\/80:hover{
  border-color: rgb(147 197 253 / 0.8);
}

.hover\:border-blue-300\/85:hover{
  border-color: rgb(147 197 253 / 0.85);
}

.hover\:border-blue-300\/90:hover{
  border-color: rgb(147 197 253 / 0.9);
}

.hover\:border-blue-300\/95:hover{
  border-color: rgb(147 197 253 / 0.95);
}

.hover\:border-blue-400:hover{
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.hover\:border-blue-400\/0:hover{
  border-color: rgb(96 165 250 / 0);
}

.hover\:border-blue-400\/10:hover{
  border-color: rgb(96 165 250 / 0.1);
}

.hover\:border-blue-400\/100:hover{
  border-color: rgb(96 165 250 / 1);
}

.hover\:border-blue-400\/15:hover{
  border-color: rgb(96 165 250 / 0.15);
}

.hover\:border-blue-400\/20:hover{
  border-color: rgb(96 165 250 / 0.2);
}

.hover\:border-blue-400\/25:hover{
  border-color: rgb(96 165 250 / 0.25);
}

.hover\:border-blue-400\/30:hover{
  border-color: rgb(96 165 250 / 0.3);
}

.hover\:border-blue-400\/35:hover{
  border-color: rgb(96 165 250 / 0.35);
}

.hover\:border-blue-400\/40:hover{
  border-color: rgb(96 165 250 / 0.4);
}

.hover\:border-blue-400\/45:hover{
  border-color: rgb(96 165 250 / 0.45);
}

.hover\:border-blue-400\/5:hover{
  border-color: rgb(96 165 250 / 0.05);
}

.hover\:border-blue-400\/50:hover{
  border-color: rgb(96 165 250 / 0.5);
}

.hover\:border-blue-400\/55:hover{
  border-color: rgb(96 165 250 / 0.55);
}

.hover\:border-blue-400\/60:hover{
  border-color: rgb(96 165 250 / 0.6);
}

.hover\:border-blue-400\/65:hover{
  border-color: rgb(96 165 250 / 0.65);
}

.hover\:border-blue-400\/70:hover{
  border-color: rgb(96 165 250 / 0.7);
}

.hover\:border-blue-400\/75:hover{
  border-color: rgb(96 165 250 / 0.75);
}

.hover\:border-blue-400\/80:hover{
  border-color: rgb(96 165 250 / 0.8);
}

.hover\:border-blue-400\/85:hover{
  border-color: rgb(96 165 250 / 0.85);
}

.hover\:border-blue-400\/90:hover{
  border-color: rgb(96 165 250 / 0.9);
}

.hover\:border-blue-400\/95:hover{
  border-color: rgb(96 165 250 / 0.95);
}

.hover\:border-blue-50:hover{
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.hover\:border-blue-50\/0:hover{
  border-color: rgb(239 246 255 / 0);
}

.hover\:border-blue-50\/10:hover{
  border-color: rgb(239 246 255 / 0.1);
}

.hover\:border-blue-50\/100:hover{
  border-color: rgb(239 246 255 / 1);
}

.hover\:border-blue-50\/15:hover{
  border-color: rgb(239 246 255 / 0.15);
}

.hover\:border-blue-50\/20:hover{
  border-color: rgb(239 246 255 / 0.2);
}

.hover\:border-blue-50\/25:hover{
  border-color: rgb(239 246 255 / 0.25);
}

.hover\:border-blue-50\/30:hover{
  border-color: rgb(239 246 255 / 0.3);
}

.hover\:border-blue-50\/35:hover{
  border-color: rgb(239 246 255 / 0.35);
}

.hover\:border-blue-50\/40:hover{
  border-color: rgb(239 246 255 / 0.4);
}

.hover\:border-blue-50\/45:hover{
  border-color: rgb(239 246 255 / 0.45);
}

.hover\:border-blue-50\/5:hover{
  border-color: rgb(239 246 255 / 0.05);
}

.hover\:border-blue-50\/50:hover{
  border-color: rgb(239 246 255 / 0.5);
}

.hover\:border-blue-50\/55:hover{
  border-color: rgb(239 246 255 / 0.55);
}

.hover\:border-blue-50\/60:hover{
  border-color: rgb(239 246 255 / 0.6);
}

.hover\:border-blue-50\/65:hover{
  border-color: rgb(239 246 255 / 0.65);
}

.hover\:border-blue-50\/70:hover{
  border-color: rgb(239 246 255 / 0.7);
}

.hover\:border-blue-50\/75:hover{
  border-color: rgb(239 246 255 / 0.75);
}

.hover\:border-blue-50\/80:hover{
  border-color: rgb(239 246 255 / 0.8);
}

.hover\:border-blue-50\/85:hover{
  border-color: rgb(239 246 255 / 0.85);
}

.hover\:border-blue-50\/90:hover{
  border-color: rgb(239 246 255 / 0.9);
}

.hover\:border-blue-50\/95:hover{
  border-color: rgb(239 246 255 / 0.95);
}

.hover\:border-blue-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.hover\:border-blue-500\/0:hover{
  border-color: rgb(59 130 246 / 0);
}

.hover\:border-blue-500\/10:hover{
  border-color: rgb(59 130 246 / 0.1);
}

.hover\:border-blue-500\/100:hover{
  border-color: rgb(59 130 246 / 1);
}

.hover\:border-blue-500\/15:hover{
  border-color: rgb(59 130 246 / 0.15);
}

.hover\:border-blue-500\/20:hover{
  border-color: rgb(59 130 246 / 0.2);
}

.hover\:border-blue-500\/25:hover{
  border-color: rgb(59 130 246 / 0.25);
}

.hover\:border-blue-500\/30:hover{
  border-color: rgb(59 130 246 / 0.3);
}

.hover\:border-blue-500\/35:hover{
  border-color: rgb(59 130 246 / 0.35);
}

.hover\:border-blue-500\/40:hover{
  border-color: rgb(59 130 246 / 0.4);
}

.hover\:border-blue-500\/45:hover{
  border-color: rgb(59 130 246 / 0.45);
}

.hover\:border-blue-500\/5:hover{
  border-color: rgb(59 130 246 / 0.05);
}

.hover\:border-blue-500\/50:hover{
  border-color: rgb(59 130 246 / 0.5);
}

.hover\:border-blue-500\/55:hover{
  border-color: rgb(59 130 246 / 0.55);
}

.hover\:border-blue-500\/60:hover{
  border-color: rgb(59 130 246 / 0.6);
}

.hover\:border-blue-500\/65:hover{
  border-color: rgb(59 130 246 / 0.65);
}

.hover\:border-blue-500\/70:hover{
  border-color: rgb(59 130 246 / 0.7);
}

.hover\:border-blue-500\/75:hover{
  border-color: rgb(59 130 246 / 0.75);
}

.hover\:border-blue-500\/80:hover{
  border-color: rgb(59 130 246 / 0.8);
}

.hover\:border-blue-500\/85:hover{
  border-color: rgb(59 130 246 / 0.85);
}

.hover\:border-blue-500\/90:hover{
  border-color: rgb(59 130 246 / 0.9);
}

.hover\:border-blue-500\/95:hover{
  border-color: rgb(59 130 246 / 0.95);
}

.hover\:border-blue-600:hover{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.hover\:border-blue-600\/0:hover{
  border-color: rgb(37 99 235 / 0);
}

.hover\:border-blue-600\/10:hover{
  border-color: rgb(37 99 235 / 0.1);
}

.hover\:border-blue-600\/100:hover{
  border-color: rgb(37 99 235 / 1);
}

.hover\:border-blue-600\/15:hover{
  border-color: rgb(37 99 235 / 0.15);
}

.hover\:border-blue-600\/20:hover{
  border-color: rgb(37 99 235 / 0.2);
}

.hover\:border-blue-600\/25:hover{
  border-color: rgb(37 99 235 / 0.25);
}

.hover\:border-blue-600\/30:hover{
  border-color: rgb(37 99 235 / 0.3);
}

.hover\:border-blue-600\/35:hover{
  border-color: rgb(37 99 235 / 0.35);
}

.hover\:border-blue-600\/40:hover{
  border-color: rgb(37 99 235 / 0.4);
}

.hover\:border-blue-600\/45:hover{
  border-color: rgb(37 99 235 / 0.45);
}

.hover\:border-blue-600\/5:hover{
  border-color: rgb(37 99 235 / 0.05);
}

.hover\:border-blue-600\/50:hover{
  border-color: rgb(37 99 235 / 0.5);
}

.hover\:border-blue-600\/55:hover{
  border-color: rgb(37 99 235 / 0.55);
}

.hover\:border-blue-600\/60:hover{
  border-color: rgb(37 99 235 / 0.6);
}

.hover\:border-blue-600\/65:hover{
  border-color: rgb(37 99 235 / 0.65);
}

.hover\:border-blue-600\/70:hover{
  border-color: rgb(37 99 235 / 0.7);
}

.hover\:border-blue-600\/75:hover{
  border-color: rgb(37 99 235 / 0.75);
}

.hover\:border-blue-600\/80:hover{
  border-color: rgb(37 99 235 / 0.8);
}

.hover\:border-blue-600\/85:hover{
  border-color: rgb(37 99 235 / 0.85);
}

.hover\:border-blue-600\/90:hover{
  border-color: rgb(37 99 235 / 0.9);
}

.hover\:border-blue-600\/95:hover{
  border-color: rgb(37 99 235 / 0.95);
}

.hover\:border-blue-700:hover{
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.hover\:border-blue-700\/0:hover{
  border-color: rgb(29 78 216 / 0);
}

.hover\:border-blue-700\/10:hover{
  border-color: rgb(29 78 216 / 0.1);
}

.hover\:border-blue-700\/100:hover{
  border-color: rgb(29 78 216 / 1);
}

.hover\:border-blue-700\/15:hover{
  border-color: rgb(29 78 216 / 0.15);
}

.hover\:border-blue-700\/20:hover{
  border-color: rgb(29 78 216 / 0.2);
}

.hover\:border-blue-700\/25:hover{
  border-color: rgb(29 78 216 / 0.25);
}

.hover\:border-blue-700\/30:hover{
  border-color: rgb(29 78 216 / 0.3);
}

.hover\:border-blue-700\/35:hover{
  border-color: rgb(29 78 216 / 0.35);
}

.hover\:border-blue-700\/40:hover{
  border-color: rgb(29 78 216 / 0.4);
}

.hover\:border-blue-700\/45:hover{
  border-color: rgb(29 78 216 / 0.45);
}

.hover\:border-blue-700\/5:hover{
  border-color: rgb(29 78 216 / 0.05);
}

.hover\:border-blue-700\/50:hover{
  border-color: rgb(29 78 216 / 0.5);
}

.hover\:border-blue-700\/55:hover{
  border-color: rgb(29 78 216 / 0.55);
}

.hover\:border-blue-700\/60:hover{
  border-color: rgb(29 78 216 / 0.6);
}

.hover\:border-blue-700\/65:hover{
  border-color: rgb(29 78 216 / 0.65);
}

.hover\:border-blue-700\/70:hover{
  border-color: rgb(29 78 216 / 0.7);
}

.hover\:border-blue-700\/75:hover{
  border-color: rgb(29 78 216 / 0.75);
}

.hover\:border-blue-700\/80:hover{
  border-color: rgb(29 78 216 / 0.8);
}

.hover\:border-blue-700\/85:hover{
  border-color: rgb(29 78 216 / 0.85);
}

.hover\:border-blue-700\/90:hover{
  border-color: rgb(29 78 216 / 0.9);
}

.hover\:border-blue-700\/95:hover{
  border-color: rgb(29 78 216 / 0.95);
}

.hover\:border-blue-800:hover{
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.hover\:border-blue-800\/0:hover{
  border-color: rgb(30 64 175 / 0);
}

.hover\:border-blue-800\/10:hover{
  border-color: rgb(30 64 175 / 0.1);
}

.hover\:border-blue-800\/100:hover{
  border-color: rgb(30 64 175 / 1);
}

.hover\:border-blue-800\/15:hover{
  border-color: rgb(30 64 175 / 0.15);
}

.hover\:border-blue-800\/20:hover{
  border-color: rgb(30 64 175 / 0.2);
}

.hover\:border-blue-800\/25:hover{
  border-color: rgb(30 64 175 / 0.25);
}

.hover\:border-blue-800\/30:hover{
  border-color: rgb(30 64 175 / 0.3);
}

.hover\:border-blue-800\/35:hover{
  border-color: rgb(30 64 175 / 0.35);
}

.hover\:border-blue-800\/40:hover{
  border-color: rgb(30 64 175 / 0.4);
}

.hover\:border-blue-800\/45:hover{
  border-color: rgb(30 64 175 / 0.45);
}

.hover\:border-blue-800\/5:hover{
  border-color: rgb(30 64 175 / 0.05);
}

.hover\:border-blue-800\/50:hover{
  border-color: rgb(30 64 175 / 0.5);
}

.hover\:border-blue-800\/55:hover{
  border-color: rgb(30 64 175 / 0.55);
}

.hover\:border-blue-800\/60:hover{
  border-color: rgb(30 64 175 / 0.6);
}

.hover\:border-blue-800\/65:hover{
  border-color: rgb(30 64 175 / 0.65);
}

.hover\:border-blue-800\/70:hover{
  border-color: rgb(30 64 175 / 0.7);
}

.hover\:border-blue-800\/75:hover{
  border-color: rgb(30 64 175 / 0.75);
}

.hover\:border-blue-800\/80:hover{
  border-color: rgb(30 64 175 / 0.8);
}

.hover\:border-blue-800\/85:hover{
  border-color: rgb(30 64 175 / 0.85);
}

.hover\:border-blue-800\/90:hover{
  border-color: rgb(30 64 175 / 0.9);
}

.hover\:border-blue-800\/95:hover{
  border-color: rgb(30 64 175 / 0.95);
}

.hover\:border-blue-900:hover{
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.hover\:border-blue-900\/0:hover{
  border-color: rgb(30 58 138 / 0);
}

.hover\:border-blue-900\/10:hover{
  border-color: rgb(30 58 138 / 0.1);
}

.hover\:border-blue-900\/100:hover{
  border-color: rgb(30 58 138 / 1);
}

.hover\:border-blue-900\/15:hover{
  border-color: rgb(30 58 138 / 0.15);
}

.hover\:border-blue-900\/20:hover{
  border-color: rgb(30 58 138 / 0.2);
}

.hover\:border-blue-900\/25:hover{
  border-color: rgb(30 58 138 / 0.25);
}

.hover\:border-blue-900\/30:hover{
  border-color: rgb(30 58 138 / 0.3);
}

.hover\:border-blue-900\/35:hover{
  border-color: rgb(30 58 138 / 0.35);
}

.hover\:border-blue-900\/40:hover{
  border-color: rgb(30 58 138 / 0.4);
}

.hover\:border-blue-900\/45:hover{
  border-color: rgb(30 58 138 / 0.45);
}

.hover\:border-blue-900\/5:hover{
  border-color: rgb(30 58 138 / 0.05);
}

.hover\:border-blue-900\/50:hover{
  border-color: rgb(30 58 138 / 0.5);
}

.hover\:border-blue-900\/55:hover{
  border-color: rgb(30 58 138 / 0.55);
}

.hover\:border-blue-900\/60:hover{
  border-color: rgb(30 58 138 / 0.6);
}

.hover\:border-blue-900\/65:hover{
  border-color: rgb(30 58 138 / 0.65);
}

.hover\:border-blue-900\/70:hover{
  border-color: rgb(30 58 138 / 0.7);
}

.hover\:border-blue-900\/75:hover{
  border-color: rgb(30 58 138 / 0.75);
}

.hover\:border-blue-900\/80:hover{
  border-color: rgb(30 58 138 / 0.8);
}

.hover\:border-blue-900\/85:hover{
  border-color: rgb(30 58 138 / 0.85);
}

.hover\:border-blue-900\/90:hover{
  border-color: rgb(30 58 138 / 0.9);
}

.hover\:border-blue-900\/95:hover{
  border-color: rgb(30 58 138 / 0.95);
}

.hover\:border-gray-100:hover{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.hover\:border-gray-100\/0:hover{
  border-color: rgb(243 244 246 / 0);
}

.hover\:border-gray-100\/10:hover{
  border-color: rgb(243 244 246 / 0.1);
}

.hover\:border-gray-100\/100:hover{
  border-color: rgb(243 244 246 / 1);
}

.hover\:border-gray-100\/15:hover{
  border-color: rgb(243 244 246 / 0.15);
}

.hover\:border-gray-100\/20:hover{
  border-color: rgb(243 244 246 / 0.2);
}

.hover\:border-gray-100\/25:hover{
  border-color: rgb(243 244 246 / 0.25);
}

.hover\:border-gray-100\/30:hover{
  border-color: rgb(243 244 246 / 0.3);
}

.hover\:border-gray-100\/35:hover{
  border-color: rgb(243 244 246 / 0.35);
}

.hover\:border-gray-100\/40:hover{
  border-color: rgb(243 244 246 / 0.4);
}

.hover\:border-gray-100\/45:hover{
  border-color: rgb(243 244 246 / 0.45);
}

.hover\:border-gray-100\/5:hover{
  border-color: rgb(243 244 246 / 0.05);
}

.hover\:border-gray-100\/50:hover{
  border-color: rgb(243 244 246 / 0.5);
}

.hover\:border-gray-100\/55:hover{
  border-color: rgb(243 244 246 / 0.55);
}

.hover\:border-gray-100\/60:hover{
  border-color: rgb(243 244 246 / 0.6);
}

.hover\:border-gray-100\/65:hover{
  border-color: rgb(243 244 246 / 0.65);
}

.hover\:border-gray-100\/70:hover{
  border-color: rgb(243 244 246 / 0.7);
}

.hover\:border-gray-100\/75:hover{
  border-color: rgb(243 244 246 / 0.75);
}

.hover\:border-gray-100\/80:hover{
  border-color: rgb(243 244 246 / 0.8);
}

.hover\:border-gray-100\/85:hover{
  border-color: rgb(243 244 246 / 0.85);
}

.hover\:border-gray-100\/90:hover{
  border-color: rgb(243 244 246 / 0.9);
}

.hover\:border-gray-100\/95:hover{
  border-color: rgb(243 244 246 / 0.95);
}

.hover\:border-gray-200:hover{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.hover\:border-gray-200\/0:hover{
  border-color: rgb(229 231 235 / 0);
}

.hover\:border-gray-200\/10:hover{
  border-color: rgb(229 231 235 / 0.1);
}

.hover\:border-gray-200\/100:hover{
  border-color: rgb(229 231 235 / 1);
}

.hover\:border-gray-200\/15:hover{
  border-color: rgb(229 231 235 / 0.15);
}

.hover\:border-gray-200\/20:hover{
  border-color: rgb(229 231 235 / 0.2);
}

.hover\:border-gray-200\/25:hover{
  border-color: rgb(229 231 235 / 0.25);
}

.hover\:border-gray-200\/30:hover{
  border-color: rgb(229 231 235 / 0.3);
}

.hover\:border-gray-200\/35:hover{
  border-color: rgb(229 231 235 / 0.35);
}

.hover\:border-gray-200\/40:hover{
  border-color: rgb(229 231 235 / 0.4);
}

.hover\:border-gray-200\/45:hover{
  border-color: rgb(229 231 235 / 0.45);
}

.hover\:border-gray-200\/5:hover{
  border-color: rgb(229 231 235 / 0.05);
}

.hover\:border-gray-200\/50:hover{
  border-color: rgb(229 231 235 / 0.5);
}

.hover\:border-gray-200\/55:hover{
  border-color: rgb(229 231 235 / 0.55);
}

.hover\:border-gray-200\/60:hover{
  border-color: rgb(229 231 235 / 0.6);
}

.hover\:border-gray-200\/65:hover{
  border-color: rgb(229 231 235 / 0.65);
}

.hover\:border-gray-200\/70:hover{
  border-color: rgb(229 231 235 / 0.7);
}

.hover\:border-gray-200\/75:hover{
  border-color: rgb(229 231 235 / 0.75);
}

.hover\:border-gray-200\/80:hover{
  border-color: rgb(229 231 235 / 0.8);
}

.hover\:border-gray-200\/85:hover{
  border-color: rgb(229 231 235 / 0.85);
}

.hover\:border-gray-200\/90:hover{
  border-color: rgb(229 231 235 / 0.9);
}

.hover\:border-gray-200\/95:hover{
  border-color: rgb(229 231 235 / 0.95);
}

.hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.hover\:border-gray-300\/0:hover{
  border-color: rgb(209 213 219 / 0);
}

.hover\:border-gray-300\/10:hover{
  border-color: rgb(209 213 219 / 0.1);
}

.hover\:border-gray-300\/100:hover{
  border-color: rgb(209 213 219 / 1);
}

.hover\:border-gray-300\/15:hover{
  border-color: rgb(209 213 219 / 0.15);
}

.hover\:border-gray-300\/20:hover{
  border-color: rgb(209 213 219 / 0.2);
}

.hover\:border-gray-300\/25:hover{
  border-color: rgb(209 213 219 / 0.25);
}

.hover\:border-gray-300\/30:hover{
  border-color: rgb(209 213 219 / 0.3);
}

.hover\:border-gray-300\/35:hover{
  border-color: rgb(209 213 219 / 0.35);
}

.hover\:border-gray-300\/40:hover{
  border-color: rgb(209 213 219 / 0.4);
}

.hover\:border-gray-300\/45:hover{
  border-color: rgb(209 213 219 / 0.45);
}

.hover\:border-gray-300\/5:hover{
  border-color: rgb(209 213 219 / 0.05);
}

.hover\:border-gray-300\/50:hover{
  border-color: rgb(209 213 219 / 0.5);
}

.hover\:border-gray-300\/55:hover{
  border-color: rgb(209 213 219 / 0.55);
}

.hover\:border-gray-300\/60:hover{
  border-color: rgb(209 213 219 / 0.6);
}

.hover\:border-gray-300\/65:hover{
  border-color: rgb(209 213 219 / 0.65);
}

.hover\:border-gray-300\/70:hover{
  border-color: rgb(209 213 219 / 0.7);
}

.hover\:border-gray-300\/75:hover{
  border-color: rgb(209 213 219 / 0.75);
}

.hover\:border-gray-300\/80:hover{
  border-color: rgb(209 213 219 / 0.8);
}

.hover\:border-gray-300\/85:hover{
  border-color: rgb(209 213 219 / 0.85);
}

.hover\:border-gray-300\/90:hover{
  border-color: rgb(209 213 219 / 0.9);
}

.hover\:border-gray-300\/95:hover{
  border-color: rgb(209 213 219 / 0.95);
}

.hover\:border-gray-400:hover{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.hover\:border-gray-400\/0:hover{
  border-color: rgb(156 163 175 / 0);
}

.hover\:border-gray-400\/10:hover{
  border-color: rgb(156 163 175 / 0.1);
}

.hover\:border-gray-400\/100:hover{
  border-color: rgb(156 163 175 / 1);
}

.hover\:border-gray-400\/15:hover{
  border-color: rgb(156 163 175 / 0.15);
}

.hover\:border-gray-400\/20:hover{
  border-color: rgb(156 163 175 / 0.2);
}

.hover\:border-gray-400\/25:hover{
  border-color: rgb(156 163 175 / 0.25);
}

.hover\:border-gray-400\/30:hover{
  border-color: rgb(156 163 175 / 0.3);
}

.hover\:border-gray-400\/35:hover{
  border-color: rgb(156 163 175 / 0.35);
}

.hover\:border-gray-400\/40:hover{
  border-color: rgb(156 163 175 / 0.4);
}

.hover\:border-gray-400\/45:hover{
  border-color: rgb(156 163 175 / 0.45);
}

.hover\:border-gray-400\/5:hover{
  border-color: rgb(156 163 175 / 0.05);
}

.hover\:border-gray-400\/50:hover{
  border-color: rgb(156 163 175 / 0.5);
}

.hover\:border-gray-400\/55:hover{
  border-color: rgb(156 163 175 / 0.55);
}

.hover\:border-gray-400\/60:hover{
  border-color: rgb(156 163 175 / 0.6);
}

.hover\:border-gray-400\/65:hover{
  border-color: rgb(156 163 175 / 0.65);
}

.hover\:border-gray-400\/70:hover{
  border-color: rgb(156 163 175 / 0.7);
}

.hover\:border-gray-400\/75:hover{
  border-color: rgb(156 163 175 / 0.75);
}

.hover\:border-gray-400\/80:hover{
  border-color: rgb(156 163 175 / 0.8);
}

.hover\:border-gray-400\/85:hover{
  border-color: rgb(156 163 175 / 0.85);
}

.hover\:border-gray-400\/90:hover{
  border-color: rgb(156 163 175 / 0.9);
}

.hover\:border-gray-400\/95:hover{
  border-color: rgb(156 163 175 / 0.95);
}

.hover\:border-gray-50:hover{
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.hover\:border-gray-50\/0:hover{
  border-color: rgb(249 250 251 / 0);
}

.hover\:border-gray-50\/10:hover{
  border-color: rgb(249 250 251 / 0.1);
}

.hover\:border-gray-50\/100:hover{
  border-color: rgb(249 250 251 / 1);
}

.hover\:border-gray-50\/15:hover{
  border-color: rgb(249 250 251 / 0.15);
}

.hover\:border-gray-50\/20:hover{
  border-color: rgb(249 250 251 / 0.2);
}

.hover\:border-gray-50\/25:hover{
  border-color: rgb(249 250 251 / 0.25);
}

.hover\:border-gray-50\/30:hover{
  border-color: rgb(249 250 251 / 0.3);
}

.hover\:border-gray-50\/35:hover{
  border-color: rgb(249 250 251 / 0.35);
}

.hover\:border-gray-50\/40:hover{
  border-color: rgb(249 250 251 / 0.4);
}

.hover\:border-gray-50\/45:hover{
  border-color: rgb(249 250 251 / 0.45);
}

.hover\:border-gray-50\/5:hover{
  border-color: rgb(249 250 251 / 0.05);
}

.hover\:border-gray-50\/50:hover{
  border-color: rgb(249 250 251 / 0.5);
}

.hover\:border-gray-50\/55:hover{
  border-color: rgb(249 250 251 / 0.55);
}

.hover\:border-gray-50\/60:hover{
  border-color: rgb(249 250 251 / 0.6);
}

.hover\:border-gray-50\/65:hover{
  border-color: rgb(249 250 251 / 0.65);
}

.hover\:border-gray-50\/70:hover{
  border-color: rgb(249 250 251 / 0.7);
}

.hover\:border-gray-50\/75:hover{
  border-color: rgb(249 250 251 / 0.75);
}

.hover\:border-gray-50\/80:hover{
  border-color: rgb(249 250 251 / 0.8);
}

.hover\:border-gray-50\/85:hover{
  border-color: rgb(249 250 251 / 0.85);
}

.hover\:border-gray-50\/90:hover{
  border-color: rgb(249 250 251 / 0.9);
}

.hover\:border-gray-50\/95:hover{
  border-color: rgb(249 250 251 / 0.95);
}

.hover\:border-gray-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.hover\:border-gray-500\/0:hover{
  border-color: rgb(107 114 128 / 0);
}

.hover\:border-gray-500\/10:hover{
  border-color: rgb(107 114 128 / 0.1);
}

.hover\:border-gray-500\/100:hover{
  border-color: rgb(107 114 128 / 1);
}

.hover\:border-gray-500\/15:hover{
  border-color: rgb(107 114 128 / 0.15);
}

.hover\:border-gray-500\/20:hover{
  border-color: rgb(107 114 128 / 0.2);
}

.hover\:border-gray-500\/25:hover{
  border-color: rgb(107 114 128 / 0.25);
}

.hover\:border-gray-500\/30:hover{
  border-color: rgb(107 114 128 / 0.3);
}

.hover\:border-gray-500\/35:hover{
  border-color: rgb(107 114 128 / 0.35);
}

.hover\:border-gray-500\/40:hover{
  border-color: rgb(107 114 128 / 0.4);
}

.hover\:border-gray-500\/45:hover{
  border-color: rgb(107 114 128 / 0.45);
}

.hover\:border-gray-500\/5:hover{
  border-color: rgb(107 114 128 / 0.05);
}

.hover\:border-gray-500\/50:hover{
  border-color: rgb(107 114 128 / 0.5);
}

.hover\:border-gray-500\/55:hover{
  border-color: rgb(107 114 128 / 0.55);
}

.hover\:border-gray-500\/60:hover{
  border-color: rgb(107 114 128 / 0.6);
}

.hover\:border-gray-500\/65:hover{
  border-color: rgb(107 114 128 / 0.65);
}

.hover\:border-gray-500\/70:hover{
  border-color: rgb(107 114 128 / 0.7);
}

.hover\:border-gray-500\/75:hover{
  border-color: rgb(107 114 128 / 0.75);
}

.hover\:border-gray-500\/80:hover{
  border-color: rgb(107 114 128 / 0.8);
}

.hover\:border-gray-500\/85:hover{
  border-color: rgb(107 114 128 / 0.85);
}

.hover\:border-gray-500\/90:hover{
  border-color: rgb(107 114 128 / 0.9);
}

.hover\:border-gray-500\/95:hover{
  border-color: rgb(107 114 128 / 0.95);
}

.hover\:border-gray-600:hover{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.hover\:border-gray-600\/0:hover{
  border-color: rgb(75 85 99 / 0);
}

.hover\:border-gray-600\/10:hover{
  border-color: rgb(75 85 99 / 0.1);
}

.hover\:border-gray-600\/100:hover{
  border-color: rgb(75 85 99 / 1);
}

.hover\:border-gray-600\/15:hover{
  border-color: rgb(75 85 99 / 0.15);
}

.hover\:border-gray-600\/20:hover{
  border-color: rgb(75 85 99 / 0.2);
}

.hover\:border-gray-600\/25:hover{
  border-color: rgb(75 85 99 / 0.25);
}

.hover\:border-gray-600\/30:hover{
  border-color: rgb(75 85 99 / 0.3);
}

.hover\:border-gray-600\/35:hover{
  border-color: rgb(75 85 99 / 0.35);
}

.hover\:border-gray-600\/40:hover{
  border-color: rgb(75 85 99 / 0.4);
}

.hover\:border-gray-600\/45:hover{
  border-color: rgb(75 85 99 / 0.45);
}

.hover\:border-gray-600\/5:hover{
  border-color: rgb(75 85 99 / 0.05);
}

.hover\:border-gray-600\/50:hover{
  border-color: rgb(75 85 99 / 0.5);
}

.hover\:border-gray-600\/55:hover{
  border-color: rgb(75 85 99 / 0.55);
}

.hover\:border-gray-600\/60:hover{
  border-color: rgb(75 85 99 / 0.6);
}

.hover\:border-gray-600\/65:hover{
  border-color: rgb(75 85 99 / 0.65);
}

.hover\:border-gray-600\/70:hover{
  border-color: rgb(75 85 99 / 0.7);
}

.hover\:border-gray-600\/75:hover{
  border-color: rgb(75 85 99 / 0.75);
}

.hover\:border-gray-600\/80:hover{
  border-color: rgb(75 85 99 / 0.8);
}

.hover\:border-gray-600\/85:hover{
  border-color: rgb(75 85 99 / 0.85);
}

.hover\:border-gray-600\/90:hover{
  border-color: rgb(75 85 99 / 0.9);
}

.hover\:border-gray-600\/95:hover{
  border-color: rgb(75 85 99 / 0.95);
}

.hover\:border-gray-700:hover{
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.hover\:border-gray-700\/0:hover{
  border-color: rgb(55 65 81 / 0);
}

.hover\:border-gray-700\/10:hover{
  border-color: rgb(55 65 81 / 0.1);
}

.hover\:border-gray-700\/100:hover{
  border-color: rgb(55 65 81 / 1);
}

.hover\:border-gray-700\/15:hover{
  border-color: rgb(55 65 81 / 0.15);
}

.hover\:border-gray-700\/20:hover{
  border-color: rgb(55 65 81 / 0.2);
}

.hover\:border-gray-700\/25:hover{
  border-color: rgb(55 65 81 / 0.25);
}

.hover\:border-gray-700\/30:hover{
  border-color: rgb(55 65 81 / 0.3);
}

.hover\:border-gray-700\/35:hover{
  border-color: rgb(55 65 81 / 0.35);
}

.hover\:border-gray-700\/40:hover{
  border-color: rgb(55 65 81 / 0.4);
}

.hover\:border-gray-700\/45:hover{
  border-color: rgb(55 65 81 / 0.45);
}

.hover\:border-gray-700\/5:hover{
  border-color: rgb(55 65 81 / 0.05);
}

.hover\:border-gray-700\/50:hover{
  border-color: rgb(55 65 81 / 0.5);
}

.hover\:border-gray-700\/55:hover{
  border-color: rgb(55 65 81 / 0.55);
}

.hover\:border-gray-700\/60:hover{
  border-color: rgb(55 65 81 / 0.6);
}

.hover\:border-gray-700\/65:hover{
  border-color: rgb(55 65 81 / 0.65);
}

.hover\:border-gray-700\/70:hover{
  border-color: rgb(55 65 81 / 0.7);
}

.hover\:border-gray-700\/75:hover{
  border-color: rgb(55 65 81 / 0.75);
}

.hover\:border-gray-700\/80:hover{
  border-color: rgb(55 65 81 / 0.8);
}

.hover\:border-gray-700\/85:hover{
  border-color: rgb(55 65 81 / 0.85);
}

.hover\:border-gray-700\/90:hover{
  border-color: rgb(55 65 81 / 0.9);
}

.hover\:border-gray-700\/95:hover{
  border-color: rgb(55 65 81 / 0.95);
}

.hover\:border-gray-800:hover{
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.hover\:border-gray-800\/0:hover{
  border-color: rgb(31 41 55 / 0);
}

.hover\:border-gray-800\/10:hover{
  border-color: rgb(31 41 55 / 0.1);
}

.hover\:border-gray-800\/100:hover{
  border-color: rgb(31 41 55 / 1);
}

.hover\:border-gray-800\/15:hover{
  border-color: rgb(31 41 55 / 0.15);
}

.hover\:border-gray-800\/20:hover{
  border-color: rgb(31 41 55 / 0.2);
}

.hover\:border-gray-800\/25:hover{
  border-color: rgb(31 41 55 / 0.25);
}

.hover\:border-gray-800\/30:hover{
  border-color: rgb(31 41 55 / 0.3);
}

.hover\:border-gray-800\/35:hover{
  border-color: rgb(31 41 55 / 0.35);
}

.hover\:border-gray-800\/40:hover{
  border-color: rgb(31 41 55 / 0.4);
}

.hover\:border-gray-800\/45:hover{
  border-color: rgb(31 41 55 / 0.45);
}

.hover\:border-gray-800\/5:hover{
  border-color: rgb(31 41 55 / 0.05);
}

.hover\:border-gray-800\/50:hover{
  border-color: rgb(31 41 55 / 0.5);
}

.hover\:border-gray-800\/55:hover{
  border-color: rgb(31 41 55 / 0.55);
}

.hover\:border-gray-800\/60:hover{
  border-color: rgb(31 41 55 / 0.6);
}

.hover\:border-gray-800\/65:hover{
  border-color: rgb(31 41 55 / 0.65);
}

.hover\:border-gray-800\/70:hover{
  border-color: rgb(31 41 55 / 0.7);
}

.hover\:border-gray-800\/75:hover{
  border-color: rgb(31 41 55 / 0.75);
}

.hover\:border-gray-800\/80:hover{
  border-color: rgb(31 41 55 / 0.8);
}

.hover\:border-gray-800\/85:hover{
  border-color: rgb(31 41 55 / 0.85);
}

.hover\:border-gray-800\/90:hover{
  border-color: rgb(31 41 55 / 0.9);
}

.hover\:border-gray-800\/95:hover{
  border-color: rgb(31 41 55 / 0.95);
}

.hover\:border-gray-900:hover{
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.hover\:border-gray-900\/0:hover{
  border-color: rgb(17 24 39 / 0);
}

.hover\:border-gray-900\/10:hover{
  border-color: rgb(17 24 39 / 0.1);
}

.hover\:border-gray-900\/100:hover{
  border-color: rgb(17 24 39 / 1);
}

.hover\:border-gray-900\/15:hover{
  border-color: rgb(17 24 39 / 0.15);
}

.hover\:border-gray-900\/20:hover{
  border-color: rgb(17 24 39 / 0.2);
}

.hover\:border-gray-900\/25:hover{
  border-color: rgb(17 24 39 / 0.25);
}

.hover\:border-gray-900\/30:hover{
  border-color: rgb(17 24 39 / 0.3);
}

.hover\:border-gray-900\/35:hover{
  border-color: rgb(17 24 39 / 0.35);
}

.hover\:border-gray-900\/40:hover{
  border-color: rgb(17 24 39 / 0.4);
}

.hover\:border-gray-900\/45:hover{
  border-color: rgb(17 24 39 / 0.45);
}

.hover\:border-gray-900\/5:hover{
  border-color: rgb(17 24 39 / 0.05);
}

.hover\:border-gray-900\/50:hover{
  border-color: rgb(17 24 39 / 0.5);
}

.hover\:border-gray-900\/55:hover{
  border-color: rgb(17 24 39 / 0.55);
}

.hover\:border-gray-900\/60:hover{
  border-color: rgb(17 24 39 / 0.6);
}

.hover\:border-gray-900\/65:hover{
  border-color: rgb(17 24 39 / 0.65);
}

.hover\:border-gray-900\/70:hover{
  border-color: rgb(17 24 39 / 0.7);
}

.hover\:border-gray-900\/75:hover{
  border-color: rgb(17 24 39 / 0.75);
}

.hover\:border-gray-900\/80:hover{
  border-color: rgb(17 24 39 / 0.8);
}

.hover\:border-gray-900\/85:hover{
  border-color: rgb(17 24 39 / 0.85);
}

.hover\:border-gray-900\/90:hover{
  border-color: rgb(17 24 39 / 0.9);
}

.hover\:border-gray-900\/95:hover{
  border-color: rgb(17 24 39 / 0.95);
}

.hover\:border-green-100:hover{
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.hover\:border-green-100\/0:hover{
  border-color: rgb(220 252 231 / 0);
}

.hover\:border-green-100\/10:hover{
  border-color: rgb(220 252 231 / 0.1);
}

.hover\:border-green-100\/100:hover{
  border-color: rgb(220 252 231 / 1);
}

.hover\:border-green-100\/15:hover{
  border-color: rgb(220 252 231 / 0.15);
}

.hover\:border-green-100\/20:hover{
  border-color: rgb(220 252 231 / 0.2);
}

.hover\:border-green-100\/25:hover{
  border-color: rgb(220 252 231 / 0.25);
}

.hover\:border-green-100\/30:hover{
  border-color: rgb(220 252 231 / 0.3);
}

.hover\:border-green-100\/35:hover{
  border-color: rgb(220 252 231 / 0.35);
}

.hover\:border-green-100\/40:hover{
  border-color: rgb(220 252 231 / 0.4);
}

.hover\:border-green-100\/45:hover{
  border-color: rgb(220 252 231 / 0.45);
}

.hover\:border-green-100\/5:hover{
  border-color: rgb(220 252 231 / 0.05);
}

.hover\:border-green-100\/50:hover{
  border-color: rgb(220 252 231 / 0.5);
}

.hover\:border-green-100\/55:hover{
  border-color: rgb(220 252 231 / 0.55);
}

.hover\:border-green-100\/60:hover{
  border-color: rgb(220 252 231 / 0.6);
}

.hover\:border-green-100\/65:hover{
  border-color: rgb(220 252 231 / 0.65);
}

.hover\:border-green-100\/70:hover{
  border-color: rgb(220 252 231 / 0.7);
}

.hover\:border-green-100\/75:hover{
  border-color: rgb(220 252 231 / 0.75);
}

.hover\:border-green-100\/80:hover{
  border-color: rgb(220 252 231 / 0.8);
}

.hover\:border-green-100\/85:hover{
  border-color: rgb(220 252 231 / 0.85);
}

.hover\:border-green-100\/90:hover{
  border-color: rgb(220 252 231 / 0.9);
}

.hover\:border-green-100\/95:hover{
  border-color: rgb(220 252 231 / 0.95);
}

.hover\:border-green-200:hover{
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.hover\:border-green-200\/0:hover{
  border-color: rgb(187 247 208 / 0);
}

.hover\:border-green-200\/10:hover{
  border-color: rgb(187 247 208 / 0.1);
}

.hover\:border-green-200\/100:hover{
  border-color: rgb(187 247 208 / 1);
}

.hover\:border-green-200\/15:hover{
  border-color: rgb(187 247 208 / 0.15);
}

.hover\:border-green-200\/20:hover{
  border-color: rgb(187 247 208 / 0.2);
}

.hover\:border-green-200\/25:hover{
  border-color: rgb(187 247 208 / 0.25);
}

.hover\:border-green-200\/30:hover{
  border-color: rgb(187 247 208 / 0.3);
}

.hover\:border-green-200\/35:hover{
  border-color: rgb(187 247 208 / 0.35);
}

.hover\:border-green-200\/40:hover{
  border-color: rgb(187 247 208 / 0.4);
}

.hover\:border-green-200\/45:hover{
  border-color: rgb(187 247 208 / 0.45);
}

.hover\:border-green-200\/5:hover{
  border-color: rgb(187 247 208 / 0.05);
}

.hover\:border-green-200\/50:hover{
  border-color: rgb(187 247 208 / 0.5);
}

.hover\:border-green-200\/55:hover{
  border-color: rgb(187 247 208 / 0.55);
}

.hover\:border-green-200\/60:hover{
  border-color: rgb(187 247 208 / 0.6);
}

.hover\:border-green-200\/65:hover{
  border-color: rgb(187 247 208 / 0.65);
}

.hover\:border-green-200\/70:hover{
  border-color: rgb(187 247 208 / 0.7);
}

.hover\:border-green-200\/75:hover{
  border-color: rgb(187 247 208 / 0.75);
}

.hover\:border-green-200\/80:hover{
  border-color: rgb(187 247 208 / 0.8);
}

.hover\:border-green-200\/85:hover{
  border-color: rgb(187 247 208 / 0.85);
}

.hover\:border-green-200\/90:hover{
  border-color: rgb(187 247 208 / 0.9);
}

.hover\:border-green-200\/95:hover{
  border-color: rgb(187 247 208 / 0.95);
}

.hover\:border-green-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.hover\:border-green-300\/0:hover{
  border-color: rgb(134 239 172 / 0);
}

.hover\:border-green-300\/10:hover{
  border-color: rgb(134 239 172 / 0.1);
}

.hover\:border-green-300\/100:hover{
  border-color: rgb(134 239 172 / 1);
}

.hover\:border-green-300\/15:hover{
  border-color: rgb(134 239 172 / 0.15);
}

.hover\:border-green-300\/20:hover{
  border-color: rgb(134 239 172 / 0.2);
}

.hover\:border-green-300\/25:hover{
  border-color: rgb(134 239 172 / 0.25);
}

.hover\:border-green-300\/30:hover{
  border-color: rgb(134 239 172 / 0.3);
}

.hover\:border-green-300\/35:hover{
  border-color: rgb(134 239 172 / 0.35);
}

.hover\:border-green-300\/40:hover{
  border-color: rgb(134 239 172 / 0.4);
}

.hover\:border-green-300\/45:hover{
  border-color: rgb(134 239 172 / 0.45);
}

.hover\:border-green-300\/5:hover{
  border-color: rgb(134 239 172 / 0.05);
}

.hover\:border-green-300\/50:hover{
  border-color: rgb(134 239 172 / 0.5);
}

.hover\:border-green-300\/55:hover{
  border-color: rgb(134 239 172 / 0.55);
}

.hover\:border-green-300\/60:hover{
  border-color: rgb(134 239 172 / 0.6);
}

.hover\:border-green-300\/65:hover{
  border-color: rgb(134 239 172 / 0.65);
}

.hover\:border-green-300\/70:hover{
  border-color: rgb(134 239 172 / 0.7);
}

.hover\:border-green-300\/75:hover{
  border-color: rgb(134 239 172 / 0.75);
}

.hover\:border-green-300\/80:hover{
  border-color: rgb(134 239 172 / 0.8);
}

.hover\:border-green-300\/85:hover{
  border-color: rgb(134 239 172 / 0.85);
}

.hover\:border-green-300\/90:hover{
  border-color: rgb(134 239 172 / 0.9);
}

.hover\:border-green-300\/95:hover{
  border-color: rgb(134 239 172 / 0.95);
}

.hover\:border-green-400:hover{
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.hover\:border-green-400\/0:hover{
  border-color: rgb(74 222 128 / 0);
}

.hover\:border-green-400\/10:hover{
  border-color: rgb(74 222 128 / 0.1);
}

.hover\:border-green-400\/100:hover{
  border-color: rgb(74 222 128 / 1);
}

.hover\:border-green-400\/15:hover{
  border-color: rgb(74 222 128 / 0.15);
}

.hover\:border-green-400\/20:hover{
  border-color: rgb(74 222 128 / 0.2);
}

.hover\:border-green-400\/25:hover{
  border-color: rgb(74 222 128 / 0.25);
}

.hover\:border-green-400\/30:hover{
  border-color: rgb(74 222 128 / 0.3);
}

.hover\:border-green-400\/35:hover{
  border-color: rgb(74 222 128 / 0.35);
}

.hover\:border-green-400\/40:hover{
  border-color: rgb(74 222 128 / 0.4);
}

.hover\:border-green-400\/45:hover{
  border-color: rgb(74 222 128 / 0.45);
}

.hover\:border-green-400\/5:hover{
  border-color: rgb(74 222 128 / 0.05);
}

.hover\:border-green-400\/50:hover{
  border-color: rgb(74 222 128 / 0.5);
}

.hover\:border-green-400\/55:hover{
  border-color: rgb(74 222 128 / 0.55);
}

.hover\:border-green-400\/60:hover{
  border-color: rgb(74 222 128 / 0.6);
}

.hover\:border-green-400\/65:hover{
  border-color: rgb(74 222 128 / 0.65);
}

.hover\:border-green-400\/70:hover{
  border-color: rgb(74 222 128 / 0.7);
}

.hover\:border-green-400\/75:hover{
  border-color: rgb(74 222 128 / 0.75);
}

.hover\:border-green-400\/80:hover{
  border-color: rgb(74 222 128 / 0.8);
}

.hover\:border-green-400\/85:hover{
  border-color: rgb(74 222 128 / 0.85);
}

.hover\:border-green-400\/90:hover{
  border-color: rgb(74 222 128 / 0.9);
}

.hover\:border-green-400\/95:hover{
  border-color: rgb(74 222 128 / 0.95);
}

.hover\:border-green-50:hover{
  --tw-border-opacity: 1;
  border-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.hover\:border-green-50\/0:hover{
  border-color: rgb(240 253 244 / 0);
}

.hover\:border-green-50\/10:hover{
  border-color: rgb(240 253 244 / 0.1);
}

.hover\:border-green-50\/100:hover{
  border-color: rgb(240 253 244 / 1);
}

.hover\:border-green-50\/15:hover{
  border-color: rgb(240 253 244 / 0.15);
}

.hover\:border-green-50\/20:hover{
  border-color: rgb(240 253 244 / 0.2);
}

.hover\:border-green-50\/25:hover{
  border-color: rgb(240 253 244 / 0.25);
}

.hover\:border-green-50\/30:hover{
  border-color: rgb(240 253 244 / 0.3);
}

.hover\:border-green-50\/35:hover{
  border-color: rgb(240 253 244 / 0.35);
}

.hover\:border-green-50\/40:hover{
  border-color: rgb(240 253 244 / 0.4);
}

.hover\:border-green-50\/45:hover{
  border-color: rgb(240 253 244 / 0.45);
}

.hover\:border-green-50\/5:hover{
  border-color: rgb(240 253 244 / 0.05);
}

.hover\:border-green-50\/50:hover{
  border-color: rgb(240 253 244 / 0.5);
}

.hover\:border-green-50\/55:hover{
  border-color: rgb(240 253 244 / 0.55);
}

.hover\:border-green-50\/60:hover{
  border-color: rgb(240 253 244 / 0.6);
}

.hover\:border-green-50\/65:hover{
  border-color: rgb(240 253 244 / 0.65);
}

.hover\:border-green-50\/70:hover{
  border-color: rgb(240 253 244 / 0.7);
}

.hover\:border-green-50\/75:hover{
  border-color: rgb(240 253 244 / 0.75);
}

.hover\:border-green-50\/80:hover{
  border-color: rgb(240 253 244 / 0.8);
}

.hover\:border-green-50\/85:hover{
  border-color: rgb(240 253 244 / 0.85);
}

.hover\:border-green-50\/90:hover{
  border-color: rgb(240 253 244 / 0.9);
}

.hover\:border-green-50\/95:hover{
  border-color: rgb(240 253 244 / 0.95);
}

.hover\:border-green-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.hover\:border-green-500\/0:hover{
  border-color: rgb(34 197 94 / 0);
}

.hover\:border-green-500\/10:hover{
  border-color: rgb(34 197 94 / 0.1);
}

.hover\:border-green-500\/100:hover{
  border-color: rgb(34 197 94 / 1);
}

.hover\:border-green-500\/15:hover{
  border-color: rgb(34 197 94 / 0.15);
}

.hover\:border-green-500\/20:hover{
  border-color: rgb(34 197 94 / 0.2);
}

.hover\:border-green-500\/25:hover{
  border-color: rgb(34 197 94 / 0.25);
}

.hover\:border-green-500\/30:hover{
  border-color: rgb(34 197 94 / 0.3);
}

.hover\:border-green-500\/35:hover{
  border-color: rgb(34 197 94 / 0.35);
}

.hover\:border-green-500\/40:hover{
  border-color: rgb(34 197 94 / 0.4);
}

.hover\:border-green-500\/45:hover{
  border-color: rgb(34 197 94 / 0.45);
}

.hover\:border-green-500\/5:hover{
  border-color: rgb(34 197 94 / 0.05);
}

.hover\:border-green-500\/50:hover{
  border-color: rgb(34 197 94 / 0.5);
}

.hover\:border-green-500\/55:hover{
  border-color: rgb(34 197 94 / 0.55);
}

.hover\:border-green-500\/60:hover{
  border-color: rgb(34 197 94 / 0.6);
}

.hover\:border-green-500\/65:hover{
  border-color: rgb(34 197 94 / 0.65);
}

.hover\:border-green-500\/70:hover{
  border-color: rgb(34 197 94 / 0.7);
}

.hover\:border-green-500\/75:hover{
  border-color: rgb(34 197 94 / 0.75);
}

.hover\:border-green-500\/80:hover{
  border-color: rgb(34 197 94 / 0.8);
}

.hover\:border-green-500\/85:hover{
  border-color: rgb(34 197 94 / 0.85);
}

.hover\:border-green-500\/90:hover{
  border-color: rgb(34 197 94 / 0.9);
}

.hover\:border-green-500\/95:hover{
  border-color: rgb(34 197 94 / 0.95);
}

.hover\:border-green-600:hover{
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.hover\:border-green-600\/0:hover{
  border-color: rgb(22 163 74 / 0);
}

.hover\:border-green-600\/10:hover{
  border-color: rgb(22 163 74 / 0.1);
}

.hover\:border-green-600\/100:hover{
  border-color: rgb(22 163 74 / 1);
}

.hover\:border-green-600\/15:hover{
  border-color: rgb(22 163 74 / 0.15);
}

.hover\:border-green-600\/20:hover{
  border-color: rgb(22 163 74 / 0.2);
}

.hover\:border-green-600\/25:hover{
  border-color: rgb(22 163 74 / 0.25);
}

.hover\:border-green-600\/30:hover{
  border-color: rgb(22 163 74 / 0.3);
}

.hover\:border-green-600\/35:hover{
  border-color: rgb(22 163 74 / 0.35);
}

.hover\:border-green-600\/40:hover{
  border-color: rgb(22 163 74 / 0.4);
}

.hover\:border-green-600\/45:hover{
  border-color: rgb(22 163 74 / 0.45);
}

.hover\:border-green-600\/5:hover{
  border-color: rgb(22 163 74 / 0.05);
}

.hover\:border-green-600\/50:hover{
  border-color: rgb(22 163 74 / 0.5);
}

.hover\:border-green-600\/55:hover{
  border-color: rgb(22 163 74 / 0.55);
}

.hover\:border-green-600\/60:hover{
  border-color: rgb(22 163 74 / 0.6);
}

.hover\:border-green-600\/65:hover{
  border-color: rgb(22 163 74 / 0.65);
}

.hover\:border-green-600\/70:hover{
  border-color: rgb(22 163 74 / 0.7);
}

.hover\:border-green-600\/75:hover{
  border-color: rgb(22 163 74 / 0.75);
}

.hover\:border-green-600\/80:hover{
  border-color: rgb(22 163 74 / 0.8);
}

.hover\:border-green-600\/85:hover{
  border-color: rgb(22 163 74 / 0.85);
}

.hover\:border-green-600\/90:hover{
  border-color: rgb(22 163 74 / 0.9);
}

.hover\:border-green-600\/95:hover{
  border-color: rgb(22 163 74 / 0.95);
}

.hover\:border-green-700:hover{
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.hover\:border-green-700\/0:hover{
  border-color: rgb(21 128 61 / 0);
}

.hover\:border-green-700\/10:hover{
  border-color: rgb(21 128 61 / 0.1);
}

.hover\:border-green-700\/100:hover{
  border-color: rgb(21 128 61 / 1);
}

.hover\:border-green-700\/15:hover{
  border-color: rgb(21 128 61 / 0.15);
}

.hover\:border-green-700\/20:hover{
  border-color: rgb(21 128 61 / 0.2);
}

.hover\:border-green-700\/25:hover{
  border-color: rgb(21 128 61 / 0.25);
}

.hover\:border-green-700\/30:hover{
  border-color: rgb(21 128 61 / 0.3);
}

.hover\:border-green-700\/35:hover{
  border-color: rgb(21 128 61 / 0.35);
}

.hover\:border-green-700\/40:hover{
  border-color: rgb(21 128 61 / 0.4);
}

.hover\:border-green-700\/45:hover{
  border-color: rgb(21 128 61 / 0.45);
}

.hover\:border-green-700\/5:hover{
  border-color: rgb(21 128 61 / 0.05);
}

.hover\:border-green-700\/50:hover{
  border-color: rgb(21 128 61 / 0.5);
}

.hover\:border-green-700\/55:hover{
  border-color: rgb(21 128 61 / 0.55);
}

.hover\:border-green-700\/60:hover{
  border-color: rgb(21 128 61 / 0.6);
}

.hover\:border-green-700\/65:hover{
  border-color: rgb(21 128 61 / 0.65);
}

.hover\:border-green-700\/70:hover{
  border-color: rgb(21 128 61 / 0.7);
}

.hover\:border-green-700\/75:hover{
  border-color: rgb(21 128 61 / 0.75);
}

.hover\:border-green-700\/80:hover{
  border-color: rgb(21 128 61 / 0.8);
}

.hover\:border-green-700\/85:hover{
  border-color: rgb(21 128 61 / 0.85);
}

.hover\:border-green-700\/90:hover{
  border-color: rgb(21 128 61 / 0.9);
}

.hover\:border-green-700\/95:hover{
  border-color: rgb(21 128 61 / 0.95);
}

.hover\:border-green-800:hover{
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.hover\:border-green-800\/0:hover{
  border-color: rgb(22 101 52 / 0);
}

.hover\:border-green-800\/10:hover{
  border-color: rgb(22 101 52 / 0.1);
}

.hover\:border-green-800\/100:hover{
  border-color: rgb(22 101 52 / 1);
}

.hover\:border-green-800\/15:hover{
  border-color: rgb(22 101 52 / 0.15);
}

.hover\:border-green-800\/20:hover{
  border-color: rgb(22 101 52 / 0.2);
}

.hover\:border-green-800\/25:hover{
  border-color: rgb(22 101 52 / 0.25);
}

.hover\:border-green-800\/30:hover{
  border-color: rgb(22 101 52 / 0.3);
}

.hover\:border-green-800\/35:hover{
  border-color: rgb(22 101 52 / 0.35);
}

.hover\:border-green-800\/40:hover{
  border-color: rgb(22 101 52 / 0.4);
}

.hover\:border-green-800\/45:hover{
  border-color: rgb(22 101 52 / 0.45);
}

.hover\:border-green-800\/5:hover{
  border-color: rgb(22 101 52 / 0.05);
}

.hover\:border-green-800\/50:hover{
  border-color: rgb(22 101 52 / 0.5);
}

.hover\:border-green-800\/55:hover{
  border-color: rgb(22 101 52 / 0.55);
}

.hover\:border-green-800\/60:hover{
  border-color: rgb(22 101 52 / 0.6);
}

.hover\:border-green-800\/65:hover{
  border-color: rgb(22 101 52 / 0.65);
}

.hover\:border-green-800\/70:hover{
  border-color: rgb(22 101 52 / 0.7);
}

.hover\:border-green-800\/75:hover{
  border-color: rgb(22 101 52 / 0.75);
}

.hover\:border-green-800\/80:hover{
  border-color: rgb(22 101 52 / 0.8);
}

.hover\:border-green-800\/85:hover{
  border-color: rgb(22 101 52 / 0.85);
}

.hover\:border-green-800\/90:hover{
  border-color: rgb(22 101 52 / 0.9);
}

.hover\:border-green-800\/95:hover{
  border-color: rgb(22 101 52 / 0.95);
}

.hover\:border-green-900:hover{
  --tw-border-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.hover\:border-green-900\/0:hover{
  border-color: rgb(20 83 45 / 0);
}

.hover\:border-green-900\/10:hover{
  border-color: rgb(20 83 45 / 0.1);
}

.hover\:border-green-900\/100:hover{
  border-color: rgb(20 83 45 / 1);
}

.hover\:border-green-900\/15:hover{
  border-color: rgb(20 83 45 / 0.15);
}

.hover\:border-green-900\/20:hover{
  border-color: rgb(20 83 45 / 0.2);
}

.hover\:border-green-900\/25:hover{
  border-color: rgb(20 83 45 / 0.25);
}

.hover\:border-green-900\/30:hover{
  border-color: rgb(20 83 45 / 0.3);
}

.hover\:border-green-900\/35:hover{
  border-color: rgb(20 83 45 / 0.35);
}

.hover\:border-green-900\/40:hover{
  border-color: rgb(20 83 45 / 0.4);
}

.hover\:border-green-900\/45:hover{
  border-color: rgb(20 83 45 / 0.45);
}

.hover\:border-green-900\/5:hover{
  border-color: rgb(20 83 45 / 0.05);
}

.hover\:border-green-900\/50:hover{
  border-color: rgb(20 83 45 / 0.5);
}

.hover\:border-green-900\/55:hover{
  border-color: rgb(20 83 45 / 0.55);
}

.hover\:border-green-900\/60:hover{
  border-color: rgb(20 83 45 / 0.6);
}

.hover\:border-green-900\/65:hover{
  border-color: rgb(20 83 45 / 0.65);
}

.hover\:border-green-900\/70:hover{
  border-color: rgb(20 83 45 / 0.7);
}

.hover\:border-green-900\/75:hover{
  border-color: rgb(20 83 45 / 0.75);
}

.hover\:border-green-900\/80:hover{
  border-color: rgb(20 83 45 / 0.8);
}

.hover\:border-green-900\/85:hover{
  border-color: rgb(20 83 45 / 0.85);
}

.hover\:border-green-900\/90:hover{
  border-color: rgb(20 83 45 / 0.9);
}

.hover\:border-green-900\/95:hover{
  border-color: rgb(20 83 45 / 0.95);
}

.hover\:border-indigo-100:hover{
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.hover\:border-indigo-100\/0:hover{
  border-color: rgb(224 231 255 / 0);
}

.hover\:border-indigo-100\/10:hover{
  border-color: rgb(224 231 255 / 0.1);
}

.hover\:border-indigo-100\/100:hover{
  border-color: rgb(224 231 255 / 1);
}

.hover\:border-indigo-100\/15:hover{
  border-color: rgb(224 231 255 / 0.15);
}

.hover\:border-indigo-100\/20:hover{
  border-color: rgb(224 231 255 / 0.2);
}

.hover\:border-indigo-100\/25:hover{
  border-color: rgb(224 231 255 / 0.25);
}

.hover\:border-indigo-100\/30:hover{
  border-color: rgb(224 231 255 / 0.3);
}

.hover\:border-indigo-100\/35:hover{
  border-color: rgb(224 231 255 / 0.35);
}

.hover\:border-indigo-100\/40:hover{
  border-color: rgb(224 231 255 / 0.4);
}

.hover\:border-indigo-100\/45:hover{
  border-color: rgb(224 231 255 / 0.45);
}

.hover\:border-indigo-100\/5:hover{
  border-color: rgb(224 231 255 / 0.05);
}

.hover\:border-indigo-100\/50:hover{
  border-color: rgb(224 231 255 / 0.5);
}

.hover\:border-indigo-100\/55:hover{
  border-color: rgb(224 231 255 / 0.55);
}

.hover\:border-indigo-100\/60:hover{
  border-color: rgb(224 231 255 / 0.6);
}

.hover\:border-indigo-100\/65:hover{
  border-color: rgb(224 231 255 / 0.65);
}

.hover\:border-indigo-100\/70:hover{
  border-color: rgb(224 231 255 / 0.7);
}

.hover\:border-indigo-100\/75:hover{
  border-color: rgb(224 231 255 / 0.75);
}

.hover\:border-indigo-100\/80:hover{
  border-color: rgb(224 231 255 / 0.8);
}

.hover\:border-indigo-100\/85:hover{
  border-color: rgb(224 231 255 / 0.85);
}

.hover\:border-indigo-100\/90:hover{
  border-color: rgb(224 231 255 / 0.9);
}

.hover\:border-indigo-100\/95:hover{
  border-color: rgb(224 231 255 / 0.95);
}

.hover\:border-indigo-200:hover{
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.hover\:border-indigo-200\/0:hover{
  border-color: rgb(199 210 254 / 0);
}

.hover\:border-indigo-200\/10:hover{
  border-color: rgb(199 210 254 / 0.1);
}

.hover\:border-indigo-200\/100:hover{
  border-color: rgb(199 210 254 / 1);
}

.hover\:border-indigo-200\/15:hover{
  border-color: rgb(199 210 254 / 0.15);
}

.hover\:border-indigo-200\/20:hover{
  border-color: rgb(199 210 254 / 0.2);
}

.hover\:border-indigo-200\/25:hover{
  border-color: rgb(199 210 254 / 0.25);
}

.hover\:border-indigo-200\/30:hover{
  border-color: rgb(199 210 254 / 0.3);
}

.hover\:border-indigo-200\/35:hover{
  border-color: rgb(199 210 254 / 0.35);
}

.hover\:border-indigo-200\/40:hover{
  border-color: rgb(199 210 254 / 0.4);
}

.hover\:border-indigo-200\/45:hover{
  border-color: rgb(199 210 254 / 0.45);
}

.hover\:border-indigo-200\/5:hover{
  border-color: rgb(199 210 254 / 0.05);
}

.hover\:border-indigo-200\/50:hover{
  border-color: rgb(199 210 254 / 0.5);
}

.hover\:border-indigo-200\/55:hover{
  border-color: rgb(199 210 254 / 0.55);
}

.hover\:border-indigo-200\/60:hover{
  border-color: rgb(199 210 254 / 0.6);
}

.hover\:border-indigo-200\/65:hover{
  border-color: rgb(199 210 254 / 0.65);
}

.hover\:border-indigo-200\/70:hover{
  border-color: rgb(199 210 254 / 0.7);
}

.hover\:border-indigo-200\/75:hover{
  border-color: rgb(199 210 254 / 0.75);
}

.hover\:border-indigo-200\/80:hover{
  border-color: rgb(199 210 254 / 0.8);
}

.hover\:border-indigo-200\/85:hover{
  border-color: rgb(199 210 254 / 0.85);
}

.hover\:border-indigo-200\/90:hover{
  border-color: rgb(199 210 254 / 0.9);
}

.hover\:border-indigo-200\/95:hover{
  border-color: rgb(199 210 254 / 0.95);
}

.hover\:border-indigo-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.hover\:border-indigo-300\/0:hover{
  border-color: rgb(165 180 252 / 0);
}

.hover\:border-indigo-300\/10:hover{
  border-color: rgb(165 180 252 / 0.1);
}

.hover\:border-indigo-300\/100:hover{
  border-color: rgb(165 180 252 / 1);
}

.hover\:border-indigo-300\/15:hover{
  border-color: rgb(165 180 252 / 0.15);
}

.hover\:border-indigo-300\/20:hover{
  border-color: rgb(165 180 252 / 0.2);
}

.hover\:border-indigo-300\/25:hover{
  border-color: rgb(165 180 252 / 0.25);
}

.hover\:border-indigo-300\/30:hover{
  border-color: rgb(165 180 252 / 0.3);
}

.hover\:border-indigo-300\/35:hover{
  border-color: rgb(165 180 252 / 0.35);
}

.hover\:border-indigo-300\/40:hover{
  border-color: rgb(165 180 252 / 0.4);
}

.hover\:border-indigo-300\/45:hover{
  border-color: rgb(165 180 252 / 0.45);
}

.hover\:border-indigo-300\/5:hover{
  border-color: rgb(165 180 252 / 0.05);
}

.hover\:border-indigo-300\/50:hover{
  border-color: rgb(165 180 252 / 0.5);
}

.hover\:border-indigo-300\/55:hover{
  border-color: rgb(165 180 252 / 0.55);
}

.hover\:border-indigo-300\/60:hover{
  border-color: rgb(165 180 252 / 0.6);
}

.hover\:border-indigo-300\/65:hover{
  border-color: rgb(165 180 252 / 0.65);
}

.hover\:border-indigo-300\/70:hover{
  border-color: rgb(165 180 252 / 0.7);
}

.hover\:border-indigo-300\/75:hover{
  border-color: rgb(165 180 252 / 0.75);
}

.hover\:border-indigo-300\/80:hover{
  border-color: rgb(165 180 252 / 0.8);
}

.hover\:border-indigo-300\/85:hover{
  border-color: rgb(165 180 252 / 0.85);
}

.hover\:border-indigo-300\/90:hover{
  border-color: rgb(165 180 252 / 0.9);
}

.hover\:border-indigo-300\/95:hover{
  border-color: rgb(165 180 252 / 0.95);
}

.hover\:border-indigo-400:hover{
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.hover\:border-indigo-400\/0:hover{
  border-color: rgb(129 140 248 / 0);
}

.hover\:border-indigo-400\/10:hover{
  border-color: rgb(129 140 248 / 0.1);
}

.hover\:border-indigo-400\/100:hover{
  border-color: rgb(129 140 248 / 1);
}

.hover\:border-indigo-400\/15:hover{
  border-color: rgb(129 140 248 / 0.15);
}

.hover\:border-indigo-400\/20:hover{
  border-color: rgb(129 140 248 / 0.2);
}

.hover\:border-indigo-400\/25:hover{
  border-color: rgb(129 140 248 / 0.25);
}

.hover\:border-indigo-400\/30:hover{
  border-color: rgb(129 140 248 / 0.3);
}

.hover\:border-indigo-400\/35:hover{
  border-color: rgb(129 140 248 / 0.35);
}

.hover\:border-indigo-400\/40:hover{
  border-color: rgb(129 140 248 / 0.4);
}

.hover\:border-indigo-400\/45:hover{
  border-color: rgb(129 140 248 / 0.45);
}

.hover\:border-indigo-400\/5:hover{
  border-color: rgb(129 140 248 / 0.05);
}

.hover\:border-indigo-400\/50:hover{
  border-color: rgb(129 140 248 / 0.5);
}

.hover\:border-indigo-400\/55:hover{
  border-color: rgb(129 140 248 / 0.55);
}

.hover\:border-indigo-400\/60:hover{
  border-color: rgb(129 140 248 / 0.6);
}

.hover\:border-indigo-400\/65:hover{
  border-color: rgb(129 140 248 / 0.65);
}

.hover\:border-indigo-400\/70:hover{
  border-color: rgb(129 140 248 / 0.7);
}

.hover\:border-indigo-400\/75:hover{
  border-color: rgb(129 140 248 / 0.75);
}

.hover\:border-indigo-400\/80:hover{
  border-color: rgb(129 140 248 / 0.8);
}

.hover\:border-indigo-400\/85:hover{
  border-color: rgb(129 140 248 / 0.85);
}

.hover\:border-indigo-400\/90:hover{
  border-color: rgb(129 140 248 / 0.9);
}

.hover\:border-indigo-400\/95:hover{
  border-color: rgb(129 140 248 / 0.95);
}

.hover\:border-indigo-50:hover{
  --tw-border-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.hover\:border-indigo-50\/0:hover{
  border-color: rgb(238 242 255 / 0);
}

.hover\:border-indigo-50\/10:hover{
  border-color: rgb(238 242 255 / 0.1);
}

.hover\:border-indigo-50\/100:hover{
  border-color: rgb(238 242 255 / 1);
}

.hover\:border-indigo-50\/15:hover{
  border-color: rgb(238 242 255 / 0.15);
}

.hover\:border-indigo-50\/20:hover{
  border-color: rgb(238 242 255 / 0.2);
}

.hover\:border-indigo-50\/25:hover{
  border-color: rgb(238 242 255 / 0.25);
}

.hover\:border-indigo-50\/30:hover{
  border-color: rgb(238 242 255 / 0.3);
}

.hover\:border-indigo-50\/35:hover{
  border-color: rgb(238 242 255 / 0.35);
}

.hover\:border-indigo-50\/40:hover{
  border-color: rgb(238 242 255 / 0.4);
}

.hover\:border-indigo-50\/45:hover{
  border-color: rgb(238 242 255 / 0.45);
}

.hover\:border-indigo-50\/5:hover{
  border-color: rgb(238 242 255 / 0.05);
}

.hover\:border-indigo-50\/50:hover{
  border-color: rgb(238 242 255 / 0.5);
}

.hover\:border-indigo-50\/55:hover{
  border-color: rgb(238 242 255 / 0.55);
}

.hover\:border-indigo-50\/60:hover{
  border-color: rgb(238 242 255 / 0.6);
}

.hover\:border-indigo-50\/65:hover{
  border-color: rgb(238 242 255 / 0.65);
}

.hover\:border-indigo-50\/70:hover{
  border-color: rgb(238 242 255 / 0.7);
}

.hover\:border-indigo-50\/75:hover{
  border-color: rgb(238 242 255 / 0.75);
}

.hover\:border-indigo-50\/80:hover{
  border-color: rgb(238 242 255 / 0.8);
}

.hover\:border-indigo-50\/85:hover{
  border-color: rgb(238 242 255 / 0.85);
}

.hover\:border-indigo-50\/90:hover{
  border-color: rgb(238 242 255 / 0.9);
}

.hover\:border-indigo-50\/95:hover{
  border-color: rgb(238 242 255 / 0.95);
}

.hover\:border-indigo-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.hover\:border-indigo-500\/0:hover{
  border-color: rgb(99 102 241 / 0);
}

.hover\:border-indigo-500\/10:hover{
  border-color: rgb(99 102 241 / 0.1);
}

.hover\:border-indigo-500\/100:hover{
  border-color: rgb(99 102 241 / 1);
}

.hover\:border-indigo-500\/15:hover{
  border-color: rgb(99 102 241 / 0.15);
}

.hover\:border-indigo-500\/20:hover{
  border-color: rgb(99 102 241 / 0.2);
}

.hover\:border-indigo-500\/25:hover{
  border-color: rgb(99 102 241 / 0.25);
}

.hover\:border-indigo-500\/30:hover{
  border-color: rgb(99 102 241 / 0.3);
}

.hover\:border-indigo-500\/35:hover{
  border-color: rgb(99 102 241 / 0.35);
}

.hover\:border-indigo-500\/40:hover{
  border-color: rgb(99 102 241 / 0.4);
}

.hover\:border-indigo-500\/45:hover{
  border-color: rgb(99 102 241 / 0.45);
}

.hover\:border-indigo-500\/5:hover{
  border-color: rgb(99 102 241 / 0.05);
}

.hover\:border-indigo-500\/50:hover{
  border-color: rgb(99 102 241 / 0.5);
}

.hover\:border-indigo-500\/55:hover{
  border-color: rgb(99 102 241 / 0.55);
}

.hover\:border-indigo-500\/60:hover{
  border-color: rgb(99 102 241 / 0.6);
}

.hover\:border-indigo-500\/65:hover{
  border-color: rgb(99 102 241 / 0.65);
}

.hover\:border-indigo-500\/70:hover{
  border-color: rgb(99 102 241 / 0.7);
}

.hover\:border-indigo-500\/75:hover{
  border-color: rgb(99 102 241 / 0.75);
}

.hover\:border-indigo-500\/80:hover{
  border-color: rgb(99 102 241 / 0.8);
}

.hover\:border-indigo-500\/85:hover{
  border-color: rgb(99 102 241 / 0.85);
}

.hover\:border-indigo-500\/90:hover{
  border-color: rgb(99 102 241 / 0.9);
}

.hover\:border-indigo-500\/95:hover{
  border-color: rgb(99 102 241 / 0.95);
}

.hover\:border-indigo-600:hover{
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.hover\:border-indigo-600\/0:hover{
  border-color: rgb(79 70 229 / 0);
}

.hover\:border-indigo-600\/10:hover{
  border-color: rgb(79 70 229 / 0.1);
}

.hover\:border-indigo-600\/100:hover{
  border-color: rgb(79 70 229 / 1);
}

.hover\:border-indigo-600\/15:hover{
  border-color: rgb(79 70 229 / 0.15);
}

.hover\:border-indigo-600\/20:hover{
  border-color: rgb(79 70 229 / 0.2);
}

.hover\:border-indigo-600\/25:hover{
  border-color: rgb(79 70 229 / 0.25);
}

.hover\:border-indigo-600\/30:hover{
  border-color: rgb(79 70 229 / 0.3);
}

.hover\:border-indigo-600\/35:hover{
  border-color: rgb(79 70 229 / 0.35);
}

.hover\:border-indigo-600\/40:hover{
  border-color: rgb(79 70 229 / 0.4);
}

.hover\:border-indigo-600\/45:hover{
  border-color: rgb(79 70 229 / 0.45);
}

.hover\:border-indigo-600\/5:hover{
  border-color: rgb(79 70 229 / 0.05);
}

.hover\:border-indigo-600\/50:hover{
  border-color: rgb(79 70 229 / 0.5);
}

.hover\:border-indigo-600\/55:hover{
  border-color: rgb(79 70 229 / 0.55);
}

.hover\:border-indigo-600\/60:hover{
  border-color: rgb(79 70 229 / 0.6);
}

.hover\:border-indigo-600\/65:hover{
  border-color: rgb(79 70 229 / 0.65);
}

.hover\:border-indigo-600\/70:hover{
  border-color: rgb(79 70 229 / 0.7);
}

.hover\:border-indigo-600\/75:hover{
  border-color: rgb(79 70 229 / 0.75);
}

.hover\:border-indigo-600\/80:hover{
  border-color: rgb(79 70 229 / 0.8);
}

.hover\:border-indigo-600\/85:hover{
  border-color: rgb(79 70 229 / 0.85);
}

.hover\:border-indigo-600\/90:hover{
  border-color: rgb(79 70 229 / 0.9);
}

.hover\:border-indigo-600\/95:hover{
  border-color: rgb(79 70 229 / 0.95);
}

.hover\:border-indigo-700:hover{
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.hover\:border-indigo-700\/0:hover{
  border-color: rgb(67 56 202 / 0);
}

.hover\:border-indigo-700\/10:hover{
  border-color: rgb(67 56 202 / 0.1);
}

.hover\:border-indigo-700\/100:hover{
  border-color: rgb(67 56 202 / 1);
}

.hover\:border-indigo-700\/15:hover{
  border-color: rgb(67 56 202 / 0.15);
}

.hover\:border-indigo-700\/20:hover{
  border-color: rgb(67 56 202 / 0.2);
}

.hover\:border-indigo-700\/25:hover{
  border-color: rgb(67 56 202 / 0.25);
}

.hover\:border-indigo-700\/30:hover{
  border-color: rgb(67 56 202 / 0.3);
}

.hover\:border-indigo-700\/35:hover{
  border-color: rgb(67 56 202 / 0.35);
}

.hover\:border-indigo-700\/40:hover{
  border-color: rgb(67 56 202 / 0.4);
}

.hover\:border-indigo-700\/45:hover{
  border-color: rgb(67 56 202 / 0.45);
}

.hover\:border-indigo-700\/5:hover{
  border-color: rgb(67 56 202 / 0.05);
}

.hover\:border-indigo-700\/50:hover{
  border-color: rgb(67 56 202 / 0.5);
}

.hover\:border-indigo-700\/55:hover{
  border-color: rgb(67 56 202 / 0.55);
}

.hover\:border-indigo-700\/60:hover{
  border-color: rgb(67 56 202 / 0.6);
}

.hover\:border-indigo-700\/65:hover{
  border-color: rgb(67 56 202 / 0.65);
}

.hover\:border-indigo-700\/70:hover{
  border-color: rgb(67 56 202 / 0.7);
}

.hover\:border-indigo-700\/75:hover{
  border-color: rgb(67 56 202 / 0.75);
}

.hover\:border-indigo-700\/80:hover{
  border-color: rgb(67 56 202 / 0.8);
}

.hover\:border-indigo-700\/85:hover{
  border-color: rgb(67 56 202 / 0.85);
}

.hover\:border-indigo-700\/90:hover{
  border-color: rgb(67 56 202 / 0.9);
}

.hover\:border-indigo-700\/95:hover{
  border-color: rgb(67 56 202 / 0.95);
}

.hover\:border-indigo-800:hover{
  --tw-border-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.hover\:border-indigo-800\/0:hover{
  border-color: rgb(55 48 163 / 0);
}

.hover\:border-indigo-800\/10:hover{
  border-color: rgb(55 48 163 / 0.1);
}

.hover\:border-indigo-800\/100:hover{
  border-color: rgb(55 48 163 / 1);
}

.hover\:border-indigo-800\/15:hover{
  border-color: rgb(55 48 163 / 0.15);
}

.hover\:border-indigo-800\/20:hover{
  border-color: rgb(55 48 163 / 0.2);
}

.hover\:border-indigo-800\/25:hover{
  border-color: rgb(55 48 163 / 0.25);
}

.hover\:border-indigo-800\/30:hover{
  border-color: rgb(55 48 163 / 0.3);
}

.hover\:border-indigo-800\/35:hover{
  border-color: rgb(55 48 163 / 0.35);
}

.hover\:border-indigo-800\/40:hover{
  border-color: rgb(55 48 163 / 0.4);
}

.hover\:border-indigo-800\/45:hover{
  border-color: rgb(55 48 163 / 0.45);
}

.hover\:border-indigo-800\/5:hover{
  border-color: rgb(55 48 163 / 0.05);
}

.hover\:border-indigo-800\/50:hover{
  border-color: rgb(55 48 163 / 0.5);
}

.hover\:border-indigo-800\/55:hover{
  border-color: rgb(55 48 163 / 0.55);
}

.hover\:border-indigo-800\/60:hover{
  border-color: rgb(55 48 163 / 0.6);
}

.hover\:border-indigo-800\/65:hover{
  border-color: rgb(55 48 163 / 0.65);
}

.hover\:border-indigo-800\/70:hover{
  border-color: rgb(55 48 163 / 0.7);
}

.hover\:border-indigo-800\/75:hover{
  border-color: rgb(55 48 163 / 0.75);
}

.hover\:border-indigo-800\/80:hover{
  border-color: rgb(55 48 163 / 0.8);
}

.hover\:border-indigo-800\/85:hover{
  border-color: rgb(55 48 163 / 0.85);
}

.hover\:border-indigo-800\/90:hover{
  border-color: rgb(55 48 163 / 0.9);
}

.hover\:border-indigo-800\/95:hover{
  border-color: rgb(55 48 163 / 0.95);
}

.hover\:border-indigo-900:hover{
  --tw-border-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.hover\:border-indigo-900\/0:hover{
  border-color: rgb(49 46 129 / 0);
}

.hover\:border-indigo-900\/10:hover{
  border-color: rgb(49 46 129 / 0.1);
}

.hover\:border-indigo-900\/100:hover{
  border-color: rgb(49 46 129 / 1);
}

.hover\:border-indigo-900\/15:hover{
  border-color: rgb(49 46 129 / 0.15);
}

.hover\:border-indigo-900\/20:hover{
  border-color: rgb(49 46 129 / 0.2);
}

.hover\:border-indigo-900\/25:hover{
  border-color: rgb(49 46 129 / 0.25);
}

.hover\:border-indigo-900\/30:hover{
  border-color: rgb(49 46 129 / 0.3);
}

.hover\:border-indigo-900\/35:hover{
  border-color: rgb(49 46 129 / 0.35);
}

.hover\:border-indigo-900\/40:hover{
  border-color: rgb(49 46 129 / 0.4);
}

.hover\:border-indigo-900\/45:hover{
  border-color: rgb(49 46 129 / 0.45);
}

.hover\:border-indigo-900\/5:hover{
  border-color: rgb(49 46 129 / 0.05);
}

.hover\:border-indigo-900\/50:hover{
  border-color: rgb(49 46 129 / 0.5);
}

.hover\:border-indigo-900\/55:hover{
  border-color: rgb(49 46 129 / 0.55);
}

.hover\:border-indigo-900\/60:hover{
  border-color: rgb(49 46 129 / 0.6);
}

.hover\:border-indigo-900\/65:hover{
  border-color: rgb(49 46 129 / 0.65);
}

.hover\:border-indigo-900\/70:hover{
  border-color: rgb(49 46 129 / 0.7);
}

.hover\:border-indigo-900\/75:hover{
  border-color: rgb(49 46 129 / 0.75);
}

.hover\:border-indigo-900\/80:hover{
  border-color: rgb(49 46 129 / 0.8);
}

.hover\:border-indigo-900\/85:hover{
  border-color: rgb(49 46 129 / 0.85);
}

.hover\:border-indigo-900\/90:hover{
  border-color: rgb(49 46 129 / 0.9);
}

.hover\:border-indigo-900\/95:hover{
  border-color: rgb(49 46 129 / 0.95);
}

.hover\:border-red-100:hover{
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity));
}

.hover\:border-red-100\/0:hover{
  border-color: rgb(254 226 226 / 0);
}

.hover\:border-red-100\/10:hover{
  border-color: rgb(254 226 226 / 0.1);
}

.hover\:border-red-100\/100:hover{
  border-color: rgb(254 226 226 / 1);
}

.hover\:border-red-100\/15:hover{
  border-color: rgb(254 226 226 / 0.15);
}

.hover\:border-red-100\/20:hover{
  border-color: rgb(254 226 226 / 0.2);
}

.hover\:border-red-100\/25:hover{
  border-color: rgb(254 226 226 / 0.25);
}

.hover\:border-red-100\/30:hover{
  border-color: rgb(254 226 226 / 0.3);
}

.hover\:border-red-100\/35:hover{
  border-color: rgb(254 226 226 / 0.35);
}

.hover\:border-red-100\/40:hover{
  border-color: rgb(254 226 226 / 0.4);
}

.hover\:border-red-100\/45:hover{
  border-color: rgb(254 226 226 / 0.45);
}

.hover\:border-red-100\/5:hover{
  border-color: rgb(254 226 226 / 0.05);
}

.hover\:border-red-100\/50:hover{
  border-color: rgb(254 226 226 / 0.5);
}

.hover\:border-red-100\/55:hover{
  border-color: rgb(254 226 226 / 0.55);
}

.hover\:border-red-100\/60:hover{
  border-color: rgb(254 226 226 / 0.6);
}

.hover\:border-red-100\/65:hover{
  border-color: rgb(254 226 226 / 0.65);
}

.hover\:border-red-100\/70:hover{
  border-color: rgb(254 226 226 / 0.7);
}

.hover\:border-red-100\/75:hover{
  border-color: rgb(254 226 226 / 0.75);
}

.hover\:border-red-100\/80:hover{
  border-color: rgb(254 226 226 / 0.8);
}

.hover\:border-red-100\/85:hover{
  border-color: rgb(254 226 226 / 0.85);
}

.hover\:border-red-100\/90:hover{
  border-color: rgb(254 226 226 / 0.9);
}

.hover\:border-red-100\/95:hover{
  border-color: rgb(254 226 226 / 0.95);
}

.hover\:border-red-200:hover{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.hover\:border-red-200\/0:hover{
  border-color: rgb(254 202 202 / 0);
}

.hover\:border-red-200\/10:hover{
  border-color: rgb(254 202 202 / 0.1);
}

.hover\:border-red-200\/100:hover{
  border-color: rgb(254 202 202 / 1);
}

.hover\:border-red-200\/15:hover{
  border-color: rgb(254 202 202 / 0.15);
}

.hover\:border-red-200\/20:hover{
  border-color: rgb(254 202 202 / 0.2);
}

.hover\:border-red-200\/25:hover{
  border-color: rgb(254 202 202 / 0.25);
}

.hover\:border-red-200\/30:hover{
  border-color: rgb(254 202 202 / 0.3);
}

.hover\:border-red-200\/35:hover{
  border-color: rgb(254 202 202 / 0.35);
}

.hover\:border-red-200\/40:hover{
  border-color: rgb(254 202 202 / 0.4);
}

.hover\:border-red-200\/45:hover{
  border-color: rgb(254 202 202 / 0.45);
}

.hover\:border-red-200\/5:hover{
  border-color: rgb(254 202 202 / 0.05);
}

.hover\:border-red-200\/50:hover{
  border-color: rgb(254 202 202 / 0.5);
}

.hover\:border-red-200\/55:hover{
  border-color: rgb(254 202 202 / 0.55);
}

.hover\:border-red-200\/60:hover{
  border-color: rgb(254 202 202 / 0.6);
}

.hover\:border-red-200\/65:hover{
  border-color: rgb(254 202 202 / 0.65);
}

.hover\:border-red-200\/70:hover{
  border-color: rgb(254 202 202 / 0.7);
}

.hover\:border-red-200\/75:hover{
  border-color: rgb(254 202 202 / 0.75);
}

.hover\:border-red-200\/80:hover{
  border-color: rgb(254 202 202 / 0.8);
}

.hover\:border-red-200\/85:hover{
  border-color: rgb(254 202 202 / 0.85);
}

.hover\:border-red-200\/90:hover{
  border-color: rgb(254 202 202 / 0.9);
}

.hover\:border-red-200\/95:hover{
  border-color: rgb(254 202 202 / 0.95);
}

.hover\:border-red-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.hover\:border-red-300\/0:hover{
  border-color: rgb(252 165 165 / 0);
}

.hover\:border-red-300\/10:hover{
  border-color: rgb(252 165 165 / 0.1);
}

.hover\:border-red-300\/100:hover{
  border-color: rgb(252 165 165 / 1);
}

.hover\:border-red-300\/15:hover{
  border-color: rgb(252 165 165 / 0.15);
}

.hover\:border-red-300\/20:hover{
  border-color: rgb(252 165 165 / 0.2);
}

.hover\:border-red-300\/25:hover{
  border-color: rgb(252 165 165 / 0.25);
}

.hover\:border-red-300\/30:hover{
  border-color: rgb(252 165 165 / 0.3);
}

.hover\:border-red-300\/35:hover{
  border-color: rgb(252 165 165 / 0.35);
}

.hover\:border-red-300\/40:hover{
  border-color: rgb(252 165 165 / 0.4);
}

.hover\:border-red-300\/45:hover{
  border-color: rgb(252 165 165 / 0.45);
}

.hover\:border-red-300\/5:hover{
  border-color: rgb(252 165 165 / 0.05);
}

.hover\:border-red-300\/50:hover{
  border-color: rgb(252 165 165 / 0.5);
}

.hover\:border-red-300\/55:hover{
  border-color: rgb(252 165 165 / 0.55);
}

.hover\:border-red-300\/60:hover{
  border-color: rgb(252 165 165 / 0.6);
}

.hover\:border-red-300\/65:hover{
  border-color: rgb(252 165 165 / 0.65);
}

.hover\:border-red-300\/70:hover{
  border-color: rgb(252 165 165 / 0.7);
}

.hover\:border-red-300\/75:hover{
  border-color: rgb(252 165 165 / 0.75);
}

.hover\:border-red-300\/80:hover{
  border-color: rgb(252 165 165 / 0.8);
}

.hover\:border-red-300\/85:hover{
  border-color: rgb(252 165 165 / 0.85);
}

.hover\:border-red-300\/90:hover{
  border-color: rgb(252 165 165 / 0.9);
}

.hover\:border-red-300\/95:hover{
  border-color: rgb(252 165 165 / 0.95);
}

.hover\:border-red-400:hover{
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.hover\:border-red-400\/0:hover{
  border-color: rgb(248 113 113 / 0);
}

.hover\:border-red-400\/10:hover{
  border-color: rgb(248 113 113 / 0.1);
}

.hover\:border-red-400\/100:hover{
  border-color: rgb(248 113 113 / 1);
}

.hover\:border-red-400\/15:hover{
  border-color: rgb(248 113 113 / 0.15);
}

.hover\:border-red-400\/20:hover{
  border-color: rgb(248 113 113 / 0.2);
}

.hover\:border-red-400\/25:hover{
  border-color: rgb(248 113 113 / 0.25);
}

.hover\:border-red-400\/30:hover{
  border-color: rgb(248 113 113 / 0.3);
}

.hover\:border-red-400\/35:hover{
  border-color: rgb(248 113 113 / 0.35);
}

.hover\:border-red-400\/40:hover{
  border-color: rgb(248 113 113 / 0.4);
}

.hover\:border-red-400\/45:hover{
  border-color: rgb(248 113 113 / 0.45);
}

.hover\:border-red-400\/5:hover{
  border-color: rgb(248 113 113 / 0.05);
}

.hover\:border-red-400\/50:hover{
  border-color: rgb(248 113 113 / 0.5);
}

.hover\:border-red-400\/55:hover{
  border-color: rgb(248 113 113 / 0.55);
}

.hover\:border-red-400\/60:hover{
  border-color: rgb(248 113 113 / 0.6);
}

.hover\:border-red-400\/65:hover{
  border-color: rgb(248 113 113 / 0.65);
}

.hover\:border-red-400\/70:hover{
  border-color: rgb(248 113 113 / 0.7);
}

.hover\:border-red-400\/75:hover{
  border-color: rgb(248 113 113 / 0.75);
}

.hover\:border-red-400\/80:hover{
  border-color: rgb(248 113 113 / 0.8);
}

.hover\:border-red-400\/85:hover{
  border-color: rgb(248 113 113 / 0.85);
}

.hover\:border-red-400\/90:hover{
  border-color: rgb(248 113 113 / 0.9);
}

.hover\:border-red-400\/95:hover{
  border-color: rgb(248 113 113 / 0.95);
}

.hover\:border-red-50:hover{
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.hover\:border-red-50\/0:hover{
  border-color: rgb(254 242 242 / 0);
}

.hover\:border-red-50\/10:hover{
  border-color: rgb(254 242 242 / 0.1);
}

.hover\:border-red-50\/100:hover{
  border-color: rgb(254 242 242 / 1);
}

.hover\:border-red-50\/15:hover{
  border-color: rgb(254 242 242 / 0.15);
}

.hover\:border-red-50\/20:hover{
  border-color: rgb(254 242 242 / 0.2);
}

.hover\:border-red-50\/25:hover{
  border-color: rgb(254 242 242 / 0.25);
}

.hover\:border-red-50\/30:hover{
  border-color: rgb(254 242 242 / 0.3);
}

.hover\:border-red-50\/35:hover{
  border-color: rgb(254 242 242 / 0.35);
}

.hover\:border-red-50\/40:hover{
  border-color: rgb(254 242 242 / 0.4);
}

.hover\:border-red-50\/45:hover{
  border-color: rgb(254 242 242 / 0.45);
}

.hover\:border-red-50\/5:hover{
  border-color: rgb(254 242 242 / 0.05);
}

.hover\:border-red-50\/50:hover{
  border-color: rgb(254 242 242 / 0.5);
}

.hover\:border-red-50\/55:hover{
  border-color: rgb(254 242 242 / 0.55);
}

.hover\:border-red-50\/60:hover{
  border-color: rgb(254 242 242 / 0.6);
}

.hover\:border-red-50\/65:hover{
  border-color: rgb(254 242 242 / 0.65);
}

.hover\:border-red-50\/70:hover{
  border-color: rgb(254 242 242 / 0.7);
}

.hover\:border-red-50\/75:hover{
  border-color: rgb(254 242 242 / 0.75);
}

.hover\:border-red-50\/80:hover{
  border-color: rgb(254 242 242 / 0.8);
}

.hover\:border-red-50\/85:hover{
  border-color: rgb(254 242 242 / 0.85);
}

.hover\:border-red-50\/90:hover{
  border-color: rgb(254 242 242 / 0.9);
}

.hover\:border-red-50\/95:hover{
  border-color: rgb(254 242 242 / 0.95);
}

.hover\:border-red-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.hover\:border-red-500\/0:hover{
  border-color: rgb(239 68 68 / 0);
}

.hover\:border-red-500\/10:hover{
  border-color: rgb(239 68 68 / 0.1);
}

.hover\:border-red-500\/100:hover{
  border-color: rgb(239 68 68 / 1);
}

.hover\:border-red-500\/15:hover{
  border-color: rgb(239 68 68 / 0.15);
}

.hover\:border-red-500\/20:hover{
  border-color: rgb(239 68 68 / 0.2);
}

.hover\:border-red-500\/25:hover{
  border-color: rgb(239 68 68 / 0.25);
}

.hover\:border-red-500\/30:hover{
  border-color: rgb(239 68 68 / 0.3);
}

.hover\:border-red-500\/35:hover{
  border-color: rgb(239 68 68 / 0.35);
}

.hover\:border-red-500\/40:hover{
  border-color: rgb(239 68 68 / 0.4);
}

.hover\:border-red-500\/45:hover{
  border-color: rgb(239 68 68 / 0.45);
}

.hover\:border-red-500\/5:hover{
  border-color: rgb(239 68 68 / 0.05);
}

.hover\:border-red-500\/50:hover{
  border-color: rgb(239 68 68 / 0.5);
}

.hover\:border-red-500\/55:hover{
  border-color: rgb(239 68 68 / 0.55);
}

.hover\:border-red-500\/60:hover{
  border-color: rgb(239 68 68 / 0.6);
}

.hover\:border-red-500\/65:hover{
  border-color: rgb(239 68 68 / 0.65);
}

.hover\:border-red-500\/70:hover{
  border-color: rgb(239 68 68 / 0.7);
}

.hover\:border-red-500\/75:hover{
  border-color: rgb(239 68 68 / 0.75);
}

.hover\:border-red-500\/80:hover{
  border-color: rgb(239 68 68 / 0.8);
}

.hover\:border-red-500\/85:hover{
  border-color: rgb(239 68 68 / 0.85);
}

.hover\:border-red-500\/90:hover{
  border-color: rgb(239 68 68 / 0.9);
}

.hover\:border-red-500\/95:hover{
  border-color: rgb(239 68 68 / 0.95);
}

.hover\:border-red-600:hover{
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.hover\:border-red-600\/0:hover{
  border-color: rgb(220 38 38 / 0);
}

.hover\:border-red-600\/10:hover{
  border-color: rgb(220 38 38 / 0.1);
}

.hover\:border-red-600\/100:hover{
  border-color: rgb(220 38 38 / 1);
}

.hover\:border-red-600\/15:hover{
  border-color: rgb(220 38 38 / 0.15);
}

.hover\:border-red-600\/20:hover{
  border-color: rgb(220 38 38 / 0.2);
}

.hover\:border-red-600\/25:hover{
  border-color: rgb(220 38 38 / 0.25);
}

.hover\:border-red-600\/30:hover{
  border-color: rgb(220 38 38 / 0.3);
}

.hover\:border-red-600\/35:hover{
  border-color: rgb(220 38 38 / 0.35);
}

.hover\:border-red-600\/40:hover{
  border-color: rgb(220 38 38 / 0.4);
}

.hover\:border-red-600\/45:hover{
  border-color: rgb(220 38 38 / 0.45);
}

.hover\:border-red-600\/5:hover{
  border-color: rgb(220 38 38 / 0.05);
}

.hover\:border-red-600\/50:hover{
  border-color: rgb(220 38 38 / 0.5);
}

.hover\:border-red-600\/55:hover{
  border-color: rgb(220 38 38 / 0.55);
}

.hover\:border-red-600\/60:hover{
  border-color: rgb(220 38 38 / 0.6);
}

.hover\:border-red-600\/65:hover{
  border-color: rgb(220 38 38 / 0.65);
}

.hover\:border-red-600\/70:hover{
  border-color: rgb(220 38 38 / 0.7);
}

.hover\:border-red-600\/75:hover{
  border-color: rgb(220 38 38 / 0.75);
}

.hover\:border-red-600\/80:hover{
  border-color: rgb(220 38 38 / 0.8);
}

.hover\:border-red-600\/85:hover{
  border-color: rgb(220 38 38 / 0.85);
}

.hover\:border-red-600\/90:hover{
  border-color: rgb(220 38 38 / 0.9);
}

.hover\:border-red-600\/95:hover{
  border-color: rgb(220 38 38 / 0.95);
}

.hover\:border-red-700:hover{
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.hover\:border-red-700\/0:hover{
  border-color: rgb(185 28 28 / 0);
}

.hover\:border-red-700\/10:hover{
  border-color: rgb(185 28 28 / 0.1);
}

.hover\:border-red-700\/100:hover{
  border-color: rgb(185 28 28 / 1);
}

.hover\:border-red-700\/15:hover{
  border-color: rgb(185 28 28 / 0.15);
}

.hover\:border-red-700\/20:hover{
  border-color: rgb(185 28 28 / 0.2);
}

.hover\:border-red-700\/25:hover{
  border-color: rgb(185 28 28 / 0.25);
}

.hover\:border-red-700\/30:hover{
  border-color: rgb(185 28 28 / 0.3);
}

.hover\:border-red-700\/35:hover{
  border-color: rgb(185 28 28 / 0.35);
}

.hover\:border-red-700\/40:hover{
  border-color: rgb(185 28 28 / 0.4);
}

.hover\:border-red-700\/45:hover{
  border-color: rgb(185 28 28 / 0.45);
}

.hover\:border-red-700\/5:hover{
  border-color: rgb(185 28 28 / 0.05);
}

.hover\:border-red-700\/50:hover{
  border-color: rgb(185 28 28 / 0.5);
}

.hover\:border-red-700\/55:hover{
  border-color: rgb(185 28 28 / 0.55);
}

.hover\:border-red-700\/60:hover{
  border-color: rgb(185 28 28 / 0.6);
}

.hover\:border-red-700\/65:hover{
  border-color: rgb(185 28 28 / 0.65);
}

.hover\:border-red-700\/70:hover{
  border-color: rgb(185 28 28 / 0.7);
}

.hover\:border-red-700\/75:hover{
  border-color: rgb(185 28 28 / 0.75);
}

.hover\:border-red-700\/80:hover{
  border-color: rgb(185 28 28 / 0.8);
}

.hover\:border-red-700\/85:hover{
  border-color: rgb(185 28 28 / 0.85);
}

.hover\:border-red-700\/90:hover{
  border-color: rgb(185 28 28 / 0.9);
}

.hover\:border-red-700\/95:hover{
  border-color: rgb(185 28 28 / 0.95);
}

.hover\:border-red-800:hover{
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.hover\:border-red-800\/0:hover{
  border-color: rgb(153 27 27 / 0);
}

.hover\:border-red-800\/10:hover{
  border-color: rgb(153 27 27 / 0.1);
}

.hover\:border-red-800\/100:hover{
  border-color: rgb(153 27 27 / 1);
}

.hover\:border-red-800\/15:hover{
  border-color: rgb(153 27 27 / 0.15);
}

.hover\:border-red-800\/20:hover{
  border-color: rgb(153 27 27 / 0.2);
}

.hover\:border-red-800\/25:hover{
  border-color: rgb(153 27 27 / 0.25);
}

.hover\:border-red-800\/30:hover{
  border-color: rgb(153 27 27 / 0.3);
}

.hover\:border-red-800\/35:hover{
  border-color: rgb(153 27 27 / 0.35);
}

.hover\:border-red-800\/40:hover{
  border-color: rgb(153 27 27 / 0.4);
}

.hover\:border-red-800\/45:hover{
  border-color: rgb(153 27 27 / 0.45);
}

.hover\:border-red-800\/5:hover{
  border-color: rgb(153 27 27 / 0.05);
}

.hover\:border-red-800\/50:hover{
  border-color: rgb(153 27 27 / 0.5);
}

.hover\:border-red-800\/55:hover{
  border-color: rgb(153 27 27 / 0.55);
}

.hover\:border-red-800\/60:hover{
  border-color: rgb(153 27 27 / 0.6);
}

.hover\:border-red-800\/65:hover{
  border-color: rgb(153 27 27 / 0.65);
}

.hover\:border-red-800\/70:hover{
  border-color: rgb(153 27 27 / 0.7);
}

.hover\:border-red-800\/75:hover{
  border-color: rgb(153 27 27 / 0.75);
}

.hover\:border-red-800\/80:hover{
  border-color: rgb(153 27 27 / 0.8);
}

.hover\:border-red-800\/85:hover{
  border-color: rgb(153 27 27 / 0.85);
}

.hover\:border-red-800\/90:hover{
  border-color: rgb(153 27 27 / 0.9);
}

.hover\:border-red-800\/95:hover{
  border-color: rgb(153 27 27 / 0.95);
}

.hover\:border-red-900:hover{
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.hover\:border-red-900\/0:hover{
  border-color: rgb(127 29 29 / 0);
}

.hover\:border-red-900\/10:hover{
  border-color: rgb(127 29 29 / 0.1);
}

.hover\:border-red-900\/100:hover{
  border-color: rgb(127 29 29 / 1);
}

.hover\:border-red-900\/15:hover{
  border-color: rgb(127 29 29 / 0.15);
}

.hover\:border-red-900\/20:hover{
  border-color: rgb(127 29 29 / 0.2);
}

.hover\:border-red-900\/25:hover{
  border-color: rgb(127 29 29 / 0.25);
}

.hover\:border-red-900\/30:hover{
  border-color: rgb(127 29 29 / 0.3);
}

.hover\:border-red-900\/35:hover{
  border-color: rgb(127 29 29 / 0.35);
}

.hover\:border-red-900\/40:hover{
  border-color: rgb(127 29 29 / 0.4);
}

.hover\:border-red-900\/45:hover{
  border-color: rgb(127 29 29 / 0.45);
}

.hover\:border-red-900\/5:hover{
  border-color: rgb(127 29 29 / 0.05);
}

.hover\:border-red-900\/50:hover{
  border-color: rgb(127 29 29 / 0.5);
}

.hover\:border-red-900\/55:hover{
  border-color: rgb(127 29 29 / 0.55);
}

.hover\:border-red-900\/60:hover{
  border-color: rgb(127 29 29 / 0.6);
}

.hover\:border-red-900\/65:hover{
  border-color: rgb(127 29 29 / 0.65);
}

.hover\:border-red-900\/70:hover{
  border-color: rgb(127 29 29 / 0.7);
}

.hover\:border-red-900\/75:hover{
  border-color: rgb(127 29 29 / 0.75);
}

.hover\:border-red-900\/80:hover{
  border-color: rgb(127 29 29 / 0.8);
}

.hover\:border-red-900\/85:hover{
  border-color: rgb(127 29 29 / 0.85);
}

.hover\:border-red-900\/90:hover{
  border-color: rgb(127 29 29 / 0.9);
}

.hover\:border-red-900\/95:hover{
  border-color: rgb(127 29 29 / 0.95);
}

.hover\:border-yellow-100:hover{
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.hover\:border-yellow-100\/0:hover{
  border-color: rgb(254 249 195 / 0);
}

.hover\:border-yellow-100\/10:hover{
  border-color: rgb(254 249 195 / 0.1);
}

.hover\:border-yellow-100\/100:hover{
  border-color: rgb(254 249 195 / 1);
}

.hover\:border-yellow-100\/15:hover{
  border-color: rgb(254 249 195 / 0.15);
}

.hover\:border-yellow-100\/20:hover{
  border-color: rgb(254 249 195 / 0.2);
}

.hover\:border-yellow-100\/25:hover{
  border-color: rgb(254 249 195 / 0.25);
}

.hover\:border-yellow-100\/30:hover{
  border-color: rgb(254 249 195 / 0.3);
}

.hover\:border-yellow-100\/35:hover{
  border-color: rgb(254 249 195 / 0.35);
}

.hover\:border-yellow-100\/40:hover{
  border-color: rgb(254 249 195 / 0.4);
}

.hover\:border-yellow-100\/45:hover{
  border-color: rgb(254 249 195 / 0.45);
}

.hover\:border-yellow-100\/5:hover{
  border-color: rgb(254 249 195 / 0.05);
}

.hover\:border-yellow-100\/50:hover{
  border-color: rgb(254 249 195 / 0.5);
}

.hover\:border-yellow-100\/55:hover{
  border-color: rgb(254 249 195 / 0.55);
}

.hover\:border-yellow-100\/60:hover{
  border-color: rgb(254 249 195 / 0.6);
}

.hover\:border-yellow-100\/65:hover{
  border-color: rgb(254 249 195 / 0.65);
}

.hover\:border-yellow-100\/70:hover{
  border-color: rgb(254 249 195 / 0.7);
}

.hover\:border-yellow-100\/75:hover{
  border-color: rgb(254 249 195 / 0.75);
}

.hover\:border-yellow-100\/80:hover{
  border-color: rgb(254 249 195 / 0.8);
}

.hover\:border-yellow-100\/85:hover{
  border-color: rgb(254 249 195 / 0.85);
}

.hover\:border-yellow-100\/90:hover{
  border-color: rgb(254 249 195 / 0.9);
}

.hover\:border-yellow-100\/95:hover{
  border-color: rgb(254 249 195 / 0.95);
}

.hover\:border-yellow-200:hover{
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.hover\:border-yellow-200\/0:hover{
  border-color: rgb(254 240 138 / 0);
}

.hover\:border-yellow-200\/10:hover{
  border-color: rgb(254 240 138 / 0.1);
}

.hover\:border-yellow-200\/100:hover{
  border-color: rgb(254 240 138 / 1);
}

.hover\:border-yellow-200\/15:hover{
  border-color: rgb(254 240 138 / 0.15);
}

.hover\:border-yellow-200\/20:hover{
  border-color: rgb(254 240 138 / 0.2);
}

.hover\:border-yellow-200\/25:hover{
  border-color: rgb(254 240 138 / 0.25);
}

.hover\:border-yellow-200\/30:hover{
  border-color: rgb(254 240 138 / 0.3);
}

.hover\:border-yellow-200\/35:hover{
  border-color: rgb(254 240 138 / 0.35);
}

.hover\:border-yellow-200\/40:hover{
  border-color: rgb(254 240 138 / 0.4);
}

.hover\:border-yellow-200\/45:hover{
  border-color: rgb(254 240 138 / 0.45);
}

.hover\:border-yellow-200\/5:hover{
  border-color: rgb(254 240 138 / 0.05);
}

.hover\:border-yellow-200\/50:hover{
  border-color: rgb(254 240 138 / 0.5);
}

.hover\:border-yellow-200\/55:hover{
  border-color: rgb(254 240 138 / 0.55);
}

.hover\:border-yellow-200\/60:hover{
  border-color: rgb(254 240 138 / 0.6);
}

.hover\:border-yellow-200\/65:hover{
  border-color: rgb(254 240 138 / 0.65);
}

.hover\:border-yellow-200\/70:hover{
  border-color: rgb(254 240 138 / 0.7);
}

.hover\:border-yellow-200\/75:hover{
  border-color: rgb(254 240 138 / 0.75);
}

.hover\:border-yellow-200\/80:hover{
  border-color: rgb(254 240 138 / 0.8);
}

.hover\:border-yellow-200\/85:hover{
  border-color: rgb(254 240 138 / 0.85);
}

.hover\:border-yellow-200\/90:hover{
  border-color: rgb(254 240 138 / 0.9);
}

.hover\:border-yellow-200\/95:hover{
  border-color: rgb(254 240 138 / 0.95);
}

.hover\:border-yellow-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.hover\:border-yellow-300\/0:hover{
  border-color: rgb(253 224 71 / 0);
}

.hover\:border-yellow-300\/10:hover{
  border-color: rgb(253 224 71 / 0.1);
}

.hover\:border-yellow-300\/100:hover{
  border-color: rgb(253 224 71 / 1);
}

.hover\:border-yellow-300\/15:hover{
  border-color: rgb(253 224 71 / 0.15);
}

.hover\:border-yellow-300\/20:hover{
  border-color: rgb(253 224 71 / 0.2);
}

.hover\:border-yellow-300\/25:hover{
  border-color: rgb(253 224 71 / 0.25);
}

.hover\:border-yellow-300\/30:hover{
  border-color: rgb(253 224 71 / 0.3);
}

.hover\:border-yellow-300\/35:hover{
  border-color: rgb(253 224 71 / 0.35);
}

.hover\:border-yellow-300\/40:hover{
  border-color: rgb(253 224 71 / 0.4);
}

.hover\:border-yellow-300\/45:hover{
  border-color: rgb(253 224 71 / 0.45);
}

.hover\:border-yellow-300\/5:hover{
  border-color: rgb(253 224 71 / 0.05);
}

.hover\:border-yellow-300\/50:hover{
  border-color: rgb(253 224 71 / 0.5);
}

.hover\:border-yellow-300\/55:hover{
  border-color: rgb(253 224 71 / 0.55);
}

.hover\:border-yellow-300\/60:hover{
  border-color: rgb(253 224 71 / 0.6);
}

.hover\:border-yellow-300\/65:hover{
  border-color: rgb(253 224 71 / 0.65);
}

.hover\:border-yellow-300\/70:hover{
  border-color: rgb(253 224 71 / 0.7);
}

.hover\:border-yellow-300\/75:hover{
  border-color: rgb(253 224 71 / 0.75);
}

.hover\:border-yellow-300\/80:hover{
  border-color: rgb(253 224 71 / 0.8);
}

.hover\:border-yellow-300\/85:hover{
  border-color: rgb(253 224 71 / 0.85);
}

.hover\:border-yellow-300\/90:hover{
  border-color: rgb(253 224 71 / 0.9);
}

.hover\:border-yellow-300\/95:hover{
  border-color: rgb(253 224 71 / 0.95);
}

.hover\:border-yellow-400:hover{
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.hover\:border-yellow-400\/0:hover{
  border-color: rgb(250 204 21 / 0);
}

.hover\:border-yellow-400\/10:hover{
  border-color: rgb(250 204 21 / 0.1);
}

.hover\:border-yellow-400\/100:hover{
  border-color: rgb(250 204 21 / 1);
}

.hover\:border-yellow-400\/15:hover{
  border-color: rgb(250 204 21 / 0.15);
}

.hover\:border-yellow-400\/20:hover{
  border-color: rgb(250 204 21 / 0.2);
}

.hover\:border-yellow-400\/25:hover{
  border-color: rgb(250 204 21 / 0.25);
}

.hover\:border-yellow-400\/30:hover{
  border-color: rgb(250 204 21 / 0.3);
}

.hover\:border-yellow-400\/35:hover{
  border-color: rgb(250 204 21 / 0.35);
}

.hover\:border-yellow-400\/40:hover{
  border-color: rgb(250 204 21 / 0.4);
}

.hover\:border-yellow-400\/45:hover{
  border-color: rgb(250 204 21 / 0.45);
}

.hover\:border-yellow-400\/5:hover{
  border-color: rgb(250 204 21 / 0.05);
}

.hover\:border-yellow-400\/50:hover{
  border-color: rgb(250 204 21 / 0.5);
}

.hover\:border-yellow-400\/55:hover{
  border-color: rgb(250 204 21 / 0.55);
}

.hover\:border-yellow-400\/60:hover{
  border-color: rgb(250 204 21 / 0.6);
}

.hover\:border-yellow-400\/65:hover{
  border-color: rgb(250 204 21 / 0.65);
}

.hover\:border-yellow-400\/70:hover{
  border-color: rgb(250 204 21 / 0.7);
}

.hover\:border-yellow-400\/75:hover{
  border-color: rgb(250 204 21 / 0.75);
}

.hover\:border-yellow-400\/80:hover{
  border-color: rgb(250 204 21 / 0.8);
}

.hover\:border-yellow-400\/85:hover{
  border-color: rgb(250 204 21 / 0.85);
}

.hover\:border-yellow-400\/90:hover{
  border-color: rgb(250 204 21 / 0.9);
}

.hover\:border-yellow-400\/95:hover{
  border-color: rgb(250 204 21 / 0.95);
}

.hover\:border-yellow-50:hover{
  --tw-border-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.hover\:border-yellow-50\/0:hover{
  border-color: rgb(254 252 232 / 0);
}

.hover\:border-yellow-50\/10:hover{
  border-color: rgb(254 252 232 / 0.1);
}

.hover\:border-yellow-50\/100:hover{
  border-color: rgb(254 252 232 / 1);
}

.hover\:border-yellow-50\/15:hover{
  border-color: rgb(254 252 232 / 0.15);
}

.hover\:border-yellow-50\/20:hover{
  border-color: rgb(254 252 232 / 0.2);
}

.hover\:border-yellow-50\/25:hover{
  border-color: rgb(254 252 232 / 0.25);
}

.hover\:border-yellow-50\/30:hover{
  border-color: rgb(254 252 232 / 0.3);
}

.hover\:border-yellow-50\/35:hover{
  border-color: rgb(254 252 232 / 0.35);
}

.hover\:border-yellow-50\/40:hover{
  border-color: rgb(254 252 232 / 0.4);
}

.hover\:border-yellow-50\/45:hover{
  border-color: rgb(254 252 232 / 0.45);
}

.hover\:border-yellow-50\/5:hover{
  border-color: rgb(254 252 232 / 0.05);
}

.hover\:border-yellow-50\/50:hover{
  border-color: rgb(254 252 232 / 0.5);
}

.hover\:border-yellow-50\/55:hover{
  border-color: rgb(254 252 232 / 0.55);
}

.hover\:border-yellow-50\/60:hover{
  border-color: rgb(254 252 232 / 0.6);
}

.hover\:border-yellow-50\/65:hover{
  border-color: rgb(254 252 232 / 0.65);
}

.hover\:border-yellow-50\/70:hover{
  border-color: rgb(254 252 232 / 0.7);
}

.hover\:border-yellow-50\/75:hover{
  border-color: rgb(254 252 232 / 0.75);
}

.hover\:border-yellow-50\/80:hover{
  border-color: rgb(254 252 232 / 0.8);
}

.hover\:border-yellow-50\/85:hover{
  border-color: rgb(254 252 232 / 0.85);
}

.hover\:border-yellow-50\/90:hover{
  border-color: rgb(254 252 232 / 0.9);
}

.hover\:border-yellow-50\/95:hover{
  border-color: rgb(254 252 232 / 0.95);
}

.hover\:border-yellow-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.hover\:border-yellow-500\/0:hover{
  border-color: rgb(234 179 8 / 0);
}

.hover\:border-yellow-500\/10:hover{
  border-color: rgb(234 179 8 / 0.1);
}

.hover\:border-yellow-500\/100:hover{
  border-color: rgb(234 179 8 / 1);
}

.hover\:border-yellow-500\/15:hover{
  border-color: rgb(234 179 8 / 0.15);
}

.hover\:border-yellow-500\/20:hover{
  border-color: rgb(234 179 8 / 0.2);
}

.hover\:border-yellow-500\/25:hover{
  border-color: rgb(234 179 8 / 0.25);
}

.hover\:border-yellow-500\/30:hover{
  border-color: rgb(234 179 8 / 0.3);
}

.hover\:border-yellow-500\/35:hover{
  border-color: rgb(234 179 8 / 0.35);
}

.hover\:border-yellow-500\/40:hover{
  border-color: rgb(234 179 8 / 0.4);
}

.hover\:border-yellow-500\/45:hover{
  border-color: rgb(234 179 8 / 0.45);
}

.hover\:border-yellow-500\/5:hover{
  border-color: rgb(234 179 8 / 0.05);
}

.hover\:border-yellow-500\/50:hover{
  border-color: rgb(234 179 8 / 0.5);
}

.hover\:border-yellow-500\/55:hover{
  border-color: rgb(234 179 8 / 0.55);
}

.hover\:border-yellow-500\/60:hover{
  border-color: rgb(234 179 8 / 0.6);
}

.hover\:border-yellow-500\/65:hover{
  border-color: rgb(234 179 8 / 0.65);
}

.hover\:border-yellow-500\/70:hover{
  border-color: rgb(234 179 8 / 0.7);
}

.hover\:border-yellow-500\/75:hover{
  border-color: rgb(234 179 8 / 0.75);
}

.hover\:border-yellow-500\/80:hover{
  border-color: rgb(234 179 8 / 0.8);
}

.hover\:border-yellow-500\/85:hover{
  border-color: rgb(234 179 8 / 0.85);
}

.hover\:border-yellow-500\/90:hover{
  border-color: rgb(234 179 8 / 0.9);
}

.hover\:border-yellow-500\/95:hover{
  border-color: rgb(234 179 8 / 0.95);
}

.hover\:border-yellow-600:hover{
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.hover\:border-yellow-600\/0:hover{
  border-color: rgb(202 138 4 / 0);
}

.hover\:border-yellow-600\/10:hover{
  border-color: rgb(202 138 4 / 0.1);
}

.hover\:border-yellow-600\/100:hover{
  border-color: rgb(202 138 4 / 1);
}

.hover\:border-yellow-600\/15:hover{
  border-color: rgb(202 138 4 / 0.15);
}

.hover\:border-yellow-600\/20:hover{
  border-color: rgb(202 138 4 / 0.2);
}

.hover\:border-yellow-600\/25:hover{
  border-color: rgb(202 138 4 / 0.25);
}

.hover\:border-yellow-600\/30:hover{
  border-color: rgb(202 138 4 / 0.3);
}

.hover\:border-yellow-600\/35:hover{
  border-color: rgb(202 138 4 / 0.35);
}

.hover\:border-yellow-600\/40:hover{
  border-color: rgb(202 138 4 / 0.4);
}

.hover\:border-yellow-600\/45:hover{
  border-color: rgb(202 138 4 / 0.45);
}

.hover\:border-yellow-600\/5:hover{
  border-color: rgb(202 138 4 / 0.05);
}

.hover\:border-yellow-600\/50:hover{
  border-color: rgb(202 138 4 / 0.5);
}

.hover\:border-yellow-600\/55:hover{
  border-color: rgb(202 138 4 / 0.55);
}

.hover\:border-yellow-600\/60:hover{
  border-color: rgb(202 138 4 / 0.6);
}

.hover\:border-yellow-600\/65:hover{
  border-color: rgb(202 138 4 / 0.65);
}

.hover\:border-yellow-600\/70:hover{
  border-color: rgb(202 138 4 / 0.7);
}

.hover\:border-yellow-600\/75:hover{
  border-color: rgb(202 138 4 / 0.75);
}

.hover\:border-yellow-600\/80:hover{
  border-color: rgb(202 138 4 / 0.8);
}

.hover\:border-yellow-600\/85:hover{
  border-color: rgb(202 138 4 / 0.85);
}

.hover\:border-yellow-600\/90:hover{
  border-color: rgb(202 138 4 / 0.9);
}

.hover\:border-yellow-600\/95:hover{
  border-color: rgb(202 138 4 / 0.95);
}

.hover\:border-yellow-700:hover{
  --tw-border-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.hover\:border-yellow-700\/0:hover{
  border-color: rgb(161 98 7 / 0);
}

.hover\:border-yellow-700\/10:hover{
  border-color: rgb(161 98 7 / 0.1);
}

.hover\:border-yellow-700\/100:hover{
  border-color: rgb(161 98 7 / 1);
}

.hover\:border-yellow-700\/15:hover{
  border-color: rgb(161 98 7 / 0.15);
}

.hover\:border-yellow-700\/20:hover{
  border-color: rgb(161 98 7 / 0.2);
}

.hover\:border-yellow-700\/25:hover{
  border-color: rgb(161 98 7 / 0.25);
}

.hover\:border-yellow-700\/30:hover{
  border-color: rgb(161 98 7 / 0.3);
}

.hover\:border-yellow-700\/35:hover{
  border-color: rgb(161 98 7 / 0.35);
}

.hover\:border-yellow-700\/40:hover{
  border-color: rgb(161 98 7 / 0.4);
}

.hover\:border-yellow-700\/45:hover{
  border-color: rgb(161 98 7 / 0.45);
}

.hover\:border-yellow-700\/5:hover{
  border-color: rgb(161 98 7 / 0.05);
}

.hover\:border-yellow-700\/50:hover{
  border-color: rgb(161 98 7 / 0.5);
}

.hover\:border-yellow-700\/55:hover{
  border-color: rgb(161 98 7 / 0.55);
}

.hover\:border-yellow-700\/60:hover{
  border-color: rgb(161 98 7 / 0.6);
}

.hover\:border-yellow-700\/65:hover{
  border-color: rgb(161 98 7 / 0.65);
}

.hover\:border-yellow-700\/70:hover{
  border-color: rgb(161 98 7 / 0.7);
}

.hover\:border-yellow-700\/75:hover{
  border-color: rgb(161 98 7 / 0.75);
}

.hover\:border-yellow-700\/80:hover{
  border-color: rgb(161 98 7 / 0.8);
}

.hover\:border-yellow-700\/85:hover{
  border-color: rgb(161 98 7 / 0.85);
}

.hover\:border-yellow-700\/90:hover{
  border-color: rgb(161 98 7 / 0.9);
}

.hover\:border-yellow-700\/95:hover{
  border-color: rgb(161 98 7 / 0.95);
}

.hover\:border-yellow-800:hover{
  --tw-border-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.hover\:border-yellow-800\/0:hover{
  border-color: rgb(133 77 14 / 0);
}

.hover\:border-yellow-800\/10:hover{
  border-color: rgb(133 77 14 / 0.1);
}

.hover\:border-yellow-800\/100:hover{
  border-color: rgb(133 77 14 / 1);
}

.hover\:border-yellow-800\/15:hover{
  border-color: rgb(133 77 14 / 0.15);
}

.hover\:border-yellow-800\/20:hover{
  border-color: rgb(133 77 14 / 0.2);
}

.hover\:border-yellow-800\/25:hover{
  border-color: rgb(133 77 14 / 0.25);
}

.hover\:border-yellow-800\/30:hover{
  border-color: rgb(133 77 14 / 0.3);
}

.hover\:border-yellow-800\/35:hover{
  border-color: rgb(133 77 14 / 0.35);
}

.hover\:border-yellow-800\/40:hover{
  border-color: rgb(133 77 14 / 0.4);
}

.hover\:border-yellow-800\/45:hover{
  border-color: rgb(133 77 14 / 0.45);
}

.hover\:border-yellow-800\/5:hover{
  border-color: rgb(133 77 14 / 0.05);
}

.hover\:border-yellow-800\/50:hover{
  border-color: rgb(133 77 14 / 0.5);
}

.hover\:border-yellow-800\/55:hover{
  border-color: rgb(133 77 14 / 0.55);
}

.hover\:border-yellow-800\/60:hover{
  border-color: rgb(133 77 14 / 0.6);
}

.hover\:border-yellow-800\/65:hover{
  border-color: rgb(133 77 14 / 0.65);
}

.hover\:border-yellow-800\/70:hover{
  border-color: rgb(133 77 14 / 0.7);
}

.hover\:border-yellow-800\/75:hover{
  border-color: rgb(133 77 14 / 0.75);
}

.hover\:border-yellow-800\/80:hover{
  border-color: rgb(133 77 14 / 0.8);
}

.hover\:border-yellow-800\/85:hover{
  border-color: rgb(133 77 14 / 0.85);
}

.hover\:border-yellow-800\/90:hover{
  border-color: rgb(133 77 14 / 0.9);
}

.hover\:border-yellow-800\/95:hover{
  border-color: rgb(133 77 14 / 0.95);
}

.hover\:border-yellow-900:hover{
  --tw-border-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.hover\:border-yellow-900\/0:hover{
  border-color: rgb(113 63 18 / 0);
}

.hover\:border-yellow-900\/10:hover{
  border-color: rgb(113 63 18 / 0.1);
}

.hover\:border-yellow-900\/100:hover{
  border-color: rgb(113 63 18 / 1);
}

.hover\:border-yellow-900\/15:hover{
  border-color: rgb(113 63 18 / 0.15);
}

.hover\:border-yellow-900\/20:hover{
  border-color: rgb(113 63 18 / 0.2);
}

.hover\:border-yellow-900\/25:hover{
  border-color: rgb(113 63 18 / 0.25);
}

.hover\:border-yellow-900\/30:hover{
  border-color: rgb(113 63 18 / 0.3);
}

.hover\:border-yellow-900\/35:hover{
  border-color: rgb(113 63 18 / 0.35);
}

.hover\:border-yellow-900\/40:hover{
  border-color: rgb(113 63 18 / 0.4);
}

.hover\:border-yellow-900\/45:hover{
  border-color: rgb(113 63 18 / 0.45);
}

.hover\:border-yellow-900\/5:hover{
  border-color: rgb(113 63 18 / 0.05);
}

.hover\:border-yellow-900\/50:hover{
  border-color: rgb(113 63 18 / 0.5);
}

.hover\:border-yellow-900\/55:hover{
  border-color: rgb(113 63 18 / 0.55);
}

.hover\:border-yellow-900\/60:hover{
  border-color: rgb(113 63 18 / 0.6);
}

.hover\:border-yellow-900\/65:hover{
  border-color: rgb(113 63 18 / 0.65);
}

.hover\:border-yellow-900\/70:hover{
  border-color: rgb(113 63 18 / 0.7);
}

.hover\:border-yellow-900\/75:hover{
  border-color: rgb(113 63 18 / 0.75);
}

.hover\:border-yellow-900\/80:hover{
  border-color: rgb(113 63 18 / 0.8);
}

.hover\:border-yellow-900\/85:hover{
  border-color: rgb(113 63 18 / 0.85);
}

.hover\:border-yellow-900\/90:hover{
  border-color: rgb(113 63 18 / 0.9);
}

.hover\:border-yellow-900\/95:hover{
  border-color: rgb(113 63 18 / 0.95);
}

.hover\:bg-blue-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.hover\:bg-blue-100\/0:hover{
  background-color: rgb(219 234 254 / 0);
}

.hover\:bg-blue-100\/10:hover{
  background-color: rgb(219 234 254 / 0.1);
}

.hover\:bg-blue-100\/100:hover{
  background-color: rgb(219 234 254 / 1);
}

.hover\:bg-blue-100\/15:hover{
  background-color: rgb(219 234 254 / 0.15);
}

.hover\:bg-blue-100\/20:hover{
  background-color: rgb(219 234 254 / 0.2);
}

.hover\:bg-blue-100\/25:hover{
  background-color: rgb(219 234 254 / 0.25);
}

.hover\:bg-blue-100\/30:hover{
  background-color: rgb(219 234 254 / 0.3);
}

.hover\:bg-blue-100\/35:hover{
  background-color: rgb(219 234 254 / 0.35);
}

.hover\:bg-blue-100\/40:hover{
  background-color: rgb(219 234 254 / 0.4);
}

.hover\:bg-blue-100\/45:hover{
  background-color: rgb(219 234 254 / 0.45);
}

.hover\:bg-blue-100\/5:hover{
  background-color: rgb(219 234 254 / 0.05);
}

.hover\:bg-blue-100\/50:hover{
  background-color: rgb(219 234 254 / 0.5);
}

.hover\:bg-blue-100\/55:hover{
  background-color: rgb(219 234 254 / 0.55);
}

.hover\:bg-blue-100\/60:hover{
  background-color: rgb(219 234 254 / 0.6);
}

.hover\:bg-blue-100\/65:hover{
  background-color: rgb(219 234 254 / 0.65);
}

.hover\:bg-blue-100\/70:hover{
  background-color: rgb(219 234 254 / 0.7);
}

.hover\:bg-blue-100\/75:hover{
  background-color: rgb(219 234 254 / 0.75);
}

.hover\:bg-blue-100\/80:hover{
  background-color: rgb(219 234 254 / 0.8);
}

.hover\:bg-blue-100\/85:hover{
  background-color: rgb(219 234 254 / 0.85);
}

.hover\:bg-blue-100\/90:hover{
  background-color: rgb(219 234 254 / 0.9);
}

.hover\:bg-blue-100\/95:hover{
  background-color: rgb(219 234 254 / 0.95);
}

.hover\:bg-blue-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

.hover\:bg-blue-200\/0:hover{
  background-color: rgb(191 219 254 / 0);
}

.hover\:bg-blue-200\/10:hover{
  background-color: rgb(191 219 254 / 0.1);
}

.hover\:bg-blue-200\/100:hover{
  background-color: rgb(191 219 254 / 1);
}

.hover\:bg-blue-200\/15:hover{
  background-color: rgb(191 219 254 / 0.15);
}

.hover\:bg-blue-200\/20:hover{
  background-color: rgb(191 219 254 / 0.2);
}

.hover\:bg-blue-200\/25:hover{
  background-color: rgb(191 219 254 / 0.25);
}

.hover\:bg-blue-200\/30:hover{
  background-color: rgb(191 219 254 / 0.3);
}

.hover\:bg-blue-200\/35:hover{
  background-color: rgb(191 219 254 / 0.35);
}

.hover\:bg-blue-200\/40:hover{
  background-color: rgb(191 219 254 / 0.4);
}

.hover\:bg-blue-200\/45:hover{
  background-color: rgb(191 219 254 / 0.45);
}

.hover\:bg-blue-200\/5:hover{
  background-color: rgb(191 219 254 / 0.05);
}

.hover\:bg-blue-200\/50:hover{
  background-color: rgb(191 219 254 / 0.5);
}

.hover\:bg-blue-200\/55:hover{
  background-color: rgb(191 219 254 / 0.55);
}

.hover\:bg-blue-200\/60:hover{
  background-color: rgb(191 219 254 / 0.6);
}

.hover\:bg-blue-200\/65:hover{
  background-color: rgb(191 219 254 / 0.65);
}

.hover\:bg-blue-200\/70:hover{
  background-color: rgb(191 219 254 / 0.7);
}

.hover\:bg-blue-200\/75:hover{
  background-color: rgb(191 219 254 / 0.75);
}

.hover\:bg-blue-200\/80:hover{
  background-color: rgb(191 219 254 / 0.8);
}

.hover\:bg-blue-200\/85:hover{
  background-color: rgb(191 219 254 / 0.85);
}

.hover\:bg-blue-200\/90:hover{
  background-color: rgb(191 219 254 / 0.9);
}

.hover\:bg-blue-200\/95:hover{
  background-color: rgb(191 219 254 / 0.95);
}

.hover\:bg-blue-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}

.hover\:bg-blue-300\/0:hover{
  background-color: rgb(147 197 253 / 0);
}

.hover\:bg-blue-300\/10:hover{
  background-color: rgb(147 197 253 / 0.1);
}

.hover\:bg-blue-300\/100:hover{
  background-color: rgb(147 197 253 / 1);
}

.hover\:bg-blue-300\/15:hover{
  background-color: rgb(147 197 253 / 0.15);
}

.hover\:bg-blue-300\/20:hover{
  background-color: rgb(147 197 253 / 0.2);
}

.hover\:bg-blue-300\/25:hover{
  background-color: rgb(147 197 253 / 0.25);
}

.hover\:bg-blue-300\/30:hover{
  background-color: rgb(147 197 253 / 0.3);
}

.hover\:bg-blue-300\/35:hover{
  background-color: rgb(147 197 253 / 0.35);
}

.hover\:bg-blue-300\/40:hover{
  background-color: rgb(147 197 253 / 0.4);
}

.hover\:bg-blue-300\/45:hover{
  background-color: rgb(147 197 253 / 0.45);
}

.hover\:bg-blue-300\/5:hover{
  background-color: rgb(147 197 253 / 0.05);
}

.hover\:bg-blue-300\/50:hover{
  background-color: rgb(147 197 253 / 0.5);
}

.hover\:bg-blue-300\/55:hover{
  background-color: rgb(147 197 253 / 0.55);
}

.hover\:bg-blue-300\/60:hover{
  background-color: rgb(147 197 253 / 0.6);
}

.hover\:bg-blue-300\/65:hover{
  background-color: rgb(147 197 253 / 0.65);
}

.hover\:bg-blue-300\/70:hover{
  background-color: rgb(147 197 253 / 0.7);
}

.hover\:bg-blue-300\/75:hover{
  background-color: rgb(147 197 253 / 0.75);
}

.hover\:bg-blue-300\/80:hover{
  background-color: rgb(147 197 253 / 0.8);
}

.hover\:bg-blue-300\/85:hover{
  background-color: rgb(147 197 253 / 0.85);
}

.hover\:bg-blue-300\/90:hover{
  background-color: rgb(147 197 253 / 0.9);
}

.hover\:bg-blue-300\/95:hover{
  background-color: rgb(147 197 253 / 0.95);
}

.hover\:bg-blue-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}

.hover\:bg-blue-400\/0:hover{
  background-color: rgb(96 165 250 / 0);
}

.hover\:bg-blue-400\/10:hover{
  background-color: rgb(96 165 250 / 0.1);
}

.hover\:bg-blue-400\/100:hover{
  background-color: rgb(96 165 250 / 1);
}

.hover\:bg-blue-400\/15:hover{
  background-color: rgb(96 165 250 / 0.15);
}

.hover\:bg-blue-400\/20:hover{
  background-color: rgb(96 165 250 / 0.2);
}

.hover\:bg-blue-400\/25:hover{
  background-color: rgb(96 165 250 / 0.25);
}

.hover\:bg-blue-400\/30:hover{
  background-color: rgb(96 165 250 / 0.3);
}

.hover\:bg-blue-400\/35:hover{
  background-color: rgb(96 165 250 / 0.35);
}

.hover\:bg-blue-400\/40:hover{
  background-color: rgb(96 165 250 / 0.4);
}

.hover\:bg-blue-400\/45:hover{
  background-color: rgb(96 165 250 / 0.45);
}

.hover\:bg-blue-400\/5:hover{
  background-color: rgb(96 165 250 / 0.05);
}

.hover\:bg-blue-400\/50:hover{
  background-color: rgb(96 165 250 / 0.5);
}

.hover\:bg-blue-400\/55:hover{
  background-color: rgb(96 165 250 / 0.55);
}

.hover\:bg-blue-400\/60:hover{
  background-color: rgb(96 165 250 / 0.6);
}

.hover\:bg-blue-400\/65:hover{
  background-color: rgb(96 165 250 / 0.65);
}

.hover\:bg-blue-400\/70:hover{
  background-color: rgb(96 165 250 / 0.7);
}

.hover\:bg-blue-400\/75:hover{
  background-color: rgb(96 165 250 / 0.75);
}

.hover\:bg-blue-400\/80:hover{
  background-color: rgb(96 165 250 / 0.8);
}

.hover\:bg-blue-400\/85:hover{
  background-color: rgb(96 165 250 / 0.85);
}

.hover\:bg-blue-400\/90:hover{
  background-color: rgb(96 165 250 / 0.9);
}

.hover\:bg-blue-400\/95:hover{
  background-color: rgb(96 165 250 / 0.95);
}

.hover\:bg-blue-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.hover\:bg-blue-50\/0:hover{
  background-color: rgb(239 246 255 / 0);
}

.hover\:bg-blue-50\/10:hover{
  background-color: rgb(239 246 255 / 0.1);
}

.hover\:bg-blue-50\/100:hover{
  background-color: rgb(239 246 255 / 1);
}

.hover\:bg-blue-50\/15:hover{
  background-color: rgb(239 246 255 / 0.15);
}

.hover\:bg-blue-50\/20:hover{
  background-color: rgb(239 246 255 / 0.2);
}

.hover\:bg-blue-50\/25:hover{
  background-color: rgb(239 246 255 / 0.25);
}

.hover\:bg-blue-50\/30:hover{
  background-color: rgb(239 246 255 / 0.3);
}

.hover\:bg-blue-50\/35:hover{
  background-color: rgb(239 246 255 / 0.35);
}

.hover\:bg-blue-50\/40:hover{
  background-color: rgb(239 246 255 / 0.4);
}

.hover\:bg-blue-50\/45:hover{
  background-color: rgb(239 246 255 / 0.45);
}

.hover\:bg-blue-50\/5:hover{
  background-color: rgb(239 246 255 / 0.05);
}

.hover\:bg-blue-50\/50:hover{
  background-color: rgb(239 246 255 / 0.5);
}

.hover\:bg-blue-50\/55:hover{
  background-color: rgb(239 246 255 / 0.55);
}

.hover\:bg-blue-50\/60:hover{
  background-color: rgb(239 246 255 / 0.6);
}

.hover\:bg-blue-50\/65:hover{
  background-color: rgb(239 246 255 / 0.65);
}

.hover\:bg-blue-50\/70:hover{
  background-color: rgb(239 246 255 / 0.7);
}

.hover\:bg-blue-50\/75:hover{
  background-color: rgb(239 246 255 / 0.75);
}

.hover\:bg-blue-50\/80:hover{
  background-color: rgb(239 246 255 / 0.8);
}

.hover\:bg-blue-50\/85:hover{
  background-color: rgb(239 246 255 / 0.85);
}

.hover\:bg-blue-50\/90:hover{
  background-color: rgb(239 246 255 / 0.9);
}

.hover\:bg-blue-50\/95:hover{
  background-color: rgb(239 246 255 / 0.95);
}

.hover\:bg-blue-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.hover\:bg-blue-500\/0:hover{
  background-color: rgb(59 130 246 / 0);
}

.hover\:bg-blue-500\/10:hover{
  background-color: rgb(59 130 246 / 0.1);
}

.hover\:bg-blue-500\/100:hover{
  background-color: rgb(59 130 246 / 1);
}

.hover\:bg-blue-500\/15:hover{
  background-color: rgb(59 130 246 / 0.15);
}

.hover\:bg-blue-500\/20:hover{
  background-color: rgb(59 130 246 / 0.2);
}

.hover\:bg-blue-500\/25:hover{
  background-color: rgb(59 130 246 / 0.25);
}

.hover\:bg-blue-500\/30:hover{
  background-color: rgb(59 130 246 / 0.3);
}

.hover\:bg-blue-500\/35:hover{
  background-color: rgb(59 130 246 / 0.35);
}

.hover\:bg-blue-500\/40:hover{
  background-color: rgb(59 130 246 / 0.4);
}

.hover\:bg-blue-500\/45:hover{
  background-color: rgb(59 130 246 / 0.45);
}

.hover\:bg-blue-500\/5:hover{
  background-color: rgb(59 130 246 / 0.05);
}

.hover\:bg-blue-500\/50:hover{
  background-color: rgb(59 130 246 / 0.5);
}

.hover\:bg-blue-500\/55:hover{
  background-color: rgb(59 130 246 / 0.55);
}

.hover\:bg-blue-500\/60:hover{
  background-color: rgb(59 130 246 / 0.6);
}

.hover\:bg-blue-500\/65:hover{
  background-color: rgb(59 130 246 / 0.65);
}

.hover\:bg-blue-500\/70:hover{
  background-color: rgb(59 130 246 / 0.7);
}

.hover\:bg-blue-500\/75:hover{
  background-color: rgb(59 130 246 / 0.75);
}

.hover\:bg-blue-500\/80:hover{
  background-color: rgb(59 130 246 / 0.8);
}

.hover\:bg-blue-500\/85:hover{
  background-color: rgb(59 130 246 / 0.85);
}

.hover\:bg-blue-500\/90:hover{
  background-color: rgb(59 130 246 / 0.9);
}

.hover\:bg-blue-500\/95:hover{
  background-color: rgb(59 130 246 / 0.95);
}

.hover\:bg-blue-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.hover\:bg-blue-600\/0:hover{
  background-color: rgb(37 99 235 / 0);
}

.hover\:bg-blue-600\/10:hover{
  background-color: rgb(37 99 235 / 0.1);
}

.hover\:bg-blue-600\/100:hover{
  background-color: rgb(37 99 235 / 1);
}

.hover\:bg-blue-600\/15:hover{
  background-color: rgb(37 99 235 / 0.15);
}

.hover\:bg-blue-600\/20:hover{
  background-color: rgb(37 99 235 / 0.2);
}

.hover\:bg-blue-600\/25:hover{
  background-color: rgb(37 99 235 / 0.25);
}

.hover\:bg-blue-600\/30:hover{
  background-color: rgb(37 99 235 / 0.3);
}

.hover\:bg-blue-600\/35:hover{
  background-color: rgb(37 99 235 / 0.35);
}

.hover\:bg-blue-600\/40:hover{
  background-color: rgb(37 99 235 / 0.4);
}

.hover\:bg-blue-600\/45:hover{
  background-color: rgb(37 99 235 / 0.45);
}

.hover\:bg-blue-600\/5:hover{
  background-color: rgb(37 99 235 / 0.05);
}

.hover\:bg-blue-600\/50:hover{
  background-color: rgb(37 99 235 / 0.5);
}

.hover\:bg-blue-600\/55:hover{
  background-color: rgb(37 99 235 / 0.55);
}

.hover\:bg-blue-600\/60:hover{
  background-color: rgb(37 99 235 / 0.6);
}

.hover\:bg-blue-600\/65:hover{
  background-color: rgb(37 99 235 / 0.65);
}

.hover\:bg-blue-600\/70:hover{
  background-color: rgb(37 99 235 / 0.7);
}

.hover\:bg-blue-600\/75:hover{
  background-color: rgb(37 99 235 / 0.75);
}

.hover\:bg-blue-600\/80:hover{
  background-color: rgb(37 99 235 / 0.8);
}

.hover\:bg-blue-600\/85:hover{
  background-color: rgb(37 99 235 / 0.85);
}

.hover\:bg-blue-600\/90:hover{
  background-color: rgb(37 99 235 / 0.9);
}

.hover\:bg-blue-600\/95:hover{
  background-color: rgb(37 99 235 / 0.95);
}

.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.hover\:bg-blue-700\/0:hover{
  background-color: rgb(29 78 216 / 0);
}

.hover\:bg-blue-700\/10:hover{
  background-color: rgb(29 78 216 / 0.1);
}

.hover\:bg-blue-700\/100:hover{
  background-color: rgb(29 78 216 / 1);
}

.hover\:bg-blue-700\/15:hover{
  background-color: rgb(29 78 216 / 0.15);
}

.hover\:bg-blue-700\/20:hover{
  background-color: rgb(29 78 216 / 0.2);
}

.hover\:bg-blue-700\/25:hover{
  background-color: rgb(29 78 216 / 0.25);
}

.hover\:bg-blue-700\/30:hover{
  background-color: rgb(29 78 216 / 0.3);
}

.hover\:bg-blue-700\/35:hover{
  background-color: rgb(29 78 216 / 0.35);
}

.hover\:bg-blue-700\/40:hover{
  background-color: rgb(29 78 216 / 0.4);
}

.hover\:bg-blue-700\/45:hover{
  background-color: rgb(29 78 216 / 0.45);
}

.hover\:bg-blue-700\/5:hover{
  background-color: rgb(29 78 216 / 0.05);
}

.hover\:bg-blue-700\/50:hover{
  background-color: rgb(29 78 216 / 0.5);
}

.hover\:bg-blue-700\/55:hover{
  background-color: rgb(29 78 216 / 0.55);
}

.hover\:bg-blue-700\/60:hover{
  background-color: rgb(29 78 216 / 0.6);
}

.hover\:bg-blue-700\/65:hover{
  background-color: rgb(29 78 216 / 0.65);
}

.hover\:bg-blue-700\/70:hover{
  background-color: rgb(29 78 216 / 0.7);
}

.hover\:bg-blue-700\/75:hover{
  background-color: rgb(29 78 216 / 0.75);
}

.hover\:bg-blue-700\/80:hover{
  background-color: rgb(29 78 216 / 0.8);
}

.hover\:bg-blue-700\/85:hover{
  background-color: rgb(29 78 216 / 0.85);
}

.hover\:bg-blue-700\/90:hover{
  background-color: rgb(29 78 216 / 0.9);
}

.hover\:bg-blue-700\/95:hover{
  background-color: rgb(29 78 216 / 0.95);
}

.hover\:bg-blue-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

.hover\:bg-blue-800\/0:hover{
  background-color: rgb(30 64 175 / 0);
}

.hover\:bg-blue-800\/10:hover{
  background-color: rgb(30 64 175 / 0.1);
}

.hover\:bg-blue-800\/100:hover{
  background-color: rgb(30 64 175 / 1);
}

.hover\:bg-blue-800\/15:hover{
  background-color: rgb(30 64 175 / 0.15);
}

.hover\:bg-blue-800\/20:hover{
  background-color: rgb(30 64 175 / 0.2);
}

.hover\:bg-blue-800\/25:hover{
  background-color: rgb(30 64 175 / 0.25);
}

.hover\:bg-blue-800\/30:hover{
  background-color: rgb(30 64 175 / 0.3);
}

.hover\:bg-blue-800\/35:hover{
  background-color: rgb(30 64 175 / 0.35);
}

.hover\:bg-blue-800\/40:hover{
  background-color: rgb(30 64 175 / 0.4);
}

.hover\:bg-blue-800\/45:hover{
  background-color: rgb(30 64 175 / 0.45);
}

.hover\:bg-blue-800\/5:hover{
  background-color: rgb(30 64 175 / 0.05);
}

.hover\:bg-blue-800\/50:hover{
  background-color: rgb(30 64 175 / 0.5);
}

.hover\:bg-blue-800\/55:hover{
  background-color: rgb(30 64 175 / 0.55);
}

.hover\:bg-blue-800\/60:hover{
  background-color: rgb(30 64 175 / 0.6);
}

.hover\:bg-blue-800\/65:hover{
  background-color: rgb(30 64 175 / 0.65);
}

.hover\:bg-blue-800\/70:hover{
  background-color: rgb(30 64 175 / 0.7);
}

.hover\:bg-blue-800\/75:hover{
  background-color: rgb(30 64 175 / 0.75);
}

.hover\:bg-blue-800\/80:hover{
  background-color: rgb(30 64 175 / 0.8);
}

.hover\:bg-blue-800\/85:hover{
  background-color: rgb(30 64 175 / 0.85);
}

.hover\:bg-blue-800\/90:hover{
  background-color: rgb(30 64 175 / 0.9);
}

.hover\:bg-blue-800\/95:hover{
  background-color: rgb(30 64 175 / 0.95);
}

.hover\:bg-blue-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}

.hover\:bg-blue-900\/0:hover{
  background-color: rgb(30 58 138 / 0);
}

.hover\:bg-blue-900\/10:hover{
  background-color: rgb(30 58 138 / 0.1);
}

.hover\:bg-blue-900\/100:hover{
  background-color: rgb(30 58 138 / 1);
}

.hover\:bg-blue-900\/15:hover{
  background-color: rgb(30 58 138 / 0.15);
}

.hover\:bg-blue-900\/20:hover{
  background-color: rgb(30 58 138 / 0.2);
}

.hover\:bg-blue-900\/25:hover{
  background-color: rgb(30 58 138 / 0.25);
}

.hover\:bg-blue-900\/30:hover{
  background-color: rgb(30 58 138 / 0.3);
}

.hover\:bg-blue-900\/35:hover{
  background-color: rgb(30 58 138 / 0.35);
}

.hover\:bg-blue-900\/40:hover{
  background-color: rgb(30 58 138 / 0.4);
}

.hover\:bg-blue-900\/45:hover{
  background-color: rgb(30 58 138 / 0.45);
}

.hover\:bg-blue-900\/5:hover{
  background-color: rgb(30 58 138 / 0.05);
}

.hover\:bg-blue-900\/50:hover{
  background-color: rgb(30 58 138 / 0.5);
}

.hover\:bg-blue-900\/55:hover{
  background-color: rgb(30 58 138 / 0.55);
}

.hover\:bg-blue-900\/60:hover{
  background-color: rgb(30 58 138 / 0.6);
}

.hover\:bg-blue-900\/65:hover{
  background-color: rgb(30 58 138 / 0.65);
}

.hover\:bg-blue-900\/70:hover{
  background-color: rgb(30 58 138 / 0.7);
}

.hover\:bg-blue-900\/75:hover{
  background-color: rgb(30 58 138 / 0.75);
}

.hover\:bg-blue-900\/80:hover{
  background-color: rgb(30 58 138 / 0.8);
}

.hover\:bg-blue-900\/85:hover{
  background-color: rgb(30 58 138 / 0.85);
}

.hover\:bg-blue-900\/90:hover{
  background-color: rgb(30 58 138 / 0.9);
}

.hover\:bg-blue-900\/95:hover{
  background-color: rgb(30 58 138 / 0.95);
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100\/0:hover{
  background-color: rgb(243 244 246 / 0);
}

.hover\:bg-gray-100\/10:hover{
  background-color: rgb(243 244 246 / 0.1);
}

.hover\:bg-gray-100\/100:hover{
  background-color: rgb(243 244 246 / 1);
}

.hover\:bg-gray-100\/15:hover{
  background-color: rgb(243 244 246 / 0.15);
}

.hover\:bg-gray-100\/20:hover{
  background-color: rgb(243 244 246 / 0.2);
}

.hover\:bg-gray-100\/25:hover{
  background-color: rgb(243 244 246 / 0.25);
}

.hover\:bg-gray-100\/30:hover{
  background-color: rgb(243 244 246 / 0.3);
}

.hover\:bg-gray-100\/35:hover{
  background-color: rgb(243 244 246 / 0.35);
}

.hover\:bg-gray-100\/40:hover{
  background-color: rgb(243 244 246 / 0.4);
}

.hover\:bg-gray-100\/45:hover{
  background-color: rgb(243 244 246 / 0.45);
}

.hover\:bg-gray-100\/5:hover{
  background-color: rgb(243 244 246 / 0.05);
}

.hover\:bg-gray-100\/50:hover{
  background-color: rgb(243 244 246 / 0.5);
}

.hover\:bg-gray-100\/55:hover{
  background-color: rgb(243 244 246 / 0.55);
}

.hover\:bg-gray-100\/60:hover{
  background-color: rgb(243 244 246 / 0.6);
}

.hover\:bg-gray-100\/65:hover{
  background-color: rgb(243 244 246 / 0.65);
}

.hover\:bg-gray-100\/70:hover{
  background-color: rgb(243 244 246 / 0.7);
}

.hover\:bg-gray-100\/75:hover{
  background-color: rgb(243 244 246 / 0.75);
}

.hover\:bg-gray-100\/80:hover{
  background-color: rgb(243 244 246 / 0.8);
}

.hover\:bg-gray-100\/85:hover{
  background-color: rgb(243 244 246 / 0.85);
}

.hover\:bg-gray-100\/90:hover{
  background-color: rgb(243 244 246 / 0.9);
}

.hover\:bg-gray-100\/95:hover{
  background-color: rgb(243 244 246 / 0.95);
}

.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:bg-gray-200\/0:hover{
  background-color: rgb(229 231 235 / 0);
}

.hover\:bg-gray-200\/10:hover{
  background-color: rgb(229 231 235 / 0.1);
}

.hover\:bg-gray-200\/100:hover{
  background-color: rgb(229 231 235 / 1);
}

.hover\:bg-gray-200\/15:hover{
  background-color: rgb(229 231 235 / 0.15);
}

.hover\:bg-gray-200\/20:hover{
  background-color: rgb(229 231 235 / 0.2);
}

.hover\:bg-gray-200\/25:hover{
  background-color: rgb(229 231 235 / 0.25);
}

.hover\:bg-gray-200\/30:hover{
  background-color: rgb(229 231 235 / 0.3);
}

.hover\:bg-gray-200\/35:hover{
  background-color: rgb(229 231 235 / 0.35);
}

.hover\:bg-gray-200\/40:hover{
  background-color: rgb(229 231 235 / 0.4);
}

.hover\:bg-gray-200\/45:hover{
  background-color: rgb(229 231 235 / 0.45);
}

.hover\:bg-gray-200\/5:hover{
  background-color: rgb(229 231 235 / 0.05);
}

.hover\:bg-gray-200\/50:hover{
  background-color: rgb(229 231 235 / 0.5);
}

.hover\:bg-gray-200\/55:hover{
  background-color: rgb(229 231 235 / 0.55);
}

.hover\:bg-gray-200\/60:hover{
  background-color: rgb(229 231 235 / 0.6);
}

.hover\:bg-gray-200\/65:hover{
  background-color: rgb(229 231 235 / 0.65);
}

.hover\:bg-gray-200\/70:hover{
  background-color: rgb(229 231 235 / 0.7);
}

.hover\:bg-gray-200\/75:hover{
  background-color: rgb(229 231 235 / 0.75);
}

.hover\:bg-gray-200\/80:hover{
  background-color: rgb(229 231 235 / 0.8);
}

.hover\:bg-gray-200\/85:hover{
  background-color: rgb(229 231 235 / 0.85);
}

.hover\:bg-gray-200\/90:hover{
  background-color: rgb(229 231 235 / 0.9);
}

.hover\:bg-gray-200\/95:hover{
  background-color: rgb(229 231 235 / 0.95);
}

.hover\:bg-gray-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.hover\:bg-gray-300\/0:hover{
  background-color: rgb(209 213 219 / 0);
}

.hover\:bg-gray-300\/10:hover{
  background-color: rgb(209 213 219 / 0.1);
}

.hover\:bg-gray-300\/100:hover{
  background-color: rgb(209 213 219 / 1);
}

.hover\:bg-gray-300\/15:hover{
  background-color: rgb(209 213 219 / 0.15);
}

.hover\:bg-gray-300\/20:hover{
  background-color: rgb(209 213 219 / 0.2);
}

.hover\:bg-gray-300\/25:hover{
  background-color: rgb(209 213 219 / 0.25);
}

.hover\:bg-gray-300\/30:hover{
  background-color: rgb(209 213 219 / 0.3);
}

.hover\:bg-gray-300\/35:hover{
  background-color: rgb(209 213 219 / 0.35);
}

.hover\:bg-gray-300\/40:hover{
  background-color: rgb(209 213 219 / 0.4);
}

.hover\:bg-gray-300\/45:hover{
  background-color: rgb(209 213 219 / 0.45);
}

.hover\:bg-gray-300\/5:hover{
  background-color: rgb(209 213 219 / 0.05);
}

.hover\:bg-gray-300\/50:hover{
  background-color: rgb(209 213 219 / 0.5);
}

.hover\:bg-gray-300\/55:hover{
  background-color: rgb(209 213 219 / 0.55);
}

.hover\:bg-gray-300\/60:hover{
  background-color: rgb(209 213 219 / 0.6);
}

.hover\:bg-gray-300\/65:hover{
  background-color: rgb(209 213 219 / 0.65);
}

.hover\:bg-gray-300\/70:hover{
  background-color: rgb(209 213 219 / 0.7);
}

.hover\:bg-gray-300\/75:hover{
  background-color: rgb(209 213 219 / 0.75);
}

.hover\:bg-gray-300\/80:hover{
  background-color: rgb(209 213 219 / 0.8);
}

.hover\:bg-gray-300\/85:hover{
  background-color: rgb(209 213 219 / 0.85);
}

.hover\:bg-gray-300\/90:hover{
  background-color: rgb(209 213 219 / 0.9);
}

.hover\:bg-gray-300\/95:hover{
  background-color: rgb(209 213 219 / 0.95);
}

.hover\:bg-gray-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.hover\:bg-gray-400\/0:hover{
  background-color: rgb(156 163 175 / 0);
}

.hover\:bg-gray-400\/10:hover{
  background-color: rgb(156 163 175 / 0.1);
}

.hover\:bg-gray-400\/100:hover{
  background-color: rgb(156 163 175 / 1);
}

.hover\:bg-gray-400\/15:hover{
  background-color: rgb(156 163 175 / 0.15);
}

.hover\:bg-gray-400\/20:hover{
  background-color: rgb(156 163 175 / 0.2);
}

.hover\:bg-gray-400\/25:hover{
  background-color: rgb(156 163 175 / 0.25);
}

.hover\:bg-gray-400\/30:hover{
  background-color: rgb(156 163 175 / 0.3);
}

.hover\:bg-gray-400\/35:hover{
  background-color: rgb(156 163 175 / 0.35);
}

.hover\:bg-gray-400\/40:hover{
  background-color: rgb(156 163 175 / 0.4);
}

.hover\:bg-gray-400\/45:hover{
  background-color: rgb(156 163 175 / 0.45);
}

.hover\:bg-gray-400\/5:hover{
  background-color: rgb(156 163 175 / 0.05);
}

.hover\:bg-gray-400\/50:hover{
  background-color: rgb(156 163 175 / 0.5);
}

.hover\:bg-gray-400\/55:hover{
  background-color: rgb(156 163 175 / 0.55);
}

.hover\:bg-gray-400\/60:hover{
  background-color: rgb(156 163 175 / 0.6);
}

.hover\:bg-gray-400\/65:hover{
  background-color: rgb(156 163 175 / 0.65);
}

.hover\:bg-gray-400\/70:hover{
  background-color: rgb(156 163 175 / 0.7);
}

.hover\:bg-gray-400\/75:hover{
  background-color: rgb(156 163 175 / 0.75);
}

.hover\:bg-gray-400\/80:hover{
  background-color: rgb(156 163 175 / 0.8);
}

.hover\:bg-gray-400\/85:hover{
  background-color: rgb(156 163 175 / 0.85);
}

.hover\:bg-gray-400\/90:hover{
  background-color: rgb(156 163 175 / 0.9);
}

.hover\:bg-gray-400\/95:hover{
  background-color: rgb(156 163 175 / 0.95);
}

.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:bg-gray-50\/0:hover{
  background-color: rgb(249 250 251 / 0);
}

.hover\:bg-gray-50\/10:hover{
  background-color: rgb(249 250 251 / 0.1);
}

.hover\:bg-gray-50\/100:hover{
  background-color: rgb(249 250 251 / 1);
}

.hover\:bg-gray-50\/15:hover{
  background-color: rgb(249 250 251 / 0.15);
}

.hover\:bg-gray-50\/20:hover{
  background-color: rgb(249 250 251 / 0.2);
}

.hover\:bg-gray-50\/25:hover{
  background-color: rgb(249 250 251 / 0.25);
}

.hover\:bg-gray-50\/30:hover{
  background-color: rgb(249 250 251 / 0.3);
}

.hover\:bg-gray-50\/35:hover{
  background-color: rgb(249 250 251 / 0.35);
}

.hover\:bg-gray-50\/40:hover{
  background-color: rgb(249 250 251 / 0.4);
}

.hover\:bg-gray-50\/45:hover{
  background-color: rgb(249 250 251 / 0.45);
}

.hover\:bg-gray-50\/5:hover{
  background-color: rgb(249 250 251 / 0.05);
}

.hover\:bg-gray-50\/50:hover{
  background-color: rgb(249 250 251 / 0.5);
}

.hover\:bg-gray-50\/55:hover{
  background-color: rgb(249 250 251 / 0.55);
}

.hover\:bg-gray-50\/60:hover{
  background-color: rgb(249 250 251 / 0.6);
}

.hover\:bg-gray-50\/65:hover{
  background-color: rgb(249 250 251 / 0.65);
}

.hover\:bg-gray-50\/70:hover{
  background-color: rgb(249 250 251 / 0.7);
}

.hover\:bg-gray-50\/75:hover{
  background-color: rgb(249 250 251 / 0.75);
}

.hover\:bg-gray-50\/80:hover{
  background-color: rgb(249 250 251 / 0.8);
}

.hover\:bg-gray-50\/85:hover{
  background-color: rgb(249 250 251 / 0.85);
}

.hover\:bg-gray-50\/90:hover{
  background-color: rgb(249 250 251 / 0.9);
}

.hover\:bg-gray-50\/95:hover{
  background-color: rgb(249 250 251 / 0.95);
}

.hover\:bg-gray-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.hover\:bg-gray-500\/0:hover{
  background-color: rgb(107 114 128 / 0);
}

.hover\:bg-gray-500\/10:hover{
  background-color: rgb(107 114 128 / 0.1);
}

.hover\:bg-gray-500\/100:hover{
  background-color: rgb(107 114 128 / 1);
}

.hover\:bg-gray-500\/15:hover{
  background-color: rgb(107 114 128 / 0.15);
}

.hover\:bg-gray-500\/20:hover{
  background-color: rgb(107 114 128 / 0.2);
}

.hover\:bg-gray-500\/25:hover{
  background-color: rgb(107 114 128 / 0.25);
}

.hover\:bg-gray-500\/30:hover{
  background-color: rgb(107 114 128 / 0.3);
}

.hover\:bg-gray-500\/35:hover{
  background-color: rgb(107 114 128 / 0.35);
}

.hover\:bg-gray-500\/40:hover{
  background-color: rgb(107 114 128 / 0.4);
}

.hover\:bg-gray-500\/45:hover{
  background-color: rgb(107 114 128 / 0.45);
}

.hover\:bg-gray-500\/5:hover{
  background-color: rgb(107 114 128 / 0.05);
}

.hover\:bg-gray-500\/50:hover{
  background-color: rgb(107 114 128 / 0.5);
}

.hover\:bg-gray-500\/55:hover{
  background-color: rgb(107 114 128 / 0.55);
}

.hover\:bg-gray-500\/60:hover{
  background-color: rgb(107 114 128 / 0.6);
}

.hover\:bg-gray-500\/65:hover{
  background-color: rgb(107 114 128 / 0.65);
}

.hover\:bg-gray-500\/70:hover{
  background-color: rgb(107 114 128 / 0.7);
}

.hover\:bg-gray-500\/75:hover{
  background-color: rgb(107 114 128 / 0.75);
}

.hover\:bg-gray-500\/80:hover{
  background-color: rgb(107 114 128 / 0.8);
}

.hover\:bg-gray-500\/85:hover{
  background-color: rgb(107 114 128 / 0.85);
}

.hover\:bg-gray-500\/90:hover{
  background-color: rgb(107 114 128 / 0.9);
}

.hover\:bg-gray-500\/95:hover{
  background-color: rgb(107 114 128 / 0.95);
}

.hover\:bg-gray-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.hover\:bg-gray-600\/0:hover{
  background-color: rgb(75 85 99 / 0);
}

.hover\:bg-gray-600\/10:hover{
  background-color: rgb(75 85 99 / 0.1);
}

.hover\:bg-gray-600\/100:hover{
  background-color: rgb(75 85 99 / 1);
}

.hover\:bg-gray-600\/15:hover{
  background-color: rgb(75 85 99 / 0.15);
}

.hover\:bg-gray-600\/20:hover{
  background-color: rgb(75 85 99 / 0.2);
}

.hover\:bg-gray-600\/25:hover{
  background-color: rgb(75 85 99 / 0.25);
}

.hover\:bg-gray-600\/30:hover{
  background-color: rgb(75 85 99 / 0.3);
}

.hover\:bg-gray-600\/35:hover{
  background-color: rgb(75 85 99 / 0.35);
}

.hover\:bg-gray-600\/40:hover{
  background-color: rgb(75 85 99 / 0.4);
}

.hover\:bg-gray-600\/45:hover{
  background-color: rgb(75 85 99 / 0.45);
}

.hover\:bg-gray-600\/5:hover{
  background-color: rgb(75 85 99 / 0.05);
}

.hover\:bg-gray-600\/50:hover{
  background-color: rgb(75 85 99 / 0.5);
}

.hover\:bg-gray-600\/55:hover{
  background-color: rgb(75 85 99 / 0.55);
}

.hover\:bg-gray-600\/60:hover{
  background-color: rgb(75 85 99 / 0.6);
}

.hover\:bg-gray-600\/65:hover{
  background-color: rgb(75 85 99 / 0.65);
}

.hover\:bg-gray-600\/70:hover{
  background-color: rgb(75 85 99 / 0.7);
}

.hover\:bg-gray-600\/75:hover{
  background-color: rgb(75 85 99 / 0.75);
}

.hover\:bg-gray-600\/80:hover{
  background-color: rgb(75 85 99 / 0.8);
}

.hover\:bg-gray-600\/85:hover{
  background-color: rgb(75 85 99 / 0.85);
}

.hover\:bg-gray-600\/90:hover{
  background-color: rgb(75 85 99 / 0.9);
}

.hover\:bg-gray-600\/95:hover{
  background-color: rgb(75 85 99 / 0.95);
}

.hover\:bg-gray-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.hover\:bg-gray-700\/0:hover{
  background-color: rgb(55 65 81 / 0);
}

.hover\:bg-gray-700\/10:hover{
  background-color: rgb(55 65 81 / 0.1);
}

.hover\:bg-gray-700\/100:hover{
  background-color: rgb(55 65 81 / 1);
}

.hover\:bg-gray-700\/15:hover{
  background-color: rgb(55 65 81 / 0.15);
}

.hover\:bg-gray-700\/20:hover{
  background-color: rgb(55 65 81 / 0.2);
}

.hover\:bg-gray-700\/25:hover{
  background-color: rgb(55 65 81 / 0.25);
}

.hover\:bg-gray-700\/30:hover{
  background-color: rgb(55 65 81 / 0.3);
}

.hover\:bg-gray-700\/35:hover{
  background-color: rgb(55 65 81 / 0.35);
}

.hover\:bg-gray-700\/40:hover{
  background-color: rgb(55 65 81 / 0.4);
}

.hover\:bg-gray-700\/45:hover{
  background-color: rgb(55 65 81 / 0.45);
}

.hover\:bg-gray-700\/5:hover{
  background-color: rgb(55 65 81 / 0.05);
}

.hover\:bg-gray-700\/50:hover{
  background-color: rgb(55 65 81 / 0.5);
}

.hover\:bg-gray-700\/55:hover{
  background-color: rgb(55 65 81 / 0.55);
}

.hover\:bg-gray-700\/60:hover{
  background-color: rgb(55 65 81 / 0.6);
}

.hover\:bg-gray-700\/65:hover{
  background-color: rgb(55 65 81 / 0.65);
}

.hover\:bg-gray-700\/70:hover{
  background-color: rgb(55 65 81 / 0.7);
}

.hover\:bg-gray-700\/75:hover{
  background-color: rgb(55 65 81 / 0.75);
}

.hover\:bg-gray-700\/80:hover{
  background-color: rgb(55 65 81 / 0.8);
}

.hover\:bg-gray-700\/85:hover{
  background-color: rgb(55 65 81 / 0.85);
}

.hover\:bg-gray-700\/90:hover{
  background-color: rgb(55 65 81 / 0.9);
}

.hover\:bg-gray-700\/95:hover{
  background-color: rgb(55 65 81 / 0.95);
}

.hover\:bg-gray-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.hover\:bg-gray-800\/0:hover{
  background-color: rgb(31 41 55 / 0);
}

.hover\:bg-gray-800\/10:hover{
  background-color: rgb(31 41 55 / 0.1);
}

.hover\:bg-gray-800\/100:hover{
  background-color: rgb(31 41 55 / 1);
}

.hover\:bg-gray-800\/15:hover{
  background-color: rgb(31 41 55 / 0.15);
}

.hover\:bg-gray-800\/20:hover{
  background-color: rgb(31 41 55 / 0.2);
}

.hover\:bg-gray-800\/25:hover{
  background-color: rgb(31 41 55 / 0.25);
}

.hover\:bg-gray-800\/30:hover{
  background-color: rgb(31 41 55 / 0.3);
}

.hover\:bg-gray-800\/35:hover{
  background-color: rgb(31 41 55 / 0.35);
}

.hover\:bg-gray-800\/40:hover{
  background-color: rgb(31 41 55 / 0.4);
}

.hover\:bg-gray-800\/45:hover{
  background-color: rgb(31 41 55 / 0.45);
}

.hover\:bg-gray-800\/5:hover{
  background-color: rgb(31 41 55 / 0.05);
}

.hover\:bg-gray-800\/50:hover{
  background-color: rgb(31 41 55 / 0.5);
}

.hover\:bg-gray-800\/55:hover{
  background-color: rgb(31 41 55 / 0.55);
}

.hover\:bg-gray-800\/60:hover{
  background-color: rgb(31 41 55 / 0.6);
}

.hover\:bg-gray-800\/65:hover{
  background-color: rgb(31 41 55 / 0.65);
}

.hover\:bg-gray-800\/70:hover{
  background-color: rgb(31 41 55 / 0.7);
}

.hover\:bg-gray-800\/75:hover{
  background-color: rgb(31 41 55 / 0.75);
}

.hover\:bg-gray-800\/80:hover{
  background-color: rgb(31 41 55 / 0.8);
}

.hover\:bg-gray-800\/85:hover{
  background-color: rgb(31 41 55 / 0.85);
}

.hover\:bg-gray-800\/90:hover{
  background-color: rgb(31 41 55 / 0.9);
}

.hover\:bg-gray-800\/95:hover{
  background-color: rgb(31 41 55 / 0.95);
}

.hover\:bg-gray-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.hover\:bg-gray-900\/0:hover{
  background-color: rgb(17 24 39 / 0);
}

.hover\:bg-gray-900\/10:hover{
  background-color: rgb(17 24 39 / 0.1);
}

.hover\:bg-gray-900\/100:hover{
  background-color: rgb(17 24 39 / 1);
}

.hover\:bg-gray-900\/15:hover{
  background-color: rgb(17 24 39 / 0.15);
}

.hover\:bg-gray-900\/20:hover{
  background-color: rgb(17 24 39 / 0.2);
}

.hover\:bg-gray-900\/25:hover{
  background-color: rgb(17 24 39 / 0.25);
}

.hover\:bg-gray-900\/30:hover{
  background-color: rgb(17 24 39 / 0.3);
}

.hover\:bg-gray-900\/35:hover{
  background-color: rgb(17 24 39 / 0.35);
}

.hover\:bg-gray-900\/40:hover{
  background-color: rgb(17 24 39 / 0.4);
}

.hover\:bg-gray-900\/45:hover{
  background-color: rgb(17 24 39 / 0.45);
}

.hover\:bg-gray-900\/5:hover{
  background-color: rgb(17 24 39 / 0.05);
}

.hover\:bg-gray-900\/50:hover{
  background-color: rgb(17 24 39 / 0.5);
}

.hover\:bg-gray-900\/55:hover{
  background-color: rgb(17 24 39 / 0.55);
}

.hover\:bg-gray-900\/60:hover{
  background-color: rgb(17 24 39 / 0.6);
}

.hover\:bg-gray-900\/65:hover{
  background-color: rgb(17 24 39 / 0.65);
}

.hover\:bg-gray-900\/70:hover{
  background-color: rgb(17 24 39 / 0.7);
}

.hover\:bg-gray-900\/75:hover{
  background-color: rgb(17 24 39 / 0.75);
}

.hover\:bg-gray-900\/80:hover{
  background-color: rgb(17 24 39 / 0.8);
}

.hover\:bg-gray-900\/85:hover{
  background-color: rgb(17 24 39 / 0.85);
}

.hover\:bg-gray-900\/90:hover{
  background-color: rgb(17 24 39 / 0.9);
}

.hover\:bg-gray-900\/95:hover{
  background-color: rgb(17 24 39 / 0.95);
}

.hover\:bg-green-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.hover\:bg-green-100\/0:hover{
  background-color: rgb(220 252 231 / 0);
}

.hover\:bg-green-100\/10:hover{
  background-color: rgb(220 252 231 / 0.1);
}

.hover\:bg-green-100\/100:hover{
  background-color: rgb(220 252 231 / 1);
}

.hover\:bg-green-100\/15:hover{
  background-color: rgb(220 252 231 / 0.15);
}

.hover\:bg-green-100\/20:hover{
  background-color: rgb(220 252 231 / 0.2);
}

.hover\:bg-green-100\/25:hover{
  background-color: rgb(220 252 231 / 0.25);
}

.hover\:bg-green-100\/30:hover{
  background-color: rgb(220 252 231 / 0.3);
}

.hover\:bg-green-100\/35:hover{
  background-color: rgb(220 252 231 / 0.35);
}

.hover\:bg-green-100\/40:hover{
  background-color: rgb(220 252 231 / 0.4);
}

.hover\:bg-green-100\/45:hover{
  background-color: rgb(220 252 231 / 0.45);
}

.hover\:bg-green-100\/5:hover{
  background-color: rgb(220 252 231 / 0.05);
}

.hover\:bg-green-100\/50:hover{
  background-color: rgb(220 252 231 / 0.5);
}

.hover\:bg-green-100\/55:hover{
  background-color: rgb(220 252 231 / 0.55);
}

.hover\:bg-green-100\/60:hover{
  background-color: rgb(220 252 231 / 0.6);
}

.hover\:bg-green-100\/65:hover{
  background-color: rgb(220 252 231 / 0.65);
}

.hover\:bg-green-100\/70:hover{
  background-color: rgb(220 252 231 / 0.7);
}

.hover\:bg-green-100\/75:hover{
  background-color: rgb(220 252 231 / 0.75);
}

.hover\:bg-green-100\/80:hover{
  background-color: rgb(220 252 231 / 0.8);
}

.hover\:bg-green-100\/85:hover{
  background-color: rgb(220 252 231 / 0.85);
}

.hover\:bg-green-100\/90:hover{
  background-color: rgb(220 252 231 / 0.9);
}

.hover\:bg-green-100\/95:hover{
  background-color: rgb(220 252 231 / 0.95);
}

.hover\:bg-green-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}

.hover\:bg-green-200\/0:hover{
  background-color: rgb(187 247 208 / 0);
}

.hover\:bg-green-200\/10:hover{
  background-color: rgb(187 247 208 / 0.1);
}

.hover\:bg-green-200\/100:hover{
  background-color: rgb(187 247 208 / 1);
}

.hover\:bg-green-200\/15:hover{
  background-color: rgb(187 247 208 / 0.15);
}

.hover\:bg-green-200\/20:hover{
  background-color: rgb(187 247 208 / 0.2);
}

.hover\:bg-green-200\/25:hover{
  background-color: rgb(187 247 208 / 0.25);
}

.hover\:bg-green-200\/30:hover{
  background-color: rgb(187 247 208 / 0.3);
}

.hover\:bg-green-200\/35:hover{
  background-color: rgb(187 247 208 / 0.35);
}

.hover\:bg-green-200\/40:hover{
  background-color: rgb(187 247 208 / 0.4);
}

.hover\:bg-green-200\/45:hover{
  background-color: rgb(187 247 208 / 0.45);
}

.hover\:bg-green-200\/5:hover{
  background-color: rgb(187 247 208 / 0.05);
}

.hover\:bg-green-200\/50:hover{
  background-color: rgb(187 247 208 / 0.5);
}

.hover\:bg-green-200\/55:hover{
  background-color: rgb(187 247 208 / 0.55);
}

.hover\:bg-green-200\/60:hover{
  background-color: rgb(187 247 208 / 0.6);
}

.hover\:bg-green-200\/65:hover{
  background-color: rgb(187 247 208 / 0.65);
}

.hover\:bg-green-200\/70:hover{
  background-color: rgb(187 247 208 / 0.7);
}

.hover\:bg-green-200\/75:hover{
  background-color: rgb(187 247 208 / 0.75);
}

.hover\:bg-green-200\/80:hover{
  background-color: rgb(187 247 208 / 0.8);
}

.hover\:bg-green-200\/85:hover{
  background-color: rgb(187 247 208 / 0.85);
}

.hover\:bg-green-200\/90:hover{
  background-color: rgb(187 247 208 / 0.9);
}

.hover\:bg-green-200\/95:hover{
  background-color: rgb(187 247 208 / 0.95);
}

.hover\:bg-green-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}

.hover\:bg-green-300\/0:hover{
  background-color: rgb(134 239 172 / 0);
}

.hover\:bg-green-300\/10:hover{
  background-color: rgb(134 239 172 / 0.1);
}

.hover\:bg-green-300\/100:hover{
  background-color: rgb(134 239 172 / 1);
}

.hover\:bg-green-300\/15:hover{
  background-color: rgb(134 239 172 / 0.15);
}

.hover\:bg-green-300\/20:hover{
  background-color: rgb(134 239 172 / 0.2);
}

.hover\:bg-green-300\/25:hover{
  background-color: rgb(134 239 172 / 0.25);
}

.hover\:bg-green-300\/30:hover{
  background-color: rgb(134 239 172 / 0.3);
}

.hover\:bg-green-300\/35:hover{
  background-color: rgb(134 239 172 / 0.35);
}

.hover\:bg-green-300\/40:hover{
  background-color: rgb(134 239 172 / 0.4);
}

.hover\:bg-green-300\/45:hover{
  background-color: rgb(134 239 172 / 0.45);
}

.hover\:bg-green-300\/5:hover{
  background-color: rgb(134 239 172 / 0.05);
}

.hover\:bg-green-300\/50:hover{
  background-color: rgb(134 239 172 / 0.5);
}

.hover\:bg-green-300\/55:hover{
  background-color: rgb(134 239 172 / 0.55);
}

.hover\:bg-green-300\/60:hover{
  background-color: rgb(134 239 172 / 0.6);
}

.hover\:bg-green-300\/65:hover{
  background-color: rgb(134 239 172 / 0.65);
}

.hover\:bg-green-300\/70:hover{
  background-color: rgb(134 239 172 / 0.7);
}

.hover\:bg-green-300\/75:hover{
  background-color: rgb(134 239 172 / 0.75);
}

.hover\:bg-green-300\/80:hover{
  background-color: rgb(134 239 172 / 0.8);
}

.hover\:bg-green-300\/85:hover{
  background-color: rgb(134 239 172 / 0.85);
}

.hover\:bg-green-300\/90:hover{
  background-color: rgb(134 239 172 / 0.9);
}

.hover\:bg-green-300\/95:hover{
  background-color: rgb(134 239 172 / 0.95);
}

.hover\:bg-green-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}

.hover\:bg-green-400\/0:hover{
  background-color: rgb(74 222 128 / 0);
}

.hover\:bg-green-400\/10:hover{
  background-color: rgb(74 222 128 / 0.1);
}

.hover\:bg-green-400\/100:hover{
  background-color: rgb(74 222 128 / 1);
}

.hover\:bg-green-400\/15:hover{
  background-color: rgb(74 222 128 / 0.15);
}

.hover\:bg-green-400\/20:hover{
  background-color: rgb(74 222 128 / 0.2);
}

.hover\:bg-green-400\/25:hover{
  background-color: rgb(74 222 128 / 0.25);
}

.hover\:bg-green-400\/30:hover{
  background-color: rgb(74 222 128 / 0.3);
}

.hover\:bg-green-400\/35:hover{
  background-color: rgb(74 222 128 / 0.35);
}

.hover\:bg-green-400\/40:hover{
  background-color: rgb(74 222 128 / 0.4);
}

.hover\:bg-green-400\/45:hover{
  background-color: rgb(74 222 128 / 0.45);
}

.hover\:bg-green-400\/5:hover{
  background-color: rgb(74 222 128 / 0.05);
}

.hover\:bg-green-400\/50:hover{
  background-color: rgb(74 222 128 / 0.5);
}

.hover\:bg-green-400\/55:hover{
  background-color: rgb(74 222 128 / 0.55);
}

.hover\:bg-green-400\/60:hover{
  background-color: rgb(74 222 128 / 0.6);
}

.hover\:bg-green-400\/65:hover{
  background-color: rgb(74 222 128 / 0.65);
}

.hover\:bg-green-400\/70:hover{
  background-color: rgb(74 222 128 / 0.7);
}

.hover\:bg-green-400\/75:hover{
  background-color: rgb(74 222 128 / 0.75);
}

.hover\:bg-green-400\/80:hover{
  background-color: rgb(74 222 128 / 0.8);
}

.hover\:bg-green-400\/85:hover{
  background-color: rgb(74 222 128 / 0.85);
}

.hover\:bg-green-400\/90:hover{
  background-color: rgb(74 222 128 / 0.9);
}

.hover\:bg-green-400\/95:hover{
  background-color: rgb(74 222 128 / 0.95);
}

.hover\:bg-green-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}

.hover\:bg-green-50\/0:hover{
  background-color: rgb(240 253 244 / 0);
}

.hover\:bg-green-50\/10:hover{
  background-color: rgb(240 253 244 / 0.1);
}

.hover\:bg-green-50\/100:hover{
  background-color: rgb(240 253 244 / 1);
}

.hover\:bg-green-50\/15:hover{
  background-color: rgb(240 253 244 / 0.15);
}

.hover\:bg-green-50\/20:hover{
  background-color: rgb(240 253 244 / 0.2);
}

.hover\:bg-green-50\/25:hover{
  background-color: rgb(240 253 244 / 0.25);
}

.hover\:bg-green-50\/30:hover{
  background-color: rgb(240 253 244 / 0.3);
}

.hover\:bg-green-50\/35:hover{
  background-color: rgb(240 253 244 / 0.35);
}

.hover\:bg-green-50\/40:hover{
  background-color: rgb(240 253 244 / 0.4);
}

.hover\:bg-green-50\/45:hover{
  background-color: rgb(240 253 244 / 0.45);
}

.hover\:bg-green-50\/5:hover{
  background-color: rgb(240 253 244 / 0.05);
}

.hover\:bg-green-50\/50:hover{
  background-color: rgb(240 253 244 / 0.5);
}

.hover\:bg-green-50\/55:hover{
  background-color: rgb(240 253 244 / 0.55);
}

.hover\:bg-green-50\/60:hover{
  background-color: rgb(240 253 244 / 0.6);
}

.hover\:bg-green-50\/65:hover{
  background-color: rgb(240 253 244 / 0.65);
}

.hover\:bg-green-50\/70:hover{
  background-color: rgb(240 253 244 / 0.7);
}

.hover\:bg-green-50\/75:hover{
  background-color: rgb(240 253 244 / 0.75);
}

.hover\:bg-green-50\/80:hover{
  background-color: rgb(240 253 244 / 0.8);
}

.hover\:bg-green-50\/85:hover{
  background-color: rgb(240 253 244 / 0.85);
}

.hover\:bg-green-50\/90:hover{
  background-color: rgb(240 253 244 / 0.9);
}

.hover\:bg-green-50\/95:hover{
  background-color: rgb(240 253 244 / 0.95);
}

.hover\:bg-green-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.hover\:bg-green-500\/0:hover{
  background-color: rgb(34 197 94 / 0);
}

.hover\:bg-green-500\/10:hover{
  background-color: rgb(34 197 94 / 0.1);
}

.hover\:bg-green-500\/100:hover{
  background-color: rgb(34 197 94 / 1);
}

.hover\:bg-green-500\/15:hover{
  background-color: rgb(34 197 94 / 0.15);
}

.hover\:bg-green-500\/20:hover{
  background-color: rgb(34 197 94 / 0.2);
}

.hover\:bg-green-500\/25:hover{
  background-color: rgb(34 197 94 / 0.25);
}

.hover\:bg-green-500\/30:hover{
  background-color: rgb(34 197 94 / 0.3);
}

.hover\:bg-green-500\/35:hover{
  background-color: rgb(34 197 94 / 0.35);
}

.hover\:bg-green-500\/40:hover{
  background-color: rgb(34 197 94 / 0.4);
}

.hover\:bg-green-500\/45:hover{
  background-color: rgb(34 197 94 / 0.45);
}

.hover\:bg-green-500\/5:hover{
  background-color: rgb(34 197 94 / 0.05);
}

.hover\:bg-green-500\/50:hover{
  background-color: rgb(34 197 94 / 0.5);
}

.hover\:bg-green-500\/55:hover{
  background-color: rgb(34 197 94 / 0.55);
}

.hover\:bg-green-500\/60:hover{
  background-color: rgb(34 197 94 / 0.6);
}

.hover\:bg-green-500\/65:hover{
  background-color: rgb(34 197 94 / 0.65);
}

.hover\:bg-green-500\/70:hover{
  background-color: rgb(34 197 94 / 0.7);
}

.hover\:bg-green-500\/75:hover{
  background-color: rgb(34 197 94 / 0.75);
}

.hover\:bg-green-500\/80:hover{
  background-color: rgb(34 197 94 / 0.8);
}

.hover\:bg-green-500\/85:hover{
  background-color: rgb(34 197 94 / 0.85);
}

.hover\:bg-green-500\/90:hover{
  background-color: rgb(34 197 94 / 0.9);
}

.hover\:bg-green-500\/95:hover{
  background-color: rgb(34 197 94 / 0.95);
}

.hover\:bg-green-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.hover\:bg-green-600\/0:hover{
  background-color: rgb(22 163 74 / 0);
}

.hover\:bg-green-600\/10:hover{
  background-color: rgb(22 163 74 / 0.1);
}

.hover\:bg-green-600\/100:hover{
  background-color: rgb(22 163 74 / 1);
}

.hover\:bg-green-600\/15:hover{
  background-color: rgb(22 163 74 / 0.15);
}

.hover\:bg-green-600\/20:hover{
  background-color: rgb(22 163 74 / 0.2);
}

.hover\:bg-green-600\/25:hover{
  background-color: rgb(22 163 74 / 0.25);
}

.hover\:bg-green-600\/30:hover{
  background-color: rgb(22 163 74 / 0.3);
}

.hover\:bg-green-600\/35:hover{
  background-color: rgb(22 163 74 / 0.35);
}

.hover\:bg-green-600\/40:hover{
  background-color: rgb(22 163 74 / 0.4);
}

.hover\:bg-green-600\/45:hover{
  background-color: rgb(22 163 74 / 0.45);
}

.hover\:bg-green-600\/5:hover{
  background-color: rgb(22 163 74 / 0.05);
}

.hover\:bg-green-600\/50:hover{
  background-color: rgb(22 163 74 / 0.5);
}

.hover\:bg-green-600\/55:hover{
  background-color: rgb(22 163 74 / 0.55);
}

.hover\:bg-green-600\/60:hover{
  background-color: rgb(22 163 74 / 0.6);
}

.hover\:bg-green-600\/65:hover{
  background-color: rgb(22 163 74 / 0.65);
}

.hover\:bg-green-600\/70:hover{
  background-color: rgb(22 163 74 / 0.7);
}

.hover\:bg-green-600\/75:hover{
  background-color: rgb(22 163 74 / 0.75);
}

.hover\:bg-green-600\/80:hover{
  background-color: rgb(22 163 74 / 0.8);
}

.hover\:bg-green-600\/85:hover{
  background-color: rgb(22 163 74 / 0.85);
}

.hover\:bg-green-600\/90:hover{
  background-color: rgb(22 163 74 / 0.9);
}

.hover\:bg-green-600\/95:hover{
  background-color: rgb(22 163 74 / 0.95);
}

.hover\:bg-green-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}

.hover\:bg-green-700\/0:hover{
  background-color: rgb(21 128 61 / 0);
}

.hover\:bg-green-700\/10:hover{
  background-color: rgb(21 128 61 / 0.1);
}

.hover\:bg-green-700\/100:hover{
  background-color: rgb(21 128 61 / 1);
}

.hover\:bg-green-700\/15:hover{
  background-color: rgb(21 128 61 / 0.15);
}

.hover\:bg-green-700\/20:hover{
  background-color: rgb(21 128 61 / 0.2);
}

.hover\:bg-green-700\/25:hover{
  background-color: rgb(21 128 61 / 0.25);
}

.hover\:bg-green-700\/30:hover{
  background-color: rgb(21 128 61 / 0.3);
}

.hover\:bg-green-700\/35:hover{
  background-color: rgb(21 128 61 / 0.35);
}

.hover\:bg-green-700\/40:hover{
  background-color: rgb(21 128 61 / 0.4);
}

.hover\:bg-green-700\/45:hover{
  background-color: rgb(21 128 61 / 0.45);
}

.hover\:bg-green-700\/5:hover{
  background-color: rgb(21 128 61 / 0.05);
}

.hover\:bg-green-700\/50:hover{
  background-color: rgb(21 128 61 / 0.5);
}

.hover\:bg-green-700\/55:hover{
  background-color: rgb(21 128 61 / 0.55);
}

.hover\:bg-green-700\/60:hover{
  background-color: rgb(21 128 61 / 0.6);
}

.hover\:bg-green-700\/65:hover{
  background-color: rgb(21 128 61 / 0.65);
}

.hover\:bg-green-700\/70:hover{
  background-color: rgb(21 128 61 / 0.7);
}

.hover\:bg-green-700\/75:hover{
  background-color: rgb(21 128 61 / 0.75);
}

.hover\:bg-green-700\/80:hover{
  background-color: rgb(21 128 61 / 0.8);
}

.hover\:bg-green-700\/85:hover{
  background-color: rgb(21 128 61 / 0.85);
}

.hover\:bg-green-700\/90:hover{
  background-color: rgb(21 128 61 / 0.9);
}

.hover\:bg-green-700\/95:hover{
  background-color: rgb(21 128 61 / 0.95);
}

.hover\:bg-green-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}

.hover\:bg-green-800\/0:hover{
  background-color: rgb(22 101 52 / 0);
}

.hover\:bg-green-800\/10:hover{
  background-color: rgb(22 101 52 / 0.1);
}

.hover\:bg-green-800\/100:hover{
  background-color: rgb(22 101 52 / 1);
}

.hover\:bg-green-800\/15:hover{
  background-color: rgb(22 101 52 / 0.15);
}

.hover\:bg-green-800\/20:hover{
  background-color: rgb(22 101 52 / 0.2);
}

.hover\:bg-green-800\/25:hover{
  background-color: rgb(22 101 52 / 0.25);
}

.hover\:bg-green-800\/30:hover{
  background-color: rgb(22 101 52 / 0.3);
}

.hover\:bg-green-800\/35:hover{
  background-color: rgb(22 101 52 / 0.35);
}

.hover\:bg-green-800\/40:hover{
  background-color: rgb(22 101 52 / 0.4);
}

.hover\:bg-green-800\/45:hover{
  background-color: rgb(22 101 52 / 0.45);
}

.hover\:bg-green-800\/5:hover{
  background-color: rgb(22 101 52 / 0.05);
}

.hover\:bg-green-800\/50:hover{
  background-color: rgb(22 101 52 / 0.5);
}

.hover\:bg-green-800\/55:hover{
  background-color: rgb(22 101 52 / 0.55);
}

.hover\:bg-green-800\/60:hover{
  background-color: rgb(22 101 52 / 0.6);
}

.hover\:bg-green-800\/65:hover{
  background-color: rgb(22 101 52 / 0.65);
}

.hover\:bg-green-800\/70:hover{
  background-color: rgb(22 101 52 / 0.7);
}

.hover\:bg-green-800\/75:hover{
  background-color: rgb(22 101 52 / 0.75);
}

.hover\:bg-green-800\/80:hover{
  background-color: rgb(22 101 52 / 0.8);
}

.hover\:bg-green-800\/85:hover{
  background-color: rgb(22 101 52 / 0.85);
}

.hover\:bg-green-800\/90:hover{
  background-color: rgb(22 101 52 / 0.9);
}

.hover\:bg-green-800\/95:hover{
  background-color: rgb(22 101 52 / 0.95);
}

.hover\:bg-green-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity));
}

.hover\:bg-green-900\/0:hover{
  background-color: rgb(20 83 45 / 0);
}

.hover\:bg-green-900\/10:hover{
  background-color: rgb(20 83 45 / 0.1);
}

.hover\:bg-green-900\/100:hover{
  background-color: rgb(20 83 45 / 1);
}

.hover\:bg-green-900\/15:hover{
  background-color: rgb(20 83 45 / 0.15);
}

.hover\:bg-green-900\/20:hover{
  background-color: rgb(20 83 45 / 0.2);
}

.hover\:bg-green-900\/25:hover{
  background-color: rgb(20 83 45 / 0.25);
}

.hover\:bg-green-900\/30:hover{
  background-color: rgb(20 83 45 / 0.3);
}

.hover\:bg-green-900\/35:hover{
  background-color: rgb(20 83 45 / 0.35);
}

.hover\:bg-green-900\/40:hover{
  background-color: rgb(20 83 45 / 0.4);
}

.hover\:bg-green-900\/45:hover{
  background-color: rgb(20 83 45 / 0.45);
}

.hover\:bg-green-900\/5:hover{
  background-color: rgb(20 83 45 / 0.05);
}

.hover\:bg-green-900\/50:hover{
  background-color: rgb(20 83 45 / 0.5);
}

.hover\:bg-green-900\/55:hover{
  background-color: rgb(20 83 45 / 0.55);
}

.hover\:bg-green-900\/60:hover{
  background-color: rgb(20 83 45 / 0.6);
}

.hover\:bg-green-900\/65:hover{
  background-color: rgb(20 83 45 / 0.65);
}

.hover\:bg-green-900\/70:hover{
  background-color: rgb(20 83 45 / 0.7);
}

.hover\:bg-green-900\/75:hover{
  background-color: rgb(20 83 45 / 0.75);
}

.hover\:bg-green-900\/80:hover{
  background-color: rgb(20 83 45 / 0.8);
}

.hover\:bg-green-900\/85:hover{
  background-color: rgb(20 83 45 / 0.85);
}

.hover\:bg-green-900\/90:hover{
  background-color: rgb(20 83 45 / 0.9);
}

.hover\:bg-green-900\/95:hover{
  background-color: rgb(20 83 45 / 0.95);
}

.hover\:bg-indigo-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}

.hover\:bg-indigo-100\/0:hover{
  background-color: rgb(224 231 255 / 0);
}

.hover\:bg-indigo-100\/10:hover{
  background-color: rgb(224 231 255 / 0.1);
}

.hover\:bg-indigo-100\/100:hover{
  background-color: rgb(224 231 255 / 1);
}

.hover\:bg-indigo-100\/15:hover{
  background-color: rgb(224 231 255 / 0.15);
}

.hover\:bg-indigo-100\/20:hover{
  background-color: rgb(224 231 255 / 0.2);
}

.hover\:bg-indigo-100\/25:hover{
  background-color: rgb(224 231 255 / 0.25);
}

.hover\:bg-indigo-100\/30:hover{
  background-color: rgb(224 231 255 / 0.3);
}

.hover\:bg-indigo-100\/35:hover{
  background-color: rgb(224 231 255 / 0.35);
}

.hover\:bg-indigo-100\/40:hover{
  background-color: rgb(224 231 255 / 0.4);
}

.hover\:bg-indigo-100\/45:hover{
  background-color: rgb(224 231 255 / 0.45);
}

.hover\:bg-indigo-100\/5:hover{
  background-color: rgb(224 231 255 / 0.05);
}

.hover\:bg-indigo-100\/50:hover{
  background-color: rgb(224 231 255 / 0.5);
}

.hover\:bg-indigo-100\/55:hover{
  background-color: rgb(224 231 255 / 0.55);
}

.hover\:bg-indigo-100\/60:hover{
  background-color: rgb(224 231 255 / 0.6);
}

.hover\:bg-indigo-100\/65:hover{
  background-color: rgb(224 231 255 / 0.65);
}

.hover\:bg-indigo-100\/70:hover{
  background-color: rgb(224 231 255 / 0.7);
}

.hover\:bg-indigo-100\/75:hover{
  background-color: rgb(224 231 255 / 0.75);
}

.hover\:bg-indigo-100\/80:hover{
  background-color: rgb(224 231 255 / 0.8);
}

.hover\:bg-indigo-100\/85:hover{
  background-color: rgb(224 231 255 / 0.85);
}

.hover\:bg-indigo-100\/90:hover{
  background-color: rgb(224 231 255 / 0.9);
}

.hover\:bg-indigo-100\/95:hover{
  background-color: rgb(224 231 255 / 0.95);
}

.hover\:bg-indigo-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity));
}

.hover\:bg-indigo-200\/0:hover{
  background-color: rgb(199 210 254 / 0);
}

.hover\:bg-indigo-200\/10:hover{
  background-color: rgb(199 210 254 / 0.1);
}

.hover\:bg-indigo-200\/100:hover{
  background-color: rgb(199 210 254 / 1);
}

.hover\:bg-indigo-200\/15:hover{
  background-color: rgb(199 210 254 / 0.15);
}

.hover\:bg-indigo-200\/20:hover{
  background-color: rgb(199 210 254 / 0.2);
}

.hover\:bg-indigo-200\/25:hover{
  background-color: rgb(199 210 254 / 0.25);
}

.hover\:bg-indigo-200\/30:hover{
  background-color: rgb(199 210 254 / 0.3);
}

.hover\:bg-indigo-200\/35:hover{
  background-color: rgb(199 210 254 / 0.35);
}

.hover\:bg-indigo-200\/40:hover{
  background-color: rgb(199 210 254 / 0.4);
}

.hover\:bg-indigo-200\/45:hover{
  background-color: rgb(199 210 254 / 0.45);
}

.hover\:bg-indigo-200\/5:hover{
  background-color: rgb(199 210 254 / 0.05);
}

.hover\:bg-indigo-200\/50:hover{
  background-color: rgb(199 210 254 / 0.5);
}

.hover\:bg-indigo-200\/55:hover{
  background-color: rgb(199 210 254 / 0.55);
}

.hover\:bg-indigo-200\/60:hover{
  background-color: rgb(199 210 254 / 0.6);
}

.hover\:bg-indigo-200\/65:hover{
  background-color: rgb(199 210 254 / 0.65);
}

.hover\:bg-indigo-200\/70:hover{
  background-color: rgb(199 210 254 / 0.7);
}

.hover\:bg-indigo-200\/75:hover{
  background-color: rgb(199 210 254 / 0.75);
}

.hover\:bg-indigo-200\/80:hover{
  background-color: rgb(199 210 254 / 0.8);
}

.hover\:bg-indigo-200\/85:hover{
  background-color: rgb(199 210 254 / 0.85);
}

.hover\:bg-indigo-200\/90:hover{
  background-color: rgb(199 210 254 / 0.9);
}

.hover\:bg-indigo-200\/95:hover{
  background-color: rgb(199 210 254 / 0.95);
}

.hover\:bg-indigo-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity));
}

.hover\:bg-indigo-300\/0:hover{
  background-color: rgb(165 180 252 / 0);
}

.hover\:bg-indigo-300\/10:hover{
  background-color: rgb(165 180 252 / 0.1);
}

.hover\:bg-indigo-300\/100:hover{
  background-color: rgb(165 180 252 / 1);
}

.hover\:bg-indigo-300\/15:hover{
  background-color: rgb(165 180 252 / 0.15);
}

.hover\:bg-indigo-300\/20:hover{
  background-color: rgb(165 180 252 / 0.2);
}

.hover\:bg-indigo-300\/25:hover{
  background-color: rgb(165 180 252 / 0.25);
}

.hover\:bg-indigo-300\/30:hover{
  background-color: rgb(165 180 252 / 0.3);
}

.hover\:bg-indigo-300\/35:hover{
  background-color: rgb(165 180 252 / 0.35);
}

.hover\:bg-indigo-300\/40:hover{
  background-color: rgb(165 180 252 / 0.4);
}

.hover\:bg-indigo-300\/45:hover{
  background-color: rgb(165 180 252 / 0.45);
}

.hover\:bg-indigo-300\/5:hover{
  background-color: rgb(165 180 252 / 0.05);
}

.hover\:bg-indigo-300\/50:hover{
  background-color: rgb(165 180 252 / 0.5);
}

.hover\:bg-indigo-300\/55:hover{
  background-color: rgb(165 180 252 / 0.55);
}

.hover\:bg-indigo-300\/60:hover{
  background-color: rgb(165 180 252 / 0.6);
}

.hover\:bg-indigo-300\/65:hover{
  background-color: rgb(165 180 252 / 0.65);
}

.hover\:bg-indigo-300\/70:hover{
  background-color: rgb(165 180 252 / 0.7);
}

.hover\:bg-indigo-300\/75:hover{
  background-color: rgb(165 180 252 / 0.75);
}

.hover\:bg-indigo-300\/80:hover{
  background-color: rgb(165 180 252 / 0.8);
}

.hover\:bg-indigo-300\/85:hover{
  background-color: rgb(165 180 252 / 0.85);
}

.hover\:bg-indigo-300\/90:hover{
  background-color: rgb(165 180 252 / 0.9);
}

.hover\:bg-indigo-300\/95:hover{
  background-color: rgb(165 180 252 / 0.95);
}

.hover\:bg-indigo-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity));
}

.hover\:bg-indigo-400\/0:hover{
  background-color: rgb(129 140 248 / 0);
}

.hover\:bg-indigo-400\/10:hover{
  background-color: rgb(129 140 248 / 0.1);
}

.hover\:bg-indigo-400\/100:hover{
  background-color: rgb(129 140 248 / 1);
}

.hover\:bg-indigo-400\/15:hover{
  background-color: rgb(129 140 248 / 0.15);
}

.hover\:bg-indigo-400\/20:hover{
  background-color: rgb(129 140 248 / 0.2);
}

.hover\:bg-indigo-400\/25:hover{
  background-color: rgb(129 140 248 / 0.25);
}

.hover\:bg-indigo-400\/30:hover{
  background-color: rgb(129 140 248 / 0.3);
}

.hover\:bg-indigo-400\/35:hover{
  background-color: rgb(129 140 248 / 0.35);
}

.hover\:bg-indigo-400\/40:hover{
  background-color: rgb(129 140 248 / 0.4);
}

.hover\:bg-indigo-400\/45:hover{
  background-color: rgb(129 140 248 / 0.45);
}

.hover\:bg-indigo-400\/5:hover{
  background-color: rgb(129 140 248 / 0.05);
}

.hover\:bg-indigo-400\/50:hover{
  background-color: rgb(129 140 248 / 0.5);
}

.hover\:bg-indigo-400\/55:hover{
  background-color: rgb(129 140 248 / 0.55);
}

.hover\:bg-indigo-400\/60:hover{
  background-color: rgb(129 140 248 / 0.6);
}

.hover\:bg-indigo-400\/65:hover{
  background-color: rgb(129 140 248 / 0.65);
}

.hover\:bg-indigo-400\/70:hover{
  background-color: rgb(129 140 248 / 0.7);
}

.hover\:bg-indigo-400\/75:hover{
  background-color: rgb(129 140 248 / 0.75);
}

.hover\:bg-indigo-400\/80:hover{
  background-color: rgb(129 140 248 / 0.8);
}

.hover\:bg-indigo-400\/85:hover{
  background-color: rgb(129 140 248 / 0.85);
}

.hover\:bg-indigo-400\/90:hover{
  background-color: rgb(129 140 248 / 0.9);
}

.hover\:bg-indigo-400\/95:hover{
  background-color: rgb(129 140 248 / 0.95);
}

.hover\:bg-indigo-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}

.hover\:bg-indigo-50\/0:hover{
  background-color: rgb(238 242 255 / 0);
}

.hover\:bg-indigo-50\/10:hover{
  background-color: rgb(238 242 255 / 0.1);
}

.hover\:bg-indigo-50\/100:hover{
  background-color: rgb(238 242 255 / 1);
}

.hover\:bg-indigo-50\/15:hover{
  background-color: rgb(238 242 255 / 0.15);
}

.hover\:bg-indigo-50\/20:hover{
  background-color: rgb(238 242 255 / 0.2);
}

.hover\:bg-indigo-50\/25:hover{
  background-color: rgb(238 242 255 / 0.25);
}

.hover\:bg-indigo-50\/30:hover{
  background-color: rgb(238 242 255 / 0.3);
}

.hover\:bg-indigo-50\/35:hover{
  background-color: rgb(238 242 255 / 0.35);
}

.hover\:bg-indigo-50\/40:hover{
  background-color: rgb(238 242 255 / 0.4);
}

.hover\:bg-indigo-50\/45:hover{
  background-color: rgb(238 242 255 / 0.45);
}

.hover\:bg-indigo-50\/5:hover{
  background-color: rgb(238 242 255 / 0.05);
}

.hover\:bg-indigo-50\/50:hover{
  background-color: rgb(238 242 255 / 0.5);
}

.hover\:bg-indigo-50\/55:hover{
  background-color: rgb(238 242 255 / 0.55);
}

.hover\:bg-indigo-50\/60:hover{
  background-color: rgb(238 242 255 / 0.6);
}

.hover\:bg-indigo-50\/65:hover{
  background-color: rgb(238 242 255 / 0.65);
}

.hover\:bg-indigo-50\/70:hover{
  background-color: rgb(238 242 255 / 0.7);
}

.hover\:bg-indigo-50\/75:hover{
  background-color: rgb(238 242 255 / 0.75);
}

.hover\:bg-indigo-50\/80:hover{
  background-color: rgb(238 242 255 / 0.8);
}

.hover\:bg-indigo-50\/85:hover{
  background-color: rgb(238 242 255 / 0.85);
}

.hover\:bg-indigo-50\/90:hover{
  background-color: rgb(238 242 255 / 0.9);
}

.hover\:bg-indigo-50\/95:hover{
  background-color: rgb(238 242 255 / 0.95);
}

.hover\:bg-indigo-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}

.hover\:bg-indigo-500\/0:hover{
  background-color: rgb(99 102 241 / 0);
}

.hover\:bg-indigo-500\/10:hover{
  background-color: rgb(99 102 241 / 0.1);
}

.hover\:bg-indigo-500\/100:hover{
  background-color: rgb(99 102 241 / 1);
}

.hover\:bg-indigo-500\/15:hover{
  background-color: rgb(99 102 241 / 0.15);
}

.hover\:bg-indigo-500\/20:hover{
  background-color: rgb(99 102 241 / 0.2);
}

.hover\:bg-indigo-500\/25:hover{
  background-color: rgb(99 102 241 / 0.25);
}

.hover\:bg-indigo-500\/30:hover{
  background-color: rgb(99 102 241 / 0.3);
}

.hover\:bg-indigo-500\/35:hover{
  background-color: rgb(99 102 241 / 0.35);
}

.hover\:bg-indigo-500\/40:hover{
  background-color: rgb(99 102 241 / 0.4);
}

.hover\:bg-indigo-500\/45:hover{
  background-color: rgb(99 102 241 / 0.45);
}

.hover\:bg-indigo-500\/5:hover{
  background-color: rgb(99 102 241 / 0.05);
}

.hover\:bg-indigo-500\/50:hover{
  background-color: rgb(99 102 241 / 0.5);
}

.hover\:bg-indigo-500\/55:hover{
  background-color: rgb(99 102 241 / 0.55);
}

.hover\:bg-indigo-500\/60:hover{
  background-color: rgb(99 102 241 / 0.6);
}

.hover\:bg-indigo-500\/65:hover{
  background-color: rgb(99 102 241 / 0.65);
}

.hover\:bg-indigo-500\/70:hover{
  background-color: rgb(99 102 241 / 0.7);
}

.hover\:bg-indigo-500\/75:hover{
  background-color: rgb(99 102 241 / 0.75);
}

.hover\:bg-indigo-500\/80:hover{
  background-color: rgb(99 102 241 / 0.8);
}

.hover\:bg-indigo-500\/85:hover{
  background-color: rgb(99 102 241 / 0.85);
}

.hover\:bg-indigo-500\/90:hover{
  background-color: rgb(99 102 241 / 0.9);
}

.hover\:bg-indigo-500\/95:hover{
  background-color: rgb(99 102 241 / 0.95);
}

.hover\:bg-indigo-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

.hover\:bg-indigo-600\/0:hover{
  background-color: rgb(79 70 229 / 0);
}

.hover\:bg-indigo-600\/10:hover{
  background-color: rgb(79 70 229 / 0.1);
}

.hover\:bg-indigo-600\/100:hover{
  background-color: rgb(79 70 229 / 1);
}

.hover\:bg-indigo-600\/15:hover{
  background-color: rgb(79 70 229 / 0.15);
}

.hover\:bg-indigo-600\/20:hover{
  background-color: rgb(79 70 229 / 0.2);
}

.hover\:bg-indigo-600\/25:hover{
  background-color: rgb(79 70 229 / 0.25);
}

.hover\:bg-indigo-600\/30:hover{
  background-color: rgb(79 70 229 / 0.3);
}

.hover\:bg-indigo-600\/35:hover{
  background-color: rgb(79 70 229 / 0.35);
}

.hover\:bg-indigo-600\/40:hover{
  background-color: rgb(79 70 229 / 0.4);
}

.hover\:bg-indigo-600\/45:hover{
  background-color: rgb(79 70 229 / 0.45);
}

.hover\:bg-indigo-600\/5:hover{
  background-color: rgb(79 70 229 / 0.05);
}

.hover\:bg-indigo-600\/50:hover{
  background-color: rgb(79 70 229 / 0.5);
}

.hover\:bg-indigo-600\/55:hover{
  background-color: rgb(79 70 229 / 0.55);
}

.hover\:bg-indigo-600\/60:hover{
  background-color: rgb(79 70 229 / 0.6);
}

.hover\:bg-indigo-600\/65:hover{
  background-color: rgb(79 70 229 / 0.65);
}

.hover\:bg-indigo-600\/70:hover{
  background-color: rgb(79 70 229 / 0.7);
}

.hover\:bg-indigo-600\/75:hover{
  background-color: rgb(79 70 229 / 0.75);
}

.hover\:bg-indigo-600\/80:hover{
  background-color: rgb(79 70 229 / 0.8);
}

.hover\:bg-indigo-600\/85:hover{
  background-color: rgb(79 70 229 / 0.85);
}

.hover\:bg-indigo-600\/90:hover{
  background-color: rgb(79 70 229 / 0.9);
}

.hover\:bg-indigo-600\/95:hover{
  background-color: rgb(79 70 229 / 0.95);
}

.hover\:bg-indigo-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}

.hover\:bg-indigo-700\/0:hover{
  background-color: rgb(67 56 202 / 0);
}

.hover\:bg-indigo-700\/10:hover{
  background-color: rgb(67 56 202 / 0.1);
}

.hover\:bg-indigo-700\/100:hover{
  background-color: rgb(67 56 202 / 1);
}

.hover\:bg-indigo-700\/15:hover{
  background-color: rgb(67 56 202 / 0.15);
}

.hover\:bg-indigo-700\/20:hover{
  background-color: rgb(67 56 202 / 0.2);
}

.hover\:bg-indigo-700\/25:hover{
  background-color: rgb(67 56 202 / 0.25);
}

.hover\:bg-indigo-700\/30:hover{
  background-color: rgb(67 56 202 / 0.3);
}

.hover\:bg-indigo-700\/35:hover{
  background-color: rgb(67 56 202 / 0.35);
}

.hover\:bg-indigo-700\/40:hover{
  background-color: rgb(67 56 202 / 0.4);
}

.hover\:bg-indigo-700\/45:hover{
  background-color: rgb(67 56 202 / 0.45);
}

.hover\:bg-indigo-700\/5:hover{
  background-color: rgb(67 56 202 / 0.05);
}

.hover\:bg-indigo-700\/50:hover{
  background-color: rgb(67 56 202 / 0.5);
}

.hover\:bg-indigo-700\/55:hover{
  background-color: rgb(67 56 202 / 0.55);
}

.hover\:bg-indigo-700\/60:hover{
  background-color: rgb(67 56 202 / 0.6);
}

.hover\:bg-indigo-700\/65:hover{
  background-color: rgb(67 56 202 / 0.65);
}

.hover\:bg-indigo-700\/70:hover{
  background-color: rgb(67 56 202 / 0.7);
}

.hover\:bg-indigo-700\/75:hover{
  background-color: rgb(67 56 202 / 0.75);
}

.hover\:bg-indigo-700\/80:hover{
  background-color: rgb(67 56 202 / 0.8);
}

.hover\:bg-indigo-700\/85:hover{
  background-color: rgb(67 56 202 / 0.85);
}

.hover\:bg-indigo-700\/90:hover{
  background-color: rgb(67 56 202 / 0.9);
}

.hover\:bg-indigo-700\/95:hover{
  background-color: rgb(67 56 202 / 0.95);
}

.hover\:bg-indigo-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity));
}

.hover\:bg-indigo-800\/0:hover{
  background-color: rgb(55 48 163 / 0);
}

.hover\:bg-indigo-800\/10:hover{
  background-color: rgb(55 48 163 / 0.1);
}

.hover\:bg-indigo-800\/100:hover{
  background-color: rgb(55 48 163 / 1);
}

.hover\:bg-indigo-800\/15:hover{
  background-color: rgb(55 48 163 / 0.15);
}

.hover\:bg-indigo-800\/20:hover{
  background-color: rgb(55 48 163 / 0.2);
}

.hover\:bg-indigo-800\/25:hover{
  background-color: rgb(55 48 163 / 0.25);
}

.hover\:bg-indigo-800\/30:hover{
  background-color: rgb(55 48 163 / 0.3);
}

.hover\:bg-indigo-800\/35:hover{
  background-color: rgb(55 48 163 / 0.35);
}

.hover\:bg-indigo-800\/40:hover{
  background-color: rgb(55 48 163 / 0.4);
}

.hover\:bg-indigo-800\/45:hover{
  background-color: rgb(55 48 163 / 0.45);
}

.hover\:bg-indigo-800\/5:hover{
  background-color: rgb(55 48 163 / 0.05);
}

.hover\:bg-indigo-800\/50:hover{
  background-color: rgb(55 48 163 / 0.5);
}

.hover\:bg-indigo-800\/55:hover{
  background-color: rgb(55 48 163 / 0.55);
}

.hover\:bg-indigo-800\/60:hover{
  background-color: rgb(55 48 163 / 0.6);
}

.hover\:bg-indigo-800\/65:hover{
  background-color: rgb(55 48 163 / 0.65);
}

.hover\:bg-indigo-800\/70:hover{
  background-color: rgb(55 48 163 / 0.7);
}

.hover\:bg-indigo-800\/75:hover{
  background-color: rgb(55 48 163 / 0.75);
}

.hover\:bg-indigo-800\/80:hover{
  background-color: rgb(55 48 163 / 0.8);
}

.hover\:bg-indigo-800\/85:hover{
  background-color: rgb(55 48 163 / 0.85);
}

.hover\:bg-indigo-800\/90:hover{
  background-color: rgb(55 48 163 / 0.9);
}

.hover\:bg-indigo-800\/95:hover{
  background-color: rgb(55 48 163 / 0.95);
}

.hover\:bg-indigo-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity));
}

.hover\:bg-indigo-900\/0:hover{
  background-color: rgb(49 46 129 / 0);
}

.hover\:bg-indigo-900\/10:hover{
  background-color: rgb(49 46 129 / 0.1);
}

.hover\:bg-indigo-900\/100:hover{
  background-color: rgb(49 46 129 / 1);
}

.hover\:bg-indigo-900\/15:hover{
  background-color: rgb(49 46 129 / 0.15);
}

.hover\:bg-indigo-900\/20:hover{
  background-color: rgb(49 46 129 / 0.2);
}

.hover\:bg-indigo-900\/25:hover{
  background-color: rgb(49 46 129 / 0.25);
}

.hover\:bg-indigo-900\/30:hover{
  background-color: rgb(49 46 129 / 0.3);
}

.hover\:bg-indigo-900\/35:hover{
  background-color: rgb(49 46 129 / 0.35);
}

.hover\:bg-indigo-900\/40:hover{
  background-color: rgb(49 46 129 / 0.4);
}

.hover\:bg-indigo-900\/45:hover{
  background-color: rgb(49 46 129 / 0.45);
}

.hover\:bg-indigo-900\/5:hover{
  background-color: rgb(49 46 129 / 0.05);
}

.hover\:bg-indigo-900\/50:hover{
  background-color: rgb(49 46 129 / 0.5);
}

.hover\:bg-indigo-900\/55:hover{
  background-color: rgb(49 46 129 / 0.55);
}

.hover\:bg-indigo-900\/60:hover{
  background-color: rgb(49 46 129 / 0.6);
}

.hover\:bg-indigo-900\/65:hover{
  background-color: rgb(49 46 129 / 0.65);
}

.hover\:bg-indigo-900\/70:hover{
  background-color: rgb(49 46 129 / 0.7);
}

.hover\:bg-indigo-900\/75:hover{
  background-color: rgb(49 46 129 / 0.75);
}

.hover\:bg-indigo-900\/80:hover{
  background-color: rgb(49 46 129 / 0.8);
}

.hover\:bg-indigo-900\/85:hover{
  background-color: rgb(49 46 129 / 0.85);
}

.hover\:bg-indigo-900\/90:hover{
  background-color: rgb(49 46 129 / 0.9);
}

.hover\:bg-indigo-900\/95:hover{
  background-color: rgb(49 46 129 / 0.95);
}

.hover\:bg-red-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.hover\:bg-red-100\/0:hover{
  background-color: rgb(254 226 226 / 0);
}

.hover\:bg-red-100\/10:hover{
  background-color: rgb(254 226 226 / 0.1);
}

.hover\:bg-red-100\/100:hover{
  background-color: rgb(254 226 226 / 1);
}

.hover\:bg-red-100\/15:hover{
  background-color: rgb(254 226 226 / 0.15);
}

.hover\:bg-red-100\/20:hover{
  background-color: rgb(254 226 226 / 0.2);
}

.hover\:bg-red-100\/25:hover{
  background-color: rgb(254 226 226 / 0.25);
}

.hover\:bg-red-100\/30:hover{
  background-color: rgb(254 226 226 / 0.3);
}

.hover\:bg-red-100\/35:hover{
  background-color: rgb(254 226 226 / 0.35);
}

.hover\:bg-red-100\/40:hover{
  background-color: rgb(254 226 226 / 0.4);
}

.hover\:bg-red-100\/45:hover{
  background-color: rgb(254 226 226 / 0.45);
}

.hover\:bg-red-100\/5:hover{
  background-color: rgb(254 226 226 / 0.05);
}

.hover\:bg-red-100\/50:hover{
  background-color: rgb(254 226 226 / 0.5);
}

.hover\:bg-red-100\/55:hover{
  background-color: rgb(254 226 226 / 0.55);
}

.hover\:bg-red-100\/60:hover{
  background-color: rgb(254 226 226 / 0.6);
}

.hover\:bg-red-100\/65:hover{
  background-color: rgb(254 226 226 / 0.65);
}

.hover\:bg-red-100\/70:hover{
  background-color: rgb(254 226 226 / 0.7);
}

.hover\:bg-red-100\/75:hover{
  background-color: rgb(254 226 226 / 0.75);
}

.hover\:bg-red-100\/80:hover{
  background-color: rgb(254 226 226 / 0.8);
}

.hover\:bg-red-100\/85:hover{
  background-color: rgb(254 226 226 / 0.85);
}

.hover\:bg-red-100\/90:hover{
  background-color: rgb(254 226 226 / 0.9);
}

.hover\:bg-red-100\/95:hover{
  background-color: rgb(254 226 226 / 0.95);
}

.hover\:bg-red-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}

.hover\:bg-red-200\/0:hover{
  background-color: rgb(254 202 202 / 0);
}

.hover\:bg-red-200\/10:hover{
  background-color: rgb(254 202 202 / 0.1);
}

.hover\:bg-red-200\/100:hover{
  background-color: rgb(254 202 202 / 1);
}

.hover\:bg-red-200\/15:hover{
  background-color: rgb(254 202 202 / 0.15);
}

.hover\:bg-red-200\/20:hover{
  background-color: rgb(254 202 202 / 0.2);
}

.hover\:bg-red-200\/25:hover{
  background-color: rgb(254 202 202 / 0.25);
}

.hover\:bg-red-200\/30:hover{
  background-color: rgb(254 202 202 / 0.3);
}

.hover\:bg-red-200\/35:hover{
  background-color: rgb(254 202 202 / 0.35);
}

.hover\:bg-red-200\/40:hover{
  background-color: rgb(254 202 202 / 0.4);
}

.hover\:bg-red-200\/45:hover{
  background-color: rgb(254 202 202 / 0.45);
}

.hover\:bg-red-200\/5:hover{
  background-color: rgb(254 202 202 / 0.05);
}

.hover\:bg-red-200\/50:hover{
  background-color: rgb(254 202 202 / 0.5);
}

.hover\:bg-red-200\/55:hover{
  background-color: rgb(254 202 202 / 0.55);
}

.hover\:bg-red-200\/60:hover{
  background-color: rgb(254 202 202 / 0.6);
}

.hover\:bg-red-200\/65:hover{
  background-color: rgb(254 202 202 / 0.65);
}

.hover\:bg-red-200\/70:hover{
  background-color: rgb(254 202 202 / 0.7);
}

.hover\:bg-red-200\/75:hover{
  background-color: rgb(254 202 202 / 0.75);
}

.hover\:bg-red-200\/80:hover{
  background-color: rgb(254 202 202 / 0.8);
}

.hover\:bg-red-200\/85:hover{
  background-color: rgb(254 202 202 / 0.85);
}

.hover\:bg-red-200\/90:hover{
  background-color: rgb(254 202 202 / 0.9);
}

.hover\:bg-red-200\/95:hover{
  background-color: rgb(254 202 202 / 0.95);
}

.hover\:bg-red-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}

.hover\:bg-red-300\/0:hover{
  background-color: rgb(252 165 165 / 0);
}

.hover\:bg-red-300\/10:hover{
  background-color: rgb(252 165 165 / 0.1);
}

.hover\:bg-red-300\/100:hover{
  background-color: rgb(252 165 165 / 1);
}

.hover\:bg-red-300\/15:hover{
  background-color: rgb(252 165 165 / 0.15);
}

.hover\:bg-red-300\/20:hover{
  background-color: rgb(252 165 165 / 0.2);
}

.hover\:bg-red-300\/25:hover{
  background-color: rgb(252 165 165 / 0.25);
}

.hover\:bg-red-300\/30:hover{
  background-color: rgb(252 165 165 / 0.3);
}

.hover\:bg-red-300\/35:hover{
  background-color: rgb(252 165 165 / 0.35);
}

.hover\:bg-red-300\/40:hover{
  background-color: rgb(252 165 165 / 0.4);
}

.hover\:bg-red-300\/45:hover{
  background-color: rgb(252 165 165 / 0.45);
}

.hover\:bg-red-300\/5:hover{
  background-color: rgb(252 165 165 / 0.05);
}

.hover\:bg-red-300\/50:hover{
  background-color: rgb(252 165 165 / 0.5);
}

.hover\:bg-red-300\/55:hover{
  background-color: rgb(252 165 165 / 0.55);
}

.hover\:bg-red-300\/60:hover{
  background-color: rgb(252 165 165 / 0.6);
}

.hover\:bg-red-300\/65:hover{
  background-color: rgb(252 165 165 / 0.65);
}

.hover\:bg-red-300\/70:hover{
  background-color: rgb(252 165 165 / 0.7);
}

.hover\:bg-red-300\/75:hover{
  background-color: rgb(252 165 165 / 0.75);
}

.hover\:bg-red-300\/80:hover{
  background-color: rgb(252 165 165 / 0.8);
}

.hover\:bg-red-300\/85:hover{
  background-color: rgb(252 165 165 / 0.85);
}

.hover\:bg-red-300\/90:hover{
  background-color: rgb(252 165 165 / 0.9);
}

.hover\:bg-red-300\/95:hover{
  background-color: rgb(252 165 165 / 0.95);
}

.hover\:bg-red-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}

.hover\:bg-red-400\/0:hover{
  background-color: rgb(248 113 113 / 0);
}

.hover\:bg-red-400\/10:hover{
  background-color: rgb(248 113 113 / 0.1);
}

.hover\:bg-red-400\/100:hover{
  background-color: rgb(248 113 113 / 1);
}

.hover\:bg-red-400\/15:hover{
  background-color: rgb(248 113 113 / 0.15);
}

.hover\:bg-red-400\/20:hover{
  background-color: rgb(248 113 113 / 0.2);
}

.hover\:bg-red-400\/25:hover{
  background-color: rgb(248 113 113 / 0.25);
}

.hover\:bg-red-400\/30:hover{
  background-color: rgb(248 113 113 / 0.3);
}

.hover\:bg-red-400\/35:hover{
  background-color: rgb(248 113 113 / 0.35);
}

.hover\:bg-red-400\/40:hover{
  background-color: rgb(248 113 113 / 0.4);
}

.hover\:bg-red-400\/45:hover{
  background-color: rgb(248 113 113 / 0.45);
}

.hover\:bg-red-400\/5:hover{
  background-color: rgb(248 113 113 / 0.05);
}

.hover\:bg-red-400\/50:hover{
  background-color: rgb(248 113 113 / 0.5);
}

.hover\:bg-red-400\/55:hover{
  background-color: rgb(248 113 113 / 0.55);
}

.hover\:bg-red-400\/60:hover{
  background-color: rgb(248 113 113 / 0.6);
}

.hover\:bg-red-400\/65:hover{
  background-color: rgb(248 113 113 / 0.65);
}

.hover\:bg-red-400\/70:hover{
  background-color: rgb(248 113 113 / 0.7);
}

.hover\:bg-red-400\/75:hover{
  background-color: rgb(248 113 113 / 0.75);
}

.hover\:bg-red-400\/80:hover{
  background-color: rgb(248 113 113 / 0.8);
}

.hover\:bg-red-400\/85:hover{
  background-color: rgb(248 113 113 / 0.85);
}

.hover\:bg-red-400\/90:hover{
  background-color: rgb(248 113 113 / 0.9);
}

.hover\:bg-red-400\/95:hover{
  background-color: rgb(248 113 113 / 0.95);
}

.hover\:bg-red-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.hover\:bg-red-50\/0:hover{
  background-color: rgb(254 242 242 / 0);
}

.hover\:bg-red-50\/10:hover{
  background-color: rgb(254 242 242 / 0.1);
}

.hover\:bg-red-50\/100:hover{
  background-color: rgb(254 242 242 / 1);
}

.hover\:bg-red-50\/15:hover{
  background-color: rgb(254 242 242 / 0.15);
}

.hover\:bg-red-50\/20:hover{
  background-color: rgb(254 242 242 / 0.2);
}

.hover\:bg-red-50\/25:hover{
  background-color: rgb(254 242 242 / 0.25);
}

.hover\:bg-red-50\/30:hover{
  background-color: rgb(254 242 242 / 0.3);
}

.hover\:bg-red-50\/35:hover{
  background-color: rgb(254 242 242 / 0.35);
}

.hover\:bg-red-50\/40:hover{
  background-color: rgb(254 242 242 / 0.4);
}

.hover\:bg-red-50\/45:hover{
  background-color: rgb(254 242 242 / 0.45);
}

.hover\:bg-red-50\/5:hover{
  background-color: rgb(254 242 242 / 0.05);
}

.hover\:bg-red-50\/50:hover{
  background-color: rgb(254 242 242 / 0.5);
}

.hover\:bg-red-50\/55:hover{
  background-color: rgb(254 242 242 / 0.55);
}

.hover\:bg-red-50\/60:hover{
  background-color: rgb(254 242 242 / 0.6);
}

.hover\:bg-red-50\/65:hover{
  background-color: rgb(254 242 242 / 0.65);
}

.hover\:bg-red-50\/70:hover{
  background-color: rgb(254 242 242 / 0.7);
}

.hover\:bg-red-50\/75:hover{
  background-color: rgb(254 242 242 / 0.75);
}

.hover\:bg-red-50\/80:hover{
  background-color: rgb(254 242 242 / 0.8);
}

.hover\:bg-red-50\/85:hover{
  background-color: rgb(254 242 242 / 0.85);
}

.hover\:bg-red-50\/90:hover{
  background-color: rgb(254 242 242 / 0.9);
}

.hover\:bg-red-50\/95:hover{
  background-color: rgb(254 242 242 / 0.95);
}

.hover\:bg-red-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.hover\:bg-red-500\/0:hover{
  background-color: rgb(239 68 68 / 0);
}

.hover\:bg-red-500\/10:hover{
  background-color: rgb(239 68 68 / 0.1);
}

.hover\:bg-red-500\/100:hover{
  background-color: rgb(239 68 68 / 1);
}

.hover\:bg-red-500\/15:hover{
  background-color: rgb(239 68 68 / 0.15);
}

.hover\:bg-red-500\/20:hover{
  background-color: rgb(239 68 68 / 0.2);
}

.hover\:bg-red-500\/25:hover{
  background-color: rgb(239 68 68 / 0.25);
}

.hover\:bg-red-500\/30:hover{
  background-color: rgb(239 68 68 / 0.3);
}

.hover\:bg-red-500\/35:hover{
  background-color: rgb(239 68 68 / 0.35);
}

.hover\:bg-red-500\/40:hover{
  background-color: rgb(239 68 68 / 0.4);
}

.hover\:bg-red-500\/45:hover{
  background-color: rgb(239 68 68 / 0.45);
}

.hover\:bg-red-500\/5:hover{
  background-color: rgb(239 68 68 / 0.05);
}

.hover\:bg-red-500\/50:hover{
  background-color: rgb(239 68 68 / 0.5);
}

.hover\:bg-red-500\/55:hover{
  background-color: rgb(239 68 68 / 0.55);
}

.hover\:bg-red-500\/60:hover{
  background-color: rgb(239 68 68 / 0.6);
}

.hover\:bg-red-500\/65:hover{
  background-color: rgb(239 68 68 / 0.65);
}

.hover\:bg-red-500\/70:hover{
  background-color: rgb(239 68 68 / 0.7);
}

.hover\:bg-red-500\/75:hover{
  background-color: rgb(239 68 68 / 0.75);
}

.hover\:bg-red-500\/80:hover{
  background-color: rgb(239 68 68 / 0.8);
}

.hover\:bg-red-500\/85:hover{
  background-color: rgb(239 68 68 / 0.85);
}

.hover\:bg-red-500\/90:hover{
  background-color: rgb(239 68 68 / 0.9);
}

.hover\:bg-red-500\/95:hover{
  background-color: rgb(239 68 68 / 0.95);
}

.hover\:bg-red-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.hover\:bg-red-600\/0:hover{
  background-color: rgb(220 38 38 / 0);
}

.hover\:bg-red-600\/10:hover{
  background-color: rgb(220 38 38 / 0.1);
}

.hover\:bg-red-600\/100:hover{
  background-color: rgb(220 38 38 / 1);
}

.hover\:bg-red-600\/15:hover{
  background-color: rgb(220 38 38 / 0.15);
}

.hover\:bg-red-600\/20:hover{
  background-color: rgb(220 38 38 / 0.2);
}

.hover\:bg-red-600\/25:hover{
  background-color: rgb(220 38 38 / 0.25);
}

.hover\:bg-red-600\/30:hover{
  background-color: rgb(220 38 38 / 0.3);
}

.hover\:bg-red-600\/35:hover{
  background-color: rgb(220 38 38 / 0.35);
}

.hover\:bg-red-600\/40:hover{
  background-color: rgb(220 38 38 / 0.4);
}

.hover\:bg-red-600\/45:hover{
  background-color: rgb(220 38 38 / 0.45);
}

.hover\:bg-red-600\/5:hover{
  background-color: rgb(220 38 38 / 0.05);
}

.hover\:bg-red-600\/50:hover{
  background-color: rgb(220 38 38 / 0.5);
}

.hover\:bg-red-600\/55:hover{
  background-color: rgb(220 38 38 / 0.55);
}

.hover\:bg-red-600\/60:hover{
  background-color: rgb(220 38 38 / 0.6);
}

.hover\:bg-red-600\/65:hover{
  background-color: rgb(220 38 38 / 0.65);
}

.hover\:bg-red-600\/70:hover{
  background-color: rgb(220 38 38 / 0.7);
}

.hover\:bg-red-600\/75:hover{
  background-color: rgb(220 38 38 / 0.75);
}

.hover\:bg-red-600\/80:hover{
  background-color: rgb(220 38 38 / 0.8);
}

.hover\:bg-red-600\/85:hover{
  background-color: rgb(220 38 38 / 0.85);
}

.hover\:bg-red-600\/90:hover{
  background-color: rgb(220 38 38 / 0.9);
}

.hover\:bg-red-600\/95:hover{
  background-color: rgb(220 38 38 / 0.95);
}

.hover\:bg-red-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.hover\:bg-red-700\/0:hover{
  background-color: rgb(185 28 28 / 0);
}

.hover\:bg-red-700\/10:hover{
  background-color: rgb(185 28 28 / 0.1);
}

.hover\:bg-red-700\/100:hover{
  background-color: rgb(185 28 28 / 1);
}

.hover\:bg-red-700\/15:hover{
  background-color: rgb(185 28 28 / 0.15);
}

.hover\:bg-red-700\/20:hover{
  background-color: rgb(185 28 28 / 0.2);
}

.hover\:bg-red-700\/25:hover{
  background-color: rgb(185 28 28 / 0.25);
}

.hover\:bg-red-700\/30:hover{
  background-color: rgb(185 28 28 / 0.3);
}

.hover\:bg-red-700\/35:hover{
  background-color: rgb(185 28 28 / 0.35);
}

.hover\:bg-red-700\/40:hover{
  background-color: rgb(185 28 28 / 0.4);
}

.hover\:bg-red-700\/45:hover{
  background-color: rgb(185 28 28 / 0.45);
}

.hover\:bg-red-700\/5:hover{
  background-color: rgb(185 28 28 / 0.05);
}

.hover\:bg-red-700\/50:hover{
  background-color: rgb(185 28 28 / 0.5);
}

.hover\:bg-red-700\/55:hover{
  background-color: rgb(185 28 28 / 0.55);
}

.hover\:bg-red-700\/60:hover{
  background-color: rgb(185 28 28 / 0.6);
}

.hover\:bg-red-700\/65:hover{
  background-color: rgb(185 28 28 / 0.65);
}

.hover\:bg-red-700\/70:hover{
  background-color: rgb(185 28 28 / 0.7);
}

.hover\:bg-red-700\/75:hover{
  background-color: rgb(185 28 28 / 0.75);
}

.hover\:bg-red-700\/80:hover{
  background-color: rgb(185 28 28 / 0.8);
}

.hover\:bg-red-700\/85:hover{
  background-color: rgb(185 28 28 / 0.85);
}

.hover\:bg-red-700\/90:hover{
  background-color: rgb(185 28 28 / 0.9);
}

.hover\:bg-red-700\/95:hover{
  background-color: rgb(185 28 28 / 0.95);
}

.hover\:bg-red-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}

.hover\:bg-red-800\/0:hover{
  background-color: rgb(153 27 27 / 0);
}

.hover\:bg-red-800\/10:hover{
  background-color: rgb(153 27 27 / 0.1);
}

.hover\:bg-red-800\/100:hover{
  background-color: rgb(153 27 27 / 1);
}

.hover\:bg-red-800\/15:hover{
  background-color: rgb(153 27 27 / 0.15);
}

.hover\:bg-red-800\/20:hover{
  background-color: rgb(153 27 27 / 0.2);
}

.hover\:bg-red-800\/25:hover{
  background-color: rgb(153 27 27 / 0.25);
}

.hover\:bg-red-800\/30:hover{
  background-color: rgb(153 27 27 / 0.3);
}

.hover\:bg-red-800\/35:hover{
  background-color: rgb(153 27 27 / 0.35);
}

.hover\:bg-red-800\/40:hover{
  background-color: rgb(153 27 27 / 0.4);
}

.hover\:bg-red-800\/45:hover{
  background-color: rgb(153 27 27 / 0.45);
}

.hover\:bg-red-800\/5:hover{
  background-color: rgb(153 27 27 / 0.05);
}

.hover\:bg-red-800\/50:hover{
  background-color: rgb(153 27 27 / 0.5);
}

.hover\:bg-red-800\/55:hover{
  background-color: rgb(153 27 27 / 0.55);
}

.hover\:bg-red-800\/60:hover{
  background-color: rgb(153 27 27 / 0.6);
}

.hover\:bg-red-800\/65:hover{
  background-color: rgb(153 27 27 / 0.65);
}

.hover\:bg-red-800\/70:hover{
  background-color: rgb(153 27 27 / 0.7);
}

.hover\:bg-red-800\/75:hover{
  background-color: rgb(153 27 27 / 0.75);
}

.hover\:bg-red-800\/80:hover{
  background-color: rgb(153 27 27 / 0.8);
}

.hover\:bg-red-800\/85:hover{
  background-color: rgb(153 27 27 / 0.85);
}

.hover\:bg-red-800\/90:hover{
  background-color: rgb(153 27 27 / 0.9);
}

.hover\:bg-red-800\/95:hover{
  background-color: rgb(153 27 27 / 0.95);
}

.hover\:bg-red-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}

.hover\:bg-red-900\/0:hover{
  background-color: rgb(127 29 29 / 0);
}

.hover\:bg-red-900\/10:hover{
  background-color: rgb(127 29 29 / 0.1);
}

.hover\:bg-red-900\/100:hover{
  background-color: rgb(127 29 29 / 1);
}

.hover\:bg-red-900\/15:hover{
  background-color: rgb(127 29 29 / 0.15);
}

.hover\:bg-red-900\/20:hover{
  background-color: rgb(127 29 29 / 0.2);
}

.hover\:bg-red-900\/25:hover{
  background-color: rgb(127 29 29 / 0.25);
}

.hover\:bg-red-900\/30:hover{
  background-color: rgb(127 29 29 / 0.3);
}

.hover\:bg-red-900\/35:hover{
  background-color: rgb(127 29 29 / 0.35);
}

.hover\:bg-red-900\/40:hover{
  background-color: rgb(127 29 29 / 0.4);
}

.hover\:bg-red-900\/45:hover{
  background-color: rgb(127 29 29 / 0.45);
}

.hover\:bg-red-900\/5:hover{
  background-color: rgb(127 29 29 / 0.05);
}

.hover\:bg-red-900\/50:hover{
  background-color: rgb(127 29 29 / 0.5);
}

.hover\:bg-red-900\/55:hover{
  background-color: rgb(127 29 29 / 0.55);
}

.hover\:bg-red-900\/60:hover{
  background-color: rgb(127 29 29 / 0.6);
}

.hover\:bg-red-900\/65:hover{
  background-color: rgb(127 29 29 / 0.65);
}

.hover\:bg-red-900\/70:hover{
  background-color: rgb(127 29 29 / 0.7);
}

.hover\:bg-red-900\/75:hover{
  background-color: rgb(127 29 29 / 0.75);
}

.hover\:bg-red-900\/80:hover{
  background-color: rgb(127 29 29 / 0.8);
}

.hover\:bg-red-900\/85:hover{
  background-color: rgb(127 29 29 / 0.85);
}

.hover\:bg-red-900\/90:hover{
  background-color: rgb(127 29 29 / 0.9);
}

.hover\:bg-red-900\/95:hover{
  background-color: rgb(127 29 29 / 0.95);
}

.hover\:bg-yellow-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}

.hover\:bg-yellow-100\/0:hover{
  background-color: rgb(254 249 195 / 0);
}

.hover\:bg-yellow-100\/10:hover{
  background-color: rgb(254 249 195 / 0.1);
}

.hover\:bg-yellow-100\/100:hover{
  background-color: rgb(254 249 195 / 1);
}

.hover\:bg-yellow-100\/15:hover{
  background-color: rgb(254 249 195 / 0.15);
}

.hover\:bg-yellow-100\/20:hover{
  background-color: rgb(254 249 195 / 0.2);
}

.hover\:bg-yellow-100\/25:hover{
  background-color: rgb(254 249 195 / 0.25);
}

.hover\:bg-yellow-100\/30:hover{
  background-color: rgb(254 249 195 / 0.3);
}

.hover\:bg-yellow-100\/35:hover{
  background-color: rgb(254 249 195 / 0.35);
}

.hover\:bg-yellow-100\/40:hover{
  background-color: rgb(254 249 195 / 0.4);
}

.hover\:bg-yellow-100\/45:hover{
  background-color: rgb(254 249 195 / 0.45);
}

.hover\:bg-yellow-100\/5:hover{
  background-color: rgb(254 249 195 / 0.05);
}

.hover\:bg-yellow-100\/50:hover{
  background-color: rgb(254 249 195 / 0.5);
}

.hover\:bg-yellow-100\/55:hover{
  background-color: rgb(254 249 195 / 0.55);
}

.hover\:bg-yellow-100\/60:hover{
  background-color: rgb(254 249 195 / 0.6);
}

.hover\:bg-yellow-100\/65:hover{
  background-color: rgb(254 249 195 / 0.65);
}

.hover\:bg-yellow-100\/70:hover{
  background-color: rgb(254 249 195 / 0.7);
}

.hover\:bg-yellow-100\/75:hover{
  background-color: rgb(254 249 195 / 0.75);
}

.hover\:bg-yellow-100\/80:hover{
  background-color: rgb(254 249 195 / 0.8);
}

.hover\:bg-yellow-100\/85:hover{
  background-color: rgb(254 249 195 / 0.85);
}

.hover\:bg-yellow-100\/90:hover{
  background-color: rgb(254 249 195 / 0.9);
}

.hover\:bg-yellow-100\/95:hover{
  background-color: rgb(254 249 195 / 0.95);
}

.hover\:bg-yellow-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}

.hover\:bg-yellow-200\/0:hover{
  background-color: rgb(254 240 138 / 0);
}

.hover\:bg-yellow-200\/10:hover{
  background-color: rgb(254 240 138 / 0.1);
}

.hover\:bg-yellow-200\/100:hover{
  background-color: rgb(254 240 138 / 1);
}

.hover\:bg-yellow-200\/15:hover{
  background-color: rgb(254 240 138 / 0.15);
}

.hover\:bg-yellow-200\/20:hover{
  background-color: rgb(254 240 138 / 0.2);
}

.hover\:bg-yellow-200\/25:hover{
  background-color: rgb(254 240 138 / 0.25);
}

.hover\:bg-yellow-200\/30:hover{
  background-color: rgb(254 240 138 / 0.3);
}

.hover\:bg-yellow-200\/35:hover{
  background-color: rgb(254 240 138 / 0.35);
}

.hover\:bg-yellow-200\/40:hover{
  background-color: rgb(254 240 138 / 0.4);
}

.hover\:bg-yellow-200\/45:hover{
  background-color: rgb(254 240 138 / 0.45);
}

.hover\:bg-yellow-200\/5:hover{
  background-color: rgb(254 240 138 / 0.05);
}

.hover\:bg-yellow-200\/50:hover{
  background-color: rgb(254 240 138 / 0.5);
}

.hover\:bg-yellow-200\/55:hover{
  background-color: rgb(254 240 138 / 0.55);
}

.hover\:bg-yellow-200\/60:hover{
  background-color: rgb(254 240 138 / 0.6);
}

.hover\:bg-yellow-200\/65:hover{
  background-color: rgb(254 240 138 / 0.65);
}

.hover\:bg-yellow-200\/70:hover{
  background-color: rgb(254 240 138 / 0.7);
}

.hover\:bg-yellow-200\/75:hover{
  background-color: rgb(254 240 138 / 0.75);
}

.hover\:bg-yellow-200\/80:hover{
  background-color: rgb(254 240 138 / 0.8);
}

.hover\:bg-yellow-200\/85:hover{
  background-color: rgb(254 240 138 / 0.85);
}

.hover\:bg-yellow-200\/90:hover{
  background-color: rgb(254 240 138 / 0.9);
}

.hover\:bg-yellow-200\/95:hover{
  background-color: rgb(254 240 138 / 0.95);
}

.hover\:bg-yellow-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}

.hover\:bg-yellow-300\/0:hover{
  background-color: rgb(253 224 71 / 0);
}

.hover\:bg-yellow-300\/10:hover{
  background-color: rgb(253 224 71 / 0.1);
}

.hover\:bg-yellow-300\/100:hover{
  background-color: rgb(253 224 71 / 1);
}

.hover\:bg-yellow-300\/15:hover{
  background-color: rgb(253 224 71 / 0.15);
}

.hover\:bg-yellow-300\/20:hover{
  background-color: rgb(253 224 71 / 0.2);
}

.hover\:bg-yellow-300\/25:hover{
  background-color: rgb(253 224 71 / 0.25);
}

.hover\:bg-yellow-300\/30:hover{
  background-color: rgb(253 224 71 / 0.3);
}

.hover\:bg-yellow-300\/35:hover{
  background-color: rgb(253 224 71 / 0.35);
}

.hover\:bg-yellow-300\/40:hover{
  background-color: rgb(253 224 71 / 0.4);
}

.hover\:bg-yellow-300\/45:hover{
  background-color: rgb(253 224 71 / 0.45);
}

.hover\:bg-yellow-300\/5:hover{
  background-color: rgb(253 224 71 / 0.05);
}

.hover\:bg-yellow-300\/50:hover{
  background-color: rgb(253 224 71 / 0.5);
}

.hover\:bg-yellow-300\/55:hover{
  background-color: rgb(253 224 71 / 0.55);
}

.hover\:bg-yellow-300\/60:hover{
  background-color: rgb(253 224 71 / 0.6);
}

.hover\:bg-yellow-300\/65:hover{
  background-color: rgb(253 224 71 / 0.65);
}

.hover\:bg-yellow-300\/70:hover{
  background-color: rgb(253 224 71 / 0.7);
}

.hover\:bg-yellow-300\/75:hover{
  background-color: rgb(253 224 71 / 0.75);
}

.hover\:bg-yellow-300\/80:hover{
  background-color: rgb(253 224 71 / 0.8);
}

.hover\:bg-yellow-300\/85:hover{
  background-color: rgb(253 224 71 / 0.85);
}

.hover\:bg-yellow-300\/90:hover{
  background-color: rgb(253 224 71 / 0.9);
}

.hover\:bg-yellow-300\/95:hover{
  background-color: rgb(253 224 71 / 0.95);
}

.hover\:bg-yellow-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}

.hover\:bg-yellow-400\/0:hover{
  background-color: rgb(250 204 21 / 0);
}

.hover\:bg-yellow-400\/10:hover{
  background-color: rgb(250 204 21 / 0.1);
}

.hover\:bg-yellow-400\/100:hover{
  background-color: rgb(250 204 21 / 1);
}

.hover\:bg-yellow-400\/15:hover{
  background-color: rgb(250 204 21 / 0.15);
}

.hover\:bg-yellow-400\/20:hover{
  background-color: rgb(250 204 21 / 0.2);
}

.hover\:bg-yellow-400\/25:hover{
  background-color: rgb(250 204 21 / 0.25);
}

.hover\:bg-yellow-400\/30:hover{
  background-color: rgb(250 204 21 / 0.3);
}

.hover\:bg-yellow-400\/35:hover{
  background-color: rgb(250 204 21 / 0.35);
}

.hover\:bg-yellow-400\/40:hover{
  background-color: rgb(250 204 21 / 0.4);
}

.hover\:bg-yellow-400\/45:hover{
  background-color: rgb(250 204 21 / 0.45);
}

.hover\:bg-yellow-400\/5:hover{
  background-color: rgb(250 204 21 / 0.05);
}

.hover\:bg-yellow-400\/50:hover{
  background-color: rgb(250 204 21 / 0.5);
}

.hover\:bg-yellow-400\/55:hover{
  background-color: rgb(250 204 21 / 0.55);
}

.hover\:bg-yellow-400\/60:hover{
  background-color: rgb(250 204 21 / 0.6);
}

.hover\:bg-yellow-400\/65:hover{
  background-color: rgb(250 204 21 / 0.65);
}

.hover\:bg-yellow-400\/70:hover{
  background-color: rgb(250 204 21 / 0.7);
}

.hover\:bg-yellow-400\/75:hover{
  background-color: rgb(250 204 21 / 0.75);
}

.hover\:bg-yellow-400\/80:hover{
  background-color: rgb(250 204 21 / 0.8);
}

.hover\:bg-yellow-400\/85:hover{
  background-color: rgb(250 204 21 / 0.85);
}

.hover\:bg-yellow-400\/90:hover{
  background-color: rgb(250 204 21 / 0.9);
}

.hover\:bg-yellow-400\/95:hover{
  background-color: rgb(250 204 21 / 0.95);
}

.hover\:bg-yellow-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}

.hover\:bg-yellow-50\/0:hover{
  background-color: rgb(254 252 232 / 0);
}

.hover\:bg-yellow-50\/10:hover{
  background-color: rgb(254 252 232 / 0.1);
}

.hover\:bg-yellow-50\/100:hover{
  background-color: rgb(254 252 232 / 1);
}

.hover\:bg-yellow-50\/15:hover{
  background-color: rgb(254 252 232 / 0.15);
}

.hover\:bg-yellow-50\/20:hover{
  background-color: rgb(254 252 232 / 0.2);
}

.hover\:bg-yellow-50\/25:hover{
  background-color: rgb(254 252 232 / 0.25);
}

.hover\:bg-yellow-50\/30:hover{
  background-color: rgb(254 252 232 / 0.3);
}

.hover\:bg-yellow-50\/35:hover{
  background-color: rgb(254 252 232 / 0.35);
}

.hover\:bg-yellow-50\/40:hover{
  background-color: rgb(254 252 232 / 0.4);
}

.hover\:bg-yellow-50\/45:hover{
  background-color: rgb(254 252 232 / 0.45);
}

.hover\:bg-yellow-50\/5:hover{
  background-color: rgb(254 252 232 / 0.05);
}

.hover\:bg-yellow-50\/50:hover{
  background-color: rgb(254 252 232 / 0.5);
}

.hover\:bg-yellow-50\/55:hover{
  background-color: rgb(254 252 232 / 0.55);
}

.hover\:bg-yellow-50\/60:hover{
  background-color: rgb(254 252 232 / 0.6);
}

.hover\:bg-yellow-50\/65:hover{
  background-color: rgb(254 252 232 / 0.65);
}

.hover\:bg-yellow-50\/70:hover{
  background-color: rgb(254 252 232 / 0.7);
}

.hover\:bg-yellow-50\/75:hover{
  background-color: rgb(254 252 232 / 0.75);
}

.hover\:bg-yellow-50\/80:hover{
  background-color: rgb(254 252 232 / 0.8);
}

.hover\:bg-yellow-50\/85:hover{
  background-color: rgb(254 252 232 / 0.85);
}

.hover\:bg-yellow-50\/90:hover{
  background-color: rgb(254 252 232 / 0.9);
}

.hover\:bg-yellow-50\/95:hover{
  background-color: rgb(254 252 232 / 0.95);
}

.hover\:bg-yellow-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}

.hover\:bg-yellow-500\/0:hover{
  background-color: rgb(234 179 8 / 0);
}

.hover\:bg-yellow-500\/10:hover{
  background-color: rgb(234 179 8 / 0.1);
}

.hover\:bg-yellow-500\/100:hover{
  background-color: rgb(234 179 8 / 1);
}

.hover\:bg-yellow-500\/15:hover{
  background-color: rgb(234 179 8 / 0.15);
}

.hover\:bg-yellow-500\/20:hover{
  background-color: rgb(234 179 8 / 0.2);
}

.hover\:bg-yellow-500\/25:hover{
  background-color: rgb(234 179 8 / 0.25);
}

.hover\:bg-yellow-500\/30:hover{
  background-color: rgb(234 179 8 / 0.3);
}

.hover\:bg-yellow-500\/35:hover{
  background-color: rgb(234 179 8 / 0.35);
}

.hover\:bg-yellow-500\/40:hover{
  background-color: rgb(234 179 8 / 0.4);
}

.hover\:bg-yellow-500\/45:hover{
  background-color: rgb(234 179 8 / 0.45);
}

.hover\:bg-yellow-500\/5:hover{
  background-color: rgb(234 179 8 / 0.05);
}

.hover\:bg-yellow-500\/50:hover{
  background-color: rgb(234 179 8 / 0.5);
}

.hover\:bg-yellow-500\/55:hover{
  background-color: rgb(234 179 8 / 0.55);
}

.hover\:bg-yellow-500\/60:hover{
  background-color: rgb(234 179 8 / 0.6);
}

.hover\:bg-yellow-500\/65:hover{
  background-color: rgb(234 179 8 / 0.65);
}

.hover\:bg-yellow-500\/70:hover{
  background-color: rgb(234 179 8 / 0.7);
}

.hover\:bg-yellow-500\/75:hover{
  background-color: rgb(234 179 8 / 0.75);
}

.hover\:bg-yellow-500\/80:hover{
  background-color: rgb(234 179 8 / 0.8);
}

.hover\:bg-yellow-500\/85:hover{
  background-color: rgb(234 179 8 / 0.85);
}

.hover\:bg-yellow-500\/90:hover{
  background-color: rgb(234 179 8 / 0.9);
}

.hover\:bg-yellow-500\/95:hover{
  background-color: rgb(234 179 8 / 0.95);
}

.hover\:bg-yellow-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}

.hover\:bg-yellow-600\/0:hover{
  background-color: rgb(202 138 4 / 0);
}

.hover\:bg-yellow-600\/10:hover{
  background-color: rgb(202 138 4 / 0.1);
}

.hover\:bg-yellow-600\/100:hover{
  background-color: rgb(202 138 4 / 1);
}

.hover\:bg-yellow-600\/15:hover{
  background-color: rgb(202 138 4 / 0.15);
}

.hover\:bg-yellow-600\/20:hover{
  background-color: rgb(202 138 4 / 0.2);
}

.hover\:bg-yellow-600\/25:hover{
  background-color: rgb(202 138 4 / 0.25);
}

.hover\:bg-yellow-600\/30:hover{
  background-color: rgb(202 138 4 / 0.3);
}

.hover\:bg-yellow-600\/35:hover{
  background-color: rgb(202 138 4 / 0.35);
}

.hover\:bg-yellow-600\/40:hover{
  background-color: rgb(202 138 4 / 0.4);
}

.hover\:bg-yellow-600\/45:hover{
  background-color: rgb(202 138 4 / 0.45);
}

.hover\:bg-yellow-600\/5:hover{
  background-color: rgb(202 138 4 / 0.05);
}

.hover\:bg-yellow-600\/50:hover{
  background-color: rgb(202 138 4 / 0.5);
}

.hover\:bg-yellow-600\/55:hover{
  background-color: rgb(202 138 4 / 0.55);
}

.hover\:bg-yellow-600\/60:hover{
  background-color: rgb(202 138 4 / 0.6);
}

.hover\:bg-yellow-600\/65:hover{
  background-color: rgb(202 138 4 / 0.65);
}

.hover\:bg-yellow-600\/70:hover{
  background-color: rgb(202 138 4 / 0.7);
}

.hover\:bg-yellow-600\/75:hover{
  background-color: rgb(202 138 4 / 0.75);
}

.hover\:bg-yellow-600\/80:hover{
  background-color: rgb(202 138 4 / 0.8);
}

.hover\:bg-yellow-600\/85:hover{
  background-color: rgb(202 138 4 / 0.85);
}

.hover\:bg-yellow-600\/90:hover{
  background-color: rgb(202 138 4 / 0.9);
}

.hover\:bg-yellow-600\/95:hover{
  background-color: rgb(202 138 4 / 0.95);
}

.hover\:bg-yellow-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
}

.hover\:bg-yellow-700\/0:hover{
  background-color: rgb(161 98 7 / 0);
}

.hover\:bg-yellow-700\/10:hover{
  background-color: rgb(161 98 7 / 0.1);
}

.hover\:bg-yellow-700\/100:hover{
  background-color: rgb(161 98 7 / 1);
}

.hover\:bg-yellow-700\/15:hover{
  background-color: rgb(161 98 7 / 0.15);
}

.hover\:bg-yellow-700\/20:hover{
  background-color: rgb(161 98 7 / 0.2);
}

.hover\:bg-yellow-700\/25:hover{
  background-color: rgb(161 98 7 / 0.25);
}

.hover\:bg-yellow-700\/30:hover{
  background-color: rgb(161 98 7 / 0.3);
}

.hover\:bg-yellow-700\/35:hover{
  background-color: rgb(161 98 7 / 0.35);
}

.hover\:bg-yellow-700\/40:hover{
  background-color: rgb(161 98 7 / 0.4);
}

.hover\:bg-yellow-700\/45:hover{
  background-color: rgb(161 98 7 / 0.45);
}

.hover\:bg-yellow-700\/5:hover{
  background-color: rgb(161 98 7 / 0.05);
}

.hover\:bg-yellow-700\/50:hover{
  background-color: rgb(161 98 7 / 0.5);
}

.hover\:bg-yellow-700\/55:hover{
  background-color: rgb(161 98 7 / 0.55);
}

.hover\:bg-yellow-700\/60:hover{
  background-color: rgb(161 98 7 / 0.6);
}

.hover\:bg-yellow-700\/65:hover{
  background-color: rgb(161 98 7 / 0.65);
}

.hover\:bg-yellow-700\/70:hover{
  background-color: rgb(161 98 7 / 0.7);
}

.hover\:bg-yellow-700\/75:hover{
  background-color: rgb(161 98 7 / 0.75);
}

.hover\:bg-yellow-700\/80:hover{
  background-color: rgb(161 98 7 / 0.8);
}

.hover\:bg-yellow-700\/85:hover{
  background-color: rgb(161 98 7 / 0.85);
}

.hover\:bg-yellow-700\/90:hover{
  background-color: rgb(161 98 7 / 0.9);
}

.hover\:bg-yellow-700\/95:hover{
  background-color: rgb(161 98 7 / 0.95);
}

.hover\:bg-yellow-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity));
}

.hover\:bg-yellow-800\/0:hover{
  background-color: rgb(133 77 14 / 0);
}

.hover\:bg-yellow-800\/10:hover{
  background-color: rgb(133 77 14 / 0.1);
}

.hover\:bg-yellow-800\/100:hover{
  background-color: rgb(133 77 14 / 1);
}

.hover\:bg-yellow-800\/15:hover{
  background-color: rgb(133 77 14 / 0.15);
}

.hover\:bg-yellow-800\/20:hover{
  background-color: rgb(133 77 14 / 0.2);
}

.hover\:bg-yellow-800\/25:hover{
  background-color: rgb(133 77 14 / 0.25);
}

.hover\:bg-yellow-800\/30:hover{
  background-color: rgb(133 77 14 / 0.3);
}

.hover\:bg-yellow-800\/35:hover{
  background-color: rgb(133 77 14 / 0.35);
}

.hover\:bg-yellow-800\/40:hover{
  background-color: rgb(133 77 14 / 0.4);
}

.hover\:bg-yellow-800\/45:hover{
  background-color: rgb(133 77 14 / 0.45);
}

.hover\:bg-yellow-800\/5:hover{
  background-color: rgb(133 77 14 / 0.05);
}

.hover\:bg-yellow-800\/50:hover{
  background-color: rgb(133 77 14 / 0.5);
}

.hover\:bg-yellow-800\/55:hover{
  background-color: rgb(133 77 14 / 0.55);
}

.hover\:bg-yellow-800\/60:hover{
  background-color: rgb(133 77 14 / 0.6);
}

.hover\:bg-yellow-800\/65:hover{
  background-color: rgb(133 77 14 / 0.65);
}

.hover\:bg-yellow-800\/70:hover{
  background-color: rgb(133 77 14 / 0.7);
}

.hover\:bg-yellow-800\/75:hover{
  background-color: rgb(133 77 14 / 0.75);
}

.hover\:bg-yellow-800\/80:hover{
  background-color: rgb(133 77 14 / 0.8);
}

.hover\:bg-yellow-800\/85:hover{
  background-color: rgb(133 77 14 / 0.85);
}

.hover\:bg-yellow-800\/90:hover{
  background-color: rgb(133 77 14 / 0.9);
}

.hover\:bg-yellow-800\/95:hover{
  background-color: rgb(133 77 14 / 0.95);
}

.hover\:bg-yellow-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity));
}

.hover\:bg-yellow-900\/0:hover{
  background-color: rgb(113 63 18 / 0);
}

.hover\:bg-yellow-900\/10:hover{
  background-color: rgb(113 63 18 / 0.1);
}

.hover\:bg-yellow-900\/100:hover{
  background-color: rgb(113 63 18 / 1);
}

.hover\:bg-yellow-900\/15:hover{
  background-color: rgb(113 63 18 / 0.15);
}

.hover\:bg-yellow-900\/20:hover{
  background-color: rgb(113 63 18 / 0.2);
}

.hover\:bg-yellow-900\/25:hover{
  background-color: rgb(113 63 18 / 0.25);
}

.hover\:bg-yellow-900\/30:hover{
  background-color: rgb(113 63 18 / 0.3);
}

.hover\:bg-yellow-900\/35:hover{
  background-color: rgb(113 63 18 / 0.35);
}

.hover\:bg-yellow-900\/40:hover{
  background-color: rgb(113 63 18 / 0.4);
}

.hover\:bg-yellow-900\/45:hover{
  background-color: rgb(113 63 18 / 0.45);
}

.hover\:bg-yellow-900\/5:hover{
  background-color: rgb(113 63 18 / 0.05);
}

.hover\:bg-yellow-900\/50:hover{
  background-color: rgb(113 63 18 / 0.5);
}

.hover\:bg-yellow-900\/55:hover{
  background-color: rgb(113 63 18 / 0.55);
}

.hover\:bg-yellow-900\/60:hover{
  background-color: rgb(113 63 18 / 0.6);
}

.hover\:bg-yellow-900\/65:hover{
  background-color: rgb(113 63 18 / 0.65);
}

.hover\:bg-yellow-900\/70:hover{
  background-color: rgb(113 63 18 / 0.7);
}

.hover\:bg-yellow-900\/75:hover{
  background-color: rgb(113 63 18 / 0.75);
}

.hover\:bg-yellow-900\/80:hover{
  background-color: rgb(113 63 18 / 0.8);
}

.hover\:bg-yellow-900\/85:hover{
  background-color: rgb(113 63 18 / 0.85);
}

.hover\:bg-yellow-900\/90:hover{
  background-color: rgb(113 63 18 / 0.9);
}

.hover\:bg-yellow-900\/95:hover{
  background-color: rgb(113 63 18 / 0.95);
}

.hover\:text-blue-100:hover{
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity));
}

.hover\:text-blue-100\/0:hover{
  color: rgb(219 234 254 / 0);
}

.hover\:text-blue-100\/10:hover{
  color: rgb(219 234 254 / 0.1);
}

.hover\:text-blue-100\/100:hover{
  color: rgb(219 234 254 / 1);
}

.hover\:text-blue-100\/15:hover{
  color: rgb(219 234 254 / 0.15);
}

.hover\:text-blue-100\/20:hover{
  color: rgb(219 234 254 / 0.2);
}

.hover\:text-blue-100\/25:hover{
  color: rgb(219 234 254 / 0.25);
}

.hover\:text-blue-100\/30:hover{
  color: rgb(219 234 254 / 0.3);
}

.hover\:text-blue-100\/35:hover{
  color: rgb(219 234 254 / 0.35);
}

.hover\:text-blue-100\/40:hover{
  color: rgb(219 234 254 / 0.4);
}

.hover\:text-blue-100\/45:hover{
  color: rgb(219 234 254 / 0.45);
}

.hover\:text-blue-100\/5:hover{
  color: rgb(219 234 254 / 0.05);
}

.hover\:text-blue-100\/50:hover{
  color: rgb(219 234 254 / 0.5);
}

.hover\:text-blue-100\/55:hover{
  color: rgb(219 234 254 / 0.55);
}

.hover\:text-blue-100\/60:hover{
  color: rgb(219 234 254 / 0.6);
}

.hover\:text-blue-100\/65:hover{
  color: rgb(219 234 254 / 0.65);
}

.hover\:text-blue-100\/70:hover{
  color: rgb(219 234 254 / 0.7);
}

.hover\:text-blue-100\/75:hover{
  color: rgb(219 234 254 / 0.75);
}

.hover\:text-blue-100\/80:hover{
  color: rgb(219 234 254 / 0.8);
}

.hover\:text-blue-100\/85:hover{
  color: rgb(219 234 254 / 0.85);
}

.hover\:text-blue-100\/90:hover{
  color: rgb(219 234 254 / 0.9);
}

.hover\:text-blue-100\/95:hover{
  color: rgb(219 234 254 / 0.95);
}

.hover\:text-blue-200:hover{
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity));
}

.hover\:text-blue-200\/0:hover{
  color: rgb(191 219 254 / 0);
}

.hover\:text-blue-200\/10:hover{
  color: rgb(191 219 254 / 0.1);
}

.hover\:text-blue-200\/100:hover{
  color: rgb(191 219 254 / 1);
}

.hover\:text-blue-200\/15:hover{
  color: rgb(191 219 254 / 0.15);
}

.hover\:text-blue-200\/20:hover{
  color: rgb(191 219 254 / 0.2);
}

.hover\:text-blue-200\/25:hover{
  color: rgb(191 219 254 / 0.25);
}

.hover\:text-blue-200\/30:hover{
  color: rgb(191 219 254 / 0.3);
}

.hover\:text-blue-200\/35:hover{
  color: rgb(191 219 254 / 0.35);
}

.hover\:text-blue-200\/40:hover{
  color: rgb(191 219 254 / 0.4);
}

.hover\:text-blue-200\/45:hover{
  color: rgb(191 219 254 / 0.45);
}

.hover\:text-blue-200\/5:hover{
  color: rgb(191 219 254 / 0.05);
}

.hover\:text-blue-200\/50:hover{
  color: rgb(191 219 254 / 0.5);
}

.hover\:text-blue-200\/55:hover{
  color: rgb(191 219 254 / 0.55);
}

.hover\:text-blue-200\/60:hover{
  color: rgb(191 219 254 / 0.6);
}

.hover\:text-blue-200\/65:hover{
  color: rgb(191 219 254 / 0.65);
}

.hover\:text-blue-200\/70:hover{
  color: rgb(191 219 254 / 0.7);
}

.hover\:text-blue-200\/75:hover{
  color: rgb(191 219 254 / 0.75);
}

.hover\:text-blue-200\/80:hover{
  color: rgb(191 219 254 / 0.8);
}

.hover\:text-blue-200\/85:hover{
  color: rgb(191 219 254 / 0.85);
}

.hover\:text-blue-200\/90:hover{
  color: rgb(191 219 254 / 0.9);
}

.hover\:text-blue-200\/95:hover{
  color: rgb(191 219 254 / 0.95);
}

.hover\:text-blue-300:hover{
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}

.hover\:text-blue-300\/0:hover{
  color: rgb(147 197 253 / 0);
}

.hover\:text-blue-300\/10:hover{
  color: rgb(147 197 253 / 0.1);
}

.hover\:text-blue-300\/100:hover{
  color: rgb(147 197 253 / 1);
}

.hover\:text-blue-300\/15:hover{
  color: rgb(147 197 253 / 0.15);
}

.hover\:text-blue-300\/20:hover{
  color: rgb(147 197 253 / 0.2);
}

.hover\:text-blue-300\/25:hover{
  color: rgb(147 197 253 / 0.25);
}

.hover\:text-blue-300\/30:hover{
  color: rgb(147 197 253 / 0.3);
}

.hover\:text-blue-300\/35:hover{
  color: rgb(147 197 253 / 0.35);
}

.hover\:text-blue-300\/40:hover{
  color: rgb(147 197 253 / 0.4);
}

.hover\:text-blue-300\/45:hover{
  color: rgb(147 197 253 / 0.45);
}

.hover\:text-blue-300\/5:hover{
  color: rgb(147 197 253 / 0.05);
}

.hover\:text-blue-300\/50:hover{
  color: rgb(147 197 253 / 0.5);
}

.hover\:text-blue-300\/55:hover{
  color: rgb(147 197 253 / 0.55);
}

.hover\:text-blue-300\/60:hover{
  color: rgb(147 197 253 / 0.6);
}

.hover\:text-blue-300\/65:hover{
  color: rgb(147 197 253 / 0.65);
}

.hover\:text-blue-300\/70:hover{
  color: rgb(147 197 253 / 0.7);
}

.hover\:text-blue-300\/75:hover{
  color: rgb(147 197 253 / 0.75);
}

.hover\:text-blue-300\/80:hover{
  color: rgb(147 197 253 / 0.8);
}

.hover\:text-blue-300\/85:hover{
  color: rgb(147 197 253 / 0.85);
}

.hover\:text-blue-300\/90:hover{
  color: rgb(147 197 253 / 0.9);
}

.hover\:text-blue-300\/95:hover{
  color: rgb(147 197 253 / 0.95);
}

.hover\:text-blue-400:hover{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

.hover\:text-blue-400\/0:hover{
  color: rgb(96 165 250 / 0);
}

.hover\:text-blue-400\/10:hover{
  color: rgb(96 165 250 / 0.1);
}

.hover\:text-blue-400\/100:hover{
  color: rgb(96 165 250 / 1);
}

.hover\:text-blue-400\/15:hover{
  color: rgb(96 165 250 / 0.15);
}

.hover\:text-blue-400\/20:hover{
  color: rgb(96 165 250 / 0.2);
}

.hover\:text-blue-400\/25:hover{
  color: rgb(96 165 250 / 0.25);
}

.hover\:text-blue-400\/30:hover{
  color: rgb(96 165 250 / 0.3);
}

.hover\:text-blue-400\/35:hover{
  color: rgb(96 165 250 / 0.35);
}

.hover\:text-blue-400\/40:hover{
  color: rgb(96 165 250 / 0.4);
}

.hover\:text-blue-400\/45:hover{
  color: rgb(96 165 250 / 0.45);
}

.hover\:text-blue-400\/5:hover{
  color: rgb(96 165 250 / 0.05);
}

.hover\:text-blue-400\/50:hover{
  color: rgb(96 165 250 / 0.5);
}

.hover\:text-blue-400\/55:hover{
  color: rgb(96 165 250 / 0.55);
}

.hover\:text-blue-400\/60:hover{
  color: rgb(96 165 250 / 0.6);
}

.hover\:text-blue-400\/65:hover{
  color: rgb(96 165 250 / 0.65);
}

.hover\:text-blue-400\/70:hover{
  color: rgb(96 165 250 / 0.7);
}

.hover\:text-blue-400\/75:hover{
  color: rgb(96 165 250 / 0.75);
}

.hover\:text-blue-400\/80:hover{
  color: rgb(96 165 250 / 0.8);
}

.hover\:text-blue-400\/85:hover{
  color: rgb(96 165 250 / 0.85);
}

.hover\:text-blue-400\/90:hover{
  color: rgb(96 165 250 / 0.9);
}

.hover\:text-blue-400\/95:hover{
  color: rgb(96 165 250 / 0.95);
}

.hover\:text-blue-50:hover{
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity));
}

.hover\:text-blue-50\/0:hover{
  color: rgb(239 246 255 / 0);
}

.hover\:text-blue-50\/10:hover{
  color: rgb(239 246 255 / 0.1);
}

.hover\:text-blue-50\/100:hover{
  color: rgb(239 246 255 / 1);
}

.hover\:text-blue-50\/15:hover{
  color: rgb(239 246 255 / 0.15);
}

.hover\:text-blue-50\/20:hover{
  color: rgb(239 246 255 / 0.2);
}

.hover\:text-blue-50\/25:hover{
  color: rgb(239 246 255 / 0.25);
}

.hover\:text-blue-50\/30:hover{
  color: rgb(239 246 255 / 0.3);
}

.hover\:text-blue-50\/35:hover{
  color: rgb(239 246 255 / 0.35);
}

.hover\:text-blue-50\/40:hover{
  color: rgb(239 246 255 / 0.4);
}

.hover\:text-blue-50\/45:hover{
  color: rgb(239 246 255 / 0.45);
}

.hover\:text-blue-50\/5:hover{
  color: rgb(239 246 255 / 0.05);
}

.hover\:text-blue-50\/50:hover{
  color: rgb(239 246 255 / 0.5);
}

.hover\:text-blue-50\/55:hover{
  color: rgb(239 246 255 / 0.55);
}

.hover\:text-blue-50\/60:hover{
  color: rgb(239 246 255 / 0.6);
}

.hover\:text-blue-50\/65:hover{
  color: rgb(239 246 255 / 0.65);
}

.hover\:text-blue-50\/70:hover{
  color: rgb(239 246 255 / 0.7);
}

.hover\:text-blue-50\/75:hover{
  color: rgb(239 246 255 / 0.75);
}

.hover\:text-blue-50\/80:hover{
  color: rgb(239 246 255 / 0.8);
}

.hover\:text-blue-50\/85:hover{
  color: rgb(239 246 255 / 0.85);
}

.hover\:text-blue-50\/90:hover{
  color: rgb(239 246 255 / 0.9);
}

.hover\:text-blue-50\/95:hover{
  color: rgb(239 246 255 / 0.95);
}

.hover\:text-blue-500:hover{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.hover\:text-blue-500\/0:hover{
  color: rgb(59 130 246 / 0);
}

.hover\:text-blue-500\/10:hover{
  color: rgb(59 130 246 / 0.1);
}

.hover\:text-blue-500\/100:hover{
  color: rgb(59 130 246 / 1);
}

.hover\:text-blue-500\/15:hover{
  color: rgb(59 130 246 / 0.15);
}

.hover\:text-blue-500\/20:hover{
  color: rgb(59 130 246 / 0.2);
}

.hover\:text-blue-500\/25:hover{
  color: rgb(59 130 246 / 0.25);
}

.hover\:text-blue-500\/30:hover{
  color: rgb(59 130 246 / 0.3);
}

.hover\:text-blue-500\/35:hover{
  color: rgb(59 130 246 / 0.35);
}

.hover\:text-blue-500\/40:hover{
  color: rgb(59 130 246 / 0.4);
}

.hover\:text-blue-500\/45:hover{
  color: rgb(59 130 246 / 0.45);
}

.hover\:text-blue-500\/5:hover{
  color: rgb(59 130 246 / 0.05);
}

.hover\:text-blue-500\/50:hover{
  color: rgb(59 130 246 / 0.5);
}

.hover\:text-blue-500\/55:hover{
  color: rgb(59 130 246 / 0.55);
}

.hover\:text-blue-500\/60:hover{
  color: rgb(59 130 246 / 0.6);
}

.hover\:text-blue-500\/65:hover{
  color: rgb(59 130 246 / 0.65);
}

.hover\:text-blue-500\/70:hover{
  color: rgb(59 130 246 / 0.7);
}

.hover\:text-blue-500\/75:hover{
  color: rgb(59 130 246 / 0.75);
}

.hover\:text-blue-500\/80:hover{
  color: rgb(59 130 246 / 0.8);
}

.hover\:text-blue-500\/85:hover{
  color: rgb(59 130 246 / 0.85);
}

.hover\:text-blue-500\/90:hover{
  color: rgb(59 130 246 / 0.9);
}

.hover\:text-blue-500\/95:hover{
  color: rgb(59 130 246 / 0.95);
}

.hover\:text-blue-600:hover{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.hover\:text-blue-600\/0:hover{
  color: rgb(37 99 235 / 0);
}

.hover\:text-blue-600\/10:hover{
  color: rgb(37 99 235 / 0.1);
}

.hover\:text-blue-600\/100:hover{
  color: rgb(37 99 235 / 1);
}

.hover\:text-blue-600\/15:hover{
  color: rgb(37 99 235 / 0.15);
}

.hover\:text-blue-600\/20:hover{
  color: rgb(37 99 235 / 0.2);
}

.hover\:text-blue-600\/25:hover{
  color: rgb(37 99 235 / 0.25);
}

.hover\:text-blue-600\/30:hover{
  color: rgb(37 99 235 / 0.3);
}

.hover\:text-blue-600\/35:hover{
  color: rgb(37 99 235 / 0.35);
}

.hover\:text-blue-600\/40:hover{
  color: rgb(37 99 235 / 0.4);
}

.hover\:text-blue-600\/45:hover{
  color: rgb(37 99 235 / 0.45);
}

.hover\:text-blue-600\/5:hover{
  color: rgb(37 99 235 / 0.05);
}

.hover\:text-blue-600\/50:hover{
  color: rgb(37 99 235 / 0.5);
}

.hover\:text-blue-600\/55:hover{
  color: rgb(37 99 235 / 0.55);
}

.hover\:text-blue-600\/60:hover{
  color: rgb(37 99 235 / 0.6);
}

.hover\:text-blue-600\/65:hover{
  color: rgb(37 99 235 / 0.65);
}

.hover\:text-blue-600\/70:hover{
  color: rgb(37 99 235 / 0.7);
}

.hover\:text-blue-600\/75:hover{
  color: rgb(37 99 235 / 0.75);
}

.hover\:text-blue-600\/80:hover{
  color: rgb(37 99 235 / 0.8);
}

.hover\:text-blue-600\/85:hover{
  color: rgb(37 99 235 / 0.85);
}

.hover\:text-blue-600\/90:hover{
  color: rgb(37 99 235 / 0.9);
}

.hover\:text-blue-600\/95:hover{
  color: rgb(37 99 235 / 0.95);
}

.hover\:text-blue-700:hover{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.hover\:text-blue-700\/0:hover{
  color: rgb(29 78 216 / 0);
}

.hover\:text-blue-700\/10:hover{
  color: rgb(29 78 216 / 0.1);
}

.hover\:text-blue-700\/100:hover{
  color: rgb(29 78 216 / 1);
}

.hover\:text-blue-700\/15:hover{
  color: rgb(29 78 216 / 0.15);
}

.hover\:text-blue-700\/20:hover{
  color: rgb(29 78 216 / 0.2);
}

.hover\:text-blue-700\/25:hover{
  color: rgb(29 78 216 / 0.25);
}

.hover\:text-blue-700\/30:hover{
  color: rgb(29 78 216 / 0.3);
}

.hover\:text-blue-700\/35:hover{
  color: rgb(29 78 216 / 0.35);
}

.hover\:text-blue-700\/40:hover{
  color: rgb(29 78 216 / 0.4);
}

.hover\:text-blue-700\/45:hover{
  color: rgb(29 78 216 / 0.45);
}

.hover\:text-blue-700\/5:hover{
  color: rgb(29 78 216 / 0.05);
}

.hover\:text-blue-700\/50:hover{
  color: rgb(29 78 216 / 0.5);
}

.hover\:text-blue-700\/55:hover{
  color: rgb(29 78 216 / 0.55);
}

.hover\:text-blue-700\/60:hover{
  color: rgb(29 78 216 / 0.6);
}

.hover\:text-blue-700\/65:hover{
  color: rgb(29 78 216 / 0.65);
}

.hover\:text-blue-700\/70:hover{
  color: rgb(29 78 216 / 0.7);
}

.hover\:text-blue-700\/75:hover{
  color: rgb(29 78 216 / 0.75);
}

.hover\:text-blue-700\/80:hover{
  color: rgb(29 78 216 / 0.8);
}

.hover\:text-blue-700\/85:hover{
  color: rgb(29 78 216 / 0.85);
}

.hover\:text-blue-700\/90:hover{
  color: rgb(29 78 216 / 0.9);
}

.hover\:text-blue-700\/95:hover{
  color: rgb(29 78 216 / 0.95);
}

.hover\:text-blue-800:hover{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.hover\:text-blue-800\/0:hover{
  color: rgb(30 64 175 / 0);
}

.hover\:text-blue-800\/10:hover{
  color: rgb(30 64 175 / 0.1);
}

.hover\:text-blue-800\/100:hover{
  color: rgb(30 64 175 / 1);
}

.hover\:text-blue-800\/15:hover{
  color: rgb(30 64 175 / 0.15);
}

.hover\:text-blue-800\/20:hover{
  color: rgb(30 64 175 / 0.2);
}

.hover\:text-blue-800\/25:hover{
  color: rgb(30 64 175 / 0.25);
}

.hover\:text-blue-800\/30:hover{
  color: rgb(30 64 175 / 0.3);
}

.hover\:text-blue-800\/35:hover{
  color: rgb(30 64 175 / 0.35);
}

.hover\:text-blue-800\/40:hover{
  color: rgb(30 64 175 / 0.4);
}

.hover\:text-blue-800\/45:hover{
  color: rgb(30 64 175 / 0.45);
}

.hover\:text-blue-800\/5:hover{
  color: rgb(30 64 175 / 0.05);
}

.hover\:text-blue-800\/50:hover{
  color: rgb(30 64 175 / 0.5);
}

.hover\:text-blue-800\/55:hover{
  color: rgb(30 64 175 / 0.55);
}

.hover\:text-blue-800\/60:hover{
  color: rgb(30 64 175 / 0.6);
}

.hover\:text-blue-800\/65:hover{
  color: rgb(30 64 175 / 0.65);
}

.hover\:text-blue-800\/70:hover{
  color: rgb(30 64 175 / 0.7);
}

.hover\:text-blue-800\/75:hover{
  color: rgb(30 64 175 / 0.75);
}

.hover\:text-blue-800\/80:hover{
  color: rgb(30 64 175 / 0.8);
}

.hover\:text-blue-800\/85:hover{
  color: rgb(30 64 175 / 0.85);
}

.hover\:text-blue-800\/90:hover{
  color: rgb(30 64 175 / 0.9);
}

.hover\:text-blue-800\/95:hover{
  color: rgb(30 64 175 / 0.95);
}

.hover\:text-blue-900:hover{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

.hover\:text-blue-900\/0:hover{
  color: rgb(30 58 138 / 0);
}

.hover\:text-blue-900\/10:hover{
  color: rgb(30 58 138 / 0.1);
}

.hover\:text-blue-900\/100:hover{
  color: rgb(30 58 138 / 1);
}

.hover\:text-blue-900\/15:hover{
  color: rgb(30 58 138 / 0.15);
}

.hover\:text-blue-900\/20:hover{
  color: rgb(30 58 138 / 0.2);
}

.hover\:text-blue-900\/25:hover{
  color: rgb(30 58 138 / 0.25);
}

.hover\:text-blue-900\/30:hover{
  color: rgb(30 58 138 / 0.3);
}

.hover\:text-blue-900\/35:hover{
  color: rgb(30 58 138 / 0.35);
}

.hover\:text-blue-900\/40:hover{
  color: rgb(30 58 138 / 0.4);
}

.hover\:text-blue-900\/45:hover{
  color: rgb(30 58 138 / 0.45);
}

.hover\:text-blue-900\/5:hover{
  color: rgb(30 58 138 / 0.05);
}

.hover\:text-blue-900\/50:hover{
  color: rgb(30 58 138 / 0.5);
}

.hover\:text-blue-900\/55:hover{
  color: rgb(30 58 138 / 0.55);
}

.hover\:text-blue-900\/60:hover{
  color: rgb(30 58 138 / 0.6);
}

.hover\:text-blue-900\/65:hover{
  color: rgb(30 58 138 / 0.65);
}

.hover\:text-blue-900\/70:hover{
  color: rgb(30 58 138 / 0.7);
}

.hover\:text-blue-900\/75:hover{
  color: rgb(30 58 138 / 0.75);
}

.hover\:text-blue-900\/80:hover{
  color: rgb(30 58 138 / 0.8);
}

.hover\:text-blue-900\/85:hover{
  color: rgb(30 58 138 / 0.85);
}

.hover\:text-blue-900\/90:hover{
  color: rgb(30 58 138 / 0.9);
}

.hover\:text-blue-900\/95:hover{
  color: rgb(30 58 138 / 0.95);
}

.hover\:text-gray-100:hover{
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

.hover\:text-gray-100\/0:hover{
  color: rgb(243 244 246 / 0);
}

.hover\:text-gray-100\/10:hover{
  color: rgb(243 244 246 / 0.1);
}

.hover\:text-gray-100\/100:hover{
  color: rgb(243 244 246 / 1);
}

.hover\:text-gray-100\/15:hover{
  color: rgb(243 244 246 / 0.15);
}

.hover\:text-gray-100\/20:hover{
  color: rgb(243 244 246 / 0.2);
}

.hover\:text-gray-100\/25:hover{
  color: rgb(243 244 246 / 0.25);
}

.hover\:text-gray-100\/30:hover{
  color: rgb(243 244 246 / 0.3);
}

.hover\:text-gray-100\/35:hover{
  color: rgb(243 244 246 / 0.35);
}

.hover\:text-gray-100\/40:hover{
  color: rgb(243 244 246 / 0.4);
}

.hover\:text-gray-100\/45:hover{
  color: rgb(243 244 246 / 0.45);
}

.hover\:text-gray-100\/5:hover{
  color: rgb(243 244 246 / 0.05);
}

.hover\:text-gray-100\/50:hover{
  color: rgb(243 244 246 / 0.5);
}

.hover\:text-gray-100\/55:hover{
  color: rgb(243 244 246 / 0.55);
}

.hover\:text-gray-100\/60:hover{
  color: rgb(243 244 246 / 0.6);
}

.hover\:text-gray-100\/65:hover{
  color: rgb(243 244 246 / 0.65);
}

.hover\:text-gray-100\/70:hover{
  color: rgb(243 244 246 / 0.7);
}

.hover\:text-gray-100\/75:hover{
  color: rgb(243 244 246 / 0.75);
}

.hover\:text-gray-100\/80:hover{
  color: rgb(243 244 246 / 0.8);
}

.hover\:text-gray-100\/85:hover{
  color: rgb(243 244 246 / 0.85);
}

.hover\:text-gray-100\/90:hover{
  color: rgb(243 244 246 / 0.9);
}

.hover\:text-gray-100\/95:hover{
  color: rgb(243 244 246 / 0.95);
}

.hover\:text-gray-200:hover{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.hover\:text-gray-200\/0:hover{
  color: rgb(229 231 235 / 0);
}

.hover\:text-gray-200\/10:hover{
  color: rgb(229 231 235 / 0.1);
}

.hover\:text-gray-200\/100:hover{
  color: rgb(229 231 235 / 1);
}

.hover\:text-gray-200\/15:hover{
  color: rgb(229 231 235 / 0.15);
}

.hover\:text-gray-200\/20:hover{
  color: rgb(229 231 235 / 0.2);
}

.hover\:text-gray-200\/25:hover{
  color: rgb(229 231 235 / 0.25);
}

.hover\:text-gray-200\/30:hover{
  color: rgb(229 231 235 / 0.3);
}

.hover\:text-gray-200\/35:hover{
  color: rgb(229 231 235 / 0.35);
}

.hover\:text-gray-200\/40:hover{
  color: rgb(229 231 235 / 0.4);
}

.hover\:text-gray-200\/45:hover{
  color: rgb(229 231 235 / 0.45);
}

.hover\:text-gray-200\/5:hover{
  color: rgb(229 231 235 / 0.05);
}

.hover\:text-gray-200\/50:hover{
  color: rgb(229 231 235 / 0.5);
}

.hover\:text-gray-200\/55:hover{
  color: rgb(229 231 235 / 0.55);
}

.hover\:text-gray-200\/60:hover{
  color: rgb(229 231 235 / 0.6);
}

.hover\:text-gray-200\/65:hover{
  color: rgb(229 231 235 / 0.65);
}

.hover\:text-gray-200\/70:hover{
  color: rgb(229 231 235 / 0.7);
}

.hover\:text-gray-200\/75:hover{
  color: rgb(229 231 235 / 0.75);
}

.hover\:text-gray-200\/80:hover{
  color: rgb(229 231 235 / 0.8);
}

.hover\:text-gray-200\/85:hover{
  color: rgb(229 231 235 / 0.85);
}

.hover\:text-gray-200\/90:hover{
  color: rgb(229 231 235 / 0.9);
}

.hover\:text-gray-200\/95:hover{
  color: rgb(229 231 235 / 0.95);
}

.hover\:text-gray-300:hover{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.hover\:text-gray-300\/0:hover{
  color: rgb(209 213 219 / 0);
}

.hover\:text-gray-300\/10:hover{
  color: rgb(209 213 219 / 0.1);
}

.hover\:text-gray-300\/100:hover{
  color: rgb(209 213 219 / 1);
}

.hover\:text-gray-300\/15:hover{
  color: rgb(209 213 219 / 0.15);
}

.hover\:text-gray-300\/20:hover{
  color: rgb(209 213 219 / 0.2);
}

.hover\:text-gray-300\/25:hover{
  color: rgb(209 213 219 / 0.25);
}

.hover\:text-gray-300\/30:hover{
  color: rgb(209 213 219 / 0.3);
}

.hover\:text-gray-300\/35:hover{
  color: rgb(209 213 219 / 0.35);
}

.hover\:text-gray-300\/40:hover{
  color: rgb(209 213 219 / 0.4);
}

.hover\:text-gray-300\/45:hover{
  color: rgb(209 213 219 / 0.45);
}

.hover\:text-gray-300\/5:hover{
  color: rgb(209 213 219 / 0.05);
}

.hover\:text-gray-300\/50:hover{
  color: rgb(209 213 219 / 0.5);
}

.hover\:text-gray-300\/55:hover{
  color: rgb(209 213 219 / 0.55);
}

.hover\:text-gray-300\/60:hover{
  color: rgb(209 213 219 / 0.6);
}

.hover\:text-gray-300\/65:hover{
  color: rgb(209 213 219 / 0.65);
}

.hover\:text-gray-300\/70:hover{
  color: rgb(209 213 219 / 0.7);
}

.hover\:text-gray-300\/75:hover{
  color: rgb(209 213 219 / 0.75);
}

.hover\:text-gray-300\/80:hover{
  color: rgb(209 213 219 / 0.8);
}

.hover\:text-gray-300\/85:hover{
  color: rgb(209 213 219 / 0.85);
}

.hover\:text-gray-300\/90:hover{
  color: rgb(209 213 219 / 0.9);
}

.hover\:text-gray-300\/95:hover{
  color: rgb(209 213 219 / 0.95);
}

.hover\:text-gray-400:hover{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.hover\:text-gray-400\/0:hover{
  color: rgb(156 163 175 / 0);
}

.hover\:text-gray-400\/10:hover{
  color: rgb(156 163 175 / 0.1);
}

.hover\:text-gray-400\/100:hover{
  color: rgb(156 163 175 / 1);
}

.hover\:text-gray-400\/15:hover{
  color: rgb(156 163 175 / 0.15);
}

.hover\:text-gray-400\/20:hover{
  color: rgb(156 163 175 / 0.2);
}

.hover\:text-gray-400\/25:hover{
  color: rgb(156 163 175 / 0.25);
}

.hover\:text-gray-400\/30:hover{
  color: rgb(156 163 175 / 0.3);
}

.hover\:text-gray-400\/35:hover{
  color: rgb(156 163 175 / 0.35);
}

.hover\:text-gray-400\/40:hover{
  color: rgb(156 163 175 / 0.4);
}

.hover\:text-gray-400\/45:hover{
  color: rgb(156 163 175 / 0.45);
}

.hover\:text-gray-400\/5:hover{
  color: rgb(156 163 175 / 0.05);
}

.hover\:text-gray-400\/50:hover{
  color: rgb(156 163 175 / 0.5);
}

.hover\:text-gray-400\/55:hover{
  color: rgb(156 163 175 / 0.55);
}

.hover\:text-gray-400\/60:hover{
  color: rgb(156 163 175 / 0.6);
}

.hover\:text-gray-400\/65:hover{
  color: rgb(156 163 175 / 0.65);
}

.hover\:text-gray-400\/70:hover{
  color: rgb(156 163 175 / 0.7);
}

.hover\:text-gray-400\/75:hover{
  color: rgb(156 163 175 / 0.75);
}

.hover\:text-gray-400\/80:hover{
  color: rgb(156 163 175 / 0.8);
}

.hover\:text-gray-400\/85:hover{
  color: rgb(156 163 175 / 0.85);
}

.hover\:text-gray-400\/90:hover{
  color: rgb(156 163 175 / 0.9);
}

.hover\:text-gray-400\/95:hover{
  color: rgb(156 163 175 / 0.95);
}

.hover\:text-gray-50:hover{
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.hover\:text-gray-50\/0:hover{
  color: rgb(249 250 251 / 0);
}

.hover\:text-gray-50\/10:hover{
  color: rgb(249 250 251 / 0.1);
}

.hover\:text-gray-50\/100:hover{
  color: rgb(249 250 251 / 1);
}

.hover\:text-gray-50\/15:hover{
  color: rgb(249 250 251 / 0.15);
}

.hover\:text-gray-50\/20:hover{
  color: rgb(249 250 251 / 0.2);
}

.hover\:text-gray-50\/25:hover{
  color: rgb(249 250 251 / 0.25);
}

.hover\:text-gray-50\/30:hover{
  color: rgb(249 250 251 / 0.3);
}

.hover\:text-gray-50\/35:hover{
  color: rgb(249 250 251 / 0.35);
}

.hover\:text-gray-50\/40:hover{
  color: rgb(249 250 251 / 0.4);
}

.hover\:text-gray-50\/45:hover{
  color: rgb(249 250 251 / 0.45);
}

.hover\:text-gray-50\/5:hover{
  color: rgb(249 250 251 / 0.05);
}

.hover\:text-gray-50\/50:hover{
  color: rgb(249 250 251 / 0.5);
}

.hover\:text-gray-50\/55:hover{
  color: rgb(249 250 251 / 0.55);
}

.hover\:text-gray-50\/60:hover{
  color: rgb(249 250 251 / 0.6);
}

.hover\:text-gray-50\/65:hover{
  color: rgb(249 250 251 / 0.65);
}

.hover\:text-gray-50\/70:hover{
  color: rgb(249 250 251 / 0.7);
}

.hover\:text-gray-50\/75:hover{
  color: rgb(249 250 251 / 0.75);
}

.hover\:text-gray-50\/80:hover{
  color: rgb(249 250 251 / 0.8);
}

.hover\:text-gray-50\/85:hover{
  color: rgb(249 250 251 / 0.85);
}

.hover\:text-gray-50\/90:hover{
  color: rgb(249 250 251 / 0.9);
}

.hover\:text-gray-50\/95:hover{
  color: rgb(249 250 251 / 0.95);
}

.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.hover\:text-gray-500\/0:hover{
  color: rgb(107 114 128 / 0);
}

.hover\:text-gray-500\/10:hover{
  color: rgb(107 114 128 / 0.1);
}

.hover\:text-gray-500\/100:hover{
  color: rgb(107 114 128 / 1);
}

.hover\:text-gray-500\/15:hover{
  color: rgb(107 114 128 / 0.15);
}

.hover\:text-gray-500\/20:hover{
  color: rgb(107 114 128 / 0.2);
}

.hover\:text-gray-500\/25:hover{
  color: rgb(107 114 128 / 0.25);
}

.hover\:text-gray-500\/30:hover{
  color: rgb(107 114 128 / 0.3);
}

.hover\:text-gray-500\/35:hover{
  color: rgb(107 114 128 / 0.35);
}

.hover\:text-gray-500\/40:hover{
  color: rgb(107 114 128 / 0.4);
}

.hover\:text-gray-500\/45:hover{
  color: rgb(107 114 128 / 0.45);
}

.hover\:text-gray-500\/5:hover{
  color: rgb(107 114 128 / 0.05);
}

.hover\:text-gray-500\/50:hover{
  color: rgb(107 114 128 / 0.5);
}

.hover\:text-gray-500\/55:hover{
  color: rgb(107 114 128 / 0.55);
}

.hover\:text-gray-500\/60:hover{
  color: rgb(107 114 128 / 0.6);
}

.hover\:text-gray-500\/65:hover{
  color: rgb(107 114 128 / 0.65);
}

.hover\:text-gray-500\/70:hover{
  color: rgb(107 114 128 / 0.7);
}

.hover\:text-gray-500\/75:hover{
  color: rgb(107 114 128 / 0.75);
}

.hover\:text-gray-500\/80:hover{
  color: rgb(107 114 128 / 0.8);
}

.hover\:text-gray-500\/85:hover{
  color: rgb(107 114 128 / 0.85);
}

.hover\:text-gray-500\/90:hover{
  color: rgb(107 114 128 / 0.9);
}

.hover\:text-gray-500\/95:hover{
  color: rgb(107 114 128 / 0.95);
}

.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.hover\:text-gray-600\/0:hover{
  color: rgb(75 85 99 / 0);
}

.hover\:text-gray-600\/10:hover{
  color: rgb(75 85 99 / 0.1);
}

.hover\:text-gray-600\/100:hover{
  color: rgb(75 85 99 / 1);
}

.hover\:text-gray-600\/15:hover{
  color: rgb(75 85 99 / 0.15);
}

.hover\:text-gray-600\/20:hover{
  color: rgb(75 85 99 / 0.2);
}

.hover\:text-gray-600\/25:hover{
  color: rgb(75 85 99 / 0.25);
}

.hover\:text-gray-600\/30:hover{
  color: rgb(75 85 99 / 0.3);
}

.hover\:text-gray-600\/35:hover{
  color: rgb(75 85 99 / 0.35);
}

.hover\:text-gray-600\/40:hover{
  color: rgb(75 85 99 / 0.4);
}

.hover\:text-gray-600\/45:hover{
  color: rgb(75 85 99 / 0.45);
}

.hover\:text-gray-600\/5:hover{
  color: rgb(75 85 99 / 0.05);
}

.hover\:text-gray-600\/50:hover{
  color: rgb(75 85 99 / 0.5);
}

.hover\:text-gray-600\/55:hover{
  color: rgb(75 85 99 / 0.55);
}

.hover\:text-gray-600\/60:hover{
  color: rgb(75 85 99 / 0.6);
}

.hover\:text-gray-600\/65:hover{
  color: rgb(75 85 99 / 0.65);
}

.hover\:text-gray-600\/70:hover{
  color: rgb(75 85 99 / 0.7);
}

.hover\:text-gray-600\/75:hover{
  color: rgb(75 85 99 / 0.75);
}

.hover\:text-gray-600\/80:hover{
  color: rgb(75 85 99 / 0.8);
}

.hover\:text-gray-600\/85:hover{
  color: rgb(75 85 99 / 0.85);
}

.hover\:text-gray-600\/90:hover{
  color: rgb(75 85 99 / 0.9);
}

.hover\:text-gray-600\/95:hover{
  color: rgb(75 85 99 / 0.95);
}

.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.hover\:text-gray-700\/0:hover{
  color: rgb(55 65 81 / 0);
}

.hover\:text-gray-700\/10:hover{
  color: rgb(55 65 81 / 0.1);
}

.hover\:text-gray-700\/100:hover{
  color: rgb(55 65 81 / 1);
}

.hover\:text-gray-700\/15:hover{
  color: rgb(55 65 81 / 0.15);
}

.hover\:text-gray-700\/20:hover{
  color: rgb(55 65 81 / 0.2);
}

.hover\:text-gray-700\/25:hover{
  color: rgb(55 65 81 / 0.25);
}

.hover\:text-gray-700\/30:hover{
  color: rgb(55 65 81 / 0.3);
}

.hover\:text-gray-700\/35:hover{
  color: rgb(55 65 81 / 0.35);
}

.hover\:text-gray-700\/40:hover{
  color: rgb(55 65 81 / 0.4);
}

.hover\:text-gray-700\/45:hover{
  color: rgb(55 65 81 / 0.45);
}

.hover\:text-gray-700\/5:hover{
  color: rgb(55 65 81 / 0.05);
}

.hover\:text-gray-700\/50:hover{
  color: rgb(55 65 81 / 0.5);
}

.hover\:text-gray-700\/55:hover{
  color: rgb(55 65 81 / 0.55);
}

.hover\:text-gray-700\/60:hover{
  color: rgb(55 65 81 / 0.6);
}

.hover\:text-gray-700\/65:hover{
  color: rgb(55 65 81 / 0.65);
}

.hover\:text-gray-700\/70:hover{
  color: rgb(55 65 81 / 0.7);
}

.hover\:text-gray-700\/75:hover{
  color: rgb(55 65 81 / 0.75);
}

.hover\:text-gray-700\/80:hover{
  color: rgb(55 65 81 / 0.8);
}

.hover\:text-gray-700\/85:hover{
  color: rgb(55 65 81 / 0.85);
}

.hover\:text-gray-700\/90:hover{
  color: rgb(55 65 81 / 0.9);
}

.hover\:text-gray-700\/95:hover{
  color: rgb(55 65 81 / 0.95);
}

.hover\:text-gray-800:hover{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.hover\:text-gray-800\/0:hover{
  color: rgb(31 41 55 / 0);
}

.hover\:text-gray-800\/10:hover{
  color: rgb(31 41 55 / 0.1);
}

.hover\:text-gray-800\/100:hover{
  color: rgb(31 41 55 / 1);
}

.hover\:text-gray-800\/15:hover{
  color: rgb(31 41 55 / 0.15);
}

.hover\:text-gray-800\/20:hover{
  color: rgb(31 41 55 / 0.2);
}

.hover\:text-gray-800\/25:hover{
  color: rgb(31 41 55 / 0.25);
}

.hover\:text-gray-800\/30:hover{
  color: rgb(31 41 55 / 0.3);
}

.hover\:text-gray-800\/35:hover{
  color: rgb(31 41 55 / 0.35);
}

.hover\:text-gray-800\/40:hover{
  color: rgb(31 41 55 / 0.4);
}

.hover\:text-gray-800\/45:hover{
  color: rgb(31 41 55 / 0.45);
}

.hover\:text-gray-800\/5:hover{
  color: rgb(31 41 55 / 0.05);
}

.hover\:text-gray-800\/50:hover{
  color: rgb(31 41 55 / 0.5);
}

.hover\:text-gray-800\/55:hover{
  color: rgb(31 41 55 / 0.55);
}

.hover\:text-gray-800\/60:hover{
  color: rgb(31 41 55 / 0.6);
}

.hover\:text-gray-800\/65:hover{
  color: rgb(31 41 55 / 0.65);
}

.hover\:text-gray-800\/70:hover{
  color: rgb(31 41 55 / 0.7);
}

.hover\:text-gray-800\/75:hover{
  color: rgb(31 41 55 / 0.75);
}

.hover\:text-gray-800\/80:hover{
  color: rgb(31 41 55 / 0.8);
}

.hover\:text-gray-800\/85:hover{
  color: rgb(31 41 55 / 0.85);
}

.hover\:text-gray-800\/90:hover{
  color: rgb(31 41 55 / 0.9);
}

.hover\:text-gray-800\/95:hover{
  color: rgb(31 41 55 / 0.95);
}

.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.hover\:text-gray-900\/0:hover{
  color: rgb(17 24 39 / 0);
}

.hover\:text-gray-900\/10:hover{
  color: rgb(17 24 39 / 0.1);
}

.hover\:text-gray-900\/100:hover{
  color: rgb(17 24 39 / 1);
}

.hover\:text-gray-900\/15:hover{
  color: rgb(17 24 39 / 0.15);
}

.hover\:text-gray-900\/20:hover{
  color: rgb(17 24 39 / 0.2);
}

.hover\:text-gray-900\/25:hover{
  color: rgb(17 24 39 / 0.25);
}

.hover\:text-gray-900\/30:hover{
  color: rgb(17 24 39 / 0.3);
}

.hover\:text-gray-900\/35:hover{
  color: rgb(17 24 39 / 0.35);
}

.hover\:text-gray-900\/40:hover{
  color: rgb(17 24 39 / 0.4);
}

.hover\:text-gray-900\/45:hover{
  color: rgb(17 24 39 / 0.45);
}

.hover\:text-gray-900\/5:hover{
  color: rgb(17 24 39 / 0.05);
}

.hover\:text-gray-900\/50:hover{
  color: rgb(17 24 39 / 0.5);
}

.hover\:text-gray-900\/55:hover{
  color: rgb(17 24 39 / 0.55);
}

.hover\:text-gray-900\/60:hover{
  color: rgb(17 24 39 / 0.6);
}

.hover\:text-gray-900\/65:hover{
  color: rgb(17 24 39 / 0.65);
}

.hover\:text-gray-900\/70:hover{
  color: rgb(17 24 39 / 0.7);
}

.hover\:text-gray-900\/75:hover{
  color: rgb(17 24 39 / 0.75);
}

.hover\:text-gray-900\/80:hover{
  color: rgb(17 24 39 / 0.8);
}

.hover\:text-gray-900\/85:hover{
  color: rgb(17 24 39 / 0.85);
}

.hover\:text-gray-900\/90:hover{
  color: rgb(17 24 39 / 0.9);
}

.hover\:text-gray-900\/95:hover{
  color: rgb(17 24 39 / 0.95);
}

.hover\:text-green-100:hover{
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity));
}

.hover\:text-green-100\/0:hover{
  color: rgb(220 252 231 / 0);
}

.hover\:text-green-100\/10:hover{
  color: rgb(220 252 231 / 0.1);
}

.hover\:text-green-100\/100:hover{
  color: rgb(220 252 231 / 1);
}

.hover\:text-green-100\/15:hover{
  color: rgb(220 252 231 / 0.15);
}

.hover\:text-green-100\/20:hover{
  color: rgb(220 252 231 / 0.2);
}

.hover\:text-green-100\/25:hover{
  color: rgb(220 252 231 / 0.25);
}

.hover\:text-green-100\/30:hover{
  color: rgb(220 252 231 / 0.3);
}

.hover\:text-green-100\/35:hover{
  color: rgb(220 252 231 / 0.35);
}

.hover\:text-green-100\/40:hover{
  color: rgb(220 252 231 / 0.4);
}

.hover\:text-green-100\/45:hover{
  color: rgb(220 252 231 / 0.45);
}

.hover\:text-green-100\/5:hover{
  color: rgb(220 252 231 / 0.05);
}

.hover\:text-green-100\/50:hover{
  color: rgb(220 252 231 / 0.5);
}

.hover\:text-green-100\/55:hover{
  color: rgb(220 252 231 / 0.55);
}

.hover\:text-green-100\/60:hover{
  color: rgb(220 252 231 / 0.6);
}

.hover\:text-green-100\/65:hover{
  color: rgb(220 252 231 / 0.65);
}

.hover\:text-green-100\/70:hover{
  color: rgb(220 252 231 / 0.7);
}

.hover\:text-green-100\/75:hover{
  color: rgb(220 252 231 / 0.75);
}

.hover\:text-green-100\/80:hover{
  color: rgb(220 252 231 / 0.8);
}

.hover\:text-green-100\/85:hover{
  color: rgb(220 252 231 / 0.85);
}

.hover\:text-green-100\/90:hover{
  color: rgb(220 252 231 / 0.9);
}

.hover\:text-green-100\/95:hover{
  color: rgb(220 252 231 / 0.95);
}

.hover\:text-green-200:hover{
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity));
}

.hover\:text-green-200\/0:hover{
  color: rgb(187 247 208 / 0);
}

.hover\:text-green-200\/10:hover{
  color: rgb(187 247 208 / 0.1);
}

.hover\:text-green-200\/100:hover{
  color: rgb(187 247 208 / 1);
}

.hover\:text-green-200\/15:hover{
  color: rgb(187 247 208 / 0.15);
}

.hover\:text-green-200\/20:hover{
  color: rgb(187 247 208 / 0.2);
}

.hover\:text-green-200\/25:hover{
  color: rgb(187 247 208 / 0.25);
}

.hover\:text-green-200\/30:hover{
  color: rgb(187 247 208 / 0.3);
}

.hover\:text-green-200\/35:hover{
  color: rgb(187 247 208 / 0.35);
}

.hover\:text-green-200\/40:hover{
  color: rgb(187 247 208 / 0.4);
}

.hover\:text-green-200\/45:hover{
  color: rgb(187 247 208 / 0.45);
}

.hover\:text-green-200\/5:hover{
  color: rgb(187 247 208 / 0.05);
}

.hover\:text-green-200\/50:hover{
  color: rgb(187 247 208 / 0.5);
}

.hover\:text-green-200\/55:hover{
  color: rgb(187 247 208 / 0.55);
}

.hover\:text-green-200\/60:hover{
  color: rgb(187 247 208 / 0.6);
}

.hover\:text-green-200\/65:hover{
  color: rgb(187 247 208 / 0.65);
}

.hover\:text-green-200\/70:hover{
  color: rgb(187 247 208 / 0.7);
}

.hover\:text-green-200\/75:hover{
  color: rgb(187 247 208 / 0.75);
}

.hover\:text-green-200\/80:hover{
  color: rgb(187 247 208 / 0.8);
}

.hover\:text-green-200\/85:hover{
  color: rgb(187 247 208 / 0.85);
}

.hover\:text-green-200\/90:hover{
  color: rgb(187 247 208 / 0.9);
}

.hover\:text-green-200\/95:hover{
  color: rgb(187 247 208 / 0.95);
}

.hover\:text-green-300:hover{
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity));
}

.hover\:text-green-300\/0:hover{
  color: rgb(134 239 172 / 0);
}

.hover\:text-green-300\/10:hover{
  color: rgb(134 239 172 / 0.1);
}

.hover\:text-green-300\/100:hover{
  color: rgb(134 239 172 / 1);
}

.hover\:text-green-300\/15:hover{
  color: rgb(134 239 172 / 0.15);
}

.hover\:text-green-300\/20:hover{
  color: rgb(134 239 172 / 0.2);
}

.hover\:text-green-300\/25:hover{
  color: rgb(134 239 172 / 0.25);
}

.hover\:text-green-300\/30:hover{
  color: rgb(134 239 172 / 0.3);
}

.hover\:text-green-300\/35:hover{
  color: rgb(134 239 172 / 0.35);
}

.hover\:text-green-300\/40:hover{
  color: rgb(134 239 172 / 0.4);
}

.hover\:text-green-300\/45:hover{
  color: rgb(134 239 172 / 0.45);
}

.hover\:text-green-300\/5:hover{
  color: rgb(134 239 172 / 0.05);
}

.hover\:text-green-300\/50:hover{
  color: rgb(134 239 172 / 0.5);
}

.hover\:text-green-300\/55:hover{
  color: rgb(134 239 172 / 0.55);
}

.hover\:text-green-300\/60:hover{
  color: rgb(134 239 172 / 0.6);
}

.hover\:text-green-300\/65:hover{
  color: rgb(134 239 172 / 0.65);
}

.hover\:text-green-300\/70:hover{
  color: rgb(134 239 172 / 0.7);
}

.hover\:text-green-300\/75:hover{
  color: rgb(134 239 172 / 0.75);
}

.hover\:text-green-300\/80:hover{
  color: rgb(134 239 172 / 0.8);
}

.hover\:text-green-300\/85:hover{
  color: rgb(134 239 172 / 0.85);
}

.hover\:text-green-300\/90:hover{
  color: rgb(134 239 172 / 0.9);
}

.hover\:text-green-300\/95:hover{
  color: rgb(134 239 172 / 0.95);
}

.hover\:text-green-400:hover{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}

.hover\:text-green-400\/0:hover{
  color: rgb(74 222 128 / 0);
}

.hover\:text-green-400\/10:hover{
  color: rgb(74 222 128 / 0.1);
}

.hover\:text-green-400\/100:hover{
  color: rgb(74 222 128 / 1);
}

.hover\:text-green-400\/15:hover{
  color: rgb(74 222 128 / 0.15);
}

.hover\:text-green-400\/20:hover{
  color: rgb(74 222 128 / 0.2);
}

.hover\:text-green-400\/25:hover{
  color: rgb(74 222 128 / 0.25);
}

.hover\:text-green-400\/30:hover{
  color: rgb(74 222 128 / 0.3);
}

.hover\:text-green-400\/35:hover{
  color: rgb(74 222 128 / 0.35);
}

.hover\:text-green-400\/40:hover{
  color: rgb(74 222 128 / 0.4);
}

.hover\:text-green-400\/45:hover{
  color: rgb(74 222 128 / 0.45);
}

.hover\:text-green-400\/5:hover{
  color: rgb(74 222 128 / 0.05);
}

.hover\:text-green-400\/50:hover{
  color: rgb(74 222 128 / 0.5);
}

.hover\:text-green-400\/55:hover{
  color: rgb(74 222 128 / 0.55);
}

.hover\:text-green-400\/60:hover{
  color: rgb(74 222 128 / 0.6);
}

.hover\:text-green-400\/65:hover{
  color: rgb(74 222 128 / 0.65);
}

.hover\:text-green-400\/70:hover{
  color: rgb(74 222 128 / 0.7);
}

.hover\:text-green-400\/75:hover{
  color: rgb(74 222 128 / 0.75);
}

.hover\:text-green-400\/80:hover{
  color: rgb(74 222 128 / 0.8);
}

.hover\:text-green-400\/85:hover{
  color: rgb(74 222 128 / 0.85);
}

.hover\:text-green-400\/90:hover{
  color: rgb(74 222 128 / 0.9);
}

.hover\:text-green-400\/95:hover{
  color: rgb(74 222 128 / 0.95);
}

.hover\:text-green-50:hover{
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity));
}

.hover\:text-green-50\/0:hover{
  color: rgb(240 253 244 / 0);
}

.hover\:text-green-50\/10:hover{
  color: rgb(240 253 244 / 0.1);
}

.hover\:text-green-50\/100:hover{
  color: rgb(240 253 244 / 1);
}

.hover\:text-green-50\/15:hover{
  color: rgb(240 253 244 / 0.15);
}

.hover\:text-green-50\/20:hover{
  color: rgb(240 253 244 / 0.2);
}

.hover\:text-green-50\/25:hover{
  color: rgb(240 253 244 / 0.25);
}

.hover\:text-green-50\/30:hover{
  color: rgb(240 253 244 / 0.3);
}

.hover\:text-green-50\/35:hover{
  color: rgb(240 253 244 / 0.35);
}

.hover\:text-green-50\/40:hover{
  color: rgb(240 253 244 / 0.4);
}

.hover\:text-green-50\/45:hover{
  color: rgb(240 253 244 / 0.45);
}

.hover\:text-green-50\/5:hover{
  color: rgb(240 253 244 / 0.05);
}

.hover\:text-green-50\/50:hover{
  color: rgb(240 253 244 / 0.5);
}

.hover\:text-green-50\/55:hover{
  color: rgb(240 253 244 / 0.55);
}

.hover\:text-green-50\/60:hover{
  color: rgb(240 253 244 / 0.6);
}

.hover\:text-green-50\/65:hover{
  color: rgb(240 253 244 / 0.65);
}

.hover\:text-green-50\/70:hover{
  color: rgb(240 253 244 / 0.7);
}

.hover\:text-green-50\/75:hover{
  color: rgb(240 253 244 / 0.75);
}

.hover\:text-green-50\/80:hover{
  color: rgb(240 253 244 / 0.8);
}

.hover\:text-green-50\/85:hover{
  color: rgb(240 253 244 / 0.85);
}

.hover\:text-green-50\/90:hover{
  color: rgb(240 253 244 / 0.9);
}

.hover\:text-green-50\/95:hover{
  color: rgb(240 253 244 / 0.95);
}

.hover\:text-green-500:hover{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.hover\:text-green-500\/0:hover{
  color: rgb(34 197 94 / 0);
}

.hover\:text-green-500\/10:hover{
  color: rgb(34 197 94 / 0.1);
}

.hover\:text-green-500\/100:hover{
  color: rgb(34 197 94 / 1);
}

.hover\:text-green-500\/15:hover{
  color: rgb(34 197 94 / 0.15);
}

.hover\:text-green-500\/20:hover{
  color: rgb(34 197 94 / 0.2);
}

.hover\:text-green-500\/25:hover{
  color: rgb(34 197 94 / 0.25);
}

.hover\:text-green-500\/30:hover{
  color: rgb(34 197 94 / 0.3);
}

.hover\:text-green-500\/35:hover{
  color: rgb(34 197 94 / 0.35);
}

.hover\:text-green-500\/40:hover{
  color: rgb(34 197 94 / 0.4);
}

.hover\:text-green-500\/45:hover{
  color: rgb(34 197 94 / 0.45);
}

.hover\:text-green-500\/5:hover{
  color: rgb(34 197 94 / 0.05);
}

.hover\:text-green-500\/50:hover{
  color: rgb(34 197 94 / 0.5);
}

.hover\:text-green-500\/55:hover{
  color: rgb(34 197 94 / 0.55);
}

.hover\:text-green-500\/60:hover{
  color: rgb(34 197 94 / 0.6);
}

.hover\:text-green-500\/65:hover{
  color: rgb(34 197 94 / 0.65);
}

.hover\:text-green-500\/70:hover{
  color: rgb(34 197 94 / 0.7);
}

.hover\:text-green-500\/75:hover{
  color: rgb(34 197 94 / 0.75);
}

.hover\:text-green-500\/80:hover{
  color: rgb(34 197 94 / 0.8);
}

.hover\:text-green-500\/85:hover{
  color: rgb(34 197 94 / 0.85);
}

.hover\:text-green-500\/90:hover{
  color: rgb(34 197 94 / 0.9);
}

.hover\:text-green-500\/95:hover{
  color: rgb(34 197 94 / 0.95);
}

.hover\:text-green-600:hover{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.hover\:text-green-600\/0:hover{
  color: rgb(22 163 74 / 0);
}

.hover\:text-green-600\/10:hover{
  color: rgb(22 163 74 / 0.1);
}

.hover\:text-green-600\/100:hover{
  color: rgb(22 163 74 / 1);
}

.hover\:text-green-600\/15:hover{
  color: rgb(22 163 74 / 0.15);
}

.hover\:text-green-600\/20:hover{
  color: rgb(22 163 74 / 0.2);
}

.hover\:text-green-600\/25:hover{
  color: rgb(22 163 74 / 0.25);
}

.hover\:text-green-600\/30:hover{
  color: rgb(22 163 74 / 0.3);
}

.hover\:text-green-600\/35:hover{
  color: rgb(22 163 74 / 0.35);
}

.hover\:text-green-600\/40:hover{
  color: rgb(22 163 74 / 0.4);
}

.hover\:text-green-600\/45:hover{
  color: rgb(22 163 74 / 0.45);
}

.hover\:text-green-600\/5:hover{
  color: rgb(22 163 74 / 0.05);
}

.hover\:text-green-600\/50:hover{
  color: rgb(22 163 74 / 0.5);
}

.hover\:text-green-600\/55:hover{
  color: rgb(22 163 74 / 0.55);
}

.hover\:text-green-600\/60:hover{
  color: rgb(22 163 74 / 0.6);
}

.hover\:text-green-600\/65:hover{
  color: rgb(22 163 74 / 0.65);
}

.hover\:text-green-600\/70:hover{
  color: rgb(22 163 74 / 0.7);
}

.hover\:text-green-600\/75:hover{
  color: rgb(22 163 74 / 0.75);
}

.hover\:text-green-600\/80:hover{
  color: rgb(22 163 74 / 0.8);
}

.hover\:text-green-600\/85:hover{
  color: rgb(22 163 74 / 0.85);
}

.hover\:text-green-600\/90:hover{
  color: rgb(22 163 74 / 0.9);
}

.hover\:text-green-600\/95:hover{
  color: rgb(22 163 74 / 0.95);
}

.hover\:text-green-700:hover{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

.hover\:text-green-700\/0:hover{
  color: rgb(21 128 61 / 0);
}

.hover\:text-green-700\/10:hover{
  color: rgb(21 128 61 / 0.1);
}

.hover\:text-green-700\/100:hover{
  color: rgb(21 128 61 / 1);
}

.hover\:text-green-700\/15:hover{
  color: rgb(21 128 61 / 0.15);
}

.hover\:text-green-700\/20:hover{
  color: rgb(21 128 61 / 0.2);
}

.hover\:text-green-700\/25:hover{
  color: rgb(21 128 61 / 0.25);
}

.hover\:text-green-700\/30:hover{
  color: rgb(21 128 61 / 0.3);
}

.hover\:text-green-700\/35:hover{
  color: rgb(21 128 61 / 0.35);
}

.hover\:text-green-700\/40:hover{
  color: rgb(21 128 61 / 0.4);
}

.hover\:text-green-700\/45:hover{
  color: rgb(21 128 61 / 0.45);
}

.hover\:text-green-700\/5:hover{
  color: rgb(21 128 61 / 0.05);
}

.hover\:text-green-700\/50:hover{
  color: rgb(21 128 61 / 0.5);
}

.hover\:text-green-700\/55:hover{
  color: rgb(21 128 61 / 0.55);
}

.hover\:text-green-700\/60:hover{
  color: rgb(21 128 61 / 0.6);
}

.hover\:text-green-700\/65:hover{
  color: rgb(21 128 61 / 0.65);
}

.hover\:text-green-700\/70:hover{
  color: rgb(21 128 61 / 0.7);
}

.hover\:text-green-700\/75:hover{
  color: rgb(21 128 61 / 0.75);
}

.hover\:text-green-700\/80:hover{
  color: rgb(21 128 61 / 0.8);
}

.hover\:text-green-700\/85:hover{
  color: rgb(21 128 61 / 0.85);
}

.hover\:text-green-700\/90:hover{
  color: rgb(21 128 61 / 0.9);
}

.hover\:text-green-700\/95:hover{
  color: rgb(21 128 61 / 0.95);
}

.hover\:text-green-800:hover{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}

.hover\:text-green-800\/0:hover{
  color: rgb(22 101 52 / 0);
}

.hover\:text-green-800\/10:hover{
  color: rgb(22 101 52 / 0.1);
}

.hover\:text-green-800\/100:hover{
  color: rgb(22 101 52 / 1);
}

.hover\:text-green-800\/15:hover{
  color: rgb(22 101 52 / 0.15);
}

.hover\:text-green-800\/20:hover{
  color: rgb(22 101 52 / 0.2);
}

.hover\:text-green-800\/25:hover{
  color: rgb(22 101 52 / 0.25);
}

.hover\:text-green-800\/30:hover{
  color: rgb(22 101 52 / 0.3);
}

.hover\:text-green-800\/35:hover{
  color: rgb(22 101 52 / 0.35);
}

.hover\:text-green-800\/40:hover{
  color: rgb(22 101 52 / 0.4);
}

.hover\:text-green-800\/45:hover{
  color: rgb(22 101 52 / 0.45);
}

.hover\:text-green-800\/5:hover{
  color: rgb(22 101 52 / 0.05);
}

.hover\:text-green-800\/50:hover{
  color: rgb(22 101 52 / 0.5);
}

.hover\:text-green-800\/55:hover{
  color: rgb(22 101 52 / 0.55);
}

.hover\:text-green-800\/60:hover{
  color: rgb(22 101 52 / 0.6);
}

.hover\:text-green-800\/65:hover{
  color: rgb(22 101 52 / 0.65);
}

.hover\:text-green-800\/70:hover{
  color: rgb(22 101 52 / 0.7);
}

.hover\:text-green-800\/75:hover{
  color: rgb(22 101 52 / 0.75);
}

.hover\:text-green-800\/80:hover{
  color: rgb(22 101 52 / 0.8);
}

.hover\:text-green-800\/85:hover{
  color: rgb(22 101 52 / 0.85);
}

.hover\:text-green-800\/90:hover{
  color: rgb(22 101 52 / 0.9);
}

.hover\:text-green-800\/95:hover{
  color: rgb(22 101 52 / 0.95);
}

.hover\:text-green-900:hover{
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity));
}

.hover\:text-green-900\/0:hover{
  color: rgb(20 83 45 / 0);
}

.hover\:text-green-900\/10:hover{
  color: rgb(20 83 45 / 0.1);
}

.hover\:text-green-900\/100:hover{
  color: rgb(20 83 45 / 1);
}

.hover\:text-green-900\/15:hover{
  color: rgb(20 83 45 / 0.15);
}

.hover\:text-green-900\/20:hover{
  color: rgb(20 83 45 / 0.2);
}

.hover\:text-green-900\/25:hover{
  color: rgb(20 83 45 / 0.25);
}

.hover\:text-green-900\/30:hover{
  color: rgb(20 83 45 / 0.3);
}

.hover\:text-green-900\/35:hover{
  color: rgb(20 83 45 / 0.35);
}

.hover\:text-green-900\/40:hover{
  color: rgb(20 83 45 / 0.4);
}

.hover\:text-green-900\/45:hover{
  color: rgb(20 83 45 / 0.45);
}

.hover\:text-green-900\/5:hover{
  color: rgb(20 83 45 / 0.05);
}

.hover\:text-green-900\/50:hover{
  color: rgb(20 83 45 / 0.5);
}

.hover\:text-green-900\/55:hover{
  color: rgb(20 83 45 / 0.55);
}

.hover\:text-green-900\/60:hover{
  color: rgb(20 83 45 / 0.6);
}

.hover\:text-green-900\/65:hover{
  color: rgb(20 83 45 / 0.65);
}

.hover\:text-green-900\/70:hover{
  color: rgb(20 83 45 / 0.7);
}

.hover\:text-green-900\/75:hover{
  color: rgb(20 83 45 / 0.75);
}

.hover\:text-green-900\/80:hover{
  color: rgb(20 83 45 / 0.8);
}

.hover\:text-green-900\/85:hover{
  color: rgb(20 83 45 / 0.85);
}

.hover\:text-green-900\/90:hover{
  color: rgb(20 83 45 / 0.9);
}

.hover\:text-green-900\/95:hover{
  color: rgb(20 83 45 / 0.95);
}

.hover\:text-indigo-100:hover{
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity));
}

.hover\:text-indigo-100\/0:hover{
  color: rgb(224 231 255 / 0);
}

.hover\:text-indigo-100\/10:hover{
  color: rgb(224 231 255 / 0.1);
}

.hover\:text-indigo-100\/100:hover{
  color: rgb(224 231 255 / 1);
}

.hover\:text-indigo-100\/15:hover{
  color: rgb(224 231 255 / 0.15);
}

.hover\:text-indigo-100\/20:hover{
  color: rgb(224 231 255 / 0.2);
}

.hover\:text-indigo-100\/25:hover{
  color: rgb(224 231 255 / 0.25);
}

.hover\:text-indigo-100\/30:hover{
  color: rgb(224 231 255 / 0.3);
}

.hover\:text-indigo-100\/35:hover{
  color: rgb(224 231 255 / 0.35);
}

.hover\:text-indigo-100\/40:hover{
  color: rgb(224 231 255 / 0.4);
}

.hover\:text-indigo-100\/45:hover{
  color: rgb(224 231 255 / 0.45);
}

.hover\:text-indigo-100\/5:hover{
  color: rgb(224 231 255 / 0.05);
}

.hover\:text-indigo-100\/50:hover{
  color: rgb(224 231 255 / 0.5);
}

.hover\:text-indigo-100\/55:hover{
  color: rgb(224 231 255 / 0.55);
}

.hover\:text-indigo-100\/60:hover{
  color: rgb(224 231 255 / 0.6);
}

.hover\:text-indigo-100\/65:hover{
  color: rgb(224 231 255 / 0.65);
}

.hover\:text-indigo-100\/70:hover{
  color: rgb(224 231 255 / 0.7);
}

.hover\:text-indigo-100\/75:hover{
  color: rgb(224 231 255 / 0.75);
}

.hover\:text-indigo-100\/80:hover{
  color: rgb(224 231 255 / 0.8);
}

.hover\:text-indigo-100\/85:hover{
  color: rgb(224 231 255 / 0.85);
}

.hover\:text-indigo-100\/90:hover{
  color: rgb(224 231 255 / 0.9);
}

.hover\:text-indigo-100\/95:hover{
  color: rgb(224 231 255 / 0.95);
}

.hover\:text-indigo-200:hover{
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity));
}

.hover\:text-indigo-200\/0:hover{
  color: rgb(199 210 254 / 0);
}

.hover\:text-indigo-200\/10:hover{
  color: rgb(199 210 254 / 0.1);
}

.hover\:text-indigo-200\/100:hover{
  color: rgb(199 210 254 / 1);
}

.hover\:text-indigo-200\/15:hover{
  color: rgb(199 210 254 / 0.15);
}

.hover\:text-indigo-200\/20:hover{
  color: rgb(199 210 254 / 0.2);
}

.hover\:text-indigo-200\/25:hover{
  color: rgb(199 210 254 / 0.25);
}

.hover\:text-indigo-200\/30:hover{
  color: rgb(199 210 254 / 0.3);
}

.hover\:text-indigo-200\/35:hover{
  color: rgb(199 210 254 / 0.35);
}

.hover\:text-indigo-200\/40:hover{
  color: rgb(199 210 254 / 0.4);
}

.hover\:text-indigo-200\/45:hover{
  color: rgb(199 210 254 / 0.45);
}

.hover\:text-indigo-200\/5:hover{
  color: rgb(199 210 254 / 0.05);
}

.hover\:text-indigo-200\/50:hover{
  color: rgb(199 210 254 / 0.5);
}

.hover\:text-indigo-200\/55:hover{
  color: rgb(199 210 254 / 0.55);
}

.hover\:text-indigo-200\/60:hover{
  color: rgb(199 210 254 / 0.6);
}

.hover\:text-indigo-200\/65:hover{
  color: rgb(199 210 254 / 0.65);
}

.hover\:text-indigo-200\/70:hover{
  color: rgb(199 210 254 / 0.7);
}

.hover\:text-indigo-200\/75:hover{
  color: rgb(199 210 254 / 0.75);
}

.hover\:text-indigo-200\/80:hover{
  color: rgb(199 210 254 / 0.8);
}

.hover\:text-indigo-200\/85:hover{
  color: rgb(199 210 254 / 0.85);
}

.hover\:text-indigo-200\/90:hover{
  color: rgb(199 210 254 / 0.9);
}

.hover\:text-indigo-200\/95:hover{
  color: rgb(199 210 254 / 0.95);
}

.hover\:text-indigo-300:hover{
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity));
}

.hover\:text-indigo-300\/0:hover{
  color: rgb(165 180 252 / 0);
}

.hover\:text-indigo-300\/10:hover{
  color: rgb(165 180 252 / 0.1);
}

.hover\:text-indigo-300\/100:hover{
  color: rgb(165 180 252 / 1);
}

.hover\:text-indigo-300\/15:hover{
  color: rgb(165 180 252 / 0.15);
}

.hover\:text-indigo-300\/20:hover{
  color: rgb(165 180 252 / 0.2);
}

.hover\:text-indigo-300\/25:hover{
  color: rgb(165 180 252 / 0.25);
}

.hover\:text-indigo-300\/30:hover{
  color: rgb(165 180 252 / 0.3);
}

.hover\:text-indigo-300\/35:hover{
  color: rgb(165 180 252 / 0.35);
}

.hover\:text-indigo-300\/40:hover{
  color: rgb(165 180 252 / 0.4);
}

.hover\:text-indigo-300\/45:hover{
  color: rgb(165 180 252 / 0.45);
}

.hover\:text-indigo-300\/5:hover{
  color: rgb(165 180 252 / 0.05);
}

.hover\:text-indigo-300\/50:hover{
  color: rgb(165 180 252 / 0.5);
}

.hover\:text-indigo-300\/55:hover{
  color: rgb(165 180 252 / 0.55);
}

.hover\:text-indigo-300\/60:hover{
  color: rgb(165 180 252 / 0.6);
}

.hover\:text-indigo-300\/65:hover{
  color: rgb(165 180 252 / 0.65);
}

.hover\:text-indigo-300\/70:hover{
  color: rgb(165 180 252 / 0.7);
}

.hover\:text-indigo-300\/75:hover{
  color: rgb(165 180 252 / 0.75);
}

.hover\:text-indigo-300\/80:hover{
  color: rgb(165 180 252 / 0.8);
}

.hover\:text-indigo-300\/85:hover{
  color: rgb(165 180 252 / 0.85);
}

.hover\:text-indigo-300\/90:hover{
  color: rgb(165 180 252 / 0.9);
}

.hover\:text-indigo-300\/95:hover{
  color: rgb(165 180 252 / 0.95);
}

.hover\:text-indigo-400:hover{
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity));
}

.hover\:text-indigo-400\/0:hover{
  color: rgb(129 140 248 / 0);
}

.hover\:text-indigo-400\/10:hover{
  color: rgb(129 140 248 / 0.1);
}

.hover\:text-indigo-400\/100:hover{
  color: rgb(129 140 248 / 1);
}

.hover\:text-indigo-400\/15:hover{
  color: rgb(129 140 248 / 0.15);
}

.hover\:text-indigo-400\/20:hover{
  color: rgb(129 140 248 / 0.2);
}

.hover\:text-indigo-400\/25:hover{
  color: rgb(129 140 248 / 0.25);
}

.hover\:text-indigo-400\/30:hover{
  color: rgb(129 140 248 / 0.3);
}

.hover\:text-indigo-400\/35:hover{
  color: rgb(129 140 248 / 0.35);
}

.hover\:text-indigo-400\/40:hover{
  color: rgb(129 140 248 / 0.4);
}

.hover\:text-indigo-400\/45:hover{
  color: rgb(129 140 248 / 0.45);
}

.hover\:text-indigo-400\/5:hover{
  color: rgb(129 140 248 / 0.05);
}

.hover\:text-indigo-400\/50:hover{
  color: rgb(129 140 248 / 0.5);
}

.hover\:text-indigo-400\/55:hover{
  color: rgb(129 140 248 / 0.55);
}

.hover\:text-indigo-400\/60:hover{
  color: rgb(129 140 248 / 0.6);
}

.hover\:text-indigo-400\/65:hover{
  color: rgb(129 140 248 / 0.65);
}

.hover\:text-indigo-400\/70:hover{
  color: rgb(129 140 248 / 0.7);
}

.hover\:text-indigo-400\/75:hover{
  color: rgb(129 140 248 / 0.75);
}

.hover\:text-indigo-400\/80:hover{
  color: rgb(129 140 248 / 0.8);
}

.hover\:text-indigo-400\/85:hover{
  color: rgb(129 140 248 / 0.85);
}

.hover\:text-indigo-400\/90:hover{
  color: rgb(129 140 248 / 0.9);
}

.hover\:text-indigo-400\/95:hover{
  color: rgb(129 140 248 / 0.95);
}

.hover\:text-indigo-50:hover{
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity));
}

.hover\:text-indigo-50\/0:hover{
  color: rgb(238 242 255 / 0);
}

.hover\:text-indigo-50\/10:hover{
  color: rgb(238 242 255 / 0.1);
}

.hover\:text-indigo-50\/100:hover{
  color: rgb(238 242 255 / 1);
}

.hover\:text-indigo-50\/15:hover{
  color: rgb(238 242 255 / 0.15);
}

.hover\:text-indigo-50\/20:hover{
  color: rgb(238 242 255 / 0.2);
}

.hover\:text-indigo-50\/25:hover{
  color: rgb(238 242 255 / 0.25);
}

.hover\:text-indigo-50\/30:hover{
  color: rgb(238 242 255 / 0.3);
}

.hover\:text-indigo-50\/35:hover{
  color: rgb(238 242 255 / 0.35);
}

.hover\:text-indigo-50\/40:hover{
  color: rgb(238 242 255 / 0.4);
}

.hover\:text-indigo-50\/45:hover{
  color: rgb(238 242 255 / 0.45);
}

.hover\:text-indigo-50\/5:hover{
  color: rgb(238 242 255 / 0.05);
}

.hover\:text-indigo-50\/50:hover{
  color: rgb(238 242 255 / 0.5);
}

.hover\:text-indigo-50\/55:hover{
  color: rgb(238 242 255 / 0.55);
}

.hover\:text-indigo-50\/60:hover{
  color: rgb(238 242 255 / 0.6);
}

.hover\:text-indigo-50\/65:hover{
  color: rgb(238 242 255 / 0.65);
}

.hover\:text-indigo-50\/70:hover{
  color: rgb(238 242 255 / 0.7);
}

.hover\:text-indigo-50\/75:hover{
  color: rgb(238 242 255 / 0.75);
}

.hover\:text-indigo-50\/80:hover{
  color: rgb(238 242 255 / 0.8);
}

.hover\:text-indigo-50\/85:hover{
  color: rgb(238 242 255 / 0.85);
}

.hover\:text-indigo-50\/90:hover{
  color: rgb(238 242 255 / 0.9);
}

.hover\:text-indigo-50\/95:hover{
  color: rgb(238 242 255 / 0.95);
}

.hover\:text-indigo-500:hover{
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

.hover\:text-indigo-500\/0:hover{
  color: rgb(99 102 241 / 0);
}

.hover\:text-indigo-500\/10:hover{
  color: rgb(99 102 241 / 0.1);
}

.hover\:text-indigo-500\/100:hover{
  color: rgb(99 102 241 / 1);
}

.hover\:text-indigo-500\/15:hover{
  color: rgb(99 102 241 / 0.15);
}

.hover\:text-indigo-500\/20:hover{
  color: rgb(99 102 241 / 0.2);
}

.hover\:text-indigo-500\/25:hover{
  color: rgb(99 102 241 / 0.25);
}

.hover\:text-indigo-500\/30:hover{
  color: rgb(99 102 241 / 0.3);
}

.hover\:text-indigo-500\/35:hover{
  color: rgb(99 102 241 / 0.35);
}

.hover\:text-indigo-500\/40:hover{
  color: rgb(99 102 241 / 0.4);
}

.hover\:text-indigo-500\/45:hover{
  color: rgb(99 102 241 / 0.45);
}

.hover\:text-indigo-500\/5:hover{
  color: rgb(99 102 241 / 0.05);
}

.hover\:text-indigo-500\/50:hover{
  color: rgb(99 102 241 / 0.5);
}

.hover\:text-indigo-500\/55:hover{
  color: rgb(99 102 241 / 0.55);
}

.hover\:text-indigo-500\/60:hover{
  color: rgb(99 102 241 / 0.6);
}

.hover\:text-indigo-500\/65:hover{
  color: rgb(99 102 241 / 0.65);
}

.hover\:text-indigo-500\/70:hover{
  color: rgb(99 102 241 / 0.7);
}

.hover\:text-indigo-500\/75:hover{
  color: rgb(99 102 241 / 0.75);
}

.hover\:text-indigo-500\/80:hover{
  color: rgb(99 102 241 / 0.8);
}

.hover\:text-indigo-500\/85:hover{
  color: rgb(99 102 241 / 0.85);
}

.hover\:text-indigo-500\/90:hover{
  color: rgb(99 102 241 / 0.9);
}

.hover\:text-indigo-500\/95:hover{
  color: rgb(99 102 241 / 0.95);
}

.hover\:text-indigo-600:hover{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}

.hover\:text-indigo-600\/0:hover{
  color: rgb(79 70 229 / 0);
}

.hover\:text-indigo-600\/10:hover{
  color: rgb(79 70 229 / 0.1);
}

.hover\:text-indigo-600\/100:hover{
  color: rgb(79 70 229 / 1);
}

.hover\:text-indigo-600\/15:hover{
  color: rgb(79 70 229 / 0.15);
}

.hover\:text-indigo-600\/20:hover{
  color: rgb(79 70 229 / 0.2);
}

.hover\:text-indigo-600\/25:hover{
  color: rgb(79 70 229 / 0.25);
}

.hover\:text-indigo-600\/30:hover{
  color: rgb(79 70 229 / 0.3);
}

.hover\:text-indigo-600\/35:hover{
  color: rgb(79 70 229 / 0.35);
}

.hover\:text-indigo-600\/40:hover{
  color: rgb(79 70 229 / 0.4);
}

.hover\:text-indigo-600\/45:hover{
  color: rgb(79 70 229 / 0.45);
}

.hover\:text-indigo-600\/5:hover{
  color: rgb(79 70 229 / 0.05);
}

.hover\:text-indigo-600\/50:hover{
  color: rgb(79 70 229 / 0.5);
}

.hover\:text-indigo-600\/55:hover{
  color: rgb(79 70 229 / 0.55);
}

.hover\:text-indigo-600\/60:hover{
  color: rgb(79 70 229 / 0.6);
}

.hover\:text-indigo-600\/65:hover{
  color: rgb(79 70 229 / 0.65);
}

.hover\:text-indigo-600\/70:hover{
  color: rgb(79 70 229 / 0.7);
}

.hover\:text-indigo-600\/75:hover{
  color: rgb(79 70 229 / 0.75);
}

.hover\:text-indigo-600\/80:hover{
  color: rgb(79 70 229 / 0.8);
}

.hover\:text-indigo-600\/85:hover{
  color: rgb(79 70 229 / 0.85);
}

.hover\:text-indigo-600\/90:hover{
  color: rgb(79 70 229 / 0.9);
}

.hover\:text-indigo-600\/95:hover{
  color: rgb(79 70 229 / 0.95);
}

.hover\:text-indigo-700:hover{
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}

.hover\:text-indigo-700\/0:hover{
  color: rgb(67 56 202 / 0);
}

.hover\:text-indigo-700\/10:hover{
  color: rgb(67 56 202 / 0.1);
}

.hover\:text-indigo-700\/100:hover{
  color: rgb(67 56 202 / 1);
}

.hover\:text-indigo-700\/15:hover{
  color: rgb(67 56 202 / 0.15);
}

.hover\:text-indigo-700\/20:hover{
  color: rgb(67 56 202 / 0.2);
}

.hover\:text-indigo-700\/25:hover{
  color: rgb(67 56 202 / 0.25);
}

.hover\:text-indigo-700\/30:hover{
  color: rgb(67 56 202 / 0.3);
}

.hover\:text-indigo-700\/35:hover{
  color: rgb(67 56 202 / 0.35);
}

.hover\:text-indigo-700\/40:hover{
  color: rgb(67 56 202 / 0.4);
}

.hover\:text-indigo-700\/45:hover{
  color: rgb(67 56 202 / 0.45);
}

.hover\:text-indigo-700\/5:hover{
  color: rgb(67 56 202 / 0.05);
}

.hover\:text-indigo-700\/50:hover{
  color: rgb(67 56 202 / 0.5);
}

.hover\:text-indigo-700\/55:hover{
  color: rgb(67 56 202 / 0.55);
}

.hover\:text-indigo-700\/60:hover{
  color: rgb(67 56 202 / 0.6);
}

.hover\:text-indigo-700\/65:hover{
  color: rgb(67 56 202 / 0.65);
}

.hover\:text-indigo-700\/70:hover{
  color: rgb(67 56 202 / 0.7);
}

.hover\:text-indigo-700\/75:hover{
  color: rgb(67 56 202 / 0.75);
}

.hover\:text-indigo-700\/80:hover{
  color: rgb(67 56 202 / 0.8);
}

.hover\:text-indigo-700\/85:hover{
  color: rgb(67 56 202 / 0.85);
}

.hover\:text-indigo-700\/90:hover{
  color: rgb(67 56 202 / 0.9);
}

.hover\:text-indigo-700\/95:hover{
  color: rgb(67 56 202 / 0.95);
}

.hover\:text-indigo-800:hover{
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}

.hover\:text-indigo-800\/0:hover{
  color: rgb(55 48 163 / 0);
}

.hover\:text-indigo-800\/10:hover{
  color: rgb(55 48 163 / 0.1);
}

.hover\:text-indigo-800\/100:hover{
  color: rgb(55 48 163 / 1);
}

.hover\:text-indigo-800\/15:hover{
  color: rgb(55 48 163 / 0.15);
}

.hover\:text-indigo-800\/20:hover{
  color: rgb(55 48 163 / 0.2);
}

.hover\:text-indigo-800\/25:hover{
  color: rgb(55 48 163 / 0.25);
}

.hover\:text-indigo-800\/30:hover{
  color: rgb(55 48 163 / 0.3);
}

.hover\:text-indigo-800\/35:hover{
  color: rgb(55 48 163 / 0.35);
}

.hover\:text-indigo-800\/40:hover{
  color: rgb(55 48 163 / 0.4);
}

.hover\:text-indigo-800\/45:hover{
  color: rgb(55 48 163 / 0.45);
}

.hover\:text-indigo-800\/5:hover{
  color: rgb(55 48 163 / 0.05);
}

.hover\:text-indigo-800\/50:hover{
  color: rgb(55 48 163 / 0.5);
}

.hover\:text-indigo-800\/55:hover{
  color: rgb(55 48 163 / 0.55);
}

.hover\:text-indigo-800\/60:hover{
  color: rgb(55 48 163 / 0.6);
}

.hover\:text-indigo-800\/65:hover{
  color: rgb(55 48 163 / 0.65);
}

.hover\:text-indigo-800\/70:hover{
  color: rgb(55 48 163 / 0.7);
}

.hover\:text-indigo-800\/75:hover{
  color: rgb(55 48 163 / 0.75);
}

.hover\:text-indigo-800\/80:hover{
  color: rgb(55 48 163 / 0.8);
}

.hover\:text-indigo-800\/85:hover{
  color: rgb(55 48 163 / 0.85);
}

.hover\:text-indigo-800\/90:hover{
  color: rgb(55 48 163 / 0.9);
}

.hover\:text-indigo-800\/95:hover{
  color: rgb(55 48 163 / 0.95);
}

.hover\:text-indigo-900:hover{
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity));
}

.hover\:text-indigo-900\/0:hover{
  color: rgb(49 46 129 / 0);
}

.hover\:text-indigo-900\/10:hover{
  color: rgb(49 46 129 / 0.1);
}

.hover\:text-indigo-900\/100:hover{
  color: rgb(49 46 129 / 1);
}

.hover\:text-indigo-900\/15:hover{
  color: rgb(49 46 129 / 0.15);
}

.hover\:text-indigo-900\/20:hover{
  color: rgb(49 46 129 / 0.2);
}

.hover\:text-indigo-900\/25:hover{
  color: rgb(49 46 129 / 0.25);
}

.hover\:text-indigo-900\/30:hover{
  color: rgb(49 46 129 / 0.3);
}

.hover\:text-indigo-900\/35:hover{
  color: rgb(49 46 129 / 0.35);
}

.hover\:text-indigo-900\/40:hover{
  color: rgb(49 46 129 / 0.4);
}

.hover\:text-indigo-900\/45:hover{
  color: rgb(49 46 129 / 0.45);
}

.hover\:text-indigo-900\/5:hover{
  color: rgb(49 46 129 / 0.05);
}

.hover\:text-indigo-900\/50:hover{
  color: rgb(49 46 129 / 0.5);
}

.hover\:text-indigo-900\/55:hover{
  color: rgb(49 46 129 / 0.55);
}

.hover\:text-indigo-900\/60:hover{
  color: rgb(49 46 129 / 0.6);
}

.hover\:text-indigo-900\/65:hover{
  color: rgb(49 46 129 / 0.65);
}

.hover\:text-indigo-900\/70:hover{
  color: rgb(49 46 129 / 0.7);
}

.hover\:text-indigo-900\/75:hover{
  color: rgb(49 46 129 / 0.75);
}

.hover\:text-indigo-900\/80:hover{
  color: rgb(49 46 129 / 0.8);
}

.hover\:text-indigo-900\/85:hover{
  color: rgb(49 46 129 / 0.85);
}

.hover\:text-indigo-900\/90:hover{
  color: rgb(49 46 129 / 0.9);
}

.hover\:text-indigo-900\/95:hover{
  color: rgb(49 46 129 / 0.95);
}

.hover\:text-red-100:hover{
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity));
}

.hover\:text-red-100\/0:hover{
  color: rgb(254 226 226 / 0);
}

.hover\:text-red-100\/10:hover{
  color: rgb(254 226 226 / 0.1);
}

.hover\:text-red-100\/100:hover{
  color: rgb(254 226 226 / 1);
}

.hover\:text-red-100\/15:hover{
  color: rgb(254 226 226 / 0.15);
}

.hover\:text-red-100\/20:hover{
  color: rgb(254 226 226 / 0.2);
}

.hover\:text-red-100\/25:hover{
  color: rgb(254 226 226 / 0.25);
}

.hover\:text-red-100\/30:hover{
  color: rgb(254 226 226 / 0.3);
}

.hover\:text-red-100\/35:hover{
  color: rgb(254 226 226 / 0.35);
}

.hover\:text-red-100\/40:hover{
  color: rgb(254 226 226 / 0.4);
}

.hover\:text-red-100\/45:hover{
  color: rgb(254 226 226 / 0.45);
}

.hover\:text-red-100\/5:hover{
  color: rgb(254 226 226 / 0.05);
}

.hover\:text-red-100\/50:hover{
  color: rgb(254 226 226 / 0.5);
}

.hover\:text-red-100\/55:hover{
  color: rgb(254 226 226 / 0.55);
}

.hover\:text-red-100\/60:hover{
  color: rgb(254 226 226 / 0.6);
}

.hover\:text-red-100\/65:hover{
  color: rgb(254 226 226 / 0.65);
}

.hover\:text-red-100\/70:hover{
  color: rgb(254 226 226 / 0.7);
}

.hover\:text-red-100\/75:hover{
  color: rgb(254 226 226 / 0.75);
}

.hover\:text-red-100\/80:hover{
  color: rgb(254 226 226 / 0.8);
}

.hover\:text-red-100\/85:hover{
  color: rgb(254 226 226 / 0.85);
}

.hover\:text-red-100\/90:hover{
  color: rgb(254 226 226 / 0.9);
}

.hover\:text-red-100\/95:hover{
  color: rgb(254 226 226 / 0.95);
}

.hover\:text-red-200:hover{
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity));
}

.hover\:text-red-200\/0:hover{
  color: rgb(254 202 202 / 0);
}

.hover\:text-red-200\/10:hover{
  color: rgb(254 202 202 / 0.1);
}

.hover\:text-red-200\/100:hover{
  color: rgb(254 202 202 / 1);
}

.hover\:text-red-200\/15:hover{
  color: rgb(254 202 202 / 0.15);
}

.hover\:text-red-200\/20:hover{
  color: rgb(254 202 202 / 0.2);
}

.hover\:text-red-200\/25:hover{
  color: rgb(254 202 202 / 0.25);
}

.hover\:text-red-200\/30:hover{
  color: rgb(254 202 202 / 0.3);
}

.hover\:text-red-200\/35:hover{
  color: rgb(254 202 202 / 0.35);
}

.hover\:text-red-200\/40:hover{
  color: rgb(254 202 202 / 0.4);
}

.hover\:text-red-200\/45:hover{
  color: rgb(254 202 202 / 0.45);
}

.hover\:text-red-200\/5:hover{
  color: rgb(254 202 202 / 0.05);
}

.hover\:text-red-200\/50:hover{
  color: rgb(254 202 202 / 0.5);
}

.hover\:text-red-200\/55:hover{
  color: rgb(254 202 202 / 0.55);
}

.hover\:text-red-200\/60:hover{
  color: rgb(254 202 202 / 0.6);
}

.hover\:text-red-200\/65:hover{
  color: rgb(254 202 202 / 0.65);
}

.hover\:text-red-200\/70:hover{
  color: rgb(254 202 202 / 0.7);
}

.hover\:text-red-200\/75:hover{
  color: rgb(254 202 202 / 0.75);
}

.hover\:text-red-200\/80:hover{
  color: rgb(254 202 202 / 0.8);
}

.hover\:text-red-200\/85:hover{
  color: rgb(254 202 202 / 0.85);
}

.hover\:text-red-200\/90:hover{
  color: rgb(254 202 202 / 0.9);
}

.hover\:text-red-200\/95:hover{
  color: rgb(254 202 202 / 0.95);
}

.hover\:text-red-300:hover{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}

.hover\:text-red-300\/0:hover{
  color: rgb(252 165 165 / 0);
}

.hover\:text-red-300\/10:hover{
  color: rgb(252 165 165 / 0.1);
}

.hover\:text-red-300\/100:hover{
  color: rgb(252 165 165 / 1);
}

.hover\:text-red-300\/15:hover{
  color: rgb(252 165 165 / 0.15);
}

.hover\:text-red-300\/20:hover{
  color: rgb(252 165 165 / 0.2);
}

.hover\:text-red-300\/25:hover{
  color: rgb(252 165 165 / 0.25);
}

.hover\:text-red-300\/30:hover{
  color: rgb(252 165 165 / 0.3);
}

.hover\:text-red-300\/35:hover{
  color: rgb(252 165 165 / 0.35);
}

.hover\:text-red-300\/40:hover{
  color: rgb(252 165 165 / 0.4);
}

.hover\:text-red-300\/45:hover{
  color: rgb(252 165 165 / 0.45);
}

.hover\:text-red-300\/5:hover{
  color: rgb(252 165 165 / 0.05);
}

.hover\:text-red-300\/50:hover{
  color: rgb(252 165 165 / 0.5);
}

.hover\:text-red-300\/55:hover{
  color: rgb(252 165 165 / 0.55);
}

.hover\:text-red-300\/60:hover{
  color: rgb(252 165 165 / 0.6);
}

.hover\:text-red-300\/65:hover{
  color: rgb(252 165 165 / 0.65);
}

.hover\:text-red-300\/70:hover{
  color: rgb(252 165 165 / 0.7);
}

.hover\:text-red-300\/75:hover{
  color: rgb(252 165 165 / 0.75);
}

.hover\:text-red-300\/80:hover{
  color: rgb(252 165 165 / 0.8);
}

.hover\:text-red-300\/85:hover{
  color: rgb(252 165 165 / 0.85);
}

.hover\:text-red-300\/90:hover{
  color: rgb(252 165 165 / 0.9);
}

.hover\:text-red-300\/95:hover{
  color: rgb(252 165 165 / 0.95);
}

.hover\:text-red-400:hover{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}

.hover\:text-red-400\/0:hover{
  color: rgb(248 113 113 / 0);
}

.hover\:text-red-400\/10:hover{
  color: rgb(248 113 113 / 0.1);
}

.hover\:text-red-400\/100:hover{
  color: rgb(248 113 113 / 1);
}

.hover\:text-red-400\/15:hover{
  color: rgb(248 113 113 / 0.15);
}

.hover\:text-red-400\/20:hover{
  color: rgb(248 113 113 / 0.2);
}

.hover\:text-red-400\/25:hover{
  color: rgb(248 113 113 / 0.25);
}

.hover\:text-red-400\/30:hover{
  color: rgb(248 113 113 / 0.3);
}

.hover\:text-red-400\/35:hover{
  color: rgb(248 113 113 / 0.35);
}

.hover\:text-red-400\/40:hover{
  color: rgb(248 113 113 / 0.4);
}

.hover\:text-red-400\/45:hover{
  color: rgb(248 113 113 / 0.45);
}

.hover\:text-red-400\/5:hover{
  color: rgb(248 113 113 / 0.05);
}

.hover\:text-red-400\/50:hover{
  color: rgb(248 113 113 / 0.5);
}

.hover\:text-red-400\/55:hover{
  color: rgb(248 113 113 / 0.55);
}

.hover\:text-red-400\/60:hover{
  color: rgb(248 113 113 / 0.6);
}

.hover\:text-red-400\/65:hover{
  color: rgb(248 113 113 / 0.65);
}

.hover\:text-red-400\/70:hover{
  color: rgb(248 113 113 / 0.7);
}

.hover\:text-red-400\/75:hover{
  color: rgb(248 113 113 / 0.75);
}

.hover\:text-red-400\/80:hover{
  color: rgb(248 113 113 / 0.8);
}

.hover\:text-red-400\/85:hover{
  color: rgb(248 113 113 / 0.85);
}

.hover\:text-red-400\/90:hover{
  color: rgb(248 113 113 / 0.9);
}

.hover\:text-red-400\/95:hover{
  color: rgb(248 113 113 / 0.95);
}

.hover\:text-red-50:hover{
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity));
}

.hover\:text-red-50\/0:hover{
  color: rgb(254 242 242 / 0);
}

.hover\:text-red-50\/10:hover{
  color: rgb(254 242 242 / 0.1);
}

.hover\:text-red-50\/100:hover{
  color: rgb(254 242 242 / 1);
}

.hover\:text-red-50\/15:hover{
  color: rgb(254 242 242 / 0.15);
}

.hover\:text-red-50\/20:hover{
  color: rgb(254 242 242 / 0.2);
}

.hover\:text-red-50\/25:hover{
  color: rgb(254 242 242 / 0.25);
}

.hover\:text-red-50\/30:hover{
  color: rgb(254 242 242 / 0.3);
}

.hover\:text-red-50\/35:hover{
  color: rgb(254 242 242 / 0.35);
}

.hover\:text-red-50\/40:hover{
  color: rgb(254 242 242 / 0.4);
}

.hover\:text-red-50\/45:hover{
  color: rgb(254 242 242 / 0.45);
}

.hover\:text-red-50\/5:hover{
  color: rgb(254 242 242 / 0.05);
}

.hover\:text-red-50\/50:hover{
  color: rgb(254 242 242 / 0.5);
}

.hover\:text-red-50\/55:hover{
  color: rgb(254 242 242 / 0.55);
}

.hover\:text-red-50\/60:hover{
  color: rgb(254 242 242 / 0.6);
}

.hover\:text-red-50\/65:hover{
  color: rgb(254 242 242 / 0.65);
}

.hover\:text-red-50\/70:hover{
  color: rgb(254 242 242 / 0.7);
}

.hover\:text-red-50\/75:hover{
  color: rgb(254 242 242 / 0.75);
}

.hover\:text-red-50\/80:hover{
  color: rgb(254 242 242 / 0.8);
}

.hover\:text-red-50\/85:hover{
  color: rgb(254 242 242 / 0.85);
}

.hover\:text-red-50\/90:hover{
  color: rgb(254 242 242 / 0.9);
}

.hover\:text-red-50\/95:hover{
  color: rgb(254 242 242 / 0.95);
}

.hover\:text-red-500:hover{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.hover\:text-red-500\/0:hover{
  color: rgb(239 68 68 / 0);
}

.hover\:text-red-500\/10:hover{
  color: rgb(239 68 68 / 0.1);
}

.hover\:text-red-500\/100:hover{
  color: rgb(239 68 68 / 1);
}

.hover\:text-red-500\/15:hover{
  color: rgb(239 68 68 / 0.15);
}

.hover\:text-red-500\/20:hover{
  color: rgb(239 68 68 / 0.2);
}

.hover\:text-red-500\/25:hover{
  color: rgb(239 68 68 / 0.25);
}

.hover\:text-red-500\/30:hover{
  color: rgb(239 68 68 / 0.3);
}

.hover\:text-red-500\/35:hover{
  color: rgb(239 68 68 / 0.35);
}

.hover\:text-red-500\/40:hover{
  color: rgb(239 68 68 / 0.4);
}

.hover\:text-red-500\/45:hover{
  color: rgb(239 68 68 / 0.45);
}

.hover\:text-red-500\/5:hover{
  color: rgb(239 68 68 / 0.05);
}

.hover\:text-red-500\/50:hover{
  color: rgb(239 68 68 / 0.5);
}

.hover\:text-red-500\/55:hover{
  color: rgb(239 68 68 / 0.55);
}

.hover\:text-red-500\/60:hover{
  color: rgb(239 68 68 / 0.6);
}

.hover\:text-red-500\/65:hover{
  color: rgb(239 68 68 / 0.65);
}

.hover\:text-red-500\/70:hover{
  color: rgb(239 68 68 / 0.7);
}

.hover\:text-red-500\/75:hover{
  color: rgb(239 68 68 / 0.75);
}

.hover\:text-red-500\/80:hover{
  color: rgb(239 68 68 / 0.8);
}

.hover\:text-red-500\/85:hover{
  color: rgb(239 68 68 / 0.85);
}

.hover\:text-red-500\/90:hover{
  color: rgb(239 68 68 / 0.9);
}

.hover\:text-red-500\/95:hover{
  color: rgb(239 68 68 / 0.95);
}

.hover\:text-red-600:hover{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.hover\:text-red-600\/0:hover{
  color: rgb(220 38 38 / 0);
}

.hover\:text-red-600\/10:hover{
  color: rgb(220 38 38 / 0.1);
}

.hover\:text-red-600\/100:hover{
  color: rgb(220 38 38 / 1);
}

.hover\:text-red-600\/15:hover{
  color: rgb(220 38 38 / 0.15);
}

.hover\:text-red-600\/20:hover{
  color: rgb(220 38 38 / 0.2);
}

.hover\:text-red-600\/25:hover{
  color: rgb(220 38 38 / 0.25);
}

.hover\:text-red-600\/30:hover{
  color: rgb(220 38 38 / 0.3);
}

.hover\:text-red-600\/35:hover{
  color: rgb(220 38 38 / 0.35);
}

.hover\:text-red-600\/40:hover{
  color: rgb(220 38 38 / 0.4);
}

.hover\:text-red-600\/45:hover{
  color: rgb(220 38 38 / 0.45);
}

.hover\:text-red-600\/5:hover{
  color: rgb(220 38 38 / 0.05);
}

.hover\:text-red-600\/50:hover{
  color: rgb(220 38 38 / 0.5);
}

.hover\:text-red-600\/55:hover{
  color: rgb(220 38 38 / 0.55);
}

.hover\:text-red-600\/60:hover{
  color: rgb(220 38 38 / 0.6);
}

.hover\:text-red-600\/65:hover{
  color: rgb(220 38 38 / 0.65);
}

.hover\:text-red-600\/70:hover{
  color: rgb(220 38 38 / 0.7);
}

.hover\:text-red-600\/75:hover{
  color: rgb(220 38 38 / 0.75);
}

.hover\:text-red-600\/80:hover{
  color: rgb(220 38 38 / 0.8);
}

.hover\:text-red-600\/85:hover{
  color: rgb(220 38 38 / 0.85);
}

.hover\:text-red-600\/90:hover{
  color: rgb(220 38 38 / 0.9);
}

.hover\:text-red-600\/95:hover{
  color: rgb(220 38 38 / 0.95);
}

.hover\:text-red-700:hover{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.hover\:text-red-700\/0:hover{
  color: rgb(185 28 28 / 0);
}

.hover\:text-red-700\/10:hover{
  color: rgb(185 28 28 / 0.1);
}

.hover\:text-red-700\/100:hover{
  color: rgb(185 28 28 / 1);
}

.hover\:text-red-700\/15:hover{
  color: rgb(185 28 28 / 0.15);
}

.hover\:text-red-700\/20:hover{
  color: rgb(185 28 28 / 0.2);
}

.hover\:text-red-700\/25:hover{
  color: rgb(185 28 28 / 0.25);
}

.hover\:text-red-700\/30:hover{
  color: rgb(185 28 28 / 0.3);
}

.hover\:text-red-700\/35:hover{
  color: rgb(185 28 28 / 0.35);
}

.hover\:text-red-700\/40:hover{
  color: rgb(185 28 28 / 0.4);
}

.hover\:text-red-700\/45:hover{
  color: rgb(185 28 28 / 0.45);
}

.hover\:text-red-700\/5:hover{
  color: rgb(185 28 28 / 0.05);
}

.hover\:text-red-700\/50:hover{
  color: rgb(185 28 28 / 0.5);
}

.hover\:text-red-700\/55:hover{
  color: rgb(185 28 28 / 0.55);
}

.hover\:text-red-700\/60:hover{
  color: rgb(185 28 28 / 0.6);
}

.hover\:text-red-700\/65:hover{
  color: rgb(185 28 28 / 0.65);
}

.hover\:text-red-700\/70:hover{
  color: rgb(185 28 28 / 0.7);
}

.hover\:text-red-700\/75:hover{
  color: rgb(185 28 28 / 0.75);
}

.hover\:text-red-700\/80:hover{
  color: rgb(185 28 28 / 0.8);
}

.hover\:text-red-700\/85:hover{
  color: rgb(185 28 28 / 0.85);
}

.hover\:text-red-700\/90:hover{
  color: rgb(185 28 28 / 0.9);
}

.hover\:text-red-700\/95:hover{
  color: rgb(185 28 28 / 0.95);
}

.hover\:text-red-800:hover{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

.hover\:text-red-800\/0:hover{
  color: rgb(153 27 27 / 0);
}

.hover\:text-red-800\/10:hover{
  color: rgb(153 27 27 / 0.1);
}

.hover\:text-red-800\/100:hover{
  color: rgb(153 27 27 / 1);
}

.hover\:text-red-800\/15:hover{
  color: rgb(153 27 27 / 0.15);
}

.hover\:text-red-800\/20:hover{
  color: rgb(153 27 27 / 0.2);
}

.hover\:text-red-800\/25:hover{
  color: rgb(153 27 27 / 0.25);
}

.hover\:text-red-800\/30:hover{
  color: rgb(153 27 27 / 0.3);
}

.hover\:text-red-800\/35:hover{
  color: rgb(153 27 27 / 0.35);
}

.hover\:text-red-800\/40:hover{
  color: rgb(153 27 27 / 0.4);
}

.hover\:text-red-800\/45:hover{
  color: rgb(153 27 27 / 0.45);
}

.hover\:text-red-800\/5:hover{
  color: rgb(153 27 27 / 0.05);
}

.hover\:text-red-800\/50:hover{
  color: rgb(153 27 27 / 0.5);
}

.hover\:text-red-800\/55:hover{
  color: rgb(153 27 27 / 0.55);
}

.hover\:text-red-800\/60:hover{
  color: rgb(153 27 27 / 0.6);
}

.hover\:text-red-800\/65:hover{
  color: rgb(153 27 27 / 0.65);
}

.hover\:text-red-800\/70:hover{
  color: rgb(153 27 27 / 0.7);
}

.hover\:text-red-800\/75:hover{
  color: rgb(153 27 27 / 0.75);
}

.hover\:text-red-800\/80:hover{
  color: rgb(153 27 27 / 0.8);
}

.hover\:text-red-800\/85:hover{
  color: rgb(153 27 27 / 0.85);
}

.hover\:text-red-800\/90:hover{
  color: rgb(153 27 27 / 0.9);
}

.hover\:text-red-800\/95:hover{
  color: rgb(153 27 27 / 0.95);
}

.hover\:text-red-900:hover{
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}

.hover\:text-red-900\/0:hover{
  color: rgb(127 29 29 / 0);
}

.hover\:text-red-900\/10:hover{
  color: rgb(127 29 29 / 0.1);
}

.hover\:text-red-900\/100:hover{
  color: rgb(127 29 29 / 1);
}

.hover\:text-red-900\/15:hover{
  color: rgb(127 29 29 / 0.15);
}

.hover\:text-red-900\/20:hover{
  color: rgb(127 29 29 / 0.2);
}

.hover\:text-red-900\/25:hover{
  color: rgb(127 29 29 / 0.25);
}

.hover\:text-red-900\/30:hover{
  color: rgb(127 29 29 / 0.3);
}

.hover\:text-red-900\/35:hover{
  color: rgb(127 29 29 / 0.35);
}

.hover\:text-red-900\/40:hover{
  color: rgb(127 29 29 / 0.4);
}

.hover\:text-red-900\/45:hover{
  color: rgb(127 29 29 / 0.45);
}

.hover\:text-red-900\/5:hover{
  color: rgb(127 29 29 / 0.05);
}

.hover\:text-red-900\/50:hover{
  color: rgb(127 29 29 / 0.5);
}

.hover\:text-red-900\/55:hover{
  color: rgb(127 29 29 / 0.55);
}

.hover\:text-red-900\/60:hover{
  color: rgb(127 29 29 / 0.6);
}

.hover\:text-red-900\/65:hover{
  color: rgb(127 29 29 / 0.65);
}

.hover\:text-red-900\/70:hover{
  color: rgb(127 29 29 / 0.7);
}

.hover\:text-red-900\/75:hover{
  color: rgb(127 29 29 / 0.75);
}

.hover\:text-red-900\/80:hover{
  color: rgb(127 29 29 / 0.8);
}

.hover\:text-red-900\/85:hover{
  color: rgb(127 29 29 / 0.85);
}

.hover\:text-red-900\/90:hover{
  color: rgb(127 29 29 / 0.9);
}

.hover\:text-red-900\/95:hover{
  color: rgb(127 29 29 / 0.95);
}

.hover\:text-yellow-100:hover{
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity));
}

.hover\:text-yellow-100\/0:hover{
  color: rgb(254 249 195 / 0);
}

.hover\:text-yellow-100\/10:hover{
  color: rgb(254 249 195 / 0.1);
}

.hover\:text-yellow-100\/100:hover{
  color: rgb(254 249 195 / 1);
}

.hover\:text-yellow-100\/15:hover{
  color: rgb(254 249 195 / 0.15);
}

.hover\:text-yellow-100\/20:hover{
  color: rgb(254 249 195 / 0.2);
}

.hover\:text-yellow-100\/25:hover{
  color: rgb(254 249 195 / 0.25);
}

.hover\:text-yellow-100\/30:hover{
  color: rgb(254 249 195 / 0.3);
}

.hover\:text-yellow-100\/35:hover{
  color: rgb(254 249 195 / 0.35);
}

.hover\:text-yellow-100\/40:hover{
  color: rgb(254 249 195 / 0.4);
}

.hover\:text-yellow-100\/45:hover{
  color: rgb(254 249 195 / 0.45);
}

.hover\:text-yellow-100\/5:hover{
  color: rgb(254 249 195 / 0.05);
}

.hover\:text-yellow-100\/50:hover{
  color: rgb(254 249 195 / 0.5);
}

.hover\:text-yellow-100\/55:hover{
  color: rgb(254 249 195 / 0.55);
}

.hover\:text-yellow-100\/60:hover{
  color: rgb(254 249 195 / 0.6);
}

.hover\:text-yellow-100\/65:hover{
  color: rgb(254 249 195 / 0.65);
}

.hover\:text-yellow-100\/70:hover{
  color: rgb(254 249 195 / 0.7);
}

.hover\:text-yellow-100\/75:hover{
  color: rgb(254 249 195 / 0.75);
}

.hover\:text-yellow-100\/80:hover{
  color: rgb(254 249 195 / 0.8);
}

.hover\:text-yellow-100\/85:hover{
  color: rgb(254 249 195 / 0.85);
}

.hover\:text-yellow-100\/90:hover{
  color: rgb(254 249 195 / 0.9);
}

.hover\:text-yellow-100\/95:hover{
  color: rgb(254 249 195 / 0.95);
}

.hover\:text-yellow-200:hover{
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity));
}

.hover\:text-yellow-200\/0:hover{
  color: rgb(254 240 138 / 0);
}

.hover\:text-yellow-200\/10:hover{
  color: rgb(254 240 138 / 0.1);
}

.hover\:text-yellow-200\/100:hover{
  color: rgb(254 240 138 / 1);
}

.hover\:text-yellow-200\/15:hover{
  color: rgb(254 240 138 / 0.15);
}

.hover\:text-yellow-200\/20:hover{
  color: rgb(254 240 138 / 0.2);
}

.hover\:text-yellow-200\/25:hover{
  color: rgb(254 240 138 / 0.25);
}

.hover\:text-yellow-200\/30:hover{
  color: rgb(254 240 138 / 0.3);
}

.hover\:text-yellow-200\/35:hover{
  color: rgb(254 240 138 / 0.35);
}

.hover\:text-yellow-200\/40:hover{
  color: rgb(254 240 138 / 0.4);
}

.hover\:text-yellow-200\/45:hover{
  color: rgb(254 240 138 / 0.45);
}

.hover\:text-yellow-200\/5:hover{
  color: rgb(254 240 138 / 0.05);
}

.hover\:text-yellow-200\/50:hover{
  color: rgb(254 240 138 / 0.5);
}

.hover\:text-yellow-200\/55:hover{
  color: rgb(254 240 138 / 0.55);
}

.hover\:text-yellow-200\/60:hover{
  color: rgb(254 240 138 / 0.6);
}

.hover\:text-yellow-200\/65:hover{
  color: rgb(254 240 138 / 0.65);
}

.hover\:text-yellow-200\/70:hover{
  color: rgb(254 240 138 / 0.7);
}

.hover\:text-yellow-200\/75:hover{
  color: rgb(254 240 138 / 0.75);
}

.hover\:text-yellow-200\/80:hover{
  color: rgb(254 240 138 / 0.8);
}

.hover\:text-yellow-200\/85:hover{
  color: rgb(254 240 138 / 0.85);
}

.hover\:text-yellow-200\/90:hover{
  color: rgb(254 240 138 / 0.9);
}

.hover\:text-yellow-200\/95:hover{
  color: rgb(254 240 138 / 0.95);
}

.hover\:text-yellow-300:hover{
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}

.hover\:text-yellow-300\/0:hover{
  color: rgb(253 224 71 / 0);
}

.hover\:text-yellow-300\/10:hover{
  color: rgb(253 224 71 / 0.1);
}

.hover\:text-yellow-300\/100:hover{
  color: rgb(253 224 71 / 1);
}

.hover\:text-yellow-300\/15:hover{
  color: rgb(253 224 71 / 0.15);
}

.hover\:text-yellow-300\/20:hover{
  color: rgb(253 224 71 / 0.2);
}

.hover\:text-yellow-300\/25:hover{
  color: rgb(253 224 71 / 0.25);
}

.hover\:text-yellow-300\/30:hover{
  color: rgb(253 224 71 / 0.3);
}

.hover\:text-yellow-300\/35:hover{
  color: rgb(253 224 71 / 0.35);
}

.hover\:text-yellow-300\/40:hover{
  color: rgb(253 224 71 / 0.4);
}

.hover\:text-yellow-300\/45:hover{
  color: rgb(253 224 71 / 0.45);
}

.hover\:text-yellow-300\/5:hover{
  color: rgb(253 224 71 / 0.05);
}

.hover\:text-yellow-300\/50:hover{
  color: rgb(253 224 71 / 0.5);
}

.hover\:text-yellow-300\/55:hover{
  color: rgb(253 224 71 / 0.55);
}

.hover\:text-yellow-300\/60:hover{
  color: rgb(253 224 71 / 0.6);
}

.hover\:text-yellow-300\/65:hover{
  color: rgb(253 224 71 / 0.65);
}

.hover\:text-yellow-300\/70:hover{
  color: rgb(253 224 71 / 0.7);
}

.hover\:text-yellow-300\/75:hover{
  color: rgb(253 224 71 / 0.75);
}

.hover\:text-yellow-300\/80:hover{
  color: rgb(253 224 71 / 0.8);
}

.hover\:text-yellow-300\/85:hover{
  color: rgb(253 224 71 / 0.85);
}

.hover\:text-yellow-300\/90:hover{
  color: rgb(253 224 71 / 0.9);
}

.hover\:text-yellow-300\/95:hover{
  color: rgb(253 224 71 / 0.95);
}

.hover\:text-yellow-400:hover{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}

.hover\:text-yellow-400\/0:hover{
  color: rgb(250 204 21 / 0);
}

.hover\:text-yellow-400\/10:hover{
  color: rgb(250 204 21 / 0.1);
}

.hover\:text-yellow-400\/100:hover{
  color: rgb(250 204 21 / 1);
}

.hover\:text-yellow-400\/15:hover{
  color: rgb(250 204 21 / 0.15);
}

.hover\:text-yellow-400\/20:hover{
  color: rgb(250 204 21 / 0.2);
}

.hover\:text-yellow-400\/25:hover{
  color: rgb(250 204 21 / 0.25);
}

.hover\:text-yellow-400\/30:hover{
  color: rgb(250 204 21 / 0.3);
}

.hover\:text-yellow-400\/35:hover{
  color: rgb(250 204 21 / 0.35);
}

.hover\:text-yellow-400\/40:hover{
  color: rgb(250 204 21 / 0.4);
}

.hover\:text-yellow-400\/45:hover{
  color: rgb(250 204 21 / 0.45);
}

.hover\:text-yellow-400\/5:hover{
  color: rgb(250 204 21 / 0.05);
}

.hover\:text-yellow-400\/50:hover{
  color: rgb(250 204 21 / 0.5);
}

.hover\:text-yellow-400\/55:hover{
  color: rgb(250 204 21 / 0.55);
}

.hover\:text-yellow-400\/60:hover{
  color: rgb(250 204 21 / 0.6);
}

.hover\:text-yellow-400\/65:hover{
  color: rgb(250 204 21 / 0.65);
}

.hover\:text-yellow-400\/70:hover{
  color: rgb(250 204 21 / 0.7);
}

.hover\:text-yellow-400\/75:hover{
  color: rgb(250 204 21 / 0.75);
}

.hover\:text-yellow-400\/80:hover{
  color: rgb(250 204 21 / 0.8);
}

.hover\:text-yellow-400\/85:hover{
  color: rgb(250 204 21 / 0.85);
}

.hover\:text-yellow-400\/90:hover{
  color: rgb(250 204 21 / 0.9);
}

.hover\:text-yellow-400\/95:hover{
  color: rgb(250 204 21 / 0.95);
}

.hover\:text-yellow-50:hover{
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity));
}

.hover\:text-yellow-50\/0:hover{
  color: rgb(254 252 232 / 0);
}

.hover\:text-yellow-50\/10:hover{
  color: rgb(254 252 232 / 0.1);
}

.hover\:text-yellow-50\/100:hover{
  color: rgb(254 252 232 / 1);
}

.hover\:text-yellow-50\/15:hover{
  color: rgb(254 252 232 / 0.15);
}

.hover\:text-yellow-50\/20:hover{
  color: rgb(254 252 232 / 0.2);
}

.hover\:text-yellow-50\/25:hover{
  color: rgb(254 252 232 / 0.25);
}

.hover\:text-yellow-50\/30:hover{
  color: rgb(254 252 232 / 0.3);
}

.hover\:text-yellow-50\/35:hover{
  color: rgb(254 252 232 / 0.35);
}

.hover\:text-yellow-50\/40:hover{
  color: rgb(254 252 232 / 0.4);
}

.hover\:text-yellow-50\/45:hover{
  color: rgb(254 252 232 / 0.45);
}

.hover\:text-yellow-50\/5:hover{
  color: rgb(254 252 232 / 0.05);
}

.hover\:text-yellow-50\/50:hover{
  color: rgb(254 252 232 / 0.5);
}

.hover\:text-yellow-50\/55:hover{
  color: rgb(254 252 232 / 0.55);
}

.hover\:text-yellow-50\/60:hover{
  color: rgb(254 252 232 / 0.6);
}

.hover\:text-yellow-50\/65:hover{
  color: rgb(254 252 232 / 0.65);
}

.hover\:text-yellow-50\/70:hover{
  color: rgb(254 252 232 / 0.7);
}

.hover\:text-yellow-50\/75:hover{
  color: rgb(254 252 232 / 0.75);
}

.hover\:text-yellow-50\/80:hover{
  color: rgb(254 252 232 / 0.8);
}

.hover\:text-yellow-50\/85:hover{
  color: rgb(254 252 232 / 0.85);
}

.hover\:text-yellow-50\/90:hover{
  color: rgb(254 252 232 / 0.9);
}

.hover\:text-yellow-50\/95:hover{
  color: rgb(254 252 232 / 0.95);
}

.hover\:text-yellow-500:hover{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}

.hover\:text-yellow-500\/0:hover{
  color: rgb(234 179 8 / 0);
}

.hover\:text-yellow-500\/10:hover{
  color: rgb(234 179 8 / 0.1);
}

.hover\:text-yellow-500\/100:hover{
  color: rgb(234 179 8 / 1);
}

.hover\:text-yellow-500\/15:hover{
  color: rgb(234 179 8 / 0.15);
}

.hover\:text-yellow-500\/20:hover{
  color: rgb(234 179 8 / 0.2);
}

.hover\:text-yellow-500\/25:hover{
  color: rgb(234 179 8 / 0.25);
}

.hover\:text-yellow-500\/30:hover{
  color: rgb(234 179 8 / 0.3);
}

.hover\:text-yellow-500\/35:hover{
  color: rgb(234 179 8 / 0.35);
}

.hover\:text-yellow-500\/40:hover{
  color: rgb(234 179 8 / 0.4);
}

.hover\:text-yellow-500\/45:hover{
  color: rgb(234 179 8 / 0.45);
}

.hover\:text-yellow-500\/5:hover{
  color: rgb(234 179 8 / 0.05);
}

.hover\:text-yellow-500\/50:hover{
  color: rgb(234 179 8 / 0.5);
}

.hover\:text-yellow-500\/55:hover{
  color: rgb(234 179 8 / 0.55);
}

.hover\:text-yellow-500\/60:hover{
  color: rgb(234 179 8 / 0.6);
}

.hover\:text-yellow-500\/65:hover{
  color: rgb(234 179 8 / 0.65);
}

.hover\:text-yellow-500\/70:hover{
  color: rgb(234 179 8 / 0.7);
}

.hover\:text-yellow-500\/75:hover{
  color: rgb(234 179 8 / 0.75);
}

.hover\:text-yellow-500\/80:hover{
  color: rgb(234 179 8 / 0.8);
}

.hover\:text-yellow-500\/85:hover{
  color: rgb(234 179 8 / 0.85);
}

.hover\:text-yellow-500\/90:hover{
  color: rgb(234 179 8 / 0.9);
}

.hover\:text-yellow-500\/95:hover{
  color: rgb(234 179 8 / 0.95);
}

.hover\:text-yellow-600:hover{
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}

.hover\:text-yellow-600\/0:hover{
  color: rgb(202 138 4 / 0);
}

.hover\:text-yellow-600\/10:hover{
  color: rgb(202 138 4 / 0.1);
}

.hover\:text-yellow-600\/100:hover{
  color: rgb(202 138 4 / 1);
}

.hover\:text-yellow-600\/15:hover{
  color: rgb(202 138 4 / 0.15);
}

.hover\:text-yellow-600\/20:hover{
  color: rgb(202 138 4 / 0.2);
}

.hover\:text-yellow-600\/25:hover{
  color: rgb(202 138 4 / 0.25);
}

.hover\:text-yellow-600\/30:hover{
  color: rgb(202 138 4 / 0.3);
}

.hover\:text-yellow-600\/35:hover{
  color: rgb(202 138 4 / 0.35);
}

.hover\:text-yellow-600\/40:hover{
  color: rgb(202 138 4 / 0.4);
}

.hover\:text-yellow-600\/45:hover{
  color: rgb(202 138 4 / 0.45);
}

.hover\:text-yellow-600\/5:hover{
  color: rgb(202 138 4 / 0.05);
}

.hover\:text-yellow-600\/50:hover{
  color: rgb(202 138 4 / 0.5);
}

.hover\:text-yellow-600\/55:hover{
  color: rgb(202 138 4 / 0.55);
}

.hover\:text-yellow-600\/60:hover{
  color: rgb(202 138 4 / 0.6);
}

.hover\:text-yellow-600\/65:hover{
  color: rgb(202 138 4 / 0.65);
}

.hover\:text-yellow-600\/70:hover{
  color: rgb(202 138 4 / 0.7);
}

.hover\:text-yellow-600\/75:hover{
  color: rgb(202 138 4 / 0.75);
}

.hover\:text-yellow-600\/80:hover{
  color: rgb(202 138 4 / 0.8);
}

.hover\:text-yellow-600\/85:hover{
  color: rgb(202 138 4 / 0.85);
}

.hover\:text-yellow-600\/90:hover{
  color: rgb(202 138 4 / 0.9);
}

.hover\:text-yellow-600\/95:hover{
  color: rgb(202 138 4 / 0.95);
}

.hover\:text-yellow-700:hover{
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}

.hover\:text-yellow-700\/0:hover{
  color: rgb(161 98 7 / 0);
}

.hover\:text-yellow-700\/10:hover{
  color: rgb(161 98 7 / 0.1);
}

.hover\:text-yellow-700\/100:hover{
  color: rgb(161 98 7 / 1);
}

.hover\:text-yellow-700\/15:hover{
  color: rgb(161 98 7 / 0.15);
}

.hover\:text-yellow-700\/20:hover{
  color: rgb(161 98 7 / 0.2);
}

.hover\:text-yellow-700\/25:hover{
  color: rgb(161 98 7 / 0.25);
}

.hover\:text-yellow-700\/30:hover{
  color: rgb(161 98 7 / 0.3);
}

.hover\:text-yellow-700\/35:hover{
  color: rgb(161 98 7 / 0.35);
}

.hover\:text-yellow-700\/40:hover{
  color: rgb(161 98 7 / 0.4);
}

.hover\:text-yellow-700\/45:hover{
  color: rgb(161 98 7 / 0.45);
}

.hover\:text-yellow-700\/5:hover{
  color: rgb(161 98 7 / 0.05);
}

.hover\:text-yellow-700\/50:hover{
  color: rgb(161 98 7 / 0.5);
}

.hover\:text-yellow-700\/55:hover{
  color: rgb(161 98 7 / 0.55);
}

.hover\:text-yellow-700\/60:hover{
  color: rgb(161 98 7 / 0.6);
}

.hover\:text-yellow-700\/65:hover{
  color: rgb(161 98 7 / 0.65);
}

.hover\:text-yellow-700\/70:hover{
  color: rgb(161 98 7 / 0.7);
}

.hover\:text-yellow-700\/75:hover{
  color: rgb(161 98 7 / 0.75);
}

.hover\:text-yellow-700\/80:hover{
  color: rgb(161 98 7 / 0.8);
}

.hover\:text-yellow-700\/85:hover{
  color: rgb(161 98 7 / 0.85);
}

.hover\:text-yellow-700\/90:hover{
  color: rgb(161 98 7 / 0.9);
}

.hover\:text-yellow-700\/95:hover{
  color: rgb(161 98 7 / 0.95);
}

.hover\:text-yellow-800:hover{
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}

.hover\:text-yellow-800\/0:hover{
  color: rgb(133 77 14 / 0);
}

.hover\:text-yellow-800\/10:hover{
  color: rgb(133 77 14 / 0.1);
}

.hover\:text-yellow-800\/100:hover{
  color: rgb(133 77 14 / 1);
}

.hover\:text-yellow-800\/15:hover{
  color: rgb(133 77 14 / 0.15);
}

.hover\:text-yellow-800\/20:hover{
  color: rgb(133 77 14 / 0.2);
}

.hover\:text-yellow-800\/25:hover{
  color: rgb(133 77 14 / 0.25);
}

.hover\:text-yellow-800\/30:hover{
  color: rgb(133 77 14 / 0.3);
}

.hover\:text-yellow-800\/35:hover{
  color: rgb(133 77 14 / 0.35);
}

.hover\:text-yellow-800\/40:hover{
  color: rgb(133 77 14 / 0.4);
}

.hover\:text-yellow-800\/45:hover{
  color: rgb(133 77 14 / 0.45);
}

.hover\:text-yellow-800\/5:hover{
  color: rgb(133 77 14 / 0.05);
}

.hover\:text-yellow-800\/50:hover{
  color: rgb(133 77 14 / 0.5);
}

.hover\:text-yellow-800\/55:hover{
  color: rgb(133 77 14 / 0.55);
}

.hover\:text-yellow-800\/60:hover{
  color: rgb(133 77 14 / 0.6);
}

.hover\:text-yellow-800\/65:hover{
  color: rgb(133 77 14 / 0.65);
}

.hover\:text-yellow-800\/70:hover{
  color: rgb(133 77 14 / 0.7);
}

.hover\:text-yellow-800\/75:hover{
  color: rgb(133 77 14 / 0.75);
}

.hover\:text-yellow-800\/80:hover{
  color: rgb(133 77 14 / 0.8);
}

.hover\:text-yellow-800\/85:hover{
  color: rgb(133 77 14 / 0.85);
}

.hover\:text-yellow-800\/90:hover{
  color: rgb(133 77 14 / 0.9);
}

.hover\:text-yellow-800\/95:hover{
  color: rgb(133 77 14 / 0.95);
}

.hover\:text-yellow-900:hover{
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity));
}

.hover\:text-yellow-900\/0:hover{
  color: rgb(113 63 18 / 0);
}

.hover\:text-yellow-900\/10:hover{
  color: rgb(113 63 18 / 0.1);
}

.hover\:text-yellow-900\/100:hover{
  color: rgb(113 63 18 / 1);
}

.hover\:text-yellow-900\/15:hover{
  color: rgb(113 63 18 / 0.15);
}

.hover\:text-yellow-900\/20:hover{
  color: rgb(113 63 18 / 0.2);
}

.hover\:text-yellow-900\/25:hover{
  color: rgb(113 63 18 / 0.25);
}

.hover\:text-yellow-900\/30:hover{
  color: rgb(113 63 18 / 0.3);
}

.hover\:text-yellow-900\/35:hover{
  color: rgb(113 63 18 / 0.35);
}

.hover\:text-yellow-900\/40:hover{
  color: rgb(113 63 18 / 0.4);
}

.hover\:text-yellow-900\/45:hover{
  color: rgb(113 63 18 / 0.45);
}

.hover\:text-yellow-900\/5:hover{
  color: rgb(113 63 18 / 0.05);
}

.hover\:text-yellow-900\/50:hover{
  color: rgb(113 63 18 / 0.5);
}

.hover\:text-yellow-900\/55:hover{
  color: rgb(113 63 18 / 0.55);
}

.hover\:text-yellow-900\/60:hover{
  color: rgb(113 63 18 / 0.6);
}

.hover\:text-yellow-900\/65:hover{
  color: rgb(113 63 18 / 0.65);
}

.hover\:text-yellow-900\/70:hover{
  color: rgb(113 63 18 / 0.7);
}

.hover\:text-yellow-900\/75:hover{
  color: rgb(113 63 18 / 0.75);
}

.hover\:text-yellow-900\/80:hover{
  color: rgb(113 63 18 / 0.8);
}

.hover\:text-yellow-900\/85:hover{
  color: rgb(113 63 18 / 0.85);
}

.hover\:text-yellow-900\/90:hover{
  color: rgb(113 63 18 / 0.9);
}

.hover\:text-yellow-900\/95:hover{
  color: rgb(113 63 18 / 0.95);
}

.hover\:underline:hover{
  text-decoration-line: underline;
}

.focus\:border-blue-100:focus{
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity));
}

.focus\:border-blue-100\/0:focus{
  border-color: rgb(219 234 254 / 0);
}

.focus\:border-blue-100\/10:focus{
  border-color: rgb(219 234 254 / 0.1);
}

.focus\:border-blue-100\/100:focus{
  border-color: rgb(219 234 254 / 1);
}

.focus\:border-blue-100\/15:focus{
  border-color: rgb(219 234 254 / 0.15);
}

.focus\:border-blue-100\/20:focus{
  border-color: rgb(219 234 254 / 0.2);
}

.focus\:border-blue-100\/25:focus{
  border-color: rgb(219 234 254 / 0.25);
}

.focus\:border-blue-100\/30:focus{
  border-color: rgb(219 234 254 / 0.3);
}

.focus\:border-blue-100\/35:focus{
  border-color: rgb(219 234 254 / 0.35);
}

.focus\:border-blue-100\/40:focus{
  border-color: rgb(219 234 254 / 0.4);
}

.focus\:border-blue-100\/45:focus{
  border-color: rgb(219 234 254 / 0.45);
}

.focus\:border-blue-100\/5:focus{
  border-color: rgb(219 234 254 / 0.05);
}

.focus\:border-blue-100\/50:focus{
  border-color: rgb(219 234 254 / 0.5);
}

.focus\:border-blue-100\/55:focus{
  border-color: rgb(219 234 254 / 0.55);
}

.focus\:border-blue-100\/60:focus{
  border-color: rgb(219 234 254 / 0.6);
}

.focus\:border-blue-100\/65:focus{
  border-color: rgb(219 234 254 / 0.65);
}

.focus\:border-blue-100\/70:focus{
  border-color: rgb(219 234 254 / 0.7);
}

.focus\:border-blue-100\/75:focus{
  border-color: rgb(219 234 254 / 0.75);
}

.focus\:border-blue-100\/80:focus{
  border-color: rgb(219 234 254 / 0.8);
}

.focus\:border-blue-100\/85:focus{
  border-color: rgb(219 234 254 / 0.85);
}

.focus\:border-blue-100\/90:focus{
  border-color: rgb(219 234 254 / 0.9);
}

.focus\:border-blue-100\/95:focus{
  border-color: rgb(219 234 254 / 0.95);
}

.focus\:border-blue-200:focus{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.focus\:border-blue-200\/0:focus{
  border-color: rgb(191 219 254 / 0);
}

.focus\:border-blue-200\/10:focus{
  border-color: rgb(191 219 254 / 0.1);
}

.focus\:border-blue-200\/100:focus{
  border-color: rgb(191 219 254 / 1);
}

.focus\:border-blue-200\/15:focus{
  border-color: rgb(191 219 254 / 0.15);
}

.focus\:border-blue-200\/20:focus{
  border-color: rgb(191 219 254 / 0.2);
}

.focus\:border-blue-200\/25:focus{
  border-color: rgb(191 219 254 / 0.25);
}

.focus\:border-blue-200\/30:focus{
  border-color: rgb(191 219 254 / 0.3);
}

.focus\:border-blue-200\/35:focus{
  border-color: rgb(191 219 254 / 0.35);
}

.focus\:border-blue-200\/40:focus{
  border-color: rgb(191 219 254 / 0.4);
}

.focus\:border-blue-200\/45:focus{
  border-color: rgb(191 219 254 / 0.45);
}

.focus\:border-blue-200\/5:focus{
  border-color: rgb(191 219 254 / 0.05);
}

.focus\:border-blue-200\/50:focus{
  border-color: rgb(191 219 254 / 0.5);
}

.focus\:border-blue-200\/55:focus{
  border-color: rgb(191 219 254 / 0.55);
}

.focus\:border-blue-200\/60:focus{
  border-color: rgb(191 219 254 / 0.6);
}

.focus\:border-blue-200\/65:focus{
  border-color: rgb(191 219 254 / 0.65);
}

.focus\:border-blue-200\/70:focus{
  border-color: rgb(191 219 254 / 0.7);
}

.focus\:border-blue-200\/75:focus{
  border-color: rgb(191 219 254 / 0.75);
}

.focus\:border-blue-200\/80:focus{
  border-color: rgb(191 219 254 / 0.8);
}

.focus\:border-blue-200\/85:focus{
  border-color: rgb(191 219 254 / 0.85);
}

.focus\:border-blue-200\/90:focus{
  border-color: rgb(191 219 254 / 0.9);
}

.focus\:border-blue-200\/95:focus{
  border-color: rgb(191 219 254 / 0.95);
}

.focus\:border-blue-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.focus\:border-blue-300\/0:focus{
  border-color: rgb(147 197 253 / 0);
}

.focus\:border-blue-300\/10:focus{
  border-color: rgb(147 197 253 / 0.1);
}

.focus\:border-blue-300\/100:focus{
  border-color: rgb(147 197 253 / 1);
}

.focus\:border-blue-300\/15:focus{
  border-color: rgb(147 197 253 / 0.15);
}

.focus\:border-blue-300\/20:focus{
  border-color: rgb(147 197 253 / 0.2);
}

.focus\:border-blue-300\/25:focus{
  border-color: rgb(147 197 253 / 0.25);
}

.focus\:border-blue-300\/30:focus{
  border-color: rgb(147 197 253 / 0.3);
}

.focus\:border-blue-300\/35:focus{
  border-color: rgb(147 197 253 / 0.35);
}

.focus\:border-blue-300\/40:focus{
  border-color: rgb(147 197 253 / 0.4);
}

.focus\:border-blue-300\/45:focus{
  border-color: rgb(147 197 253 / 0.45);
}

.focus\:border-blue-300\/5:focus{
  border-color: rgb(147 197 253 / 0.05);
}

.focus\:border-blue-300\/50:focus{
  border-color: rgb(147 197 253 / 0.5);
}

.focus\:border-blue-300\/55:focus{
  border-color: rgb(147 197 253 / 0.55);
}

.focus\:border-blue-300\/60:focus{
  border-color: rgb(147 197 253 / 0.6);
}

.focus\:border-blue-300\/65:focus{
  border-color: rgb(147 197 253 / 0.65);
}

.focus\:border-blue-300\/70:focus{
  border-color: rgb(147 197 253 / 0.7);
}

.focus\:border-blue-300\/75:focus{
  border-color: rgb(147 197 253 / 0.75);
}

.focus\:border-blue-300\/80:focus{
  border-color: rgb(147 197 253 / 0.8);
}

.focus\:border-blue-300\/85:focus{
  border-color: rgb(147 197 253 / 0.85);
}

.focus\:border-blue-300\/90:focus{
  border-color: rgb(147 197 253 / 0.9);
}

.focus\:border-blue-300\/95:focus{
  border-color: rgb(147 197 253 / 0.95);
}

.focus\:border-blue-400:focus{
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.focus\:border-blue-400\/0:focus{
  border-color: rgb(96 165 250 / 0);
}

.focus\:border-blue-400\/10:focus{
  border-color: rgb(96 165 250 / 0.1);
}

.focus\:border-blue-400\/100:focus{
  border-color: rgb(96 165 250 / 1);
}

.focus\:border-blue-400\/15:focus{
  border-color: rgb(96 165 250 / 0.15);
}

.focus\:border-blue-400\/20:focus{
  border-color: rgb(96 165 250 / 0.2);
}

.focus\:border-blue-400\/25:focus{
  border-color: rgb(96 165 250 / 0.25);
}

.focus\:border-blue-400\/30:focus{
  border-color: rgb(96 165 250 / 0.3);
}

.focus\:border-blue-400\/35:focus{
  border-color: rgb(96 165 250 / 0.35);
}

.focus\:border-blue-400\/40:focus{
  border-color: rgb(96 165 250 / 0.4);
}

.focus\:border-blue-400\/45:focus{
  border-color: rgb(96 165 250 / 0.45);
}

.focus\:border-blue-400\/5:focus{
  border-color: rgb(96 165 250 / 0.05);
}

.focus\:border-blue-400\/50:focus{
  border-color: rgb(96 165 250 / 0.5);
}

.focus\:border-blue-400\/55:focus{
  border-color: rgb(96 165 250 / 0.55);
}

.focus\:border-blue-400\/60:focus{
  border-color: rgb(96 165 250 / 0.6);
}

.focus\:border-blue-400\/65:focus{
  border-color: rgb(96 165 250 / 0.65);
}

.focus\:border-blue-400\/70:focus{
  border-color: rgb(96 165 250 / 0.7);
}

.focus\:border-blue-400\/75:focus{
  border-color: rgb(96 165 250 / 0.75);
}

.focus\:border-blue-400\/80:focus{
  border-color: rgb(96 165 250 / 0.8);
}

.focus\:border-blue-400\/85:focus{
  border-color: rgb(96 165 250 / 0.85);
}

.focus\:border-blue-400\/90:focus{
  border-color: rgb(96 165 250 / 0.9);
}

.focus\:border-blue-400\/95:focus{
  border-color: rgb(96 165 250 / 0.95);
}

.focus\:border-blue-50:focus{
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity));
}

.focus\:border-blue-50\/0:focus{
  border-color: rgb(239 246 255 / 0);
}

.focus\:border-blue-50\/10:focus{
  border-color: rgb(239 246 255 / 0.1);
}

.focus\:border-blue-50\/100:focus{
  border-color: rgb(239 246 255 / 1);
}

.focus\:border-blue-50\/15:focus{
  border-color: rgb(239 246 255 / 0.15);
}

.focus\:border-blue-50\/20:focus{
  border-color: rgb(239 246 255 / 0.2);
}

.focus\:border-blue-50\/25:focus{
  border-color: rgb(239 246 255 / 0.25);
}

.focus\:border-blue-50\/30:focus{
  border-color: rgb(239 246 255 / 0.3);
}

.focus\:border-blue-50\/35:focus{
  border-color: rgb(239 246 255 / 0.35);
}

.focus\:border-blue-50\/40:focus{
  border-color: rgb(239 246 255 / 0.4);
}

.focus\:border-blue-50\/45:focus{
  border-color: rgb(239 246 255 / 0.45);
}

.focus\:border-blue-50\/5:focus{
  border-color: rgb(239 246 255 / 0.05);
}

.focus\:border-blue-50\/50:focus{
  border-color: rgb(239 246 255 / 0.5);
}

.focus\:border-blue-50\/55:focus{
  border-color: rgb(239 246 255 / 0.55);
}

.focus\:border-blue-50\/60:focus{
  border-color: rgb(239 246 255 / 0.6);
}

.focus\:border-blue-50\/65:focus{
  border-color: rgb(239 246 255 / 0.65);
}

.focus\:border-blue-50\/70:focus{
  border-color: rgb(239 246 255 / 0.7);
}

.focus\:border-blue-50\/75:focus{
  border-color: rgb(239 246 255 / 0.75);
}

.focus\:border-blue-50\/80:focus{
  border-color: rgb(239 246 255 / 0.8);
}

.focus\:border-blue-50\/85:focus{
  border-color: rgb(239 246 255 / 0.85);
}

.focus\:border-blue-50\/90:focus{
  border-color: rgb(239 246 255 / 0.9);
}

.focus\:border-blue-50\/95:focus{
  border-color: rgb(239 246 255 / 0.95);
}

.focus\:border-blue-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.focus\:border-blue-500\/0:focus{
  border-color: rgb(59 130 246 / 0);
}

.focus\:border-blue-500\/10:focus{
  border-color: rgb(59 130 246 / 0.1);
}

.focus\:border-blue-500\/100:focus{
  border-color: rgb(59 130 246 / 1);
}

.focus\:border-blue-500\/15:focus{
  border-color: rgb(59 130 246 / 0.15);
}

.focus\:border-blue-500\/20:focus{
  border-color: rgb(59 130 246 / 0.2);
}

.focus\:border-blue-500\/25:focus{
  border-color: rgb(59 130 246 / 0.25);
}

.focus\:border-blue-500\/30:focus{
  border-color: rgb(59 130 246 / 0.3);
}

.focus\:border-blue-500\/35:focus{
  border-color: rgb(59 130 246 / 0.35);
}

.focus\:border-blue-500\/40:focus{
  border-color: rgb(59 130 246 / 0.4);
}

.focus\:border-blue-500\/45:focus{
  border-color: rgb(59 130 246 / 0.45);
}

.focus\:border-blue-500\/5:focus{
  border-color: rgb(59 130 246 / 0.05);
}

.focus\:border-blue-500\/50:focus{
  border-color: rgb(59 130 246 / 0.5);
}

.focus\:border-blue-500\/55:focus{
  border-color: rgb(59 130 246 / 0.55);
}

.focus\:border-blue-500\/60:focus{
  border-color: rgb(59 130 246 / 0.6);
}

.focus\:border-blue-500\/65:focus{
  border-color: rgb(59 130 246 / 0.65);
}

.focus\:border-blue-500\/70:focus{
  border-color: rgb(59 130 246 / 0.7);
}

.focus\:border-blue-500\/75:focus{
  border-color: rgb(59 130 246 / 0.75);
}

.focus\:border-blue-500\/80:focus{
  border-color: rgb(59 130 246 / 0.8);
}

.focus\:border-blue-500\/85:focus{
  border-color: rgb(59 130 246 / 0.85);
}

.focus\:border-blue-500\/90:focus{
  border-color: rgb(59 130 246 / 0.9);
}

.focus\:border-blue-500\/95:focus{
  border-color: rgb(59 130 246 / 0.95);
}

.focus\:border-blue-600:focus{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.focus\:border-blue-600\/0:focus{
  border-color: rgb(37 99 235 / 0);
}

.focus\:border-blue-600\/10:focus{
  border-color: rgb(37 99 235 / 0.1);
}

.focus\:border-blue-600\/100:focus{
  border-color: rgb(37 99 235 / 1);
}

.focus\:border-blue-600\/15:focus{
  border-color: rgb(37 99 235 / 0.15);
}

.focus\:border-blue-600\/20:focus{
  border-color: rgb(37 99 235 / 0.2);
}

.focus\:border-blue-600\/25:focus{
  border-color: rgb(37 99 235 / 0.25);
}

.focus\:border-blue-600\/30:focus{
  border-color: rgb(37 99 235 / 0.3);
}

.focus\:border-blue-600\/35:focus{
  border-color: rgb(37 99 235 / 0.35);
}

.focus\:border-blue-600\/40:focus{
  border-color: rgb(37 99 235 / 0.4);
}

.focus\:border-blue-600\/45:focus{
  border-color: rgb(37 99 235 / 0.45);
}

.focus\:border-blue-600\/5:focus{
  border-color: rgb(37 99 235 / 0.05);
}

.focus\:border-blue-600\/50:focus{
  border-color: rgb(37 99 235 / 0.5);
}

.focus\:border-blue-600\/55:focus{
  border-color: rgb(37 99 235 / 0.55);
}

.focus\:border-blue-600\/60:focus{
  border-color: rgb(37 99 235 / 0.6);
}

.focus\:border-blue-600\/65:focus{
  border-color: rgb(37 99 235 / 0.65);
}

.focus\:border-blue-600\/70:focus{
  border-color: rgb(37 99 235 / 0.7);
}

.focus\:border-blue-600\/75:focus{
  border-color: rgb(37 99 235 / 0.75);
}

.focus\:border-blue-600\/80:focus{
  border-color: rgb(37 99 235 / 0.8);
}

.focus\:border-blue-600\/85:focus{
  border-color: rgb(37 99 235 / 0.85);
}

.focus\:border-blue-600\/90:focus{
  border-color: rgb(37 99 235 / 0.9);
}

.focus\:border-blue-600\/95:focus{
  border-color: rgb(37 99 235 / 0.95);
}

.focus\:border-blue-700:focus{
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.focus\:border-blue-700\/0:focus{
  border-color: rgb(29 78 216 / 0);
}

.focus\:border-blue-700\/10:focus{
  border-color: rgb(29 78 216 / 0.1);
}

.focus\:border-blue-700\/100:focus{
  border-color: rgb(29 78 216 / 1);
}

.focus\:border-blue-700\/15:focus{
  border-color: rgb(29 78 216 / 0.15);
}

.focus\:border-blue-700\/20:focus{
  border-color: rgb(29 78 216 / 0.2);
}

.focus\:border-blue-700\/25:focus{
  border-color: rgb(29 78 216 / 0.25);
}

.focus\:border-blue-700\/30:focus{
  border-color: rgb(29 78 216 / 0.3);
}

.focus\:border-blue-700\/35:focus{
  border-color: rgb(29 78 216 / 0.35);
}

.focus\:border-blue-700\/40:focus{
  border-color: rgb(29 78 216 / 0.4);
}

.focus\:border-blue-700\/45:focus{
  border-color: rgb(29 78 216 / 0.45);
}

.focus\:border-blue-700\/5:focus{
  border-color: rgb(29 78 216 / 0.05);
}

.focus\:border-blue-700\/50:focus{
  border-color: rgb(29 78 216 / 0.5);
}

.focus\:border-blue-700\/55:focus{
  border-color: rgb(29 78 216 / 0.55);
}

.focus\:border-blue-700\/60:focus{
  border-color: rgb(29 78 216 / 0.6);
}

.focus\:border-blue-700\/65:focus{
  border-color: rgb(29 78 216 / 0.65);
}

.focus\:border-blue-700\/70:focus{
  border-color: rgb(29 78 216 / 0.7);
}

.focus\:border-blue-700\/75:focus{
  border-color: rgb(29 78 216 / 0.75);
}

.focus\:border-blue-700\/80:focus{
  border-color: rgb(29 78 216 / 0.8);
}

.focus\:border-blue-700\/85:focus{
  border-color: rgb(29 78 216 / 0.85);
}

.focus\:border-blue-700\/90:focus{
  border-color: rgb(29 78 216 / 0.9);
}

.focus\:border-blue-700\/95:focus{
  border-color: rgb(29 78 216 / 0.95);
}

.focus\:border-blue-800:focus{
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity));
}

.focus\:border-blue-800\/0:focus{
  border-color: rgb(30 64 175 / 0);
}

.focus\:border-blue-800\/10:focus{
  border-color: rgb(30 64 175 / 0.1);
}

.focus\:border-blue-800\/100:focus{
  border-color: rgb(30 64 175 / 1);
}

.focus\:border-blue-800\/15:focus{
  border-color: rgb(30 64 175 / 0.15);
}

.focus\:border-blue-800\/20:focus{
  border-color: rgb(30 64 175 / 0.2);
}

.focus\:border-blue-800\/25:focus{
  border-color: rgb(30 64 175 / 0.25);
}

.focus\:border-blue-800\/30:focus{
  border-color: rgb(30 64 175 / 0.3);
}

.focus\:border-blue-800\/35:focus{
  border-color: rgb(30 64 175 / 0.35);
}

.focus\:border-blue-800\/40:focus{
  border-color: rgb(30 64 175 / 0.4);
}

.focus\:border-blue-800\/45:focus{
  border-color: rgb(30 64 175 / 0.45);
}

.focus\:border-blue-800\/5:focus{
  border-color: rgb(30 64 175 / 0.05);
}

.focus\:border-blue-800\/50:focus{
  border-color: rgb(30 64 175 / 0.5);
}

.focus\:border-blue-800\/55:focus{
  border-color: rgb(30 64 175 / 0.55);
}

.focus\:border-blue-800\/60:focus{
  border-color: rgb(30 64 175 / 0.6);
}

.focus\:border-blue-800\/65:focus{
  border-color: rgb(30 64 175 / 0.65);
}

.focus\:border-blue-800\/70:focus{
  border-color: rgb(30 64 175 / 0.7);
}

.focus\:border-blue-800\/75:focus{
  border-color: rgb(30 64 175 / 0.75);
}

.focus\:border-blue-800\/80:focus{
  border-color: rgb(30 64 175 / 0.8);
}

.focus\:border-blue-800\/85:focus{
  border-color: rgb(30 64 175 / 0.85);
}

.focus\:border-blue-800\/90:focus{
  border-color: rgb(30 64 175 / 0.9);
}

.focus\:border-blue-800\/95:focus{
  border-color: rgb(30 64 175 / 0.95);
}

.focus\:border-blue-900:focus{
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.focus\:border-blue-900\/0:focus{
  border-color: rgb(30 58 138 / 0);
}

.focus\:border-blue-900\/10:focus{
  border-color: rgb(30 58 138 / 0.1);
}

.focus\:border-blue-900\/100:focus{
  border-color: rgb(30 58 138 / 1);
}

.focus\:border-blue-900\/15:focus{
  border-color: rgb(30 58 138 / 0.15);
}

.focus\:border-blue-900\/20:focus{
  border-color: rgb(30 58 138 / 0.2);
}

.focus\:border-blue-900\/25:focus{
  border-color: rgb(30 58 138 / 0.25);
}

.focus\:border-blue-900\/30:focus{
  border-color: rgb(30 58 138 / 0.3);
}

.focus\:border-blue-900\/35:focus{
  border-color: rgb(30 58 138 / 0.35);
}

.focus\:border-blue-900\/40:focus{
  border-color: rgb(30 58 138 / 0.4);
}

.focus\:border-blue-900\/45:focus{
  border-color: rgb(30 58 138 / 0.45);
}

.focus\:border-blue-900\/5:focus{
  border-color: rgb(30 58 138 / 0.05);
}

.focus\:border-blue-900\/50:focus{
  border-color: rgb(30 58 138 / 0.5);
}

.focus\:border-blue-900\/55:focus{
  border-color: rgb(30 58 138 / 0.55);
}

.focus\:border-blue-900\/60:focus{
  border-color: rgb(30 58 138 / 0.6);
}

.focus\:border-blue-900\/65:focus{
  border-color: rgb(30 58 138 / 0.65);
}

.focus\:border-blue-900\/70:focus{
  border-color: rgb(30 58 138 / 0.7);
}

.focus\:border-blue-900\/75:focus{
  border-color: rgb(30 58 138 / 0.75);
}

.focus\:border-blue-900\/80:focus{
  border-color: rgb(30 58 138 / 0.8);
}

.focus\:border-blue-900\/85:focus{
  border-color: rgb(30 58 138 / 0.85);
}

.focus\:border-blue-900\/90:focus{
  border-color: rgb(30 58 138 / 0.9);
}

.focus\:border-blue-900\/95:focus{
  border-color: rgb(30 58 138 / 0.95);
}

.focus\:border-gray-100:focus{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.focus\:border-gray-100\/0:focus{
  border-color: rgb(243 244 246 / 0);
}

.focus\:border-gray-100\/10:focus{
  border-color: rgb(243 244 246 / 0.1);
}

.focus\:border-gray-100\/100:focus{
  border-color: rgb(243 244 246 / 1);
}

.focus\:border-gray-100\/15:focus{
  border-color: rgb(243 244 246 / 0.15);
}

.focus\:border-gray-100\/20:focus{
  border-color: rgb(243 244 246 / 0.2);
}

.focus\:border-gray-100\/25:focus{
  border-color: rgb(243 244 246 / 0.25);
}

.focus\:border-gray-100\/30:focus{
  border-color: rgb(243 244 246 / 0.3);
}

.focus\:border-gray-100\/35:focus{
  border-color: rgb(243 244 246 / 0.35);
}

.focus\:border-gray-100\/40:focus{
  border-color: rgb(243 244 246 / 0.4);
}

.focus\:border-gray-100\/45:focus{
  border-color: rgb(243 244 246 / 0.45);
}

.focus\:border-gray-100\/5:focus{
  border-color: rgb(243 244 246 / 0.05);
}

.focus\:border-gray-100\/50:focus{
  border-color: rgb(243 244 246 / 0.5);
}

.focus\:border-gray-100\/55:focus{
  border-color: rgb(243 244 246 / 0.55);
}

.focus\:border-gray-100\/60:focus{
  border-color: rgb(243 244 246 / 0.6);
}

.focus\:border-gray-100\/65:focus{
  border-color: rgb(243 244 246 / 0.65);
}

.focus\:border-gray-100\/70:focus{
  border-color: rgb(243 244 246 / 0.7);
}

.focus\:border-gray-100\/75:focus{
  border-color: rgb(243 244 246 / 0.75);
}

.focus\:border-gray-100\/80:focus{
  border-color: rgb(243 244 246 / 0.8);
}

.focus\:border-gray-100\/85:focus{
  border-color: rgb(243 244 246 / 0.85);
}

.focus\:border-gray-100\/90:focus{
  border-color: rgb(243 244 246 / 0.9);
}

.focus\:border-gray-100\/95:focus{
  border-color: rgb(243 244 246 / 0.95);
}

.focus\:border-gray-200:focus{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.focus\:border-gray-200\/0:focus{
  border-color: rgb(229 231 235 / 0);
}

.focus\:border-gray-200\/10:focus{
  border-color: rgb(229 231 235 / 0.1);
}

.focus\:border-gray-200\/100:focus{
  border-color: rgb(229 231 235 / 1);
}

.focus\:border-gray-200\/15:focus{
  border-color: rgb(229 231 235 / 0.15);
}

.focus\:border-gray-200\/20:focus{
  border-color: rgb(229 231 235 / 0.2);
}

.focus\:border-gray-200\/25:focus{
  border-color: rgb(229 231 235 / 0.25);
}

.focus\:border-gray-200\/30:focus{
  border-color: rgb(229 231 235 / 0.3);
}

.focus\:border-gray-200\/35:focus{
  border-color: rgb(229 231 235 / 0.35);
}

.focus\:border-gray-200\/40:focus{
  border-color: rgb(229 231 235 / 0.4);
}

.focus\:border-gray-200\/45:focus{
  border-color: rgb(229 231 235 / 0.45);
}

.focus\:border-gray-200\/5:focus{
  border-color: rgb(229 231 235 / 0.05);
}

.focus\:border-gray-200\/50:focus{
  border-color: rgb(229 231 235 / 0.5);
}

.focus\:border-gray-200\/55:focus{
  border-color: rgb(229 231 235 / 0.55);
}

.focus\:border-gray-200\/60:focus{
  border-color: rgb(229 231 235 / 0.6);
}

.focus\:border-gray-200\/65:focus{
  border-color: rgb(229 231 235 / 0.65);
}

.focus\:border-gray-200\/70:focus{
  border-color: rgb(229 231 235 / 0.7);
}

.focus\:border-gray-200\/75:focus{
  border-color: rgb(229 231 235 / 0.75);
}

.focus\:border-gray-200\/80:focus{
  border-color: rgb(229 231 235 / 0.8);
}

.focus\:border-gray-200\/85:focus{
  border-color: rgb(229 231 235 / 0.85);
}

.focus\:border-gray-200\/90:focus{
  border-color: rgb(229 231 235 / 0.9);
}

.focus\:border-gray-200\/95:focus{
  border-color: rgb(229 231 235 / 0.95);
}

.focus\:border-gray-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.focus\:border-gray-300\/0:focus{
  border-color: rgb(209 213 219 / 0);
}

.focus\:border-gray-300\/10:focus{
  border-color: rgb(209 213 219 / 0.1);
}

.focus\:border-gray-300\/100:focus{
  border-color: rgb(209 213 219 / 1);
}

.focus\:border-gray-300\/15:focus{
  border-color: rgb(209 213 219 / 0.15);
}

.focus\:border-gray-300\/20:focus{
  border-color: rgb(209 213 219 / 0.2);
}

.focus\:border-gray-300\/25:focus{
  border-color: rgb(209 213 219 / 0.25);
}

.focus\:border-gray-300\/30:focus{
  border-color: rgb(209 213 219 / 0.3);
}

.focus\:border-gray-300\/35:focus{
  border-color: rgb(209 213 219 / 0.35);
}

.focus\:border-gray-300\/40:focus{
  border-color: rgb(209 213 219 / 0.4);
}

.focus\:border-gray-300\/45:focus{
  border-color: rgb(209 213 219 / 0.45);
}

.focus\:border-gray-300\/5:focus{
  border-color: rgb(209 213 219 / 0.05);
}

.focus\:border-gray-300\/50:focus{
  border-color: rgb(209 213 219 / 0.5);
}

.focus\:border-gray-300\/55:focus{
  border-color: rgb(209 213 219 / 0.55);
}

.focus\:border-gray-300\/60:focus{
  border-color: rgb(209 213 219 / 0.6);
}

.focus\:border-gray-300\/65:focus{
  border-color: rgb(209 213 219 / 0.65);
}

.focus\:border-gray-300\/70:focus{
  border-color: rgb(209 213 219 / 0.7);
}

.focus\:border-gray-300\/75:focus{
  border-color: rgb(209 213 219 / 0.75);
}

.focus\:border-gray-300\/80:focus{
  border-color: rgb(209 213 219 / 0.8);
}

.focus\:border-gray-300\/85:focus{
  border-color: rgb(209 213 219 / 0.85);
}

.focus\:border-gray-300\/90:focus{
  border-color: rgb(209 213 219 / 0.9);
}

.focus\:border-gray-300\/95:focus{
  border-color: rgb(209 213 219 / 0.95);
}

.focus\:border-gray-400:focus{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.focus\:border-gray-400\/0:focus{
  border-color: rgb(156 163 175 / 0);
}

.focus\:border-gray-400\/10:focus{
  border-color: rgb(156 163 175 / 0.1);
}

.focus\:border-gray-400\/100:focus{
  border-color: rgb(156 163 175 / 1);
}

.focus\:border-gray-400\/15:focus{
  border-color: rgb(156 163 175 / 0.15);
}

.focus\:border-gray-400\/20:focus{
  border-color: rgb(156 163 175 / 0.2);
}

.focus\:border-gray-400\/25:focus{
  border-color: rgb(156 163 175 / 0.25);
}

.focus\:border-gray-400\/30:focus{
  border-color: rgb(156 163 175 / 0.3);
}

.focus\:border-gray-400\/35:focus{
  border-color: rgb(156 163 175 / 0.35);
}

.focus\:border-gray-400\/40:focus{
  border-color: rgb(156 163 175 / 0.4);
}

.focus\:border-gray-400\/45:focus{
  border-color: rgb(156 163 175 / 0.45);
}

.focus\:border-gray-400\/5:focus{
  border-color: rgb(156 163 175 / 0.05);
}

.focus\:border-gray-400\/50:focus{
  border-color: rgb(156 163 175 / 0.5);
}

.focus\:border-gray-400\/55:focus{
  border-color: rgb(156 163 175 / 0.55);
}

.focus\:border-gray-400\/60:focus{
  border-color: rgb(156 163 175 / 0.6);
}

.focus\:border-gray-400\/65:focus{
  border-color: rgb(156 163 175 / 0.65);
}

.focus\:border-gray-400\/70:focus{
  border-color: rgb(156 163 175 / 0.7);
}

.focus\:border-gray-400\/75:focus{
  border-color: rgb(156 163 175 / 0.75);
}

.focus\:border-gray-400\/80:focus{
  border-color: rgb(156 163 175 / 0.8);
}

.focus\:border-gray-400\/85:focus{
  border-color: rgb(156 163 175 / 0.85);
}

.focus\:border-gray-400\/90:focus{
  border-color: rgb(156 163 175 / 0.9);
}

.focus\:border-gray-400\/95:focus{
  border-color: rgb(156 163 175 / 0.95);
}

.focus\:border-gray-50:focus{
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity));
}

.focus\:border-gray-50\/0:focus{
  border-color: rgb(249 250 251 / 0);
}

.focus\:border-gray-50\/10:focus{
  border-color: rgb(249 250 251 / 0.1);
}

.focus\:border-gray-50\/100:focus{
  border-color: rgb(249 250 251 / 1);
}

.focus\:border-gray-50\/15:focus{
  border-color: rgb(249 250 251 / 0.15);
}

.focus\:border-gray-50\/20:focus{
  border-color: rgb(249 250 251 / 0.2);
}

.focus\:border-gray-50\/25:focus{
  border-color: rgb(249 250 251 / 0.25);
}

.focus\:border-gray-50\/30:focus{
  border-color: rgb(249 250 251 / 0.3);
}

.focus\:border-gray-50\/35:focus{
  border-color: rgb(249 250 251 / 0.35);
}

.focus\:border-gray-50\/40:focus{
  border-color: rgb(249 250 251 / 0.4);
}

.focus\:border-gray-50\/45:focus{
  border-color: rgb(249 250 251 / 0.45);
}

.focus\:border-gray-50\/5:focus{
  border-color: rgb(249 250 251 / 0.05);
}

.focus\:border-gray-50\/50:focus{
  border-color: rgb(249 250 251 / 0.5);
}

.focus\:border-gray-50\/55:focus{
  border-color: rgb(249 250 251 / 0.55);
}

.focus\:border-gray-50\/60:focus{
  border-color: rgb(249 250 251 / 0.6);
}

.focus\:border-gray-50\/65:focus{
  border-color: rgb(249 250 251 / 0.65);
}

.focus\:border-gray-50\/70:focus{
  border-color: rgb(249 250 251 / 0.7);
}

.focus\:border-gray-50\/75:focus{
  border-color: rgb(249 250 251 / 0.75);
}

.focus\:border-gray-50\/80:focus{
  border-color: rgb(249 250 251 / 0.8);
}

.focus\:border-gray-50\/85:focus{
  border-color: rgb(249 250 251 / 0.85);
}

.focus\:border-gray-50\/90:focus{
  border-color: rgb(249 250 251 / 0.9);
}

.focus\:border-gray-50\/95:focus{
  border-color: rgb(249 250 251 / 0.95);
}

.focus\:border-gray-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.focus\:border-gray-500\/0:focus{
  border-color: rgb(107 114 128 / 0);
}

.focus\:border-gray-500\/10:focus{
  border-color: rgb(107 114 128 / 0.1);
}

.focus\:border-gray-500\/100:focus{
  border-color: rgb(107 114 128 / 1);
}

.focus\:border-gray-500\/15:focus{
  border-color: rgb(107 114 128 / 0.15);
}

.focus\:border-gray-500\/20:focus{
  border-color: rgb(107 114 128 / 0.2);
}

.focus\:border-gray-500\/25:focus{
  border-color: rgb(107 114 128 / 0.25);
}

.focus\:border-gray-500\/30:focus{
  border-color: rgb(107 114 128 / 0.3);
}

.focus\:border-gray-500\/35:focus{
  border-color: rgb(107 114 128 / 0.35);
}

.focus\:border-gray-500\/40:focus{
  border-color: rgb(107 114 128 / 0.4);
}

.focus\:border-gray-500\/45:focus{
  border-color: rgb(107 114 128 / 0.45);
}

.focus\:border-gray-500\/5:focus{
  border-color: rgb(107 114 128 / 0.05);
}

.focus\:border-gray-500\/50:focus{
  border-color: rgb(107 114 128 / 0.5);
}

.focus\:border-gray-500\/55:focus{
  border-color: rgb(107 114 128 / 0.55);
}

.focus\:border-gray-500\/60:focus{
  border-color: rgb(107 114 128 / 0.6);
}

.focus\:border-gray-500\/65:focus{
  border-color: rgb(107 114 128 / 0.65);
}

.focus\:border-gray-500\/70:focus{
  border-color: rgb(107 114 128 / 0.7);
}

.focus\:border-gray-500\/75:focus{
  border-color: rgb(107 114 128 / 0.75);
}

.focus\:border-gray-500\/80:focus{
  border-color: rgb(107 114 128 / 0.8);
}

.focus\:border-gray-500\/85:focus{
  border-color: rgb(107 114 128 / 0.85);
}

.focus\:border-gray-500\/90:focus{
  border-color: rgb(107 114 128 / 0.9);
}

.focus\:border-gray-500\/95:focus{
  border-color: rgb(107 114 128 / 0.95);
}

.focus\:border-gray-600:focus{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.focus\:border-gray-600\/0:focus{
  border-color: rgb(75 85 99 / 0);
}

.focus\:border-gray-600\/10:focus{
  border-color: rgb(75 85 99 / 0.1);
}

.focus\:border-gray-600\/100:focus{
  border-color: rgb(75 85 99 / 1);
}

.focus\:border-gray-600\/15:focus{
  border-color: rgb(75 85 99 / 0.15);
}

.focus\:border-gray-600\/20:focus{
  border-color: rgb(75 85 99 / 0.2);
}

.focus\:border-gray-600\/25:focus{
  border-color: rgb(75 85 99 / 0.25);
}

.focus\:border-gray-600\/30:focus{
  border-color: rgb(75 85 99 / 0.3);
}

.focus\:border-gray-600\/35:focus{
  border-color: rgb(75 85 99 / 0.35);
}

.focus\:border-gray-600\/40:focus{
  border-color: rgb(75 85 99 / 0.4);
}

.focus\:border-gray-600\/45:focus{
  border-color: rgb(75 85 99 / 0.45);
}

.focus\:border-gray-600\/5:focus{
  border-color: rgb(75 85 99 / 0.05);
}

.focus\:border-gray-600\/50:focus{
  border-color: rgb(75 85 99 / 0.5);
}

.focus\:border-gray-600\/55:focus{
  border-color: rgb(75 85 99 / 0.55);
}

.focus\:border-gray-600\/60:focus{
  border-color: rgb(75 85 99 / 0.6);
}

.focus\:border-gray-600\/65:focus{
  border-color: rgb(75 85 99 / 0.65);
}

.focus\:border-gray-600\/70:focus{
  border-color: rgb(75 85 99 / 0.7);
}

.focus\:border-gray-600\/75:focus{
  border-color: rgb(75 85 99 / 0.75);
}

.focus\:border-gray-600\/80:focus{
  border-color: rgb(75 85 99 / 0.8);
}

.focus\:border-gray-600\/85:focus{
  border-color: rgb(75 85 99 / 0.85);
}

.focus\:border-gray-600\/90:focus{
  border-color: rgb(75 85 99 / 0.9);
}

.focus\:border-gray-600\/95:focus{
  border-color: rgb(75 85 99 / 0.95);
}

.focus\:border-gray-700:focus{
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

.focus\:border-gray-700\/0:focus{
  border-color: rgb(55 65 81 / 0);
}

.focus\:border-gray-700\/10:focus{
  border-color: rgb(55 65 81 / 0.1);
}

.focus\:border-gray-700\/100:focus{
  border-color: rgb(55 65 81 / 1);
}

.focus\:border-gray-700\/15:focus{
  border-color: rgb(55 65 81 / 0.15);
}

.focus\:border-gray-700\/20:focus{
  border-color: rgb(55 65 81 / 0.2);
}

.focus\:border-gray-700\/25:focus{
  border-color: rgb(55 65 81 / 0.25);
}

.focus\:border-gray-700\/30:focus{
  border-color: rgb(55 65 81 / 0.3);
}

.focus\:border-gray-700\/35:focus{
  border-color: rgb(55 65 81 / 0.35);
}

.focus\:border-gray-700\/40:focus{
  border-color: rgb(55 65 81 / 0.4);
}

.focus\:border-gray-700\/45:focus{
  border-color: rgb(55 65 81 / 0.45);
}

.focus\:border-gray-700\/5:focus{
  border-color: rgb(55 65 81 / 0.05);
}

.focus\:border-gray-700\/50:focus{
  border-color: rgb(55 65 81 / 0.5);
}

.focus\:border-gray-700\/55:focus{
  border-color: rgb(55 65 81 / 0.55);
}

.focus\:border-gray-700\/60:focus{
  border-color: rgb(55 65 81 / 0.6);
}

.focus\:border-gray-700\/65:focus{
  border-color: rgb(55 65 81 / 0.65);
}

.focus\:border-gray-700\/70:focus{
  border-color: rgb(55 65 81 / 0.7);
}

.focus\:border-gray-700\/75:focus{
  border-color: rgb(55 65 81 / 0.75);
}

.focus\:border-gray-700\/80:focus{
  border-color: rgb(55 65 81 / 0.8);
}

.focus\:border-gray-700\/85:focus{
  border-color: rgb(55 65 81 / 0.85);
}

.focus\:border-gray-700\/90:focus{
  border-color: rgb(55 65 81 / 0.9);
}

.focus\:border-gray-700\/95:focus{
  border-color: rgb(55 65 81 / 0.95);
}

.focus\:border-gray-800:focus{
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.focus\:border-gray-800\/0:focus{
  border-color: rgb(31 41 55 / 0);
}

.focus\:border-gray-800\/10:focus{
  border-color: rgb(31 41 55 / 0.1);
}

.focus\:border-gray-800\/100:focus{
  border-color: rgb(31 41 55 / 1);
}

.focus\:border-gray-800\/15:focus{
  border-color: rgb(31 41 55 / 0.15);
}

.focus\:border-gray-800\/20:focus{
  border-color: rgb(31 41 55 / 0.2);
}

.focus\:border-gray-800\/25:focus{
  border-color: rgb(31 41 55 / 0.25);
}

.focus\:border-gray-800\/30:focus{
  border-color: rgb(31 41 55 / 0.3);
}

.focus\:border-gray-800\/35:focus{
  border-color: rgb(31 41 55 / 0.35);
}

.focus\:border-gray-800\/40:focus{
  border-color: rgb(31 41 55 / 0.4);
}

.focus\:border-gray-800\/45:focus{
  border-color: rgb(31 41 55 / 0.45);
}

.focus\:border-gray-800\/5:focus{
  border-color: rgb(31 41 55 / 0.05);
}

.focus\:border-gray-800\/50:focus{
  border-color: rgb(31 41 55 / 0.5);
}

.focus\:border-gray-800\/55:focus{
  border-color: rgb(31 41 55 / 0.55);
}

.focus\:border-gray-800\/60:focus{
  border-color: rgb(31 41 55 / 0.6);
}

.focus\:border-gray-800\/65:focus{
  border-color: rgb(31 41 55 / 0.65);
}

.focus\:border-gray-800\/70:focus{
  border-color: rgb(31 41 55 / 0.7);
}

.focus\:border-gray-800\/75:focus{
  border-color: rgb(31 41 55 / 0.75);
}

.focus\:border-gray-800\/80:focus{
  border-color: rgb(31 41 55 / 0.8);
}

.focus\:border-gray-800\/85:focus{
  border-color: rgb(31 41 55 / 0.85);
}

.focus\:border-gray-800\/90:focus{
  border-color: rgb(31 41 55 / 0.9);
}

.focus\:border-gray-800\/95:focus{
  border-color: rgb(31 41 55 / 0.95);
}

.focus\:border-gray-900:focus{
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.focus\:border-gray-900\/0:focus{
  border-color: rgb(17 24 39 / 0);
}

.focus\:border-gray-900\/10:focus{
  border-color: rgb(17 24 39 / 0.1);
}

.focus\:border-gray-900\/100:focus{
  border-color: rgb(17 24 39 / 1);
}

.focus\:border-gray-900\/15:focus{
  border-color: rgb(17 24 39 / 0.15);
}

.focus\:border-gray-900\/20:focus{
  border-color: rgb(17 24 39 / 0.2);
}

.focus\:border-gray-900\/25:focus{
  border-color: rgb(17 24 39 / 0.25);
}

.focus\:border-gray-900\/30:focus{
  border-color: rgb(17 24 39 / 0.3);
}

.focus\:border-gray-900\/35:focus{
  border-color: rgb(17 24 39 / 0.35);
}

.focus\:border-gray-900\/40:focus{
  border-color: rgb(17 24 39 / 0.4);
}

.focus\:border-gray-900\/45:focus{
  border-color: rgb(17 24 39 / 0.45);
}

.focus\:border-gray-900\/5:focus{
  border-color: rgb(17 24 39 / 0.05);
}

.focus\:border-gray-900\/50:focus{
  border-color: rgb(17 24 39 / 0.5);
}

.focus\:border-gray-900\/55:focus{
  border-color: rgb(17 24 39 / 0.55);
}

.focus\:border-gray-900\/60:focus{
  border-color: rgb(17 24 39 / 0.6);
}

.focus\:border-gray-900\/65:focus{
  border-color: rgb(17 24 39 / 0.65);
}

.focus\:border-gray-900\/70:focus{
  border-color: rgb(17 24 39 / 0.7);
}

.focus\:border-gray-900\/75:focus{
  border-color: rgb(17 24 39 / 0.75);
}

.focus\:border-gray-900\/80:focus{
  border-color: rgb(17 24 39 / 0.8);
}

.focus\:border-gray-900\/85:focus{
  border-color: rgb(17 24 39 / 0.85);
}

.focus\:border-gray-900\/90:focus{
  border-color: rgb(17 24 39 / 0.9);
}

.focus\:border-gray-900\/95:focus{
  border-color: rgb(17 24 39 / 0.95);
}

.focus\:border-green-100:focus{
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity));
}

.focus\:border-green-100\/0:focus{
  border-color: rgb(220 252 231 / 0);
}

.focus\:border-green-100\/10:focus{
  border-color: rgb(220 252 231 / 0.1);
}

.focus\:border-green-100\/100:focus{
  border-color: rgb(220 252 231 / 1);
}

.focus\:border-green-100\/15:focus{
  border-color: rgb(220 252 231 / 0.15);
}

.focus\:border-green-100\/20:focus{
  border-color: rgb(220 252 231 / 0.2);
}

.focus\:border-green-100\/25:focus{
  border-color: rgb(220 252 231 / 0.25);
}

.focus\:border-green-100\/30:focus{
  border-color: rgb(220 252 231 / 0.3);
}

.focus\:border-green-100\/35:focus{
  border-color: rgb(220 252 231 / 0.35);
}

.focus\:border-green-100\/40:focus{
  border-color: rgb(220 252 231 / 0.4);
}

.focus\:border-green-100\/45:focus{
  border-color: rgb(220 252 231 / 0.45);
}

.focus\:border-green-100\/5:focus{
  border-color: rgb(220 252 231 / 0.05);
}

.focus\:border-green-100\/50:focus{
  border-color: rgb(220 252 231 / 0.5);
}

.focus\:border-green-100\/55:focus{
  border-color: rgb(220 252 231 / 0.55);
}

.focus\:border-green-100\/60:focus{
  border-color: rgb(220 252 231 / 0.6);
}

.focus\:border-green-100\/65:focus{
  border-color: rgb(220 252 231 / 0.65);
}

.focus\:border-green-100\/70:focus{
  border-color: rgb(220 252 231 / 0.7);
}

.focus\:border-green-100\/75:focus{
  border-color: rgb(220 252 231 / 0.75);
}

.focus\:border-green-100\/80:focus{
  border-color: rgb(220 252 231 / 0.8);
}

.focus\:border-green-100\/85:focus{
  border-color: rgb(220 252 231 / 0.85);
}

.focus\:border-green-100\/90:focus{
  border-color: rgb(220 252 231 / 0.9);
}

.focus\:border-green-100\/95:focus{
  border-color: rgb(220 252 231 / 0.95);
}

.focus\:border-green-200:focus{
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity));
}

.focus\:border-green-200\/0:focus{
  border-color: rgb(187 247 208 / 0);
}

.focus\:border-green-200\/10:focus{
  border-color: rgb(187 247 208 / 0.1);
}

.focus\:border-green-200\/100:focus{
  border-color: rgb(187 247 208 / 1);
}

.focus\:border-green-200\/15:focus{
  border-color: rgb(187 247 208 / 0.15);
}

.focus\:border-green-200\/20:focus{
  border-color: rgb(187 247 208 / 0.2);
}

.focus\:border-green-200\/25:focus{
  border-color: rgb(187 247 208 / 0.25);
}

.focus\:border-green-200\/30:focus{
  border-color: rgb(187 247 208 / 0.3);
}

.focus\:border-green-200\/35:focus{
  border-color: rgb(187 247 208 / 0.35);
}

.focus\:border-green-200\/40:focus{
  border-color: rgb(187 247 208 / 0.4);
}

.focus\:border-green-200\/45:focus{
  border-color: rgb(187 247 208 / 0.45);
}

.focus\:border-green-200\/5:focus{
  border-color: rgb(187 247 208 / 0.05);
}

.focus\:border-green-200\/50:focus{
  border-color: rgb(187 247 208 / 0.5);
}

.focus\:border-green-200\/55:focus{
  border-color: rgb(187 247 208 / 0.55);
}

.focus\:border-green-200\/60:focus{
  border-color: rgb(187 247 208 / 0.6);
}

.focus\:border-green-200\/65:focus{
  border-color: rgb(187 247 208 / 0.65);
}

.focus\:border-green-200\/70:focus{
  border-color: rgb(187 247 208 / 0.7);
}

.focus\:border-green-200\/75:focus{
  border-color: rgb(187 247 208 / 0.75);
}

.focus\:border-green-200\/80:focus{
  border-color: rgb(187 247 208 / 0.8);
}

.focus\:border-green-200\/85:focus{
  border-color: rgb(187 247 208 / 0.85);
}

.focus\:border-green-200\/90:focus{
  border-color: rgb(187 247 208 / 0.9);
}

.focus\:border-green-200\/95:focus{
  border-color: rgb(187 247 208 / 0.95);
}

.focus\:border-green-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.focus\:border-green-300\/0:focus{
  border-color: rgb(134 239 172 / 0);
}

.focus\:border-green-300\/10:focus{
  border-color: rgb(134 239 172 / 0.1);
}

.focus\:border-green-300\/100:focus{
  border-color: rgb(134 239 172 / 1);
}

.focus\:border-green-300\/15:focus{
  border-color: rgb(134 239 172 / 0.15);
}

.focus\:border-green-300\/20:focus{
  border-color: rgb(134 239 172 / 0.2);
}

.focus\:border-green-300\/25:focus{
  border-color: rgb(134 239 172 / 0.25);
}

.focus\:border-green-300\/30:focus{
  border-color: rgb(134 239 172 / 0.3);
}

.focus\:border-green-300\/35:focus{
  border-color: rgb(134 239 172 / 0.35);
}

.focus\:border-green-300\/40:focus{
  border-color: rgb(134 239 172 / 0.4);
}

.focus\:border-green-300\/45:focus{
  border-color: rgb(134 239 172 / 0.45);
}

.focus\:border-green-300\/5:focus{
  border-color: rgb(134 239 172 / 0.05);
}

.focus\:border-green-300\/50:focus{
  border-color: rgb(134 239 172 / 0.5);
}

.focus\:border-green-300\/55:focus{
  border-color: rgb(134 239 172 / 0.55);
}

.focus\:border-green-300\/60:focus{
  border-color: rgb(134 239 172 / 0.6);
}

.focus\:border-green-300\/65:focus{
  border-color: rgb(134 239 172 / 0.65);
}

.focus\:border-green-300\/70:focus{
  border-color: rgb(134 239 172 / 0.7);
}

.focus\:border-green-300\/75:focus{
  border-color: rgb(134 239 172 / 0.75);
}

.focus\:border-green-300\/80:focus{
  border-color: rgb(134 239 172 / 0.8);
}

.focus\:border-green-300\/85:focus{
  border-color: rgb(134 239 172 / 0.85);
}

.focus\:border-green-300\/90:focus{
  border-color: rgb(134 239 172 / 0.9);
}

.focus\:border-green-300\/95:focus{
  border-color: rgb(134 239 172 / 0.95);
}

.focus\:border-green-400:focus{
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.focus\:border-green-400\/0:focus{
  border-color: rgb(74 222 128 / 0);
}

.focus\:border-green-400\/10:focus{
  border-color: rgb(74 222 128 / 0.1);
}

.focus\:border-green-400\/100:focus{
  border-color: rgb(74 222 128 / 1);
}

.focus\:border-green-400\/15:focus{
  border-color: rgb(74 222 128 / 0.15);
}

.focus\:border-green-400\/20:focus{
  border-color: rgb(74 222 128 / 0.2);
}

.focus\:border-green-400\/25:focus{
  border-color: rgb(74 222 128 / 0.25);
}

.focus\:border-green-400\/30:focus{
  border-color: rgb(74 222 128 / 0.3);
}

.focus\:border-green-400\/35:focus{
  border-color: rgb(74 222 128 / 0.35);
}

.focus\:border-green-400\/40:focus{
  border-color: rgb(74 222 128 / 0.4);
}

.focus\:border-green-400\/45:focus{
  border-color: rgb(74 222 128 / 0.45);
}

.focus\:border-green-400\/5:focus{
  border-color: rgb(74 222 128 / 0.05);
}

.focus\:border-green-400\/50:focus{
  border-color: rgb(74 222 128 / 0.5);
}

.focus\:border-green-400\/55:focus{
  border-color: rgb(74 222 128 / 0.55);
}

.focus\:border-green-400\/60:focus{
  border-color: rgb(74 222 128 / 0.6);
}

.focus\:border-green-400\/65:focus{
  border-color: rgb(74 222 128 / 0.65);
}

.focus\:border-green-400\/70:focus{
  border-color: rgb(74 222 128 / 0.7);
}

.focus\:border-green-400\/75:focus{
  border-color: rgb(74 222 128 / 0.75);
}

.focus\:border-green-400\/80:focus{
  border-color: rgb(74 222 128 / 0.8);
}

.focus\:border-green-400\/85:focus{
  border-color: rgb(74 222 128 / 0.85);
}

.focus\:border-green-400\/90:focus{
  border-color: rgb(74 222 128 / 0.9);
}

.focus\:border-green-400\/95:focus{
  border-color: rgb(74 222 128 / 0.95);
}

.focus\:border-green-50:focus{
  --tw-border-opacity: 1;
  border-color: rgb(240 253 244 / var(--tw-border-opacity));
}

.focus\:border-green-50\/0:focus{
  border-color: rgb(240 253 244 / 0);
}

.focus\:border-green-50\/10:focus{
  border-color: rgb(240 253 244 / 0.1);
}

.focus\:border-green-50\/100:focus{
  border-color: rgb(240 253 244 / 1);
}

.focus\:border-green-50\/15:focus{
  border-color: rgb(240 253 244 / 0.15);
}

.focus\:border-green-50\/20:focus{
  border-color: rgb(240 253 244 / 0.2);
}

.focus\:border-green-50\/25:focus{
  border-color: rgb(240 253 244 / 0.25);
}

.focus\:border-green-50\/30:focus{
  border-color: rgb(240 253 244 / 0.3);
}

.focus\:border-green-50\/35:focus{
  border-color: rgb(240 253 244 / 0.35);
}

.focus\:border-green-50\/40:focus{
  border-color: rgb(240 253 244 / 0.4);
}

.focus\:border-green-50\/45:focus{
  border-color: rgb(240 253 244 / 0.45);
}

.focus\:border-green-50\/5:focus{
  border-color: rgb(240 253 244 / 0.05);
}

.focus\:border-green-50\/50:focus{
  border-color: rgb(240 253 244 / 0.5);
}

.focus\:border-green-50\/55:focus{
  border-color: rgb(240 253 244 / 0.55);
}

.focus\:border-green-50\/60:focus{
  border-color: rgb(240 253 244 / 0.6);
}

.focus\:border-green-50\/65:focus{
  border-color: rgb(240 253 244 / 0.65);
}

.focus\:border-green-50\/70:focus{
  border-color: rgb(240 253 244 / 0.7);
}

.focus\:border-green-50\/75:focus{
  border-color: rgb(240 253 244 / 0.75);
}

.focus\:border-green-50\/80:focus{
  border-color: rgb(240 253 244 / 0.8);
}

.focus\:border-green-50\/85:focus{
  border-color: rgb(240 253 244 / 0.85);
}

.focus\:border-green-50\/90:focus{
  border-color: rgb(240 253 244 / 0.9);
}

.focus\:border-green-50\/95:focus{
  border-color: rgb(240 253 244 / 0.95);
}

.focus\:border-green-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.focus\:border-green-500\/0:focus{
  border-color: rgb(34 197 94 / 0);
}

.focus\:border-green-500\/10:focus{
  border-color: rgb(34 197 94 / 0.1);
}

.focus\:border-green-500\/100:focus{
  border-color: rgb(34 197 94 / 1);
}

.focus\:border-green-500\/15:focus{
  border-color: rgb(34 197 94 / 0.15);
}

.focus\:border-green-500\/20:focus{
  border-color: rgb(34 197 94 / 0.2);
}

.focus\:border-green-500\/25:focus{
  border-color: rgb(34 197 94 / 0.25);
}

.focus\:border-green-500\/30:focus{
  border-color: rgb(34 197 94 / 0.3);
}

.focus\:border-green-500\/35:focus{
  border-color: rgb(34 197 94 / 0.35);
}

.focus\:border-green-500\/40:focus{
  border-color: rgb(34 197 94 / 0.4);
}

.focus\:border-green-500\/45:focus{
  border-color: rgb(34 197 94 / 0.45);
}

.focus\:border-green-500\/5:focus{
  border-color: rgb(34 197 94 / 0.05);
}

.focus\:border-green-500\/50:focus{
  border-color: rgb(34 197 94 / 0.5);
}

.focus\:border-green-500\/55:focus{
  border-color: rgb(34 197 94 / 0.55);
}

.focus\:border-green-500\/60:focus{
  border-color: rgb(34 197 94 / 0.6);
}

.focus\:border-green-500\/65:focus{
  border-color: rgb(34 197 94 / 0.65);
}

.focus\:border-green-500\/70:focus{
  border-color: rgb(34 197 94 / 0.7);
}

.focus\:border-green-500\/75:focus{
  border-color: rgb(34 197 94 / 0.75);
}

.focus\:border-green-500\/80:focus{
  border-color: rgb(34 197 94 / 0.8);
}

.focus\:border-green-500\/85:focus{
  border-color: rgb(34 197 94 / 0.85);
}

.focus\:border-green-500\/90:focus{
  border-color: rgb(34 197 94 / 0.9);
}

.focus\:border-green-500\/95:focus{
  border-color: rgb(34 197 94 / 0.95);
}

.focus\:border-green-600:focus{
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.focus\:border-green-600\/0:focus{
  border-color: rgb(22 163 74 / 0);
}

.focus\:border-green-600\/10:focus{
  border-color: rgb(22 163 74 / 0.1);
}

.focus\:border-green-600\/100:focus{
  border-color: rgb(22 163 74 / 1);
}

.focus\:border-green-600\/15:focus{
  border-color: rgb(22 163 74 / 0.15);
}

.focus\:border-green-600\/20:focus{
  border-color: rgb(22 163 74 / 0.2);
}

.focus\:border-green-600\/25:focus{
  border-color: rgb(22 163 74 / 0.25);
}

.focus\:border-green-600\/30:focus{
  border-color: rgb(22 163 74 / 0.3);
}

.focus\:border-green-600\/35:focus{
  border-color: rgb(22 163 74 / 0.35);
}

.focus\:border-green-600\/40:focus{
  border-color: rgb(22 163 74 / 0.4);
}

.focus\:border-green-600\/45:focus{
  border-color: rgb(22 163 74 / 0.45);
}

.focus\:border-green-600\/5:focus{
  border-color: rgb(22 163 74 / 0.05);
}

.focus\:border-green-600\/50:focus{
  border-color: rgb(22 163 74 / 0.5);
}

.focus\:border-green-600\/55:focus{
  border-color: rgb(22 163 74 / 0.55);
}

.focus\:border-green-600\/60:focus{
  border-color: rgb(22 163 74 / 0.6);
}

.focus\:border-green-600\/65:focus{
  border-color: rgb(22 163 74 / 0.65);
}

.focus\:border-green-600\/70:focus{
  border-color: rgb(22 163 74 / 0.7);
}

.focus\:border-green-600\/75:focus{
  border-color: rgb(22 163 74 / 0.75);
}

.focus\:border-green-600\/80:focus{
  border-color: rgb(22 163 74 / 0.8);
}

.focus\:border-green-600\/85:focus{
  border-color: rgb(22 163 74 / 0.85);
}

.focus\:border-green-600\/90:focus{
  border-color: rgb(22 163 74 / 0.9);
}

.focus\:border-green-600\/95:focus{
  border-color: rgb(22 163 74 / 0.95);
}

.focus\:border-green-700:focus{
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.focus\:border-green-700\/0:focus{
  border-color: rgb(21 128 61 / 0);
}

.focus\:border-green-700\/10:focus{
  border-color: rgb(21 128 61 / 0.1);
}

.focus\:border-green-700\/100:focus{
  border-color: rgb(21 128 61 / 1);
}

.focus\:border-green-700\/15:focus{
  border-color: rgb(21 128 61 / 0.15);
}

.focus\:border-green-700\/20:focus{
  border-color: rgb(21 128 61 / 0.2);
}

.focus\:border-green-700\/25:focus{
  border-color: rgb(21 128 61 / 0.25);
}

.focus\:border-green-700\/30:focus{
  border-color: rgb(21 128 61 / 0.3);
}

.focus\:border-green-700\/35:focus{
  border-color: rgb(21 128 61 / 0.35);
}

.focus\:border-green-700\/40:focus{
  border-color: rgb(21 128 61 / 0.4);
}

.focus\:border-green-700\/45:focus{
  border-color: rgb(21 128 61 / 0.45);
}

.focus\:border-green-700\/5:focus{
  border-color: rgb(21 128 61 / 0.05);
}

.focus\:border-green-700\/50:focus{
  border-color: rgb(21 128 61 / 0.5);
}

.focus\:border-green-700\/55:focus{
  border-color: rgb(21 128 61 / 0.55);
}

.focus\:border-green-700\/60:focus{
  border-color: rgb(21 128 61 / 0.6);
}

.focus\:border-green-700\/65:focus{
  border-color: rgb(21 128 61 / 0.65);
}

.focus\:border-green-700\/70:focus{
  border-color: rgb(21 128 61 / 0.7);
}

.focus\:border-green-700\/75:focus{
  border-color: rgb(21 128 61 / 0.75);
}

.focus\:border-green-700\/80:focus{
  border-color: rgb(21 128 61 / 0.8);
}

.focus\:border-green-700\/85:focus{
  border-color: rgb(21 128 61 / 0.85);
}

.focus\:border-green-700\/90:focus{
  border-color: rgb(21 128 61 / 0.9);
}

.focus\:border-green-700\/95:focus{
  border-color: rgb(21 128 61 / 0.95);
}

.focus\:border-green-800:focus{
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.focus\:border-green-800\/0:focus{
  border-color: rgb(22 101 52 / 0);
}

.focus\:border-green-800\/10:focus{
  border-color: rgb(22 101 52 / 0.1);
}

.focus\:border-green-800\/100:focus{
  border-color: rgb(22 101 52 / 1);
}

.focus\:border-green-800\/15:focus{
  border-color: rgb(22 101 52 / 0.15);
}

.focus\:border-green-800\/20:focus{
  border-color: rgb(22 101 52 / 0.2);
}

.focus\:border-green-800\/25:focus{
  border-color: rgb(22 101 52 / 0.25);
}

.focus\:border-green-800\/30:focus{
  border-color: rgb(22 101 52 / 0.3);
}

.focus\:border-green-800\/35:focus{
  border-color: rgb(22 101 52 / 0.35);
}

.focus\:border-green-800\/40:focus{
  border-color: rgb(22 101 52 / 0.4);
}

.focus\:border-green-800\/45:focus{
  border-color: rgb(22 101 52 / 0.45);
}

.focus\:border-green-800\/5:focus{
  border-color: rgb(22 101 52 / 0.05);
}

.focus\:border-green-800\/50:focus{
  border-color: rgb(22 101 52 / 0.5);
}

.focus\:border-green-800\/55:focus{
  border-color: rgb(22 101 52 / 0.55);
}

.focus\:border-green-800\/60:focus{
  border-color: rgb(22 101 52 / 0.6);
}

.focus\:border-green-800\/65:focus{
  border-color: rgb(22 101 52 / 0.65);
}

.focus\:border-green-800\/70:focus{
  border-color: rgb(22 101 52 / 0.7);
}

.focus\:border-green-800\/75:focus{
  border-color: rgb(22 101 52 / 0.75);
}

.focus\:border-green-800\/80:focus{
  border-color: rgb(22 101 52 / 0.8);
}

.focus\:border-green-800\/85:focus{
  border-color: rgb(22 101 52 / 0.85);
}

.focus\:border-green-800\/90:focus{
  border-color: rgb(22 101 52 / 0.9);
}

.focus\:border-green-800\/95:focus{
  border-color: rgb(22 101 52 / 0.95);
}

.focus\:border-green-900:focus{
  --tw-border-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-border-opacity));
}

.focus\:border-green-900\/0:focus{
  border-color: rgb(20 83 45 / 0);
}

.focus\:border-green-900\/10:focus{
  border-color: rgb(20 83 45 / 0.1);
}

.focus\:border-green-900\/100:focus{
  border-color: rgb(20 83 45 / 1);
}

.focus\:border-green-900\/15:focus{
  border-color: rgb(20 83 45 / 0.15);
}

.focus\:border-green-900\/20:focus{
  border-color: rgb(20 83 45 / 0.2);
}

.focus\:border-green-900\/25:focus{
  border-color: rgb(20 83 45 / 0.25);
}

.focus\:border-green-900\/30:focus{
  border-color: rgb(20 83 45 / 0.3);
}

.focus\:border-green-900\/35:focus{
  border-color: rgb(20 83 45 / 0.35);
}

.focus\:border-green-900\/40:focus{
  border-color: rgb(20 83 45 / 0.4);
}

.focus\:border-green-900\/45:focus{
  border-color: rgb(20 83 45 / 0.45);
}

.focus\:border-green-900\/5:focus{
  border-color: rgb(20 83 45 / 0.05);
}

.focus\:border-green-900\/50:focus{
  border-color: rgb(20 83 45 / 0.5);
}

.focus\:border-green-900\/55:focus{
  border-color: rgb(20 83 45 / 0.55);
}

.focus\:border-green-900\/60:focus{
  border-color: rgb(20 83 45 / 0.6);
}

.focus\:border-green-900\/65:focus{
  border-color: rgb(20 83 45 / 0.65);
}

.focus\:border-green-900\/70:focus{
  border-color: rgb(20 83 45 / 0.7);
}

.focus\:border-green-900\/75:focus{
  border-color: rgb(20 83 45 / 0.75);
}

.focus\:border-green-900\/80:focus{
  border-color: rgb(20 83 45 / 0.8);
}

.focus\:border-green-900\/85:focus{
  border-color: rgb(20 83 45 / 0.85);
}

.focus\:border-green-900\/90:focus{
  border-color: rgb(20 83 45 / 0.9);
}

.focus\:border-green-900\/95:focus{
  border-color: rgb(20 83 45 / 0.95);
}

.focus\:border-indigo-100:focus{
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity));
}

.focus\:border-indigo-100\/0:focus{
  border-color: rgb(224 231 255 / 0);
}

.focus\:border-indigo-100\/10:focus{
  border-color: rgb(224 231 255 / 0.1);
}

.focus\:border-indigo-100\/100:focus{
  border-color: rgb(224 231 255 / 1);
}

.focus\:border-indigo-100\/15:focus{
  border-color: rgb(224 231 255 / 0.15);
}

.focus\:border-indigo-100\/20:focus{
  border-color: rgb(224 231 255 / 0.2);
}

.focus\:border-indigo-100\/25:focus{
  border-color: rgb(224 231 255 / 0.25);
}

.focus\:border-indigo-100\/30:focus{
  border-color: rgb(224 231 255 / 0.3);
}

.focus\:border-indigo-100\/35:focus{
  border-color: rgb(224 231 255 / 0.35);
}

.focus\:border-indigo-100\/40:focus{
  border-color: rgb(224 231 255 / 0.4);
}

.focus\:border-indigo-100\/45:focus{
  border-color: rgb(224 231 255 / 0.45);
}

.focus\:border-indigo-100\/5:focus{
  border-color: rgb(224 231 255 / 0.05);
}

.focus\:border-indigo-100\/50:focus{
  border-color: rgb(224 231 255 / 0.5);
}

.focus\:border-indigo-100\/55:focus{
  border-color: rgb(224 231 255 / 0.55);
}

.focus\:border-indigo-100\/60:focus{
  border-color: rgb(224 231 255 / 0.6);
}

.focus\:border-indigo-100\/65:focus{
  border-color: rgb(224 231 255 / 0.65);
}

.focus\:border-indigo-100\/70:focus{
  border-color: rgb(224 231 255 / 0.7);
}

.focus\:border-indigo-100\/75:focus{
  border-color: rgb(224 231 255 / 0.75);
}

.focus\:border-indigo-100\/80:focus{
  border-color: rgb(224 231 255 / 0.8);
}

.focus\:border-indigo-100\/85:focus{
  border-color: rgb(224 231 255 / 0.85);
}

.focus\:border-indigo-100\/90:focus{
  border-color: rgb(224 231 255 / 0.9);
}

.focus\:border-indigo-100\/95:focus{
  border-color: rgb(224 231 255 / 0.95);
}

.focus\:border-indigo-200:focus{
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity));
}

.focus\:border-indigo-200\/0:focus{
  border-color: rgb(199 210 254 / 0);
}

.focus\:border-indigo-200\/10:focus{
  border-color: rgb(199 210 254 / 0.1);
}

.focus\:border-indigo-200\/100:focus{
  border-color: rgb(199 210 254 / 1);
}

.focus\:border-indigo-200\/15:focus{
  border-color: rgb(199 210 254 / 0.15);
}

.focus\:border-indigo-200\/20:focus{
  border-color: rgb(199 210 254 / 0.2);
}

.focus\:border-indigo-200\/25:focus{
  border-color: rgb(199 210 254 / 0.25);
}

.focus\:border-indigo-200\/30:focus{
  border-color: rgb(199 210 254 / 0.3);
}

.focus\:border-indigo-200\/35:focus{
  border-color: rgb(199 210 254 / 0.35);
}

.focus\:border-indigo-200\/40:focus{
  border-color: rgb(199 210 254 / 0.4);
}

.focus\:border-indigo-200\/45:focus{
  border-color: rgb(199 210 254 / 0.45);
}

.focus\:border-indigo-200\/5:focus{
  border-color: rgb(199 210 254 / 0.05);
}

.focus\:border-indigo-200\/50:focus{
  border-color: rgb(199 210 254 / 0.5);
}

.focus\:border-indigo-200\/55:focus{
  border-color: rgb(199 210 254 / 0.55);
}

.focus\:border-indigo-200\/60:focus{
  border-color: rgb(199 210 254 / 0.6);
}

.focus\:border-indigo-200\/65:focus{
  border-color: rgb(199 210 254 / 0.65);
}

.focus\:border-indigo-200\/70:focus{
  border-color: rgb(199 210 254 / 0.7);
}

.focus\:border-indigo-200\/75:focus{
  border-color: rgb(199 210 254 / 0.75);
}

.focus\:border-indigo-200\/80:focus{
  border-color: rgb(199 210 254 / 0.8);
}

.focus\:border-indigo-200\/85:focus{
  border-color: rgb(199 210 254 / 0.85);
}

.focus\:border-indigo-200\/90:focus{
  border-color: rgb(199 210 254 / 0.9);
}

.focus\:border-indigo-200\/95:focus{
  border-color: rgb(199 210 254 / 0.95);
}

.focus\:border-indigo-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
}

.focus\:border-indigo-300\/0:focus{
  border-color: rgb(165 180 252 / 0);
}

.focus\:border-indigo-300\/10:focus{
  border-color: rgb(165 180 252 / 0.1);
}

.focus\:border-indigo-300\/100:focus{
  border-color: rgb(165 180 252 / 1);
}

.focus\:border-indigo-300\/15:focus{
  border-color: rgb(165 180 252 / 0.15);
}

.focus\:border-indigo-300\/20:focus{
  border-color: rgb(165 180 252 / 0.2);
}

.focus\:border-indigo-300\/25:focus{
  border-color: rgb(165 180 252 / 0.25);
}

.focus\:border-indigo-300\/30:focus{
  border-color: rgb(165 180 252 / 0.3);
}

.focus\:border-indigo-300\/35:focus{
  border-color: rgb(165 180 252 / 0.35);
}

.focus\:border-indigo-300\/40:focus{
  border-color: rgb(165 180 252 / 0.4);
}

.focus\:border-indigo-300\/45:focus{
  border-color: rgb(165 180 252 / 0.45);
}

.focus\:border-indigo-300\/5:focus{
  border-color: rgb(165 180 252 / 0.05);
}

.focus\:border-indigo-300\/50:focus{
  border-color: rgb(165 180 252 / 0.5);
}

.focus\:border-indigo-300\/55:focus{
  border-color: rgb(165 180 252 / 0.55);
}

.focus\:border-indigo-300\/60:focus{
  border-color: rgb(165 180 252 / 0.6);
}

.focus\:border-indigo-300\/65:focus{
  border-color: rgb(165 180 252 / 0.65);
}

.focus\:border-indigo-300\/70:focus{
  border-color: rgb(165 180 252 / 0.7);
}

.focus\:border-indigo-300\/75:focus{
  border-color: rgb(165 180 252 / 0.75);
}

.focus\:border-indigo-300\/80:focus{
  border-color: rgb(165 180 252 / 0.8);
}

.focus\:border-indigo-300\/85:focus{
  border-color: rgb(165 180 252 / 0.85);
}

.focus\:border-indigo-300\/90:focus{
  border-color: rgb(165 180 252 / 0.9);
}

.focus\:border-indigo-300\/95:focus{
  border-color: rgb(165 180 252 / 0.95);
}

.focus\:border-indigo-400:focus{
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity));
}

.focus\:border-indigo-400\/0:focus{
  border-color: rgb(129 140 248 / 0);
}

.focus\:border-indigo-400\/10:focus{
  border-color: rgb(129 140 248 / 0.1);
}

.focus\:border-indigo-400\/100:focus{
  border-color: rgb(129 140 248 / 1);
}

.focus\:border-indigo-400\/15:focus{
  border-color: rgb(129 140 248 / 0.15);
}

.focus\:border-indigo-400\/20:focus{
  border-color: rgb(129 140 248 / 0.2);
}

.focus\:border-indigo-400\/25:focus{
  border-color: rgb(129 140 248 / 0.25);
}

.focus\:border-indigo-400\/30:focus{
  border-color: rgb(129 140 248 / 0.3);
}

.focus\:border-indigo-400\/35:focus{
  border-color: rgb(129 140 248 / 0.35);
}

.focus\:border-indigo-400\/40:focus{
  border-color: rgb(129 140 248 / 0.4);
}

.focus\:border-indigo-400\/45:focus{
  border-color: rgb(129 140 248 / 0.45);
}

.focus\:border-indigo-400\/5:focus{
  border-color: rgb(129 140 248 / 0.05);
}

.focus\:border-indigo-400\/50:focus{
  border-color: rgb(129 140 248 / 0.5);
}

.focus\:border-indigo-400\/55:focus{
  border-color: rgb(129 140 248 / 0.55);
}

.focus\:border-indigo-400\/60:focus{
  border-color: rgb(129 140 248 / 0.6);
}

.focus\:border-indigo-400\/65:focus{
  border-color: rgb(129 140 248 / 0.65);
}

.focus\:border-indigo-400\/70:focus{
  border-color: rgb(129 140 248 / 0.7);
}

.focus\:border-indigo-400\/75:focus{
  border-color: rgb(129 140 248 / 0.75);
}

.focus\:border-indigo-400\/80:focus{
  border-color: rgb(129 140 248 / 0.8);
}

.focus\:border-indigo-400\/85:focus{
  border-color: rgb(129 140 248 / 0.85);
}

.focus\:border-indigo-400\/90:focus{
  border-color: rgb(129 140 248 / 0.9);
}

.focus\:border-indigo-400\/95:focus{
  border-color: rgb(129 140 248 / 0.95);
}

.focus\:border-indigo-50:focus{
  --tw-border-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-border-opacity));
}

.focus\:border-indigo-50\/0:focus{
  border-color: rgb(238 242 255 / 0);
}

.focus\:border-indigo-50\/10:focus{
  border-color: rgb(238 242 255 / 0.1);
}

.focus\:border-indigo-50\/100:focus{
  border-color: rgb(238 242 255 / 1);
}

.focus\:border-indigo-50\/15:focus{
  border-color: rgb(238 242 255 / 0.15);
}

.focus\:border-indigo-50\/20:focus{
  border-color: rgb(238 242 255 / 0.2);
}

.focus\:border-indigo-50\/25:focus{
  border-color: rgb(238 242 255 / 0.25);
}

.focus\:border-indigo-50\/30:focus{
  border-color: rgb(238 242 255 / 0.3);
}

.focus\:border-indigo-50\/35:focus{
  border-color: rgb(238 242 255 / 0.35);
}

.focus\:border-indigo-50\/40:focus{
  border-color: rgb(238 242 255 / 0.4);
}

.focus\:border-indigo-50\/45:focus{
  border-color: rgb(238 242 255 / 0.45);
}

.focus\:border-indigo-50\/5:focus{
  border-color: rgb(238 242 255 / 0.05);
}

.focus\:border-indigo-50\/50:focus{
  border-color: rgb(238 242 255 / 0.5);
}

.focus\:border-indigo-50\/55:focus{
  border-color: rgb(238 242 255 / 0.55);
}

.focus\:border-indigo-50\/60:focus{
  border-color: rgb(238 242 255 / 0.6);
}

.focus\:border-indigo-50\/65:focus{
  border-color: rgb(238 242 255 / 0.65);
}

.focus\:border-indigo-50\/70:focus{
  border-color: rgb(238 242 255 / 0.7);
}

.focus\:border-indigo-50\/75:focus{
  border-color: rgb(238 242 255 / 0.75);
}

.focus\:border-indigo-50\/80:focus{
  border-color: rgb(238 242 255 / 0.8);
}

.focus\:border-indigo-50\/85:focus{
  border-color: rgb(238 242 255 / 0.85);
}

.focus\:border-indigo-50\/90:focus{
  border-color: rgb(238 242 255 / 0.9);
}

.focus\:border-indigo-50\/95:focus{
  border-color: rgb(238 242 255 / 0.95);
}

.focus\:border-indigo-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.focus\:border-indigo-500\/0:focus{
  border-color: rgb(99 102 241 / 0);
}

.focus\:border-indigo-500\/10:focus{
  border-color: rgb(99 102 241 / 0.1);
}

.focus\:border-indigo-500\/100:focus{
  border-color: rgb(99 102 241 / 1);
}

.focus\:border-indigo-500\/15:focus{
  border-color: rgb(99 102 241 / 0.15);
}

.focus\:border-indigo-500\/20:focus{
  border-color: rgb(99 102 241 / 0.2);
}

.focus\:border-indigo-500\/25:focus{
  border-color: rgb(99 102 241 / 0.25);
}

.focus\:border-indigo-500\/30:focus{
  border-color: rgb(99 102 241 / 0.3);
}

.focus\:border-indigo-500\/35:focus{
  border-color: rgb(99 102 241 / 0.35);
}

.focus\:border-indigo-500\/40:focus{
  border-color: rgb(99 102 241 / 0.4);
}

.focus\:border-indigo-500\/45:focus{
  border-color: rgb(99 102 241 / 0.45);
}

.focus\:border-indigo-500\/5:focus{
  border-color: rgb(99 102 241 / 0.05);
}

.focus\:border-indigo-500\/50:focus{
  border-color: rgb(99 102 241 / 0.5);
}

.focus\:border-indigo-500\/55:focus{
  border-color: rgb(99 102 241 / 0.55);
}

.focus\:border-indigo-500\/60:focus{
  border-color: rgb(99 102 241 / 0.6);
}

.focus\:border-indigo-500\/65:focus{
  border-color: rgb(99 102 241 / 0.65);
}

.focus\:border-indigo-500\/70:focus{
  border-color: rgb(99 102 241 / 0.7);
}

.focus\:border-indigo-500\/75:focus{
  border-color: rgb(99 102 241 / 0.75);
}

.focus\:border-indigo-500\/80:focus{
  border-color: rgb(99 102 241 / 0.8);
}

.focus\:border-indigo-500\/85:focus{
  border-color: rgb(99 102 241 / 0.85);
}

.focus\:border-indigo-500\/90:focus{
  border-color: rgb(99 102 241 / 0.9);
}

.focus\:border-indigo-500\/95:focus{
  border-color: rgb(99 102 241 / 0.95);
}

.focus\:border-indigo-600:focus{
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.focus\:border-indigo-600\/0:focus{
  border-color: rgb(79 70 229 / 0);
}

.focus\:border-indigo-600\/10:focus{
  border-color: rgb(79 70 229 / 0.1);
}

.focus\:border-indigo-600\/100:focus{
  border-color: rgb(79 70 229 / 1);
}

.focus\:border-indigo-600\/15:focus{
  border-color: rgb(79 70 229 / 0.15);
}

.focus\:border-indigo-600\/20:focus{
  border-color: rgb(79 70 229 / 0.2);
}

.focus\:border-indigo-600\/25:focus{
  border-color: rgb(79 70 229 / 0.25);
}

.focus\:border-indigo-600\/30:focus{
  border-color: rgb(79 70 229 / 0.3);
}

.focus\:border-indigo-600\/35:focus{
  border-color: rgb(79 70 229 / 0.35);
}

.focus\:border-indigo-600\/40:focus{
  border-color: rgb(79 70 229 / 0.4);
}

.focus\:border-indigo-600\/45:focus{
  border-color: rgb(79 70 229 / 0.45);
}

.focus\:border-indigo-600\/5:focus{
  border-color: rgb(79 70 229 / 0.05);
}

.focus\:border-indigo-600\/50:focus{
  border-color: rgb(79 70 229 / 0.5);
}

.focus\:border-indigo-600\/55:focus{
  border-color: rgb(79 70 229 / 0.55);
}

.focus\:border-indigo-600\/60:focus{
  border-color: rgb(79 70 229 / 0.6);
}

.focus\:border-indigo-600\/65:focus{
  border-color: rgb(79 70 229 / 0.65);
}

.focus\:border-indigo-600\/70:focus{
  border-color: rgb(79 70 229 / 0.7);
}

.focus\:border-indigo-600\/75:focus{
  border-color: rgb(79 70 229 / 0.75);
}

.focus\:border-indigo-600\/80:focus{
  border-color: rgb(79 70 229 / 0.8);
}

.focus\:border-indigo-600\/85:focus{
  border-color: rgb(79 70 229 / 0.85);
}

.focus\:border-indigo-600\/90:focus{
  border-color: rgb(79 70 229 / 0.9);
}

.focus\:border-indigo-600\/95:focus{
  border-color: rgb(79 70 229 / 0.95);
}

.focus\:border-indigo-700:focus{
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.focus\:border-indigo-700\/0:focus{
  border-color: rgb(67 56 202 / 0);
}

.focus\:border-indigo-700\/10:focus{
  border-color: rgb(67 56 202 / 0.1);
}

.focus\:border-indigo-700\/100:focus{
  border-color: rgb(67 56 202 / 1);
}

.focus\:border-indigo-700\/15:focus{
  border-color: rgb(67 56 202 / 0.15);
}

.focus\:border-indigo-700\/20:focus{
  border-color: rgb(67 56 202 / 0.2);
}

.focus\:border-indigo-700\/25:focus{
  border-color: rgb(67 56 202 / 0.25);
}

.focus\:border-indigo-700\/30:focus{
  border-color: rgb(67 56 202 / 0.3);
}

.focus\:border-indigo-700\/35:focus{
  border-color: rgb(67 56 202 / 0.35);
}

.focus\:border-indigo-700\/40:focus{
  border-color: rgb(67 56 202 / 0.4);
}

.focus\:border-indigo-700\/45:focus{
  border-color: rgb(67 56 202 / 0.45);
}

.focus\:border-indigo-700\/5:focus{
  border-color: rgb(67 56 202 / 0.05);
}

.focus\:border-indigo-700\/50:focus{
  border-color: rgb(67 56 202 / 0.5);
}

.focus\:border-indigo-700\/55:focus{
  border-color: rgb(67 56 202 / 0.55);
}

.focus\:border-indigo-700\/60:focus{
  border-color: rgb(67 56 202 / 0.6);
}

.focus\:border-indigo-700\/65:focus{
  border-color: rgb(67 56 202 / 0.65);
}

.focus\:border-indigo-700\/70:focus{
  border-color: rgb(67 56 202 / 0.7);
}

.focus\:border-indigo-700\/75:focus{
  border-color: rgb(67 56 202 / 0.75);
}

.focus\:border-indigo-700\/80:focus{
  border-color: rgb(67 56 202 / 0.8);
}

.focus\:border-indigo-700\/85:focus{
  border-color: rgb(67 56 202 / 0.85);
}

.focus\:border-indigo-700\/90:focus{
  border-color: rgb(67 56 202 / 0.9);
}

.focus\:border-indigo-700\/95:focus{
  border-color: rgb(67 56 202 / 0.95);
}

.focus\:border-indigo-800:focus{
  --tw-border-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-border-opacity));
}

.focus\:border-indigo-800\/0:focus{
  border-color: rgb(55 48 163 / 0);
}

.focus\:border-indigo-800\/10:focus{
  border-color: rgb(55 48 163 / 0.1);
}

.focus\:border-indigo-800\/100:focus{
  border-color: rgb(55 48 163 / 1);
}

.focus\:border-indigo-800\/15:focus{
  border-color: rgb(55 48 163 / 0.15);
}

.focus\:border-indigo-800\/20:focus{
  border-color: rgb(55 48 163 / 0.2);
}

.focus\:border-indigo-800\/25:focus{
  border-color: rgb(55 48 163 / 0.25);
}

.focus\:border-indigo-800\/30:focus{
  border-color: rgb(55 48 163 / 0.3);
}

.focus\:border-indigo-800\/35:focus{
  border-color: rgb(55 48 163 / 0.35);
}

.focus\:border-indigo-800\/40:focus{
  border-color: rgb(55 48 163 / 0.4);
}

.focus\:border-indigo-800\/45:focus{
  border-color: rgb(55 48 163 / 0.45);
}

.focus\:border-indigo-800\/5:focus{
  border-color: rgb(55 48 163 / 0.05);
}

.focus\:border-indigo-800\/50:focus{
  border-color: rgb(55 48 163 / 0.5);
}

.focus\:border-indigo-800\/55:focus{
  border-color: rgb(55 48 163 / 0.55);
}

.focus\:border-indigo-800\/60:focus{
  border-color: rgb(55 48 163 / 0.6);
}

.focus\:border-indigo-800\/65:focus{
  border-color: rgb(55 48 163 / 0.65);
}

.focus\:border-indigo-800\/70:focus{
  border-color: rgb(55 48 163 / 0.7);
}

.focus\:border-indigo-800\/75:focus{
  border-color: rgb(55 48 163 / 0.75);
}

.focus\:border-indigo-800\/80:focus{
  border-color: rgb(55 48 163 / 0.8);
}

.focus\:border-indigo-800\/85:focus{
  border-color: rgb(55 48 163 / 0.85);
}

.focus\:border-indigo-800\/90:focus{
  border-color: rgb(55 48 163 / 0.9);
}

.focus\:border-indigo-800\/95:focus{
  border-color: rgb(55 48 163 / 0.95);
}

.focus\:border-indigo-900:focus{
  --tw-border-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-border-opacity));
}

.focus\:border-indigo-900\/0:focus{
  border-color: rgb(49 46 129 / 0);
}

.focus\:border-indigo-900\/10:focus{
  border-color: rgb(49 46 129 / 0.1);
}

.focus\:border-indigo-900\/100:focus{
  border-color: rgb(49 46 129 / 1);
}

.focus\:border-indigo-900\/15:focus{
  border-color: rgb(49 46 129 / 0.15);
}

.focus\:border-indigo-900\/20:focus{
  border-color: rgb(49 46 129 / 0.2);
}

.focus\:border-indigo-900\/25:focus{
  border-color: rgb(49 46 129 / 0.25);
}

.focus\:border-indigo-900\/30:focus{
  border-color: rgb(49 46 129 / 0.3);
}

.focus\:border-indigo-900\/35:focus{
  border-color: rgb(49 46 129 / 0.35);
}

.focus\:border-indigo-900\/40:focus{
  border-color: rgb(49 46 129 / 0.4);
}

.focus\:border-indigo-900\/45:focus{
  border-color: rgb(49 46 129 / 0.45);
}

.focus\:border-indigo-900\/5:focus{
  border-color: rgb(49 46 129 / 0.05);
}

.focus\:border-indigo-900\/50:focus{
  border-color: rgb(49 46 129 / 0.5);
}

.focus\:border-indigo-900\/55:focus{
  border-color: rgb(49 46 129 / 0.55);
}

.focus\:border-indigo-900\/60:focus{
  border-color: rgb(49 46 129 / 0.6);
}

.focus\:border-indigo-900\/65:focus{
  border-color: rgb(49 46 129 / 0.65);
}

.focus\:border-indigo-900\/70:focus{
  border-color: rgb(49 46 129 / 0.7);
}

.focus\:border-indigo-900\/75:focus{
  border-color: rgb(49 46 129 / 0.75);
}

.focus\:border-indigo-900\/80:focus{
  border-color: rgb(49 46 129 / 0.8);
}

.focus\:border-indigo-900\/85:focus{
  border-color: rgb(49 46 129 / 0.85);
}

.focus\:border-indigo-900\/90:focus{
  border-color: rgb(49 46 129 / 0.9);
}

.focus\:border-indigo-900\/95:focus{
  border-color: rgb(49 46 129 / 0.95);
}

.focus\:border-red-100:focus{
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity));
}

.focus\:border-red-100\/0:focus{
  border-color: rgb(254 226 226 / 0);
}

.focus\:border-red-100\/10:focus{
  border-color: rgb(254 226 226 / 0.1);
}

.focus\:border-red-100\/100:focus{
  border-color: rgb(254 226 226 / 1);
}

.focus\:border-red-100\/15:focus{
  border-color: rgb(254 226 226 / 0.15);
}

.focus\:border-red-100\/20:focus{
  border-color: rgb(254 226 226 / 0.2);
}

.focus\:border-red-100\/25:focus{
  border-color: rgb(254 226 226 / 0.25);
}

.focus\:border-red-100\/30:focus{
  border-color: rgb(254 226 226 / 0.3);
}

.focus\:border-red-100\/35:focus{
  border-color: rgb(254 226 226 / 0.35);
}

.focus\:border-red-100\/40:focus{
  border-color: rgb(254 226 226 / 0.4);
}

.focus\:border-red-100\/45:focus{
  border-color: rgb(254 226 226 / 0.45);
}

.focus\:border-red-100\/5:focus{
  border-color: rgb(254 226 226 / 0.05);
}

.focus\:border-red-100\/50:focus{
  border-color: rgb(254 226 226 / 0.5);
}

.focus\:border-red-100\/55:focus{
  border-color: rgb(254 226 226 / 0.55);
}

.focus\:border-red-100\/60:focus{
  border-color: rgb(254 226 226 / 0.6);
}

.focus\:border-red-100\/65:focus{
  border-color: rgb(254 226 226 / 0.65);
}

.focus\:border-red-100\/70:focus{
  border-color: rgb(254 226 226 / 0.7);
}

.focus\:border-red-100\/75:focus{
  border-color: rgb(254 226 226 / 0.75);
}

.focus\:border-red-100\/80:focus{
  border-color: rgb(254 226 226 / 0.8);
}

.focus\:border-red-100\/85:focus{
  border-color: rgb(254 226 226 / 0.85);
}

.focus\:border-red-100\/90:focus{
  border-color: rgb(254 226 226 / 0.9);
}

.focus\:border-red-100\/95:focus{
  border-color: rgb(254 226 226 / 0.95);
}

.focus\:border-red-200:focus{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}

.focus\:border-red-200\/0:focus{
  border-color: rgb(254 202 202 / 0);
}

.focus\:border-red-200\/10:focus{
  border-color: rgb(254 202 202 / 0.1);
}

.focus\:border-red-200\/100:focus{
  border-color: rgb(254 202 202 / 1);
}

.focus\:border-red-200\/15:focus{
  border-color: rgb(254 202 202 / 0.15);
}

.focus\:border-red-200\/20:focus{
  border-color: rgb(254 202 202 / 0.2);
}

.focus\:border-red-200\/25:focus{
  border-color: rgb(254 202 202 / 0.25);
}

.focus\:border-red-200\/30:focus{
  border-color: rgb(254 202 202 / 0.3);
}

.focus\:border-red-200\/35:focus{
  border-color: rgb(254 202 202 / 0.35);
}

.focus\:border-red-200\/40:focus{
  border-color: rgb(254 202 202 / 0.4);
}

.focus\:border-red-200\/45:focus{
  border-color: rgb(254 202 202 / 0.45);
}

.focus\:border-red-200\/5:focus{
  border-color: rgb(254 202 202 / 0.05);
}

.focus\:border-red-200\/50:focus{
  border-color: rgb(254 202 202 / 0.5);
}

.focus\:border-red-200\/55:focus{
  border-color: rgb(254 202 202 / 0.55);
}

.focus\:border-red-200\/60:focus{
  border-color: rgb(254 202 202 / 0.6);
}

.focus\:border-red-200\/65:focus{
  border-color: rgb(254 202 202 / 0.65);
}

.focus\:border-red-200\/70:focus{
  border-color: rgb(254 202 202 / 0.7);
}

.focus\:border-red-200\/75:focus{
  border-color: rgb(254 202 202 / 0.75);
}

.focus\:border-red-200\/80:focus{
  border-color: rgb(254 202 202 / 0.8);
}

.focus\:border-red-200\/85:focus{
  border-color: rgb(254 202 202 / 0.85);
}

.focus\:border-red-200\/90:focus{
  border-color: rgb(254 202 202 / 0.9);
}

.focus\:border-red-200\/95:focus{
  border-color: rgb(254 202 202 / 0.95);
}

.focus\:border-red-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}

.focus\:border-red-300\/0:focus{
  border-color: rgb(252 165 165 / 0);
}

.focus\:border-red-300\/10:focus{
  border-color: rgb(252 165 165 / 0.1);
}

.focus\:border-red-300\/100:focus{
  border-color: rgb(252 165 165 / 1);
}

.focus\:border-red-300\/15:focus{
  border-color: rgb(252 165 165 / 0.15);
}

.focus\:border-red-300\/20:focus{
  border-color: rgb(252 165 165 / 0.2);
}

.focus\:border-red-300\/25:focus{
  border-color: rgb(252 165 165 / 0.25);
}

.focus\:border-red-300\/30:focus{
  border-color: rgb(252 165 165 / 0.3);
}

.focus\:border-red-300\/35:focus{
  border-color: rgb(252 165 165 / 0.35);
}

.focus\:border-red-300\/40:focus{
  border-color: rgb(252 165 165 / 0.4);
}

.focus\:border-red-300\/45:focus{
  border-color: rgb(252 165 165 / 0.45);
}

.focus\:border-red-300\/5:focus{
  border-color: rgb(252 165 165 / 0.05);
}

.focus\:border-red-300\/50:focus{
  border-color: rgb(252 165 165 / 0.5);
}

.focus\:border-red-300\/55:focus{
  border-color: rgb(252 165 165 / 0.55);
}

.focus\:border-red-300\/60:focus{
  border-color: rgb(252 165 165 / 0.6);
}

.focus\:border-red-300\/65:focus{
  border-color: rgb(252 165 165 / 0.65);
}

.focus\:border-red-300\/70:focus{
  border-color: rgb(252 165 165 / 0.7);
}

.focus\:border-red-300\/75:focus{
  border-color: rgb(252 165 165 / 0.75);
}

.focus\:border-red-300\/80:focus{
  border-color: rgb(252 165 165 / 0.8);
}

.focus\:border-red-300\/85:focus{
  border-color: rgb(252 165 165 / 0.85);
}

.focus\:border-red-300\/90:focus{
  border-color: rgb(252 165 165 / 0.9);
}

.focus\:border-red-300\/95:focus{
  border-color: rgb(252 165 165 / 0.95);
}

.focus\:border-red-400:focus{
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.focus\:border-red-400\/0:focus{
  border-color: rgb(248 113 113 / 0);
}

.focus\:border-red-400\/10:focus{
  border-color: rgb(248 113 113 / 0.1);
}

.focus\:border-red-400\/100:focus{
  border-color: rgb(248 113 113 / 1);
}

.focus\:border-red-400\/15:focus{
  border-color: rgb(248 113 113 / 0.15);
}

.focus\:border-red-400\/20:focus{
  border-color: rgb(248 113 113 / 0.2);
}

.focus\:border-red-400\/25:focus{
  border-color: rgb(248 113 113 / 0.25);
}

.focus\:border-red-400\/30:focus{
  border-color: rgb(248 113 113 / 0.3);
}

.focus\:border-red-400\/35:focus{
  border-color: rgb(248 113 113 / 0.35);
}

.focus\:border-red-400\/40:focus{
  border-color: rgb(248 113 113 / 0.4);
}

.focus\:border-red-400\/45:focus{
  border-color: rgb(248 113 113 / 0.45);
}

.focus\:border-red-400\/5:focus{
  border-color: rgb(248 113 113 / 0.05);
}

.focus\:border-red-400\/50:focus{
  border-color: rgb(248 113 113 / 0.5);
}

.focus\:border-red-400\/55:focus{
  border-color: rgb(248 113 113 / 0.55);
}

.focus\:border-red-400\/60:focus{
  border-color: rgb(248 113 113 / 0.6);
}

.focus\:border-red-400\/65:focus{
  border-color: rgb(248 113 113 / 0.65);
}

.focus\:border-red-400\/70:focus{
  border-color: rgb(248 113 113 / 0.7);
}

.focus\:border-red-400\/75:focus{
  border-color: rgb(248 113 113 / 0.75);
}

.focus\:border-red-400\/80:focus{
  border-color: rgb(248 113 113 / 0.8);
}

.focus\:border-red-400\/85:focus{
  border-color: rgb(248 113 113 / 0.85);
}

.focus\:border-red-400\/90:focus{
  border-color: rgb(248 113 113 / 0.9);
}

.focus\:border-red-400\/95:focus{
  border-color: rgb(248 113 113 / 0.95);
}

.focus\:border-red-50:focus{
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity));
}

.focus\:border-red-50\/0:focus{
  border-color: rgb(254 242 242 / 0);
}

.focus\:border-red-50\/10:focus{
  border-color: rgb(254 242 242 / 0.1);
}

.focus\:border-red-50\/100:focus{
  border-color: rgb(254 242 242 / 1);
}

.focus\:border-red-50\/15:focus{
  border-color: rgb(254 242 242 / 0.15);
}

.focus\:border-red-50\/20:focus{
  border-color: rgb(254 242 242 / 0.2);
}

.focus\:border-red-50\/25:focus{
  border-color: rgb(254 242 242 / 0.25);
}

.focus\:border-red-50\/30:focus{
  border-color: rgb(254 242 242 / 0.3);
}

.focus\:border-red-50\/35:focus{
  border-color: rgb(254 242 242 / 0.35);
}

.focus\:border-red-50\/40:focus{
  border-color: rgb(254 242 242 / 0.4);
}

.focus\:border-red-50\/45:focus{
  border-color: rgb(254 242 242 / 0.45);
}

.focus\:border-red-50\/5:focus{
  border-color: rgb(254 242 242 / 0.05);
}

.focus\:border-red-50\/50:focus{
  border-color: rgb(254 242 242 / 0.5);
}

.focus\:border-red-50\/55:focus{
  border-color: rgb(254 242 242 / 0.55);
}

.focus\:border-red-50\/60:focus{
  border-color: rgb(254 242 242 / 0.6);
}

.focus\:border-red-50\/65:focus{
  border-color: rgb(254 242 242 / 0.65);
}

.focus\:border-red-50\/70:focus{
  border-color: rgb(254 242 242 / 0.7);
}

.focus\:border-red-50\/75:focus{
  border-color: rgb(254 242 242 / 0.75);
}

.focus\:border-red-50\/80:focus{
  border-color: rgb(254 242 242 / 0.8);
}

.focus\:border-red-50\/85:focus{
  border-color: rgb(254 242 242 / 0.85);
}

.focus\:border-red-50\/90:focus{
  border-color: rgb(254 242 242 / 0.9);
}

.focus\:border-red-50\/95:focus{
  border-color: rgb(254 242 242 / 0.95);
}

.focus\:border-red-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.focus\:border-red-500\/0:focus{
  border-color: rgb(239 68 68 / 0);
}

.focus\:border-red-500\/10:focus{
  border-color: rgb(239 68 68 / 0.1);
}

.focus\:border-red-500\/100:focus{
  border-color: rgb(239 68 68 / 1);
}

.focus\:border-red-500\/15:focus{
  border-color: rgb(239 68 68 / 0.15);
}

.focus\:border-red-500\/20:focus{
  border-color: rgb(239 68 68 / 0.2);
}

.focus\:border-red-500\/25:focus{
  border-color: rgb(239 68 68 / 0.25);
}

.focus\:border-red-500\/30:focus{
  border-color: rgb(239 68 68 / 0.3);
}

.focus\:border-red-500\/35:focus{
  border-color: rgb(239 68 68 / 0.35);
}

.focus\:border-red-500\/40:focus{
  border-color: rgb(239 68 68 / 0.4);
}

.focus\:border-red-500\/45:focus{
  border-color: rgb(239 68 68 / 0.45);
}

.focus\:border-red-500\/5:focus{
  border-color: rgb(239 68 68 / 0.05);
}

.focus\:border-red-500\/50:focus{
  border-color: rgb(239 68 68 / 0.5);
}

.focus\:border-red-500\/55:focus{
  border-color: rgb(239 68 68 / 0.55);
}

.focus\:border-red-500\/60:focus{
  border-color: rgb(239 68 68 / 0.6);
}

.focus\:border-red-500\/65:focus{
  border-color: rgb(239 68 68 / 0.65);
}

.focus\:border-red-500\/70:focus{
  border-color: rgb(239 68 68 / 0.7);
}

.focus\:border-red-500\/75:focus{
  border-color: rgb(239 68 68 / 0.75);
}

.focus\:border-red-500\/80:focus{
  border-color: rgb(239 68 68 / 0.8);
}

.focus\:border-red-500\/85:focus{
  border-color: rgb(239 68 68 / 0.85);
}

.focus\:border-red-500\/90:focus{
  border-color: rgb(239 68 68 / 0.9);
}

.focus\:border-red-500\/95:focus{
  border-color: rgb(239 68 68 / 0.95);
}

.focus\:border-red-600:focus{
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.focus\:border-red-600\/0:focus{
  border-color: rgb(220 38 38 / 0);
}

.focus\:border-red-600\/10:focus{
  border-color: rgb(220 38 38 / 0.1);
}

.focus\:border-red-600\/100:focus{
  border-color: rgb(220 38 38 / 1);
}

.focus\:border-red-600\/15:focus{
  border-color: rgb(220 38 38 / 0.15);
}

.focus\:border-red-600\/20:focus{
  border-color: rgb(220 38 38 / 0.2);
}

.focus\:border-red-600\/25:focus{
  border-color: rgb(220 38 38 / 0.25);
}

.focus\:border-red-600\/30:focus{
  border-color: rgb(220 38 38 / 0.3);
}

.focus\:border-red-600\/35:focus{
  border-color: rgb(220 38 38 / 0.35);
}

.focus\:border-red-600\/40:focus{
  border-color: rgb(220 38 38 / 0.4);
}

.focus\:border-red-600\/45:focus{
  border-color: rgb(220 38 38 / 0.45);
}

.focus\:border-red-600\/5:focus{
  border-color: rgb(220 38 38 / 0.05);
}

.focus\:border-red-600\/50:focus{
  border-color: rgb(220 38 38 / 0.5);
}

.focus\:border-red-600\/55:focus{
  border-color: rgb(220 38 38 / 0.55);
}

.focus\:border-red-600\/60:focus{
  border-color: rgb(220 38 38 / 0.6);
}

.focus\:border-red-600\/65:focus{
  border-color: rgb(220 38 38 / 0.65);
}

.focus\:border-red-600\/70:focus{
  border-color: rgb(220 38 38 / 0.7);
}

.focus\:border-red-600\/75:focus{
  border-color: rgb(220 38 38 / 0.75);
}

.focus\:border-red-600\/80:focus{
  border-color: rgb(220 38 38 / 0.8);
}

.focus\:border-red-600\/85:focus{
  border-color: rgb(220 38 38 / 0.85);
}

.focus\:border-red-600\/90:focus{
  border-color: rgb(220 38 38 / 0.9);
}

.focus\:border-red-600\/95:focus{
  border-color: rgb(220 38 38 / 0.95);
}

.focus\:border-red-700:focus{
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.focus\:border-red-700\/0:focus{
  border-color: rgb(185 28 28 / 0);
}

.focus\:border-red-700\/10:focus{
  border-color: rgb(185 28 28 / 0.1);
}

.focus\:border-red-700\/100:focus{
  border-color: rgb(185 28 28 / 1);
}

.focus\:border-red-700\/15:focus{
  border-color: rgb(185 28 28 / 0.15);
}

.focus\:border-red-700\/20:focus{
  border-color: rgb(185 28 28 / 0.2);
}

.focus\:border-red-700\/25:focus{
  border-color: rgb(185 28 28 / 0.25);
}

.focus\:border-red-700\/30:focus{
  border-color: rgb(185 28 28 / 0.3);
}

.focus\:border-red-700\/35:focus{
  border-color: rgb(185 28 28 / 0.35);
}

.focus\:border-red-700\/40:focus{
  border-color: rgb(185 28 28 / 0.4);
}

.focus\:border-red-700\/45:focus{
  border-color: rgb(185 28 28 / 0.45);
}

.focus\:border-red-700\/5:focus{
  border-color: rgb(185 28 28 / 0.05);
}

.focus\:border-red-700\/50:focus{
  border-color: rgb(185 28 28 / 0.5);
}

.focus\:border-red-700\/55:focus{
  border-color: rgb(185 28 28 / 0.55);
}

.focus\:border-red-700\/60:focus{
  border-color: rgb(185 28 28 / 0.6);
}

.focus\:border-red-700\/65:focus{
  border-color: rgb(185 28 28 / 0.65);
}

.focus\:border-red-700\/70:focus{
  border-color: rgb(185 28 28 / 0.7);
}

.focus\:border-red-700\/75:focus{
  border-color: rgb(185 28 28 / 0.75);
}

.focus\:border-red-700\/80:focus{
  border-color: rgb(185 28 28 / 0.8);
}

.focus\:border-red-700\/85:focus{
  border-color: rgb(185 28 28 / 0.85);
}

.focus\:border-red-700\/90:focus{
  border-color: rgb(185 28 28 / 0.9);
}

.focus\:border-red-700\/95:focus{
  border-color: rgb(185 28 28 / 0.95);
}

.focus\:border-red-800:focus{
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity));
}

.focus\:border-red-800\/0:focus{
  border-color: rgb(153 27 27 / 0);
}

.focus\:border-red-800\/10:focus{
  border-color: rgb(153 27 27 / 0.1);
}

.focus\:border-red-800\/100:focus{
  border-color: rgb(153 27 27 / 1);
}

.focus\:border-red-800\/15:focus{
  border-color: rgb(153 27 27 / 0.15);
}

.focus\:border-red-800\/20:focus{
  border-color: rgb(153 27 27 / 0.2);
}

.focus\:border-red-800\/25:focus{
  border-color: rgb(153 27 27 / 0.25);
}

.focus\:border-red-800\/30:focus{
  border-color: rgb(153 27 27 / 0.3);
}

.focus\:border-red-800\/35:focus{
  border-color: rgb(153 27 27 / 0.35);
}

.focus\:border-red-800\/40:focus{
  border-color: rgb(153 27 27 / 0.4);
}

.focus\:border-red-800\/45:focus{
  border-color: rgb(153 27 27 / 0.45);
}

.focus\:border-red-800\/5:focus{
  border-color: rgb(153 27 27 / 0.05);
}

.focus\:border-red-800\/50:focus{
  border-color: rgb(153 27 27 / 0.5);
}

.focus\:border-red-800\/55:focus{
  border-color: rgb(153 27 27 / 0.55);
}

.focus\:border-red-800\/60:focus{
  border-color: rgb(153 27 27 / 0.6);
}

.focus\:border-red-800\/65:focus{
  border-color: rgb(153 27 27 / 0.65);
}

.focus\:border-red-800\/70:focus{
  border-color: rgb(153 27 27 / 0.7);
}

.focus\:border-red-800\/75:focus{
  border-color: rgb(153 27 27 / 0.75);
}

.focus\:border-red-800\/80:focus{
  border-color: rgb(153 27 27 / 0.8);
}

.focus\:border-red-800\/85:focus{
  border-color: rgb(153 27 27 / 0.85);
}

.focus\:border-red-800\/90:focus{
  border-color: rgb(153 27 27 / 0.9);
}

.focus\:border-red-800\/95:focus{
  border-color: rgb(153 27 27 / 0.95);
}

.focus\:border-red-900:focus{
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.focus\:border-red-900\/0:focus{
  border-color: rgb(127 29 29 / 0);
}

.focus\:border-red-900\/10:focus{
  border-color: rgb(127 29 29 / 0.1);
}

.focus\:border-red-900\/100:focus{
  border-color: rgb(127 29 29 / 1);
}

.focus\:border-red-900\/15:focus{
  border-color: rgb(127 29 29 / 0.15);
}

.focus\:border-red-900\/20:focus{
  border-color: rgb(127 29 29 / 0.2);
}

.focus\:border-red-900\/25:focus{
  border-color: rgb(127 29 29 / 0.25);
}

.focus\:border-red-900\/30:focus{
  border-color: rgb(127 29 29 / 0.3);
}

.focus\:border-red-900\/35:focus{
  border-color: rgb(127 29 29 / 0.35);
}

.focus\:border-red-900\/40:focus{
  border-color: rgb(127 29 29 / 0.4);
}

.focus\:border-red-900\/45:focus{
  border-color: rgb(127 29 29 / 0.45);
}

.focus\:border-red-900\/5:focus{
  border-color: rgb(127 29 29 / 0.05);
}

.focus\:border-red-900\/50:focus{
  border-color: rgb(127 29 29 / 0.5);
}

.focus\:border-red-900\/55:focus{
  border-color: rgb(127 29 29 / 0.55);
}

.focus\:border-red-900\/60:focus{
  border-color: rgb(127 29 29 / 0.6);
}

.focus\:border-red-900\/65:focus{
  border-color: rgb(127 29 29 / 0.65);
}

.focus\:border-red-900\/70:focus{
  border-color: rgb(127 29 29 / 0.7);
}

.focus\:border-red-900\/75:focus{
  border-color: rgb(127 29 29 / 0.75);
}

.focus\:border-red-900\/80:focus{
  border-color: rgb(127 29 29 / 0.8);
}

.focus\:border-red-900\/85:focus{
  border-color: rgb(127 29 29 / 0.85);
}

.focus\:border-red-900\/90:focus{
  border-color: rgb(127 29 29 / 0.9);
}

.focus\:border-red-900\/95:focus{
  border-color: rgb(127 29 29 / 0.95);
}

.focus\:border-yellow-100:focus{
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.focus\:border-yellow-100\/0:focus{
  border-color: rgb(254 249 195 / 0);
}

.focus\:border-yellow-100\/10:focus{
  border-color: rgb(254 249 195 / 0.1);
}

.focus\:border-yellow-100\/100:focus{
  border-color: rgb(254 249 195 / 1);
}

.focus\:border-yellow-100\/15:focus{
  border-color: rgb(254 249 195 / 0.15);
}

.focus\:border-yellow-100\/20:focus{
  border-color: rgb(254 249 195 / 0.2);
}

.focus\:border-yellow-100\/25:focus{
  border-color: rgb(254 249 195 / 0.25);
}

.focus\:border-yellow-100\/30:focus{
  border-color: rgb(254 249 195 / 0.3);
}

.focus\:border-yellow-100\/35:focus{
  border-color: rgb(254 249 195 / 0.35);
}

.focus\:border-yellow-100\/40:focus{
  border-color: rgb(254 249 195 / 0.4);
}

.focus\:border-yellow-100\/45:focus{
  border-color: rgb(254 249 195 / 0.45);
}

.focus\:border-yellow-100\/5:focus{
  border-color: rgb(254 249 195 / 0.05);
}

.focus\:border-yellow-100\/50:focus{
  border-color: rgb(254 249 195 / 0.5);
}

.focus\:border-yellow-100\/55:focus{
  border-color: rgb(254 249 195 / 0.55);
}

.focus\:border-yellow-100\/60:focus{
  border-color: rgb(254 249 195 / 0.6);
}

.focus\:border-yellow-100\/65:focus{
  border-color: rgb(254 249 195 / 0.65);
}

.focus\:border-yellow-100\/70:focus{
  border-color: rgb(254 249 195 / 0.7);
}

.focus\:border-yellow-100\/75:focus{
  border-color: rgb(254 249 195 / 0.75);
}

.focus\:border-yellow-100\/80:focus{
  border-color: rgb(254 249 195 / 0.8);
}

.focus\:border-yellow-100\/85:focus{
  border-color: rgb(254 249 195 / 0.85);
}

.focus\:border-yellow-100\/90:focus{
  border-color: rgb(254 249 195 / 0.9);
}

.focus\:border-yellow-100\/95:focus{
  border-color: rgb(254 249 195 / 0.95);
}

.focus\:border-yellow-200:focus{
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity));
}

.focus\:border-yellow-200\/0:focus{
  border-color: rgb(254 240 138 / 0);
}

.focus\:border-yellow-200\/10:focus{
  border-color: rgb(254 240 138 / 0.1);
}

.focus\:border-yellow-200\/100:focus{
  border-color: rgb(254 240 138 / 1);
}

.focus\:border-yellow-200\/15:focus{
  border-color: rgb(254 240 138 / 0.15);
}

.focus\:border-yellow-200\/20:focus{
  border-color: rgb(254 240 138 / 0.2);
}

.focus\:border-yellow-200\/25:focus{
  border-color: rgb(254 240 138 / 0.25);
}

.focus\:border-yellow-200\/30:focus{
  border-color: rgb(254 240 138 / 0.3);
}

.focus\:border-yellow-200\/35:focus{
  border-color: rgb(254 240 138 / 0.35);
}

.focus\:border-yellow-200\/40:focus{
  border-color: rgb(254 240 138 / 0.4);
}

.focus\:border-yellow-200\/45:focus{
  border-color: rgb(254 240 138 / 0.45);
}

.focus\:border-yellow-200\/5:focus{
  border-color: rgb(254 240 138 / 0.05);
}

.focus\:border-yellow-200\/50:focus{
  border-color: rgb(254 240 138 / 0.5);
}

.focus\:border-yellow-200\/55:focus{
  border-color: rgb(254 240 138 / 0.55);
}

.focus\:border-yellow-200\/60:focus{
  border-color: rgb(254 240 138 / 0.6);
}

.focus\:border-yellow-200\/65:focus{
  border-color: rgb(254 240 138 / 0.65);
}

.focus\:border-yellow-200\/70:focus{
  border-color: rgb(254 240 138 / 0.7);
}

.focus\:border-yellow-200\/75:focus{
  border-color: rgb(254 240 138 / 0.75);
}

.focus\:border-yellow-200\/80:focus{
  border-color: rgb(254 240 138 / 0.8);
}

.focus\:border-yellow-200\/85:focus{
  border-color: rgb(254 240 138 / 0.85);
}

.focus\:border-yellow-200\/90:focus{
  border-color: rgb(254 240 138 / 0.9);
}

.focus\:border-yellow-200\/95:focus{
  border-color: rgb(254 240 138 / 0.95);
}

.focus\:border-yellow-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.focus\:border-yellow-300\/0:focus{
  border-color: rgb(253 224 71 / 0);
}

.focus\:border-yellow-300\/10:focus{
  border-color: rgb(253 224 71 / 0.1);
}

.focus\:border-yellow-300\/100:focus{
  border-color: rgb(253 224 71 / 1);
}

.focus\:border-yellow-300\/15:focus{
  border-color: rgb(253 224 71 / 0.15);
}

.focus\:border-yellow-300\/20:focus{
  border-color: rgb(253 224 71 / 0.2);
}

.focus\:border-yellow-300\/25:focus{
  border-color: rgb(253 224 71 / 0.25);
}

.focus\:border-yellow-300\/30:focus{
  border-color: rgb(253 224 71 / 0.3);
}

.focus\:border-yellow-300\/35:focus{
  border-color: rgb(253 224 71 / 0.35);
}

.focus\:border-yellow-300\/40:focus{
  border-color: rgb(253 224 71 / 0.4);
}

.focus\:border-yellow-300\/45:focus{
  border-color: rgb(253 224 71 / 0.45);
}

.focus\:border-yellow-300\/5:focus{
  border-color: rgb(253 224 71 / 0.05);
}

.focus\:border-yellow-300\/50:focus{
  border-color: rgb(253 224 71 / 0.5);
}

.focus\:border-yellow-300\/55:focus{
  border-color: rgb(253 224 71 / 0.55);
}

.focus\:border-yellow-300\/60:focus{
  border-color: rgb(253 224 71 / 0.6);
}

.focus\:border-yellow-300\/65:focus{
  border-color: rgb(253 224 71 / 0.65);
}

.focus\:border-yellow-300\/70:focus{
  border-color: rgb(253 224 71 / 0.7);
}

.focus\:border-yellow-300\/75:focus{
  border-color: rgb(253 224 71 / 0.75);
}

.focus\:border-yellow-300\/80:focus{
  border-color: rgb(253 224 71 / 0.8);
}

.focus\:border-yellow-300\/85:focus{
  border-color: rgb(253 224 71 / 0.85);
}

.focus\:border-yellow-300\/90:focus{
  border-color: rgb(253 224 71 / 0.9);
}

.focus\:border-yellow-300\/95:focus{
  border-color: rgb(253 224 71 / 0.95);
}

.focus\:border-yellow-400:focus{
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity));
}

.focus\:border-yellow-400\/0:focus{
  border-color: rgb(250 204 21 / 0);
}

.focus\:border-yellow-400\/10:focus{
  border-color: rgb(250 204 21 / 0.1);
}

.focus\:border-yellow-400\/100:focus{
  border-color: rgb(250 204 21 / 1);
}

.focus\:border-yellow-400\/15:focus{
  border-color: rgb(250 204 21 / 0.15);
}

.focus\:border-yellow-400\/20:focus{
  border-color: rgb(250 204 21 / 0.2);
}

.focus\:border-yellow-400\/25:focus{
  border-color: rgb(250 204 21 / 0.25);
}

.focus\:border-yellow-400\/30:focus{
  border-color: rgb(250 204 21 / 0.3);
}

.focus\:border-yellow-400\/35:focus{
  border-color: rgb(250 204 21 / 0.35);
}

.focus\:border-yellow-400\/40:focus{
  border-color: rgb(250 204 21 / 0.4);
}

.focus\:border-yellow-400\/45:focus{
  border-color: rgb(250 204 21 / 0.45);
}

.focus\:border-yellow-400\/5:focus{
  border-color: rgb(250 204 21 / 0.05);
}

.focus\:border-yellow-400\/50:focus{
  border-color: rgb(250 204 21 / 0.5);
}

.focus\:border-yellow-400\/55:focus{
  border-color: rgb(250 204 21 / 0.55);
}

.focus\:border-yellow-400\/60:focus{
  border-color: rgb(250 204 21 / 0.6);
}

.focus\:border-yellow-400\/65:focus{
  border-color: rgb(250 204 21 / 0.65);
}

.focus\:border-yellow-400\/70:focus{
  border-color: rgb(250 204 21 / 0.7);
}

.focus\:border-yellow-400\/75:focus{
  border-color: rgb(250 204 21 / 0.75);
}

.focus\:border-yellow-400\/80:focus{
  border-color: rgb(250 204 21 / 0.8);
}

.focus\:border-yellow-400\/85:focus{
  border-color: rgb(250 204 21 / 0.85);
}

.focus\:border-yellow-400\/90:focus{
  border-color: rgb(250 204 21 / 0.9);
}

.focus\:border-yellow-400\/95:focus{
  border-color: rgb(250 204 21 / 0.95);
}

.focus\:border-yellow-50:focus{
  --tw-border-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-border-opacity));
}

.focus\:border-yellow-50\/0:focus{
  border-color: rgb(254 252 232 / 0);
}

.focus\:border-yellow-50\/10:focus{
  border-color: rgb(254 252 232 / 0.1);
}

.focus\:border-yellow-50\/100:focus{
  border-color: rgb(254 252 232 / 1);
}

.focus\:border-yellow-50\/15:focus{
  border-color: rgb(254 252 232 / 0.15);
}

.focus\:border-yellow-50\/20:focus{
  border-color: rgb(254 252 232 / 0.2);
}

.focus\:border-yellow-50\/25:focus{
  border-color: rgb(254 252 232 / 0.25);
}

.focus\:border-yellow-50\/30:focus{
  border-color: rgb(254 252 232 / 0.3);
}

.focus\:border-yellow-50\/35:focus{
  border-color: rgb(254 252 232 / 0.35);
}

.focus\:border-yellow-50\/40:focus{
  border-color: rgb(254 252 232 / 0.4);
}

.focus\:border-yellow-50\/45:focus{
  border-color: rgb(254 252 232 / 0.45);
}

.focus\:border-yellow-50\/5:focus{
  border-color: rgb(254 252 232 / 0.05);
}

.focus\:border-yellow-50\/50:focus{
  border-color: rgb(254 252 232 / 0.5);
}

.focus\:border-yellow-50\/55:focus{
  border-color: rgb(254 252 232 / 0.55);
}

.focus\:border-yellow-50\/60:focus{
  border-color: rgb(254 252 232 / 0.6);
}

.focus\:border-yellow-50\/65:focus{
  border-color: rgb(254 252 232 / 0.65);
}

.focus\:border-yellow-50\/70:focus{
  border-color: rgb(254 252 232 / 0.7);
}

.focus\:border-yellow-50\/75:focus{
  border-color: rgb(254 252 232 / 0.75);
}

.focus\:border-yellow-50\/80:focus{
  border-color: rgb(254 252 232 / 0.8);
}

.focus\:border-yellow-50\/85:focus{
  border-color: rgb(254 252 232 / 0.85);
}

.focus\:border-yellow-50\/90:focus{
  border-color: rgb(254 252 232 / 0.9);
}

.focus\:border-yellow-50\/95:focus{
  border-color: rgb(254 252 232 / 0.95);
}

.focus\:border-yellow-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.focus\:border-yellow-500\/0:focus{
  border-color: rgb(234 179 8 / 0);
}

.focus\:border-yellow-500\/10:focus{
  border-color: rgb(234 179 8 / 0.1);
}

.focus\:border-yellow-500\/100:focus{
  border-color: rgb(234 179 8 / 1);
}

.focus\:border-yellow-500\/15:focus{
  border-color: rgb(234 179 8 / 0.15);
}

.focus\:border-yellow-500\/20:focus{
  border-color: rgb(234 179 8 / 0.2);
}

.focus\:border-yellow-500\/25:focus{
  border-color: rgb(234 179 8 / 0.25);
}

.focus\:border-yellow-500\/30:focus{
  border-color: rgb(234 179 8 / 0.3);
}

.focus\:border-yellow-500\/35:focus{
  border-color: rgb(234 179 8 / 0.35);
}

.focus\:border-yellow-500\/40:focus{
  border-color: rgb(234 179 8 / 0.4);
}

.focus\:border-yellow-500\/45:focus{
  border-color: rgb(234 179 8 / 0.45);
}

.focus\:border-yellow-500\/5:focus{
  border-color: rgb(234 179 8 / 0.05);
}

.focus\:border-yellow-500\/50:focus{
  border-color: rgb(234 179 8 / 0.5);
}

.focus\:border-yellow-500\/55:focus{
  border-color: rgb(234 179 8 / 0.55);
}

.focus\:border-yellow-500\/60:focus{
  border-color: rgb(234 179 8 / 0.6);
}

.focus\:border-yellow-500\/65:focus{
  border-color: rgb(234 179 8 / 0.65);
}

.focus\:border-yellow-500\/70:focus{
  border-color: rgb(234 179 8 / 0.7);
}

.focus\:border-yellow-500\/75:focus{
  border-color: rgb(234 179 8 / 0.75);
}

.focus\:border-yellow-500\/80:focus{
  border-color: rgb(234 179 8 / 0.8);
}

.focus\:border-yellow-500\/85:focus{
  border-color: rgb(234 179 8 / 0.85);
}

.focus\:border-yellow-500\/90:focus{
  border-color: rgb(234 179 8 / 0.9);
}

.focus\:border-yellow-500\/95:focus{
  border-color: rgb(234 179 8 / 0.95);
}

.focus\:border-yellow-600:focus{
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.focus\:border-yellow-600\/0:focus{
  border-color: rgb(202 138 4 / 0);
}

.focus\:border-yellow-600\/10:focus{
  border-color: rgb(202 138 4 / 0.1);
}

.focus\:border-yellow-600\/100:focus{
  border-color: rgb(202 138 4 / 1);
}

.focus\:border-yellow-600\/15:focus{
  border-color: rgb(202 138 4 / 0.15);
}

.focus\:border-yellow-600\/20:focus{
  border-color: rgb(202 138 4 / 0.2);
}

.focus\:border-yellow-600\/25:focus{
  border-color: rgb(202 138 4 / 0.25);
}

.focus\:border-yellow-600\/30:focus{
  border-color: rgb(202 138 4 / 0.3);
}

.focus\:border-yellow-600\/35:focus{
  border-color: rgb(202 138 4 / 0.35);
}

.focus\:border-yellow-600\/40:focus{
  border-color: rgb(202 138 4 / 0.4);
}

.focus\:border-yellow-600\/45:focus{
  border-color: rgb(202 138 4 / 0.45);
}

.focus\:border-yellow-600\/5:focus{
  border-color: rgb(202 138 4 / 0.05);
}

.focus\:border-yellow-600\/50:focus{
  border-color: rgb(202 138 4 / 0.5);
}

.focus\:border-yellow-600\/55:focus{
  border-color: rgb(202 138 4 / 0.55);
}

.focus\:border-yellow-600\/60:focus{
  border-color: rgb(202 138 4 / 0.6);
}

.focus\:border-yellow-600\/65:focus{
  border-color: rgb(202 138 4 / 0.65);
}

.focus\:border-yellow-600\/70:focus{
  border-color: rgb(202 138 4 / 0.7);
}

.focus\:border-yellow-600\/75:focus{
  border-color: rgb(202 138 4 / 0.75);
}

.focus\:border-yellow-600\/80:focus{
  border-color: rgb(202 138 4 / 0.8);
}

.focus\:border-yellow-600\/85:focus{
  border-color: rgb(202 138 4 / 0.85);
}

.focus\:border-yellow-600\/90:focus{
  border-color: rgb(202 138 4 / 0.9);
}

.focus\:border-yellow-600\/95:focus{
  border-color: rgb(202 138 4 / 0.95);
}

.focus\:border-yellow-700:focus{
  --tw-border-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-border-opacity));
}

.focus\:border-yellow-700\/0:focus{
  border-color: rgb(161 98 7 / 0);
}

.focus\:border-yellow-700\/10:focus{
  border-color: rgb(161 98 7 / 0.1);
}

.focus\:border-yellow-700\/100:focus{
  border-color: rgb(161 98 7 / 1);
}

.focus\:border-yellow-700\/15:focus{
  border-color: rgb(161 98 7 / 0.15);
}

.focus\:border-yellow-700\/20:focus{
  border-color: rgb(161 98 7 / 0.2);
}

.focus\:border-yellow-700\/25:focus{
  border-color: rgb(161 98 7 / 0.25);
}

.focus\:border-yellow-700\/30:focus{
  border-color: rgb(161 98 7 / 0.3);
}

.focus\:border-yellow-700\/35:focus{
  border-color: rgb(161 98 7 / 0.35);
}

.focus\:border-yellow-700\/40:focus{
  border-color: rgb(161 98 7 / 0.4);
}

.focus\:border-yellow-700\/45:focus{
  border-color: rgb(161 98 7 / 0.45);
}

.focus\:border-yellow-700\/5:focus{
  border-color: rgb(161 98 7 / 0.05);
}

.focus\:border-yellow-700\/50:focus{
  border-color: rgb(161 98 7 / 0.5);
}

.focus\:border-yellow-700\/55:focus{
  border-color: rgb(161 98 7 / 0.55);
}

.focus\:border-yellow-700\/60:focus{
  border-color: rgb(161 98 7 / 0.6);
}

.focus\:border-yellow-700\/65:focus{
  border-color: rgb(161 98 7 / 0.65);
}

.focus\:border-yellow-700\/70:focus{
  border-color: rgb(161 98 7 / 0.7);
}

.focus\:border-yellow-700\/75:focus{
  border-color: rgb(161 98 7 / 0.75);
}

.focus\:border-yellow-700\/80:focus{
  border-color: rgb(161 98 7 / 0.8);
}

.focus\:border-yellow-700\/85:focus{
  border-color: rgb(161 98 7 / 0.85);
}

.focus\:border-yellow-700\/90:focus{
  border-color: rgb(161 98 7 / 0.9);
}

.focus\:border-yellow-700\/95:focus{
  border-color: rgb(161 98 7 / 0.95);
}

.focus\:border-yellow-800:focus{
  --tw-border-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-border-opacity));
}

.focus\:border-yellow-800\/0:focus{
  border-color: rgb(133 77 14 / 0);
}

.focus\:border-yellow-800\/10:focus{
  border-color: rgb(133 77 14 / 0.1);
}

.focus\:border-yellow-800\/100:focus{
  border-color: rgb(133 77 14 / 1);
}

.focus\:border-yellow-800\/15:focus{
  border-color: rgb(133 77 14 / 0.15);
}

.focus\:border-yellow-800\/20:focus{
  border-color: rgb(133 77 14 / 0.2);
}

.focus\:border-yellow-800\/25:focus{
  border-color: rgb(133 77 14 / 0.25);
}

.focus\:border-yellow-800\/30:focus{
  border-color: rgb(133 77 14 / 0.3);
}

.focus\:border-yellow-800\/35:focus{
  border-color: rgb(133 77 14 / 0.35);
}

.focus\:border-yellow-800\/40:focus{
  border-color: rgb(133 77 14 / 0.4);
}

.focus\:border-yellow-800\/45:focus{
  border-color: rgb(133 77 14 / 0.45);
}

.focus\:border-yellow-800\/5:focus{
  border-color: rgb(133 77 14 / 0.05);
}

.focus\:border-yellow-800\/50:focus{
  border-color: rgb(133 77 14 / 0.5);
}

.focus\:border-yellow-800\/55:focus{
  border-color: rgb(133 77 14 / 0.55);
}

.focus\:border-yellow-800\/60:focus{
  border-color: rgb(133 77 14 / 0.6);
}

.focus\:border-yellow-800\/65:focus{
  border-color: rgb(133 77 14 / 0.65);
}

.focus\:border-yellow-800\/70:focus{
  border-color: rgb(133 77 14 / 0.7);
}

.focus\:border-yellow-800\/75:focus{
  border-color: rgb(133 77 14 / 0.75);
}

.focus\:border-yellow-800\/80:focus{
  border-color: rgb(133 77 14 / 0.8);
}

.focus\:border-yellow-800\/85:focus{
  border-color: rgb(133 77 14 / 0.85);
}

.focus\:border-yellow-800\/90:focus{
  border-color: rgb(133 77 14 / 0.9);
}

.focus\:border-yellow-800\/95:focus{
  border-color: rgb(133 77 14 / 0.95);
}

.focus\:border-yellow-900:focus{
  --tw-border-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-border-opacity));
}

.focus\:border-yellow-900\/0:focus{
  border-color: rgb(113 63 18 / 0);
}

.focus\:border-yellow-900\/10:focus{
  border-color: rgb(113 63 18 / 0.1);
}

.focus\:border-yellow-900\/100:focus{
  border-color: rgb(113 63 18 / 1);
}

.focus\:border-yellow-900\/15:focus{
  border-color: rgb(113 63 18 / 0.15);
}

.focus\:border-yellow-900\/20:focus{
  border-color: rgb(113 63 18 / 0.2);
}

.focus\:border-yellow-900\/25:focus{
  border-color: rgb(113 63 18 / 0.25);
}

.focus\:border-yellow-900\/30:focus{
  border-color: rgb(113 63 18 / 0.3);
}

.focus\:border-yellow-900\/35:focus{
  border-color: rgb(113 63 18 / 0.35);
}

.focus\:border-yellow-900\/40:focus{
  border-color: rgb(113 63 18 / 0.4);
}

.focus\:border-yellow-900\/45:focus{
  border-color: rgb(113 63 18 / 0.45);
}

.focus\:border-yellow-900\/5:focus{
  border-color: rgb(113 63 18 / 0.05);
}

.focus\:border-yellow-900\/50:focus{
  border-color: rgb(113 63 18 / 0.5);
}

.focus\:border-yellow-900\/55:focus{
  border-color: rgb(113 63 18 / 0.55);
}

.focus\:border-yellow-900\/60:focus{
  border-color: rgb(113 63 18 / 0.6);
}

.focus\:border-yellow-900\/65:focus{
  border-color: rgb(113 63 18 / 0.65);
}

.focus\:border-yellow-900\/70:focus{
  border-color: rgb(113 63 18 / 0.7);
}

.focus\:border-yellow-900\/75:focus{
  border-color: rgb(113 63 18 / 0.75);
}

.focus\:border-yellow-900\/80:focus{
  border-color: rgb(113 63 18 / 0.8);
}

.focus\:border-yellow-900\/85:focus{
  border-color: rgb(113 63 18 / 0.85);
}

.focus\:border-yellow-900\/90:focus{
  border-color: rgb(113 63 18 / 0.9);
}

.focus\:border-yellow-900\/95:focus{
  border-color: rgb(113 63 18 / 0.95);
}

.focus\:bg-blue-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.focus\:bg-blue-100\/0:focus{
  background-color: rgb(219 234 254 / 0);
}

.focus\:bg-blue-100\/10:focus{
  background-color: rgb(219 234 254 / 0.1);
}

.focus\:bg-blue-100\/100:focus{
  background-color: rgb(219 234 254 / 1);
}

.focus\:bg-blue-100\/15:focus{
  background-color: rgb(219 234 254 / 0.15);
}

.focus\:bg-blue-100\/20:focus{
  background-color: rgb(219 234 254 / 0.2);
}

.focus\:bg-blue-100\/25:focus{
  background-color: rgb(219 234 254 / 0.25);
}

.focus\:bg-blue-100\/30:focus{
  background-color: rgb(219 234 254 / 0.3);
}

.focus\:bg-blue-100\/35:focus{
  background-color: rgb(219 234 254 / 0.35);
}

.focus\:bg-blue-100\/40:focus{
  background-color: rgb(219 234 254 / 0.4);
}

.focus\:bg-blue-100\/45:focus{
  background-color: rgb(219 234 254 / 0.45);
}

.focus\:bg-blue-100\/5:focus{
  background-color: rgb(219 234 254 / 0.05);
}

.focus\:bg-blue-100\/50:focus{
  background-color: rgb(219 234 254 / 0.5);
}

.focus\:bg-blue-100\/55:focus{
  background-color: rgb(219 234 254 / 0.55);
}

.focus\:bg-blue-100\/60:focus{
  background-color: rgb(219 234 254 / 0.6);
}

.focus\:bg-blue-100\/65:focus{
  background-color: rgb(219 234 254 / 0.65);
}

.focus\:bg-blue-100\/70:focus{
  background-color: rgb(219 234 254 / 0.7);
}

.focus\:bg-blue-100\/75:focus{
  background-color: rgb(219 234 254 / 0.75);
}

.focus\:bg-blue-100\/80:focus{
  background-color: rgb(219 234 254 / 0.8);
}

.focus\:bg-blue-100\/85:focus{
  background-color: rgb(219 234 254 / 0.85);
}

.focus\:bg-blue-100\/90:focus{
  background-color: rgb(219 234 254 / 0.9);
}

.focus\:bg-blue-100\/95:focus{
  background-color: rgb(219 234 254 / 0.95);
}

.focus\:bg-blue-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

.focus\:bg-blue-200\/0:focus{
  background-color: rgb(191 219 254 / 0);
}

.focus\:bg-blue-200\/10:focus{
  background-color: rgb(191 219 254 / 0.1);
}

.focus\:bg-blue-200\/100:focus{
  background-color: rgb(191 219 254 / 1);
}

.focus\:bg-blue-200\/15:focus{
  background-color: rgb(191 219 254 / 0.15);
}

.focus\:bg-blue-200\/20:focus{
  background-color: rgb(191 219 254 / 0.2);
}

.focus\:bg-blue-200\/25:focus{
  background-color: rgb(191 219 254 / 0.25);
}

.focus\:bg-blue-200\/30:focus{
  background-color: rgb(191 219 254 / 0.3);
}

.focus\:bg-blue-200\/35:focus{
  background-color: rgb(191 219 254 / 0.35);
}

.focus\:bg-blue-200\/40:focus{
  background-color: rgb(191 219 254 / 0.4);
}

.focus\:bg-blue-200\/45:focus{
  background-color: rgb(191 219 254 / 0.45);
}

.focus\:bg-blue-200\/5:focus{
  background-color: rgb(191 219 254 / 0.05);
}

.focus\:bg-blue-200\/50:focus{
  background-color: rgb(191 219 254 / 0.5);
}

.focus\:bg-blue-200\/55:focus{
  background-color: rgb(191 219 254 / 0.55);
}

.focus\:bg-blue-200\/60:focus{
  background-color: rgb(191 219 254 / 0.6);
}

.focus\:bg-blue-200\/65:focus{
  background-color: rgb(191 219 254 / 0.65);
}

.focus\:bg-blue-200\/70:focus{
  background-color: rgb(191 219 254 / 0.7);
}

.focus\:bg-blue-200\/75:focus{
  background-color: rgb(191 219 254 / 0.75);
}

.focus\:bg-blue-200\/80:focus{
  background-color: rgb(191 219 254 / 0.8);
}

.focus\:bg-blue-200\/85:focus{
  background-color: rgb(191 219 254 / 0.85);
}

.focus\:bg-blue-200\/90:focus{
  background-color: rgb(191 219 254 / 0.9);
}

.focus\:bg-blue-200\/95:focus{
  background-color: rgb(191 219 254 / 0.95);
}

.focus\:bg-blue-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}

.focus\:bg-blue-300\/0:focus{
  background-color: rgb(147 197 253 / 0);
}

.focus\:bg-blue-300\/10:focus{
  background-color: rgb(147 197 253 / 0.1);
}

.focus\:bg-blue-300\/100:focus{
  background-color: rgb(147 197 253 / 1);
}

.focus\:bg-blue-300\/15:focus{
  background-color: rgb(147 197 253 / 0.15);
}

.focus\:bg-blue-300\/20:focus{
  background-color: rgb(147 197 253 / 0.2);
}

.focus\:bg-blue-300\/25:focus{
  background-color: rgb(147 197 253 / 0.25);
}

.focus\:bg-blue-300\/30:focus{
  background-color: rgb(147 197 253 / 0.3);
}

.focus\:bg-blue-300\/35:focus{
  background-color: rgb(147 197 253 / 0.35);
}

.focus\:bg-blue-300\/40:focus{
  background-color: rgb(147 197 253 / 0.4);
}

.focus\:bg-blue-300\/45:focus{
  background-color: rgb(147 197 253 / 0.45);
}

.focus\:bg-blue-300\/5:focus{
  background-color: rgb(147 197 253 / 0.05);
}

.focus\:bg-blue-300\/50:focus{
  background-color: rgb(147 197 253 / 0.5);
}

.focus\:bg-blue-300\/55:focus{
  background-color: rgb(147 197 253 / 0.55);
}

.focus\:bg-blue-300\/60:focus{
  background-color: rgb(147 197 253 / 0.6);
}

.focus\:bg-blue-300\/65:focus{
  background-color: rgb(147 197 253 / 0.65);
}

.focus\:bg-blue-300\/70:focus{
  background-color: rgb(147 197 253 / 0.7);
}

.focus\:bg-blue-300\/75:focus{
  background-color: rgb(147 197 253 / 0.75);
}

.focus\:bg-blue-300\/80:focus{
  background-color: rgb(147 197 253 / 0.8);
}

.focus\:bg-blue-300\/85:focus{
  background-color: rgb(147 197 253 / 0.85);
}

.focus\:bg-blue-300\/90:focus{
  background-color: rgb(147 197 253 / 0.9);
}

.focus\:bg-blue-300\/95:focus{
  background-color: rgb(147 197 253 / 0.95);
}

.focus\:bg-blue-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}

.focus\:bg-blue-400\/0:focus{
  background-color: rgb(96 165 250 / 0);
}

.focus\:bg-blue-400\/10:focus{
  background-color: rgb(96 165 250 / 0.1);
}

.focus\:bg-blue-400\/100:focus{
  background-color: rgb(96 165 250 / 1);
}

.focus\:bg-blue-400\/15:focus{
  background-color: rgb(96 165 250 / 0.15);
}

.focus\:bg-blue-400\/20:focus{
  background-color: rgb(96 165 250 / 0.2);
}

.focus\:bg-blue-400\/25:focus{
  background-color: rgb(96 165 250 / 0.25);
}

.focus\:bg-blue-400\/30:focus{
  background-color: rgb(96 165 250 / 0.3);
}

.focus\:bg-blue-400\/35:focus{
  background-color: rgb(96 165 250 / 0.35);
}

.focus\:bg-blue-400\/40:focus{
  background-color: rgb(96 165 250 / 0.4);
}

.focus\:bg-blue-400\/45:focus{
  background-color: rgb(96 165 250 / 0.45);
}

.focus\:bg-blue-400\/5:focus{
  background-color: rgb(96 165 250 / 0.05);
}

.focus\:bg-blue-400\/50:focus{
  background-color: rgb(96 165 250 / 0.5);
}

.focus\:bg-blue-400\/55:focus{
  background-color: rgb(96 165 250 / 0.55);
}

.focus\:bg-blue-400\/60:focus{
  background-color: rgb(96 165 250 / 0.6);
}

.focus\:bg-blue-400\/65:focus{
  background-color: rgb(96 165 250 / 0.65);
}

.focus\:bg-blue-400\/70:focus{
  background-color: rgb(96 165 250 / 0.7);
}

.focus\:bg-blue-400\/75:focus{
  background-color: rgb(96 165 250 / 0.75);
}

.focus\:bg-blue-400\/80:focus{
  background-color: rgb(96 165 250 / 0.8);
}

.focus\:bg-blue-400\/85:focus{
  background-color: rgb(96 165 250 / 0.85);
}

.focus\:bg-blue-400\/90:focus{
  background-color: rgb(96 165 250 / 0.9);
}

.focus\:bg-blue-400\/95:focus{
  background-color: rgb(96 165 250 / 0.95);
}

.focus\:bg-blue-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.focus\:bg-blue-50\/0:focus{
  background-color: rgb(239 246 255 / 0);
}

.focus\:bg-blue-50\/10:focus{
  background-color: rgb(239 246 255 / 0.1);
}

.focus\:bg-blue-50\/100:focus{
  background-color: rgb(239 246 255 / 1);
}

.focus\:bg-blue-50\/15:focus{
  background-color: rgb(239 246 255 / 0.15);
}

.focus\:bg-blue-50\/20:focus{
  background-color: rgb(239 246 255 / 0.2);
}

.focus\:bg-blue-50\/25:focus{
  background-color: rgb(239 246 255 / 0.25);
}

.focus\:bg-blue-50\/30:focus{
  background-color: rgb(239 246 255 / 0.3);
}

.focus\:bg-blue-50\/35:focus{
  background-color: rgb(239 246 255 / 0.35);
}

.focus\:bg-blue-50\/40:focus{
  background-color: rgb(239 246 255 / 0.4);
}

.focus\:bg-blue-50\/45:focus{
  background-color: rgb(239 246 255 / 0.45);
}

.focus\:bg-blue-50\/5:focus{
  background-color: rgb(239 246 255 / 0.05);
}

.focus\:bg-blue-50\/50:focus{
  background-color: rgb(239 246 255 / 0.5);
}

.focus\:bg-blue-50\/55:focus{
  background-color: rgb(239 246 255 / 0.55);
}

.focus\:bg-blue-50\/60:focus{
  background-color: rgb(239 246 255 / 0.6);
}

.focus\:bg-blue-50\/65:focus{
  background-color: rgb(239 246 255 / 0.65);
}

.focus\:bg-blue-50\/70:focus{
  background-color: rgb(239 246 255 / 0.7);
}

.focus\:bg-blue-50\/75:focus{
  background-color: rgb(239 246 255 / 0.75);
}

.focus\:bg-blue-50\/80:focus{
  background-color: rgb(239 246 255 / 0.8);
}

.focus\:bg-blue-50\/85:focus{
  background-color: rgb(239 246 255 / 0.85);
}

.focus\:bg-blue-50\/90:focus{
  background-color: rgb(239 246 255 / 0.9);
}

.focus\:bg-blue-50\/95:focus{
  background-color: rgb(239 246 255 / 0.95);
}

.focus\:bg-blue-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.focus\:bg-blue-500\/0:focus{
  background-color: rgb(59 130 246 / 0);
}

.focus\:bg-blue-500\/10:focus{
  background-color: rgb(59 130 246 / 0.1);
}

.focus\:bg-blue-500\/100:focus{
  background-color: rgb(59 130 246 / 1);
}

.focus\:bg-blue-500\/15:focus{
  background-color: rgb(59 130 246 / 0.15);
}

.focus\:bg-blue-500\/20:focus{
  background-color: rgb(59 130 246 / 0.2);
}

.focus\:bg-blue-500\/25:focus{
  background-color: rgb(59 130 246 / 0.25);
}

.focus\:bg-blue-500\/30:focus{
  background-color: rgb(59 130 246 / 0.3);
}

.focus\:bg-blue-500\/35:focus{
  background-color: rgb(59 130 246 / 0.35);
}

.focus\:bg-blue-500\/40:focus{
  background-color: rgb(59 130 246 / 0.4);
}

.focus\:bg-blue-500\/45:focus{
  background-color: rgb(59 130 246 / 0.45);
}

.focus\:bg-blue-500\/5:focus{
  background-color: rgb(59 130 246 / 0.05);
}

.focus\:bg-blue-500\/50:focus{
  background-color: rgb(59 130 246 / 0.5);
}

.focus\:bg-blue-500\/55:focus{
  background-color: rgb(59 130 246 / 0.55);
}

.focus\:bg-blue-500\/60:focus{
  background-color: rgb(59 130 246 / 0.6);
}

.focus\:bg-blue-500\/65:focus{
  background-color: rgb(59 130 246 / 0.65);
}

.focus\:bg-blue-500\/70:focus{
  background-color: rgb(59 130 246 / 0.7);
}

.focus\:bg-blue-500\/75:focus{
  background-color: rgb(59 130 246 / 0.75);
}

.focus\:bg-blue-500\/80:focus{
  background-color: rgb(59 130 246 / 0.8);
}

.focus\:bg-blue-500\/85:focus{
  background-color: rgb(59 130 246 / 0.85);
}

.focus\:bg-blue-500\/90:focus{
  background-color: rgb(59 130 246 / 0.9);
}

.focus\:bg-blue-500\/95:focus{
  background-color: rgb(59 130 246 / 0.95);
}

.focus\:bg-blue-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.focus\:bg-blue-600\/0:focus{
  background-color: rgb(37 99 235 / 0);
}

.focus\:bg-blue-600\/10:focus{
  background-color: rgb(37 99 235 / 0.1);
}

.focus\:bg-blue-600\/100:focus{
  background-color: rgb(37 99 235 / 1);
}

.focus\:bg-blue-600\/15:focus{
  background-color: rgb(37 99 235 / 0.15);
}

.focus\:bg-blue-600\/20:focus{
  background-color: rgb(37 99 235 / 0.2);
}

.focus\:bg-blue-600\/25:focus{
  background-color: rgb(37 99 235 / 0.25);
}

.focus\:bg-blue-600\/30:focus{
  background-color: rgb(37 99 235 / 0.3);
}

.focus\:bg-blue-600\/35:focus{
  background-color: rgb(37 99 235 / 0.35);
}

.focus\:bg-blue-600\/40:focus{
  background-color: rgb(37 99 235 / 0.4);
}

.focus\:bg-blue-600\/45:focus{
  background-color: rgb(37 99 235 / 0.45);
}

.focus\:bg-blue-600\/5:focus{
  background-color: rgb(37 99 235 / 0.05);
}

.focus\:bg-blue-600\/50:focus{
  background-color: rgb(37 99 235 / 0.5);
}

.focus\:bg-blue-600\/55:focus{
  background-color: rgb(37 99 235 / 0.55);
}

.focus\:bg-blue-600\/60:focus{
  background-color: rgb(37 99 235 / 0.6);
}

.focus\:bg-blue-600\/65:focus{
  background-color: rgb(37 99 235 / 0.65);
}

.focus\:bg-blue-600\/70:focus{
  background-color: rgb(37 99 235 / 0.7);
}

.focus\:bg-blue-600\/75:focus{
  background-color: rgb(37 99 235 / 0.75);
}

.focus\:bg-blue-600\/80:focus{
  background-color: rgb(37 99 235 / 0.8);
}

.focus\:bg-blue-600\/85:focus{
  background-color: rgb(37 99 235 / 0.85);
}

.focus\:bg-blue-600\/90:focus{
  background-color: rgb(37 99 235 / 0.9);
}

.focus\:bg-blue-600\/95:focus{
  background-color: rgb(37 99 235 / 0.95);
}

.focus\:bg-blue-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.focus\:bg-blue-700\/0:focus{
  background-color: rgb(29 78 216 / 0);
}

.focus\:bg-blue-700\/10:focus{
  background-color: rgb(29 78 216 / 0.1);
}

.focus\:bg-blue-700\/100:focus{
  background-color: rgb(29 78 216 / 1);
}

.focus\:bg-blue-700\/15:focus{
  background-color: rgb(29 78 216 / 0.15);
}

.focus\:bg-blue-700\/20:focus{
  background-color: rgb(29 78 216 / 0.2);
}

.focus\:bg-blue-700\/25:focus{
  background-color: rgb(29 78 216 / 0.25);
}

.focus\:bg-blue-700\/30:focus{
  background-color: rgb(29 78 216 / 0.3);
}

.focus\:bg-blue-700\/35:focus{
  background-color: rgb(29 78 216 / 0.35);
}

.focus\:bg-blue-700\/40:focus{
  background-color: rgb(29 78 216 / 0.4);
}

.focus\:bg-blue-700\/45:focus{
  background-color: rgb(29 78 216 / 0.45);
}

.focus\:bg-blue-700\/5:focus{
  background-color: rgb(29 78 216 / 0.05);
}

.focus\:bg-blue-700\/50:focus{
  background-color: rgb(29 78 216 / 0.5);
}

.focus\:bg-blue-700\/55:focus{
  background-color: rgb(29 78 216 / 0.55);
}

.focus\:bg-blue-700\/60:focus{
  background-color: rgb(29 78 216 / 0.6);
}

.focus\:bg-blue-700\/65:focus{
  background-color: rgb(29 78 216 / 0.65);
}

.focus\:bg-blue-700\/70:focus{
  background-color: rgb(29 78 216 / 0.7);
}

.focus\:bg-blue-700\/75:focus{
  background-color: rgb(29 78 216 / 0.75);
}

.focus\:bg-blue-700\/80:focus{
  background-color: rgb(29 78 216 / 0.8);
}

.focus\:bg-blue-700\/85:focus{
  background-color: rgb(29 78 216 / 0.85);
}

.focus\:bg-blue-700\/90:focus{
  background-color: rgb(29 78 216 / 0.9);
}

.focus\:bg-blue-700\/95:focus{
  background-color: rgb(29 78 216 / 0.95);
}

.focus\:bg-blue-800:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

.focus\:bg-blue-800\/0:focus{
  background-color: rgb(30 64 175 / 0);
}

.focus\:bg-blue-800\/10:focus{
  background-color: rgb(30 64 175 / 0.1);
}

.focus\:bg-blue-800\/100:focus{
  background-color: rgb(30 64 175 / 1);
}

.focus\:bg-blue-800\/15:focus{
  background-color: rgb(30 64 175 / 0.15);
}

.focus\:bg-blue-800\/20:focus{
  background-color: rgb(30 64 175 / 0.2);
}

.focus\:bg-blue-800\/25:focus{
  background-color: rgb(30 64 175 / 0.25);
}

.focus\:bg-blue-800\/30:focus{
  background-color: rgb(30 64 175 / 0.3);
}

.focus\:bg-blue-800\/35:focus{
  background-color: rgb(30 64 175 / 0.35);
}

.focus\:bg-blue-800\/40:focus{
  background-color: rgb(30 64 175 / 0.4);
}

.focus\:bg-blue-800\/45:focus{
  background-color: rgb(30 64 175 / 0.45);
}

.focus\:bg-blue-800\/5:focus{
  background-color: rgb(30 64 175 / 0.05);
}

.focus\:bg-blue-800\/50:focus{
  background-color: rgb(30 64 175 / 0.5);
}

.focus\:bg-blue-800\/55:focus{
  background-color: rgb(30 64 175 / 0.55);
}

.focus\:bg-blue-800\/60:focus{
  background-color: rgb(30 64 175 / 0.6);
}

.focus\:bg-blue-800\/65:focus{
  background-color: rgb(30 64 175 / 0.65);
}

.focus\:bg-blue-800\/70:focus{
  background-color: rgb(30 64 175 / 0.7);
}

.focus\:bg-blue-800\/75:focus{
  background-color: rgb(30 64 175 / 0.75);
}

.focus\:bg-blue-800\/80:focus{
  background-color: rgb(30 64 175 / 0.8);
}

.focus\:bg-blue-800\/85:focus{
  background-color: rgb(30 64 175 / 0.85);
}

.focus\:bg-blue-800\/90:focus{
  background-color: rgb(30 64 175 / 0.9);
}

.focus\:bg-blue-800\/95:focus{
  background-color: rgb(30 64 175 / 0.95);
}

.focus\:bg-blue-900:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}

.focus\:bg-blue-900\/0:focus{
  background-color: rgb(30 58 138 / 0);
}

.focus\:bg-blue-900\/10:focus{
  background-color: rgb(30 58 138 / 0.1);
}

.focus\:bg-blue-900\/100:focus{
  background-color: rgb(30 58 138 / 1);
}

.focus\:bg-blue-900\/15:focus{
  background-color: rgb(30 58 138 / 0.15);
}

.focus\:bg-blue-900\/20:focus{
  background-color: rgb(30 58 138 / 0.2);
}

.focus\:bg-blue-900\/25:focus{
  background-color: rgb(30 58 138 / 0.25);
}

.focus\:bg-blue-900\/30:focus{
  background-color: rgb(30 58 138 / 0.3);
}

.focus\:bg-blue-900\/35:focus{
  background-color: rgb(30 58 138 / 0.35);
}

.focus\:bg-blue-900\/40:focus{
  background-color: rgb(30 58 138 / 0.4);
}

.focus\:bg-blue-900\/45:focus{
  background-color: rgb(30 58 138 / 0.45);
}

.focus\:bg-blue-900\/5:focus{
  background-color: rgb(30 58 138 / 0.05);
}

.focus\:bg-blue-900\/50:focus{
  background-color: rgb(30 58 138 / 0.5);
}

.focus\:bg-blue-900\/55:focus{
  background-color: rgb(30 58 138 / 0.55);
}

.focus\:bg-blue-900\/60:focus{
  background-color: rgb(30 58 138 / 0.6);
}

.focus\:bg-blue-900\/65:focus{
  background-color: rgb(30 58 138 / 0.65);
}

.focus\:bg-blue-900\/70:focus{
  background-color: rgb(30 58 138 / 0.7);
}

.focus\:bg-blue-900\/75:focus{
  background-color: rgb(30 58 138 / 0.75);
}

.focus\:bg-blue-900\/80:focus{
  background-color: rgb(30 58 138 / 0.8);
}

.focus\:bg-blue-900\/85:focus{
  background-color: rgb(30 58 138 / 0.85);
}

.focus\:bg-blue-900\/90:focus{
  background-color: rgb(30 58 138 / 0.9);
}

.focus\:bg-blue-900\/95:focus{
  background-color: rgb(30 58 138 / 0.95);
}

.focus\:bg-gray-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.focus\:bg-gray-100\/0:focus{
  background-color: rgb(243 244 246 / 0);
}

.focus\:bg-gray-100\/10:focus{
  background-color: rgb(243 244 246 / 0.1);
}

.focus\:bg-gray-100\/100:focus{
  background-color: rgb(243 244 246 / 1);
}

.focus\:bg-gray-100\/15:focus{
  background-color: rgb(243 244 246 / 0.15);
}

.focus\:bg-gray-100\/20:focus{
  background-color: rgb(243 244 246 / 0.2);
}

.focus\:bg-gray-100\/25:focus{
  background-color: rgb(243 244 246 / 0.25);
}

.focus\:bg-gray-100\/30:focus{
  background-color: rgb(243 244 246 / 0.3);
}

.focus\:bg-gray-100\/35:focus{
  background-color: rgb(243 244 246 / 0.35);
}

.focus\:bg-gray-100\/40:focus{
  background-color: rgb(243 244 246 / 0.4);
}

.focus\:bg-gray-100\/45:focus{
  background-color: rgb(243 244 246 / 0.45);
}

.focus\:bg-gray-100\/5:focus{
  background-color: rgb(243 244 246 / 0.05);
}

.focus\:bg-gray-100\/50:focus{
  background-color: rgb(243 244 246 / 0.5);
}

.focus\:bg-gray-100\/55:focus{
  background-color: rgb(243 244 246 / 0.55);
}

.focus\:bg-gray-100\/60:focus{
  background-color: rgb(243 244 246 / 0.6);
}

.focus\:bg-gray-100\/65:focus{
  background-color: rgb(243 244 246 / 0.65);
}

.focus\:bg-gray-100\/70:focus{
  background-color: rgb(243 244 246 / 0.7);
}

.focus\:bg-gray-100\/75:focus{
  background-color: rgb(243 244 246 / 0.75);
}

.focus\:bg-gray-100\/80:focus{
  background-color: rgb(243 244 246 / 0.8);
}

.focus\:bg-gray-100\/85:focus{
  background-color: rgb(243 244 246 / 0.85);
}

.focus\:bg-gray-100\/90:focus{
  background-color: rgb(243 244 246 / 0.9);
}

.focus\:bg-gray-100\/95:focus{
  background-color: rgb(243 244 246 / 0.95);
}

.focus\:bg-gray-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.focus\:bg-gray-200\/0:focus{
  background-color: rgb(229 231 235 / 0);
}

.focus\:bg-gray-200\/10:focus{
  background-color: rgb(229 231 235 / 0.1);
}

.focus\:bg-gray-200\/100:focus{
  background-color: rgb(229 231 235 / 1);
}

.focus\:bg-gray-200\/15:focus{
  background-color: rgb(229 231 235 / 0.15);
}

.focus\:bg-gray-200\/20:focus{
  background-color: rgb(229 231 235 / 0.2);
}

.focus\:bg-gray-200\/25:focus{
  background-color: rgb(229 231 235 / 0.25);
}

.focus\:bg-gray-200\/30:focus{
  background-color: rgb(229 231 235 / 0.3);
}

.focus\:bg-gray-200\/35:focus{
  background-color: rgb(229 231 235 / 0.35);
}

.focus\:bg-gray-200\/40:focus{
  background-color: rgb(229 231 235 / 0.4);
}

.focus\:bg-gray-200\/45:focus{
  background-color: rgb(229 231 235 / 0.45);
}

.focus\:bg-gray-200\/5:focus{
  background-color: rgb(229 231 235 / 0.05);
}

.focus\:bg-gray-200\/50:focus{
  background-color: rgb(229 231 235 / 0.5);
}

.focus\:bg-gray-200\/55:focus{
  background-color: rgb(229 231 235 / 0.55);
}

.focus\:bg-gray-200\/60:focus{
  background-color: rgb(229 231 235 / 0.6);
}

.focus\:bg-gray-200\/65:focus{
  background-color: rgb(229 231 235 / 0.65);
}

.focus\:bg-gray-200\/70:focus{
  background-color: rgb(229 231 235 / 0.7);
}

.focus\:bg-gray-200\/75:focus{
  background-color: rgb(229 231 235 / 0.75);
}

.focus\:bg-gray-200\/80:focus{
  background-color: rgb(229 231 235 / 0.8);
}

.focus\:bg-gray-200\/85:focus{
  background-color: rgb(229 231 235 / 0.85);
}

.focus\:bg-gray-200\/90:focus{
  background-color: rgb(229 231 235 / 0.9);
}

.focus\:bg-gray-200\/95:focus{
  background-color: rgb(229 231 235 / 0.95);
}

.focus\:bg-gray-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.focus\:bg-gray-300\/0:focus{
  background-color: rgb(209 213 219 / 0);
}

.focus\:bg-gray-300\/10:focus{
  background-color: rgb(209 213 219 / 0.1);
}

.focus\:bg-gray-300\/100:focus{
  background-color: rgb(209 213 219 / 1);
}

.focus\:bg-gray-300\/15:focus{
  background-color: rgb(209 213 219 / 0.15);
}

.focus\:bg-gray-300\/20:focus{
  background-color: rgb(209 213 219 / 0.2);
}

.focus\:bg-gray-300\/25:focus{
  background-color: rgb(209 213 219 / 0.25);
}

.focus\:bg-gray-300\/30:focus{
  background-color: rgb(209 213 219 / 0.3);
}

.focus\:bg-gray-300\/35:focus{
  background-color: rgb(209 213 219 / 0.35);
}

.focus\:bg-gray-300\/40:focus{
  background-color: rgb(209 213 219 / 0.4);
}

.focus\:bg-gray-300\/45:focus{
  background-color: rgb(209 213 219 / 0.45);
}

.focus\:bg-gray-300\/5:focus{
  background-color: rgb(209 213 219 / 0.05);
}

.focus\:bg-gray-300\/50:focus{
  background-color: rgb(209 213 219 / 0.5);
}

.focus\:bg-gray-300\/55:focus{
  background-color: rgb(209 213 219 / 0.55);
}

.focus\:bg-gray-300\/60:focus{
  background-color: rgb(209 213 219 / 0.6);
}

.focus\:bg-gray-300\/65:focus{
  background-color: rgb(209 213 219 / 0.65);
}

.focus\:bg-gray-300\/70:focus{
  background-color: rgb(209 213 219 / 0.7);
}

.focus\:bg-gray-300\/75:focus{
  background-color: rgb(209 213 219 / 0.75);
}

.focus\:bg-gray-300\/80:focus{
  background-color: rgb(209 213 219 / 0.8);
}

.focus\:bg-gray-300\/85:focus{
  background-color: rgb(209 213 219 / 0.85);
}

.focus\:bg-gray-300\/90:focus{
  background-color: rgb(209 213 219 / 0.9);
}

.focus\:bg-gray-300\/95:focus{
  background-color: rgb(209 213 219 / 0.95);
}

.focus\:bg-gray-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.focus\:bg-gray-400\/0:focus{
  background-color: rgb(156 163 175 / 0);
}

.focus\:bg-gray-400\/10:focus{
  background-color: rgb(156 163 175 / 0.1);
}

.focus\:bg-gray-400\/100:focus{
  background-color: rgb(156 163 175 / 1);
}

.focus\:bg-gray-400\/15:focus{
  background-color: rgb(156 163 175 / 0.15);
}

.focus\:bg-gray-400\/20:focus{
  background-color: rgb(156 163 175 / 0.2);
}

.focus\:bg-gray-400\/25:focus{
  background-color: rgb(156 163 175 / 0.25);
}

.focus\:bg-gray-400\/30:focus{
  background-color: rgb(156 163 175 / 0.3);
}

.focus\:bg-gray-400\/35:focus{
  background-color: rgb(156 163 175 / 0.35);
}

.focus\:bg-gray-400\/40:focus{
  background-color: rgb(156 163 175 / 0.4);
}

.focus\:bg-gray-400\/45:focus{
  background-color: rgb(156 163 175 / 0.45);
}

.focus\:bg-gray-400\/5:focus{
  background-color: rgb(156 163 175 / 0.05);
}

.focus\:bg-gray-400\/50:focus{
  background-color: rgb(156 163 175 / 0.5);
}

.focus\:bg-gray-400\/55:focus{
  background-color: rgb(156 163 175 / 0.55);
}

.focus\:bg-gray-400\/60:focus{
  background-color: rgb(156 163 175 / 0.6);
}

.focus\:bg-gray-400\/65:focus{
  background-color: rgb(156 163 175 / 0.65);
}

.focus\:bg-gray-400\/70:focus{
  background-color: rgb(156 163 175 / 0.7);
}

.focus\:bg-gray-400\/75:focus{
  background-color: rgb(156 163 175 / 0.75);
}

.focus\:bg-gray-400\/80:focus{
  background-color: rgb(156 163 175 / 0.8);
}

.focus\:bg-gray-400\/85:focus{
  background-color: rgb(156 163 175 / 0.85);
}

.focus\:bg-gray-400\/90:focus{
  background-color: rgb(156 163 175 / 0.9);
}

.focus\:bg-gray-400\/95:focus{
  background-color: rgb(156 163 175 / 0.95);
}

.focus\:bg-gray-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.focus\:bg-gray-50\/0:focus{
  background-color: rgb(249 250 251 / 0);
}

.focus\:bg-gray-50\/10:focus{
  background-color: rgb(249 250 251 / 0.1);
}

.focus\:bg-gray-50\/100:focus{
  background-color: rgb(249 250 251 / 1);
}

.focus\:bg-gray-50\/15:focus{
  background-color: rgb(249 250 251 / 0.15);
}

.focus\:bg-gray-50\/20:focus{
  background-color: rgb(249 250 251 / 0.2);
}

.focus\:bg-gray-50\/25:focus{
  background-color: rgb(249 250 251 / 0.25);
}

.focus\:bg-gray-50\/30:focus{
  background-color: rgb(249 250 251 / 0.3);
}

.focus\:bg-gray-50\/35:focus{
  background-color: rgb(249 250 251 / 0.35);
}

.focus\:bg-gray-50\/40:focus{
  background-color: rgb(249 250 251 / 0.4);
}

.focus\:bg-gray-50\/45:focus{
  background-color: rgb(249 250 251 / 0.45);
}

.focus\:bg-gray-50\/5:focus{
  background-color: rgb(249 250 251 / 0.05);
}

.focus\:bg-gray-50\/50:focus{
  background-color: rgb(249 250 251 / 0.5);
}

.focus\:bg-gray-50\/55:focus{
  background-color: rgb(249 250 251 / 0.55);
}

.focus\:bg-gray-50\/60:focus{
  background-color: rgb(249 250 251 / 0.6);
}

.focus\:bg-gray-50\/65:focus{
  background-color: rgb(249 250 251 / 0.65);
}

.focus\:bg-gray-50\/70:focus{
  background-color: rgb(249 250 251 / 0.7);
}

.focus\:bg-gray-50\/75:focus{
  background-color: rgb(249 250 251 / 0.75);
}

.focus\:bg-gray-50\/80:focus{
  background-color: rgb(249 250 251 / 0.8);
}

.focus\:bg-gray-50\/85:focus{
  background-color: rgb(249 250 251 / 0.85);
}

.focus\:bg-gray-50\/90:focus{
  background-color: rgb(249 250 251 / 0.9);
}

.focus\:bg-gray-50\/95:focus{
  background-color: rgb(249 250 251 / 0.95);
}

.focus\:bg-gray-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.focus\:bg-gray-500\/0:focus{
  background-color: rgb(107 114 128 / 0);
}

.focus\:bg-gray-500\/10:focus{
  background-color: rgb(107 114 128 / 0.1);
}

.focus\:bg-gray-500\/100:focus{
  background-color: rgb(107 114 128 / 1);
}

.focus\:bg-gray-500\/15:focus{
  background-color: rgb(107 114 128 / 0.15);
}

.focus\:bg-gray-500\/20:focus{
  background-color: rgb(107 114 128 / 0.2);
}

.focus\:bg-gray-500\/25:focus{
  background-color: rgb(107 114 128 / 0.25);
}

.focus\:bg-gray-500\/30:focus{
  background-color: rgb(107 114 128 / 0.3);
}

.focus\:bg-gray-500\/35:focus{
  background-color: rgb(107 114 128 / 0.35);
}

.focus\:bg-gray-500\/40:focus{
  background-color: rgb(107 114 128 / 0.4);
}

.focus\:bg-gray-500\/45:focus{
  background-color: rgb(107 114 128 / 0.45);
}

.focus\:bg-gray-500\/5:focus{
  background-color: rgb(107 114 128 / 0.05);
}

.focus\:bg-gray-500\/50:focus{
  background-color: rgb(107 114 128 / 0.5);
}

.focus\:bg-gray-500\/55:focus{
  background-color: rgb(107 114 128 / 0.55);
}

.focus\:bg-gray-500\/60:focus{
  background-color: rgb(107 114 128 / 0.6);
}

.focus\:bg-gray-500\/65:focus{
  background-color: rgb(107 114 128 / 0.65);
}

.focus\:bg-gray-500\/70:focus{
  background-color: rgb(107 114 128 / 0.7);
}

.focus\:bg-gray-500\/75:focus{
  background-color: rgb(107 114 128 / 0.75);
}

.focus\:bg-gray-500\/80:focus{
  background-color: rgb(107 114 128 / 0.8);
}

.focus\:bg-gray-500\/85:focus{
  background-color: rgb(107 114 128 / 0.85);
}

.focus\:bg-gray-500\/90:focus{
  background-color: rgb(107 114 128 / 0.9);
}

.focus\:bg-gray-500\/95:focus{
  background-color: rgb(107 114 128 / 0.95);
}

.focus\:bg-gray-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.focus\:bg-gray-600\/0:focus{
  background-color: rgb(75 85 99 / 0);
}

.focus\:bg-gray-600\/10:focus{
  background-color: rgb(75 85 99 / 0.1);
}

.focus\:bg-gray-600\/100:focus{
  background-color: rgb(75 85 99 / 1);
}

.focus\:bg-gray-600\/15:focus{
  background-color: rgb(75 85 99 / 0.15);
}

.focus\:bg-gray-600\/20:focus{
  background-color: rgb(75 85 99 / 0.2);
}

.focus\:bg-gray-600\/25:focus{
  background-color: rgb(75 85 99 / 0.25);
}

.focus\:bg-gray-600\/30:focus{
  background-color: rgb(75 85 99 / 0.3);
}

.focus\:bg-gray-600\/35:focus{
  background-color: rgb(75 85 99 / 0.35);
}

.focus\:bg-gray-600\/40:focus{
  background-color: rgb(75 85 99 / 0.4);
}

.focus\:bg-gray-600\/45:focus{
  background-color: rgb(75 85 99 / 0.45);
}

.focus\:bg-gray-600\/5:focus{
  background-color: rgb(75 85 99 / 0.05);
}

.focus\:bg-gray-600\/50:focus{
  background-color: rgb(75 85 99 / 0.5);
}

.focus\:bg-gray-600\/55:focus{
  background-color: rgb(75 85 99 / 0.55);
}

.focus\:bg-gray-600\/60:focus{
  background-color: rgb(75 85 99 / 0.6);
}

.focus\:bg-gray-600\/65:focus{
  background-color: rgb(75 85 99 / 0.65);
}

.focus\:bg-gray-600\/70:focus{
  background-color: rgb(75 85 99 / 0.7);
}

.focus\:bg-gray-600\/75:focus{
  background-color: rgb(75 85 99 / 0.75);
}

.focus\:bg-gray-600\/80:focus{
  background-color: rgb(75 85 99 / 0.8);
}

.focus\:bg-gray-600\/85:focus{
  background-color: rgb(75 85 99 / 0.85);
}

.focus\:bg-gray-600\/90:focus{
  background-color: rgb(75 85 99 / 0.9);
}

.focus\:bg-gray-600\/95:focus{
  background-color: rgb(75 85 99 / 0.95);
}

.focus\:bg-gray-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.focus\:bg-gray-700\/0:focus{
  background-color: rgb(55 65 81 / 0);
}

.focus\:bg-gray-700\/10:focus{
  background-color: rgb(55 65 81 / 0.1);
}

.focus\:bg-gray-700\/100:focus{
  background-color: rgb(55 65 81 / 1);
}

.focus\:bg-gray-700\/15:focus{
  background-color: rgb(55 65 81 / 0.15);
}

.focus\:bg-gray-700\/20:focus{
  background-color: rgb(55 65 81 / 0.2);
}

.focus\:bg-gray-700\/25:focus{
  background-color: rgb(55 65 81 / 0.25);
}

.focus\:bg-gray-700\/30:focus{
  background-color: rgb(55 65 81 / 0.3);
}

.focus\:bg-gray-700\/35:focus{
  background-color: rgb(55 65 81 / 0.35);
}

.focus\:bg-gray-700\/40:focus{
  background-color: rgb(55 65 81 / 0.4);
}

.focus\:bg-gray-700\/45:focus{
  background-color: rgb(55 65 81 / 0.45);
}

.focus\:bg-gray-700\/5:focus{
  background-color: rgb(55 65 81 / 0.05);
}

.focus\:bg-gray-700\/50:focus{
  background-color: rgb(55 65 81 / 0.5);
}

.focus\:bg-gray-700\/55:focus{
  background-color: rgb(55 65 81 / 0.55);
}

.focus\:bg-gray-700\/60:focus{
  background-color: rgb(55 65 81 / 0.6);
}

.focus\:bg-gray-700\/65:focus{
  background-color: rgb(55 65 81 / 0.65);
}

.focus\:bg-gray-700\/70:focus{
  background-color: rgb(55 65 81 / 0.7);
}

.focus\:bg-gray-700\/75:focus{
  background-color: rgb(55 65 81 / 0.75);
}

.focus\:bg-gray-700\/80:focus{
  background-color: rgb(55 65 81 / 0.8);
}

.focus\:bg-gray-700\/85:focus{
  background-color: rgb(55 65 81 / 0.85);
}

.focus\:bg-gray-700\/90:focus{
  background-color: rgb(55 65 81 / 0.9);
}

.focus\:bg-gray-700\/95:focus{
  background-color: rgb(55 65 81 / 0.95);
}

.focus\:bg-gray-800:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.focus\:bg-gray-800\/0:focus{
  background-color: rgb(31 41 55 / 0);
}

.focus\:bg-gray-800\/10:focus{
  background-color: rgb(31 41 55 / 0.1);
}

.focus\:bg-gray-800\/100:focus{
  background-color: rgb(31 41 55 / 1);
}

.focus\:bg-gray-800\/15:focus{
  background-color: rgb(31 41 55 / 0.15);
}

.focus\:bg-gray-800\/20:focus{
  background-color: rgb(31 41 55 / 0.2);
}

.focus\:bg-gray-800\/25:focus{
  background-color: rgb(31 41 55 / 0.25);
}

.focus\:bg-gray-800\/30:focus{
  background-color: rgb(31 41 55 / 0.3);
}

.focus\:bg-gray-800\/35:focus{
  background-color: rgb(31 41 55 / 0.35);
}

.focus\:bg-gray-800\/40:focus{
  background-color: rgb(31 41 55 / 0.4);
}

.focus\:bg-gray-800\/45:focus{
  background-color: rgb(31 41 55 / 0.45);
}

.focus\:bg-gray-800\/5:focus{
  background-color: rgb(31 41 55 / 0.05);
}

.focus\:bg-gray-800\/50:focus{
  background-color: rgb(31 41 55 / 0.5);
}

.focus\:bg-gray-800\/55:focus{
  background-color: rgb(31 41 55 / 0.55);
}

.focus\:bg-gray-800\/60:focus{
  background-color: rgb(31 41 55 / 0.6);
}

.focus\:bg-gray-800\/65:focus{
  background-color: rgb(31 41 55 / 0.65);
}

.focus\:bg-gray-800\/70:focus{
  background-color: rgb(31 41 55 / 0.7);
}

.focus\:bg-gray-800\/75:focus{
  background-color: rgb(31 41 55 / 0.75);
}

.focus\:bg-gray-800\/80:focus{
  background-color: rgb(31 41 55 / 0.8);
}

.focus\:bg-gray-800\/85:focus{
  background-color: rgb(31 41 55 / 0.85);
}

.focus\:bg-gray-800\/90:focus{
  background-color: rgb(31 41 55 / 0.9);
}

.focus\:bg-gray-800\/95:focus{
  background-color: rgb(31 41 55 / 0.95);
}

.focus\:bg-gray-900:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.focus\:bg-gray-900\/0:focus{
  background-color: rgb(17 24 39 / 0);
}

.focus\:bg-gray-900\/10:focus{
  background-color: rgb(17 24 39 / 0.1);
}

.focus\:bg-gray-900\/100:focus{
  background-color: rgb(17 24 39 / 1);
}

.focus\:bg-gray-900\/15:focus{
  background-color: rgb(17 24 39 / 0.15);
}

.focus\:bg-gray-900\/20:focus{
  background-color: rgb(17 24 39 / 0.2);
}

.focus\:bg-gray-900\/25:focus{
  background-color: rgb(17 24 39 / 0.25);
}

.focus\:bg-gray-900\/30:focus{
  background-color: rgb(17 24 39 / 0.3);
}

.focus\:bg-gray-900\/35:focus{
  background-color: rgb(17 24 39 / 0.35);
}

.focus\:bg-gray-900\/40:focus{
  background-color: rgb(17 24 39 / 0.4);
}

.focus\:bg-gray-900\/45:focus{
  background-color: rgb(17 24 39 / 0.45);
}

.focus\:bg-gray-900\/5:focus{
  background-color: rgb(17 24 39 / 0.05);
}

.focus\:bg-gray-900\/50:focus{
  background-color: rgb(17 24 39 / 0.5);
}

.focus\:bg-gray-900\/55:focus{
  background-color: rgb(17 24 39 / 0.55);
}

.focus\:bg-gray-900\/60:focus{
  background-color: rgb(17 24 39 / 0.6);
}

.focus\:bg-gray-900\/65:focus{
  background-color: rgb(17 24 39 / 0.65);
}

.focus\:bg-gray-900\/70:focus{
  background-color: rgb(17 24 39 / 0.7);
}

.focus\:bg-gray-900\/75:focus{
  background-color: rgb(17 24 39 / 0.75);
}

.focus\:bg-gray-900\/80:focus{
  background-color: rgb(17 24 39 / 0.8);
}

.focus\:bg-gray-900\/85:focus{
  background-color: rgb(17 24 39 / 0.85);
}

.focus\:bg-gray-900\/90:focus{
  background-color: rgb(17 24 39 / 0.9);
}

.focus\:bg-gray-900\/95:focus{
  background-color: rgb(17 24 39 / 0.95);
}

.focus\:bg-green-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.focus\:bg-green-100\/0:focus{
  background-color: rgb(220 252 231 / 0);
}

.focus\:bg-green-100\/10:focus{
  background-color: rgb(220 252 231 / 0.1);
}

.focus\:bg-green-100\/100:focus{
  background-color: rgb(220 252 231 / 1);
}

.focus\:bg-green-100\/15:focus{
  background-color: rgb(220 252 231 / 0.15);
}

.focus\:bg-green-100\/20:focus{
  background-color: rgb(220 252 231 / 0.2);
}

.focus\:bg-green-100\/25:focus{
  background-color: rgb(220 252 231 / 0.25);
}

.focus\:bg-green-100\/30:focus{
  background-color: rgb(220 252 231 / 0.3);
}

.focus\:bg-green-100\/35:focus{
  background-color: rgb(220 252 231 / 0.35);
}

.focus\:bg-green-100\/40:focus{
  background-color: rgb(220 252 231 / 0.4);
}

.focus\:bg-green-100\/45:focus{
  background-color: rgb(220 252 231 / 0.45);
}

.focus\:bg-green-100\/5:focus{
  background-color: rgb(220 252 231 / 0.05);
}

.focus\:bg-green-100\/50:focus{
  background-color: rgb(220 252 231 / 0.5);
}

.focus\:bg-green-100\/55:focus{
  background-color: rgb(220 252 231 / 0.55);
}

.focus\:bg-green-100\/60:focus{
  background-color: rgb(220 252 231 / 0.6);
}

.focus\:bg-green-100\/65:focus{
  background-color: rgb(220 252 231 / 0.65);
}

.focus\:bg-green-100\/70:focus{
  background-color: rgb(220 252 231 / 0.7);
}

.focus\:bg-green-100\/75:focus{
  background-color: rgb(220 252 231 / 0.75);
}

.focus\:bg-green-100\/80:focus{
  background-color: rgb(220 252 231 / 0.8);
}

.focus\:bg-green-100\/85:focus{
  background-color: rgb(220 252 231 / 0.85);
}

.focus\:bg-green-100\/90:focus{
  background-color: rgb(220 252 231 / 0.9);
}

.focus\:bg-green-100\/95:focus{
  background-color: rgb(220 252 231 / 0.95);
}

.focus\:bg-green-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}

.focus\:bg-green-200\/0:focus{
  background-color: rgb(187 247 208 / 0);
}

.focus\:bg-green-200\/10:focus{
  background-color: rgb(187 247 208 / 0.1);
}

.focus\:bg-green-200\/100:focus{
  background-color: rgb(187 247 208 / 1);
}

.focus\:bg-green-200\/15:focus{
  background-color: rgb(187 247 208 / 0.15);
}

.focus\:bg-green-200\/20:focus{
  background-color: rgb(187 247 208 / 0.2);
}

.focus\:bg-green-200\/25:focus{
  background-color: rgb(187 247 208 / 0.25);
}

.focus\:bg-green-200\/30:focus{
  background-color: rgb(187 247 208 / 0.3);
}

.focus\:bg-green-200\/35:focus{
  background-color: rgb(187 247 208 / 0.35);
}

.focus\:bg-green-200\/40:focus{
  background-color: rgb(187 247 208 / 0.4);
}

.focus\:bg-green-200\/45:focus{
  background-color: rgb(187 247 208 / 0.45);
}

.focus\:bg-green-200\/5:focus{
  background-color: rgb(187 247 208 / 0.05);
}

.focus\:bg-green-200\/50:focus{
  background-color: rgb(187 247 208 / 0.5);
}

.focus\:bg-green-200\/55:focus{
  background-color: rgb(187 247 208 / 0.55);
}

.focus\:bg-green-200\/60:focus{
  background-color: rgb(187 247 208 / 0.6);
}

.focus\:bg-green-200\/65:focus{
  background-color: rgb(187 247 208 / 0.65);
}

.focus\:bg-green-200\/70:focus{
  background-color: rgb(187 247 208 / 0.7);
}

.focus\:bg-green-200\/75:focus{
  background-color: rgb(187 247 208 / 0.75);
}

.focus\:bg-green-200\/80:focus{
  background-color: rgb(187 247 208 / 0.8);
}

.focus\:bg-green-200\/85:focus{
  background-color: rgb(187 247 208 / 0.85);
}

.focus\:bg-green-200\/90:focus{
  background-color: rgb(187 247 208 / 0.9);
}

.focus\:bg-green-200\/95:focus{
  background-color: rgb(187 247 208 / 0.95);
}

.focus\:bg-green-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}

.focus\:bg-green-300\/0:focus{
  background-color: rgb(134 239 172 / 0);
}

.focus\:bg-green-300\/10:focus{
  background-color: rgb(134 239 172 / 0.1);
}

.focus\:bg-green-300\/100:focus{
  background-color: rgb(134 239 172 / 1);
}

.focus\:bg-green-300\/15:focus{
  background-color: rgb(134 239 172 / 0.15);
}

.focus\:bg-green-300\/20:focus{
  background-color: rgb(134 239 172 / 0.2);
}

.focus\:bg-green-300\/25:focus{
  background-color: rgb(134 239 172 / 0.25);
}

.focus\:bg-green-300\/30:focus{
  background-color: rgb(134 239 172 / 0.3);
}

.focus\:bg-green-300\/35:focus{
  background-color: rgb(134 239 172 / 0.35);
}

.focus\:bg-green-300\/40:focus{
  background-color: rgb(134 239 172 / 0.4);
}

.focus\:bg-green-300\/45:focus{
  background-color: rgb(134 239 172 / 0.45);
}

.focus\:bg-green-300\/5:focus{
  background-color: rgb(134 239 172 / 0.05);
}

.focus\:bg-green-300\/50:focus{
  background-color: rgb(134 239 172 / 0.5);
}

.focus\:bg-green-300\/55:focus{
  background-color: rgb(134 239 172 / 0.55);
}

.focus\:bg-green-300\/60:focus{
  background-color: rgb(134 239 172 / 0.6);
}

.focus\:bg-green-300\/65:focus{
  background-color: rgb(134 239 172 / 0.65);
}

.focus\:bg-green-300\/70:focus{
  background-color: rgb(134 239 172 / 0.7);
}

.focus\:bg-green-300\/75:focus{
  background-color: rgb(134 239 172 / 0.75);
}

.focus\:bg-green-300\/80:focus{
  background-color: rgb(134 239 172 / 0.8);
}

.focus\:bg-green-300\/85:focus{
  background-color: rgb(134 239 172 / 0.85);
}

.focus\:bg-green-300\/90:focus{
  background-color: rgb(134 239 172 / 0.9);
}

.focus\:bg-green-300\/95:focus{
  background-color: rgb(134 239 172 / 0.95);
}

.focus\:bg-green-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}

.focus\:bg-green-400\/0:focus{
  background-color: rgb(74 222 128 / 0);
}

.focus\:bg-green-400\/10:focus{
  background-color: rgb(74 222 128 / 0.1);
}

.focus\:bg-green-400\/100:focus{
  background-color: rgb(74 222 128 / 1);
}

.focus\:bg-green-400\/15:focus{
  background-color: rgb(74 222 128 / 0.15);
}

.focus\:bg-green-400\/20:focus{
  background-color: rgb(74 222 128 / 0.2);
}

.focus\:bg-green-400\/25:focus{
  background-color: rgb(74 222 128 / 0.25);
}

.focus\:bg-green-400\/30:focus{
  background-color: rgb(74 222 128 / 0.3);
}

.focus\:bg-green-400\/35:focus{
  background-color: rgb(74 222 128 / 0.35);
}

.focus\:bg-green-400\/40:focus{
  background-color: rgb(74 222 128 / 0.4);
}

.focus\:bg-green-400\/45:focus{
  background-color: rgb(74 222 128 / 0.45);
}

.focus\:bg-green-400\/5:focus{
  background-color: rgb(74 222 128 / 0.05);
}

.focus\:bg-green-400\/50:focus{
  background-color: rgb(74 222 128 / 0.5);
}

.focus\:bg-green-400\/55:focus{
  background-color: rgb(74 222 128 / 0.55);
}

.focus\:bg-green-400\/60:focus{
  background-color: rgb(74 222 128 / 0.6);
}

.focus\:bg-green-400\/65:focus{
  background-color: rgb(74 222 128 / 0.65);
}

.focus\:bg-green-400\/70:focus{
  background-color: rgb(74 222 128 / 0.7);
}

.focus\:bg-green-400\/75:focus{
  background-color: rgb(74 222 128 / 0.75);
}

.focus\:bg-green-400\/80:focus{
  background-color: rgb(74 222 128 / 0.8);
}

.focus\:bg-green-400\/85:focus{
  background-color: rgb(74 222 128 / 0.85);
}

.focus\:bg-green-400\/90:focus{
  background-color: rgb(74 222 128 / 0.9);
}

.focus\:bg-green-400\/95:focus{
  background-color: rgb(74 222 128 / 0.95);
}

.focus\:bg-green-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}

.focus\:bg-green-50\/0:focus{
  background-color: rgb(240 253 244 / 0);
}

.focus\:bg-green-50\/10:focus{
  background-color: rgb(240 253 244 / 0.1);
}

.focus\:bg-green-50\/100:focus{
  background-color: rgb(240 253 244 / 1);
}

.focus\:bg-green-50\/15:focus{
  background-color: rgb(240 253 244 / 0.15);
}

.focus\:bg-green-50\/20:focus{
  background-color: rgb(240 253 244 / 0.2);
}

.focus\:bg-green-50\/25:focus{
  background-color: rgb(240 253 244 / 0.25);
}

.focus\:bg-green-50\/30:focus{
  background-color: rgb(240 253 244 / 0.3);
}

.focus\:bg-green-50\/35:focus{
  background-color: rgb(240 253 244 / 0.35);
}

.focus\:bg-green-50\/40:focus{
  background-color: rgb(240 253 244 / 0.4);
}

.focus\:bg-green-50\/45:focus{
  background-color: rgb(240 253 244 / 0.45);
}

.focus\:bg-green-50\/5:focus{
  background-color: rgb(240 253 244 / 0.05);
}

.focus\:bg-green-50\/50:focus{
  background-color: rgb(240 253 244 / 0.5);
}

.focus\:bg-green-50\/55:focus{
  background-color: rgb(240 253 244 / 0.55);
}

.focus\:bg-green-50\/60:focus{
  background-color: rgb(240 253 244 / 0.6);
}

.focus\:bg-green-50\/65:focus{
  background-color: rgb(240 253 244 / 0.65);
}

.focus\:bg-green-50\/70:focus{
  background-color: rgb(240 253 244 / 0.7);
}

.focus\:bg-green-50\/75:focus{
  background-color: rgb(240 253 244 / 0.75);
}

.focus\:bg-green-50\/80:focus{
  background-color: rgb(240 253 244 / 0.8);
}

.focus\:bg-green-50\/85:focus{
  background-color: rgb(240 253 244 / 0.85);
}

.focus\:bg-green-50\/90:focus{
  background-color: rgb(240 253 244 / 0.9);
}

.focus\:bg-green-50\/95:focus{
  background-color: rgb(240 253 244 / 0.95);
}

.focus\:bg-green-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.focus\:bg-green-500\/0:focus{
  background-color: rgb(34 197 94 / 0);
}

.focus\:bg-green-500\/10:focus{
  background-color: rgb(34 197 94 / 0.1);
}

.focus\:bg-green-500\/100:focus{
  background-color: rgb(34 197 94 / 1);
}

.focus\:bg-green-500\/15:focus{
  background-color: rgb(34 197 94 / 0.15);
}

.focus\:bg-green-500\/20:focus{
  background-color: rgb(34 197 94 / 0.2);
}

.focus\:bg-green-500\/25:focus{
  background-color: rgb(34 197 94 / 0.25);
}

.focus\:bg-green-500\/30:focus{
  background-color: rgb(34 197 94 / 0.3);
}

.focus\:bg-green-500\/35:focus{
  background-color: rgb(34 197 94 / 0.35);
}

.focus\:bg-green-500\/40:focus{
  background-color: rgb(34 197 94 / 0.4);
}

.focus\:bg-green-500\/45:focus{
  background-color: rgb(34 197 94 / 0.45);
}

.focus\:bg-green-500\/5:focus{
  background-color: rgb(34 197 94 / 0.05);
}

.focus\:bg-green-500\/50:focus{
  background-color: rgb(34 197 94 / 0.5);
}

.focus\:bg-green-500\/55:focus{
  background-color: rgb(34 197 94 / 0.55);
}

.focus\:bg-green-500\/60:focus{
  background-color: rgb(34 197 94 / 0.6);
}

.focus\:bg-green-500\/65:focus{
  background-color: rgb(34 197 94 / 0.65);
}

.focus\:bg-green-500\/70:focus{
  background-color: rgb(34 197 94 / 0.7);
}

.focus\:bg-green-500\/75:focus{
  background-color: rgb(34 197 94 / 0.75);
}

.focus\:bg-green-500\/80:focus{
  background-color: rgb(34 197 94 / 0.8);
}

.focus\:bg-green-500\/85:focus{
  background-color: rgb(34 197 94 / 0.85);
}

.focus\:bg-green-500\/90:focus{
  background-color: rgb(34 197 94 / 0.9);
}

.focus\:bg-green-500\/95:focus{
  background-color: rgb(34 197 94 / 0.95);
}

.focus\:bg-green-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.focus\:bg-green-600\/0:focus{
  background-color: rgb(22 163 74 / 0);
}

.focus\:bg-green-600\/10:focus{
  background-color: rgb(22 163 74 / 0.1);
}

.focus\:bg-green-600\/100:focus{
  background-color: rgb(22 163 74 / 1);
}

.focus\:bg-green-600\/15:focus{
  background-color: rgb(22 163 74 / 0.15);
}

.focus\:bg-green-600\/20:focus{
  background-color: rgb(22 163 74 / 0.2);
}

.focus\:bg-green-600\/25:focus{
  background-color: rgb(22 163 74 / 0.25);
}

.focus\:bg-green-600\/30:focus{
  background-color: rgb(22 163 74 / 0.3);
}

.focus\:bg-green-600\/35:focus{
  background-color: rgb(22 163 74 / 0.35);
}

.focus\:bg-green-600\/40:focus{
  background-color: rgb(22 163 74 / 0.4);
}

.focus\:bg-green-600\/45:focus{
  background-color: rgb(22 163 74 / 0.45);
}

.focus\:bg-green-600\/5:focus{
  background-color: rgb(22 163 74 / 0.05);
}

.focus\:bg-green-600\/50:focus{
  background-color: rgb(22 163 74 / 0.5);
}

.focus\:bg-green-600\/55:focus{
  background-color: rgb(22 163 74 / 0.55);
}

.focus\:bg-green-600\/60:focus{
  background-color: rgb(22 163 74 / 0.6);
}

.focus\:bg-green-600\/65:focus{
  background-color: rgb(22 163 74 / 0.65);
}

.focus\:bg-green-600\/70:focus{
  background-color: rgb(22 163 74 / 0.7);
}

.focus\:bg-green-600\/75:focus{
  background-color: rgb(22 163 74 / 0.75);
}

.focus\:bg-green-600\/80:focus{
  background-color: rgb(22 163 74 / 0.8);
}

.focus\:bg-green-600\/85:focus{
  background-color: rgb(22 163 74 / 0.85);
}

.focus\:bg-green-600\/90:focus{
  background-color: rgb(22 163 74 / 0.9);
}

.focus\:bg-green-600\/95:focus{
  background-color: rgb(22 163 74 / 0.95);
}

.focus\:bg-green-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}

.focus\:bg-green-700\/0:focus{
  background-color: rgb(21 128 61 / 0);
}

.focus\:bg-green-700\/10:focus{
  background-color: rgb(21 128 61 / 0.1);
}

.focus\:bg-green-700\/100:focus{
  background-color: rgb(21 128 61 / 1);
}

.focus\:bg-green-700\/15:focus{
  background-color: rgb(21 128 61 / 0.15);
}

.focus\:bg-green-700\/20:focus{
  background-color: rgb(21 128 61 / 0.2);
}

.focus\:bg-green-700\/25:focus{
  background-color: rgb(21 128 61 / 0.25);
}

.focus\:bg-green-700\/30:focus{
  background-color: rgb(21 128 61 / 0.3);
}

.focus\:bg-green-700\/35:focus{
  background-color: rgb(21 128 61 / 0.35);
}

.focus\:bg-green-700\/40:focus{
  background-color: rgb(21 128 61 / 0.4);
}

.focus\:bg-green-700\/45:focus{
  background-color: rgb(21 128 61 / 0.45);
}

.focus\:bg-green-700\/5:focus{
  background-color: rgb(21 128 61 / 0.05);
}

.focus\:bg-green-700\/50:focus{
  background-color: rgb(21 128 61 / 0.5);
}

.focus\:bg-green-700\/55:focus{
  background-color: rgb(21 128 61 / 0.55);
}

.focus\:bg-green-700\/60:focus{
  background-color: rgb(21 128 61 / 0.6);
}

.focus\:bg-green-700\/65:focus{
  background-color: rgb(21 128 61 / 0.65);
}

.focus\:bg-green-700\/70:focus{
  background-color: rgb(21 128 61 / 0.7);
}

.focus\:bg-green-700\/75:focus{
  background-color: rgb(21 128 61 / 0.75);
}

.focus\:bg-green-700\/80:focus{
  background-color: rgb(21 128 61 / 0.8);
}

.focus\:bg-green-700\/85:focus{
  background-color: rgb(21 128 61 / 0.85);
}

.focus\:bg-green-700\/90:focus{
  background-color: rgb(21 128 61 / 0.9);
}

.focus\:bg-green-700\/95:focus{
  background-color: rgb(21 128 61 / 0.95);
}

.focus\:bg-green-800:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}

.focus\:bg-green-800\/0:focus{
  background-color: rgb(22 101 52 / 0);
}

.focus\:bg-green-800\/10:focus{
  background-color: rgb(22 101 52 / 0.1);
}

.focus\:bg-green-800\/100:focus{
  background-color: rgb(22 101 52 / 1);
}

.focus\:bg-green-800\/15:focus{
  background-color: rgb(22 101 52 / 0.15);
}

.focus\:bg-green-800\/20:focus{
  background-color: rgb(22 101 52 / 0.2);
}

.focus\:bg-green-800\/25:focus{
  background-color: rgb(22 101 52 / 0.25);
}

.focus\:bg-green-800\/30:focus{
  background-color: rgb(22 101 52 / 0.3);
}

.focus\:bg-green-800\/35:focus{
  background-color: rgb(22 101 52 / 0.35);
}

.focus\:bg-green-800\/40:focus{
  background-color: rgb(22 101 52 / 0.4);
}

.focus\:bg-green-800\/45:focus{
  background-color: rgb(22 101 52 / 0.45);
}

.focus\:bg-green-800\/5:focus{
  background-color: rgb(22 101 52 / 0.05);
}

.focus\:bg-green-800\/50:focus{
  background-color: rgb(22 101 52 / 0.5);
}

.focus\:bg-green-800\/55:focus{
  background-color: rgb(22 101 52 / 0.55);
}

.focus\:bg-green-800\/60:focus{
  background-color: rgb(22 101 52 / 0.6);
}

.focus\:bg-green-800\/65:focus{
  background-color: rgb(22 101 52 / 0.65);
}

.focus\:bg-green-800\/70:focus{
  background-color: rgb(22 101 52 / 0.7);
}

.focus\:bg-green-800\/75:focus{
  background-color: rgb(22 101 52 / 0.75);
}

.focus\:bg-green-800\/80:focus{
  background-color: rgb(22 101 52 / 0.8);
}

.focus\:bg-green-800\/85:focus{
  background-color: rgb(22 101 52 / 0.85);
}

.focus\:bg-green-800\/90:focus{
  background-color: rgb(22 101 52 / 0.9);
}

.focus\:bg-green-800\/95:focus{
  background-color: rgb(22 101 52 / 0.95);
}

.focus\:bg-green-900:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity));
}

.focus\:bg-green-900\/0:focus{
  background-color: rgb(20 83 45 / 0);
}

.focus\:bg-green-900\/10:focus{
  background-color: rgb(20 83 45 / 0.1);
}

.focus\:bg-green-900\/100:focus{
  background-color: rgb(20 83 45 / 1);
}

.focus\:bg-green-900\/15:focus{
  background-color: rgb(20 83 45 / 0.15);
}

.focus\:bg-green-900\/20:focus{
  background-color: rgb(20 83 45 / 0.2);
}

.focus\:bg-green-900\/25:focus{
  background-color: rgb(20 83 45 / 0.25);
}

.focus\:bg-green-900\/30:focus{
  background-color: rgb(20 83 45 / 0.3);
}

.focus\:bg-green-900\/35:focus{
  background-color: rgb(20 83 45 / 0.35);
}

.focus\:bg-green-900\/40:focus{
  background-color: rgb(20 83 45 / 0.4);
}

.focus\:bg-green-900\/45:focus{
  background-color: rgb(20 83 45 / 0.45);
}

.focus\:bg-green-900\/5:focus{
  background-color: rgb(20 83 45 / 0.05);
}

.focus\:bg-green-900\/50:focus{
  background-color: rgb(20 83 45 / 0.5);
}

.focus\:bg-green-900\/55:focus{
  background-color: rgb(20 83 45 / 0.55);
}

.focus\:bg-green-900\/60:focus{
  background-color: rgb(20 83 45 / 0.6);
}

.focus\:bg-green-900\/65:focus{
  background-color: rgb(20 83 45 / 0.65);
}

.focus\:bg-green-900\/70:focus{
  background-color: rgb(20 83 45 / 0.7);
}

.focus\:bg-green-900\/75:focus{
  background-color: rgb(20 83 45 / 0.75);
}

.focus\:bg-green-900\/80:focus{
  background-color: rgb(20 83 45 / 0.8);
}

.focus\:bg-green-900\/85:focus{
  background-color: rgb(20 83 45 / 0.85);
}

.focus\:bg-green-900\/90:focus{
  background-color: rgb(20 83 45 / 0.9);
}

.focus\:bg-green-900\/95:focus{
  background-color: rgb(20 83 45 / 0.95);
}

.focus\:bg-indigo-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}

.focus\:bg-indigo-100\/0:focus{
  background-color: rgb(224 231 255 / 0);
}

.focus\:bg-indigo-100\/10:focus{
  background-color: rgb(224 231 255 / 0.1);
}

.focus\:bg-indigo-100\/100:focus{
  background-color: rgb(224 231 255 / 1);
}

.focus\:bg-indigo-100\/15:focus{
  background-color: rgb(224 231 255 / 0.15);
}

.focus\:bg-indigo-100\/20:focus{
  background-color: rgb(224 231 255 / 0.2);
}

.focus\:bg-indigo-100\/25:focus{
  background-color: rgb(224 231 255 / 0.25);
}

.focus\:bg-indigo-100\/30:focus{
  background-color: rgb(224 231 255 / 0.3);
}

.focus\:bg-indigo-100\/35:focus{
  background-color: rgb(224 231 255 / 0.35);
}

.focus\:bg-indigo-100\/40:focus{
  background-color: rgb(224 231 255 / 0.4);
}

.focus\:bg-indigo-100\/45:focus{
  background-color: rgb(224 231 255 / 0.45);
}

.focus\:bg-indigo-100\/5:focus{
  background-color: rgb(224 231 255 / 0.05);
}

.focus\:bg-indigo-100\/50:focus{
  background-color: rgb(224 231 255 / 0.5);
}

.focus\:bg-indigo-100\/55:focus{
  background-color: rgb(224 231 255 / 0.55);
}

.focus\:bg-indigo-100\/60:focus{
  background-color: rgb(224 231 255 / 0.6);
}

.focus\:bg-indigo-100\/65:focus{
  background-color: rgb(224 231 255 / 0.65);
}

.focus\:bg-indigo-100\/70:focus{
  background-color: rgb(224 231 255 / 0.7);
}

.focus\:bg-indigo-100\/75:focus{
  background-color: rgb(224 231 255 / 0.75);
}

.focus\:bg-indigo-100\/80:focus{
  background-color: rgb(224 231 255 / 0.8);
}

.focus\:bg-indigo-100\/85:focus{
  background-color: rgb(224 231 255 / 0.85);
}

.focus\:bg-indigo-100\/90:focus{
  background-color: rgb(224 231 255 / 0.9);
}

.focus\:bg-indigo-100\/95:focus{
  background-color: rgb(224 231 255 / 0.95);
}

.focus\:bg-indigo-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity));
}

.focus\:bg-indigo-200\/0:focus{
  background-color: rgb(199 210 254 / 0);
}

.focus\:bg-indigo-200\/10:focus{
  background-color: rgb(199 210 254 / 0.1);
}

.focus\:bg-indigo-200\/100:focus{
  background-color: rgb(199 210 254 / 1);
}

.focus\:bg-indigo-200\/15:focus{
  background-color: rgb(199 210 254 / 0.15);
}

.focus\:bg-indigo-200\/20:focus{
  background-color: rgb(199 210 254 / 0.2);
}

.focus\:bg-indigo-200\/25:focus{
  background-color: rgb(199 210 254 / 0.25);
}

.focus\:bg-indigo-200\/30:focus{
  background-color: rgb(199 210 254 / 0.3);
}

.focus\:bg-indigo-200\/35:focus{
  background-color: rgb(199 210 254 / 0.35);
}

.focus\:bg-indigo-200\/40:focus{
  background-color: rgb(199 210 254 / 0.4);
}

.focus\:bg-indigo-200\/45:focus{
  background-color: rgb(199 210 254 / 0.45);
}

.focus\:bg-indigo-200\/5:focus{
  background-color: rgb(199 210 254 / 0.05);
}

.focus\:bg-indigo-200\/50:focus{
  background-color: rgb(199 210 254 / 0.5);
}

.focus\:bg-indigo-200\/55:focus{
  background-color: rgb(199 210 254 / 0.55);
}

.focus\:bg-indigo-200\/60:focus{
  background-color: rgb(199 210 254 / 0.6);
}

.focus\:bg-indigo-200\/65:focus{
  background-color: rgb(199 210 254 / 0.65);
}

.focus\:bg-indigo-200\/70:focus{
  background-color: rgb(199 210 254 / 0.7);
}

.focus\:bg-indigo-200\/75:focus{
  background-color: rgb(199 210 254 / 0.75);
}

.focus\:bg-indigo-200\/80:focus{
  background-color: rgb(199 210 254 / 0.8);
}

.focus\:bg-indigo-200\/85:focus{
  background-color: rgb(199 210 254 / 0.85);
}

.focus\:bg-indigo-200\/90:focus{
  background-color: rgb(199 210 254 / 0.9);
}

.focus\:bg-indigo-200\/95:focus{
  background-color: rgb(199 210 254 / 0.95);
}

.focus\:bg-indigo-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity));
}

.focus\:bg-indigo-300\/0:focus{
  background-color: rgb(165 180 252 / 0);
}

.focus\:bg-indigo-300\/10:focus{
  background-color: rgb(165 180 252 / 0.1);
}

.focus\:bg-indigo-300\/100:focus{
  background-color: rgb(165 180 252 / 1);
}

.focus\:bg-indigo-300\/15:focus{
  background-color: rgb(165 180 252 / 0.15);
}

.focus\:bg-indigo-300\/20:focus{
  background-color: rgb(165 180 252 / 0.2);
}

.focus\:bg-indigo-300\/25:focus{
  background-color: rgb(165 180 252 / 0.25);
}

.focus\:bg-indigo-300\/30:focus{
  background-color: rgb(165 180 252 / 0.3);
}

.focus\:bg-indigo-300\/35:focus{
  background-color: rgb(165 180 252 / 0.35);
}

.focus\:bg-indigo-300\/40:focus{
  background-color: rgb(165 180 252 / 0.4);
}

.focus\:bg-indigo-300\/45:focus{
  background-color: rgb(165 180 252 / 0.45);
}

.focus\:bg-indigo-300\/5:focus{
  background-color: rgb(165 180 252 / 0.05);
}

.focus\:bg-indigo-300\/50:focus{
  background-color: rgb(165 180 252 / 0.5);
}

.focus\:bg-indigo-300\/55:focus{
  background-color: rgb(165 180 252 / 0.55);
}

.focus\:bg-indigo-300\/60:focus{
  background-color: rgb(165 180 252 / 0.6);
}

.focus\:bg-indigo-300\/65:focus{
  background-color: rgb(165 180 252 / 0.65);
}

.focus\:bg-indigo-300\/70:focus{
  background-color: rgb(165 180 252 / 0.7);
}

.focus\:bg-indigo-300\/75:focus{
  background-color: rgb(165 180 252 / 0.75);
}

.focus\:bg-indigo-300\/80:focus{
  background-color: rgb(165 180 252 / 0.8);
}

.focus\:bg-indigo-300\/85:focus{
  background-color: rgb(165 180 252 / 0.85);
}

.focus\:bg-indigo-300\/90:focus{
  background-color: rgb(165 180 252 / 0.9);
}

.focus\:bg-indigo-300\/95:focus{
  background-color: rgb(165 180 252 / 0.95);
}

.focus\:bg-indigo-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity));
}

.focus\:bg-indigo-400\/0:focus{
  background-color: rgb(129 140 248 / 0);
}

.focus\:bg-indigo-400\/10:focus{
  background-color: rgb(129 140 248 / 0.1);
}

.focus\:bg-indigo-400\/100:focus{
  background-color: rgb(129 140 248 / 1);
}

.focus\:bg-indigo-400\/15:focus{
  background-color: rgb(129 140 248 / 0.15);
}

.focus\:bg-indigo-400\/20:focus{
  background-color: rgb(129 140 248 / 0.2);
}

.focus\:bg-indigo-400\/25:focus{
  background-color: rgb(129 140 248 / 0.25);
}

.focus\:bg-indigo-400\/30:focus{
  background-color: rgb(129 140 248 / 0.3);
}

.focus\:bg-indigo-400\/35:focus{
  background-color: rgb(129 140 248 / 0.35);
}

.focus\:bg-indigo-400\/40:focus{
  background-color: rgb(129 140 248 / 0.4);
}

.focus\:bg-indigo-400\/45:focus{
  background-color: rgb(129 140 248 / 0.45);
}

.focus\:bg-indigo-400\/5:focus{
  background-color: rgb(129 140 248 / 0.05);
}

.focus\:bg-indigo-400\/50:focus{
  background-color: rgb(129 140 248 / 0.5);
}

.focus\:bg-indigo-400\/55:focus{
  background-color: rgb(129 140 248 / 0.55);
}

.focus\:bg-indigo-400\/60:focus{
  background-color: rgb(129 140 248 / 0.6);
}

.focus\:bg-indigo-400\/65:focus{
  background-color: rgb(129 140 248 / 0.65);
}

.focus\:bg-indigo-400\/70:focus{
  background-color: rgb(129 140 248 / 0.7);
}

.focus\:bg-indigo-400\/75:focus{
  background-color: rgb(129 140 248 / 0.75);
}

.focus\:bg-indigo-400\/80:focus{
  background-color: rgb(129 140 248 / 0.8);
}

.focus\:bg-indigo-400\/85:focus{
  background-color: rgb(129 140 248 / 0.85);
}

.focus\:bg-indigo-400\/90:focus{
  background-color: rgb(129 140 248 / 0.9);
}

.focus\:bg-indigo-400\/95:focus{
  background-color: rgb(129 140 248 / 0.95);
}

.focus\:bg-indigo-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}

.focus\:bg-indigo-50\/0:focus{
  background-color: rgb(238 242 255 / 0);
}

.focus\:bg-indigo-50\/10:focus{
  background-color: rgb(238 242 255 / 0.1);
}

.focus\:bg-indigo-50\/100:focus{
  background-color: rgb(238 242 255 / 1);
}

.focus\:bg-indigo-50\/15:focus{
  background-color: rgb(238 242 255 / 0.15);
}

.focus\:bg-indigo-50\/20:focus{
  background-color: rgb(238 242 255 / 0.2);
}

.focus\:bg-indigo-50\/25:focus{
  background-color: rgb(238 242 255 / 0.25);
}

.focus\:bg-indigo-50\/30:focus{
  background-color: rgb(238 242 255 / 0.3);
}

.focus\:bg-indigo-50\/35:focus{
  background-color: rgb(238 242 255 / 0.35);
}

.focus\:bg-indigo-50\/40:focus{
  background-color: rgb(238 242 255 / 0.4);
}

.focus\:bg-indigo-50\/45:focus{
  background-color: rgb(238 242 255 / 0.45);
}

.focus\:bg-indigo-50\/5:focus{
  background-color: rgb(238 242 255 / 0.05);
}

.focus\:bg-indigo-50\/50:focus{
  background-color: rgb(238 242 255 / 0.5);
}

.focus\:bg-indigo-50\/55:focus{
  background-color: rgb(238 242 255 / 0.55);
}

.focus\:bg-indigo-50\/60:focus{
  background-color: rgb(238 242 255 / 0.6);
}

.focus\:bg-indigo-50\/65:focus{
  background-color: rgb(238 242 255 / 0.65);
}

.focus\:bg-indigo-50\/70:focus{
  background-color: rgb(238 242 255 / 0.7);
}

.focus\:bg-indigo-50\/75:focus{
  background-color: rgb(238 242 255 / 0.75);
}

.focus\:bg-indigo-50\/80:focus{
  background-color: rgb(238 242 255 / 0.8);
}

.focus\:bg-indigo-50\/85:focus{
  background-color: rgb(238 242 255 / 0.85);
}

.focus\:bg-indigo-50\/90:focus{
  background-color: rgb(238 242 255 / 0.9);
}

.focus\:bg-indigo-50\/95:focus{
  background-color: rgb(238 242 255 / 0.95);
}

.focus\:bg-indigo-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}

.focus\:bg-indigo-500\/0:focus{
  background-color: rgb(99 102 241 / 0);
}

.focus\:bg-indigo-500\/10:focus{
  background-color: rgb(99 102 241 / 0.1);
}

.focus\:bg-indigo-500\/100:focus{
  background-color: rgb(99 102 241 / 1);
}

.focus\:bg-indigo-500\/15:focus{
  background-color: rgb(99 102 241 / 0.15);
}

.focus\:bg-indigo-500\/20:focus{
  background-color: rgb(99 102 241 / 0.2);
}

.focus\:bg-indigo-500\/25:focus{
  background-color: rgb(99 102 241 / 0.25);
}

.focus\:bg-indigo-500\/30:focus{
  background-color: rgb(99 102 241 / 0.3);
}

.focus\:bg-indigo-500\/35:focus{
  background-color: rgb(99 102 241 / 0.35);
}

.focus\:bg-indigo-500\/40:focus{
  background-color: rgb(99 102 241 / 0.4);
}

.focus\:bg-indigo-500\/45:focus{
  background-color: rgb(99 102 241 / 0.45);
}

.focus\:bg-indigo-500\/5:focus{
  background-color: rgb(99 102 241 / 0.05);
}

.focus\:bg-indigo-500\/50:focus{
  background-color: rgb(99 102 241 / 0.5);
}

.focus\:bg-indigo-500\/55:focus{
  background-color: rgb(99 102 241 / 0.55);
}

.focus\:bg-indigo-500\/60:focus{
  background-color: rgb(99 102 241 / 0.6);
}

.focus\:bg-indigo-500\/65:focus{
  background-color: rgb(99 102 241 / 0.65);
}

.focus\:bg-indigo-500\/70:focus{
  background-color: rgb(99 102 241 / 0.7);
}

.focus\:bg-indigo-500\/75:focus{
  background-color: rgb(99 102 241 / 0.75);
}

.focus\:bg-indigo-500\/80:focus{
  background-color: rgb(99 102 241 / 0.8);
}

.focus\:bg-indigo-500\/85:focus{
  background-color: rgb(99 102 241 / 0.85);
}

.focus\:bg-indigo-500\/90:focus{
  background-color: rgb(99 102 241 / 0.9);
}

.focus\:bg-indigo-500\/95:focus{
  background-color: rgb(99 102 241 / 0.95);
}

.focus\:bg-indigo-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

.focus\:bg-indigo-600\/0:focus{
  background-color: rgb(79 70 229 / 0);
}

.focus\:bg-indigo-600\/10:focus{
  background-color: rgb(79 70 229 / 0.1);
}

.focus\:bg-indigo-600\/100:focus{
  background-color: rgb(79 70 229 / 1);
}

.focus\:bg-indigo-600\/15:focus{
  background-color: rgb(79 70 229 / 0.15);
}

.focus\:bg-indigo-600\/20:focus{
  background-color: rgb(79 70 229 / 0.2);
}

.focus\:bg-indigo-600\/25:focus{
  background-color: rgb(79 70 229 / 0.25);
}

.focus\:bg-indigo-600\/30:focus{
  background-color: rgb(79 70 229 / 0.3);
}

.focus\:bg-indigo-600\/35:focus{
  background-color: rgb(79 70 229 / 0.35);
}

.focus\:bg-indigo-600\/40:focus{
  background-color: rgb(79 70 229 / 0.4);
}

.focus\:bg-indigo-600\/45:focus{
  background-color: rgb(79 70 229 / 0.45);
}

.focus\:bg-indigo-600\/5:focus{
  background-color: rgb(79 70 229 / 0.05);
}

.focus\:bg-indigo-600\/50:focus{
  background-color: rgb(79 70 229 / 0.5);
}

.focus\:bg-indigo-600\/55:focus{
  background-color: rgb(79 70 229 / 0.55);
}

.focus\:bg-indigo-600\/60:focus{
  background-color: rgb(79 70 229 / 0.6);
}

.focus\:bg-indigo-600\/65:focus{
  background-color: rgb(79 70 229 / 0.65);
}

.focus\:bg-indigo-600\/70:focus{
  background-color: rgb(79 70 229 / 0.7);
}

.focus\:bg-indigo-600\/75:focus{
  background-color: rgb(79 70 229 / 0.75);
}

.focus\:bg-indigo-600\/80:focus{
  background-color: rgb(79 70 229 / 0.8);
}

.focus\:bg-indigo-600\/85:focus{
  background-color: rgb(79 70 229 / 0.85);
}

.focus\:bg-indigo-600\/90:focus{
  background-color: rgb(79 70 229 / 0.9);
}

.focus\:bg-indigo-600\/95:focus{
  background-color: rgb(79 70 229 / 0.95);
}

.focus\:bg-indigo-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}

.focus\:bg-indigo-700\/0:focus{
  background-color: rgb(67 56 202 / 0);
}

.focus\:bg-indigo-700\/10:focus{
  background-color: rgb(67 56 202 / 0.1);
}

.focus\:bg-indigo-700\/100:focus{
  background-color: rgb(67 56 202 / 1);
}

.focus\:bg-indigo-700\/15:focus{
  background-color: rgb(67 56 202 / 0.15);
}

.focus\:bg-indigo-700\/20:focus{
  background-color: rgb(67 56 202 / 0.2);
}

.focus\:bg-indigo-700\/25:focus{
  background-color: rgb(67 56 202 / 0.25);
}

.focus\:bg-indigo-700\/30:focus{
  background-color: rgb(67 56 202 / 0.3);
}

.focus\:bg-indigo-700\/35:focus{
  background-color: rgb(67 56 202 / 0.35);
}

.focus\:bg-indigo-700\/40:focus{
  background-color: rgb(67 56 202 / 0.4);
}

.focus\:bg-indigo-700\/45:focus{
  background-color: rgb(67 56 202 / 0.45);
}

.focus\:bg-indigo-700\/5:focus{
  background-color: rgb(67 56 202 / 0.05);
}

.focus\:bg-indigo-700\/50:focus{
  background-color: rgb(67 56 202 / 0.5);
}

.focus\:bg-indigo-700\/55:focus{
  background-color: rgb(67 56 202 / 0.55);
}

.focus\:bg-indigo-700\/60:focus{
  background-color: rgb(67 56 202 / 0.6);
}

.focus\:bg-indigo-700\/65:focus{
  background-color: rgb(67 56 202 / 0.65);
}

.focus\:bg-indigo-700\/70:focus{
  background-color: rgb(67 56 202 / 0.7);
}

.focus\:bg-indigo-700\/75:focus{
  background-color: rgb(67 56 202 / 0.75);
}

.focus\:bg-indigo-700\/80:focus{
  background-color: rgb(67 56 202 / 0.8);
}

.focus\:bg-indigo-700\/85:focus{
  background-color: rgb(67 56 202 / 0.85);
}

.focus\:bg-indigo-700\/90:focus{
  background-color: rgb(67 56 202 / 0.9);
}

.focus\:bg-indigo-700\/95:focus{
  background-color: rgb(67 56 202 / 0.95);
}

.focus\:bg-indigo-800:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity));
}

.focus\:bg-indigo-800\/0:focus{
  background-color: rgb(55 48 163 / 0);
}

.focus\:bg-indigo-800\/10:focus{
  background-color: rgb(55 48 163 / 0.1);
}

.focus\:bg-indigo-800\/100:focus{
  background-color: rgb(55 48 163 / 1);
}

.focus\:bg-indigo-800\/15:focus{
  background-color: rgb(55 48 163 / 0.15);
}

.focus\:bg-indigo-800\/20:focus{
  background-color: rgb(55 48 163 / 0.2);
}

.focus\:bg-indigo-800\/25:focus{
  background-color: rgb(55 48 163 / 0.25);
}

.focus\:bg-indigo-800\/30:focus{
  background-color: rgb(55 48 163 / 0.3);
}

.focus\:bg-indigo-800\/35:focus{
  background-color: rgb(55 48 163 / 0.35);
}

.focus\:bg-indigo-800\/40:focus{
  background-color: rgb(55 48 163 / 0.4);
}

.focus\:bg-indigo-800\/45:focus{
  background-color: rgb(55 48 163 / 0.45);
}

.focus\:bg-indigo-800\/5:focus{
  background-color: rgb(55 48 163 / 0.05);
}

.focus\:bg-indigo-800\/50:focus{
  background-color: rgb(55 48 163 / 0.5);
}

.focus\:bg-indigo-800\/55:focus{
  background-color: rgb(55 48 163 / 0.55);
}

.focus\:bg-indigo-800\/60:focus{
  background-color: rgb(55 48 163 / 0.6);
}

.focus\:bg-indigo-800\/65:focus{
  background-color: rgb(55 48 163 / 0.65);
}

.focus\:bg-indigo-800\/70:focus{
  background-color: rgb(55 48 163 / 0.7);
}

.focus\:bg-indigo-800\/75:focus{
  background-color: rgb(55 48 163 / 0.75);
}

.focus\:bg-indigo-800\/80:focus{
  background-color: rgb(55 48 163 / 0.8);
}

.focus\:bg-indigo-800\/85:focus{
  background-color: rgb(55 48 163 / 0.85);
}

.focus\:bg-indigo-800\/90:focus{
  background-color: rgb(55 48 163 / 0.9);
}

.focus\:bg-indigo-800\/95:focus{
  background-color: rgb(55 48 163 / 0.95);
}

.focus\:bg-indigo-900:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity));
}

.focus\:bg-indigo-900\/0:focus{
  background-color: rgb(49 46 129 / 0);
}

.focus\:bg-indigo-900\/10:focus{
  background-color: rgb(49 46 129 / 0.1);
}

.focus\:bg-indigo-900\/100:focus{
  background-color: rgb(49 46 129 / 1);
}

.focus\:bg-indigo-900\/15:focus{
  background-color: rgb(49 46 129 / 0.15);
}

.focus\:bg-indigo-900\/20:focus{
  background-color: rgb(49 46 129 / 0.2);
}

.focus\:bg-indigo-900\/25:focus{
  background-color: rgb(49 46 129 / 0.25);
}

.focus\:bg-indigo-900\/30:focus{
  background-color: rgb(49 46 129 / 0.3);
}

.focus\:bg-indigo-900\/35:focus{
  background-color: rgb(49 46 129 / 0.35);
}

.focus\:bg-indigo-900\/40:focus{
  background-color: rgb(49 46 129 / 0.4);
}

.focus\:bg-indigo-900\/45:focus{
  background-color: rgb(49 46 129 / 0.45);
}

.focus\:bg-indigo-900\/5:focus{
  background-color: rgb(49 46 129 / 0.05);
}

.focus\:bg-indigo-900\/50:focus{
  background-color: rgb(49 46 129 / 0.5);
}

.focus\:bg-indigo-900\/55:focus{
  background-color: rgb(49 46 129 / 0.55);
}

.focus\:bg-indigo-900\/60:focus{
  background-color: rgb(49 46 129 / 0.6);
}

.focus\:bg-indigo-900\/65:focus{
  background-color: rgb(49 46 129 / 0.65);
}

.focus\:bg-indigo-900\/70:focus{
  background-color: rgb(49 46 129 / 0.7);
}

.focus\:bg-indigo-900\/75:focus{
  background-color: rgb(49 46 129 / 0.75);
}

.focus\:bg-indigo-900\/80:focus{
  background-color: rgb(49 46 129 / 0.8);
}

.focus\:bg-indigo-900\/85:focus{
  background-color: rgb(49 46 129 / 0.85);
}

.focus\:bg-indigo-900\/90:focus{
  background-color: rgb(49 46 129 / 0.9);
}

.focus\:bg-indigo-900\/95:focus{
  background-color: rgb(49 46 129 / 0.95);
}

.focus\:bg-red-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.focus\:bg-red-100\/0:focus{
  background-color: rgb(254 226 226 / 0);
}

.focus\:bg-red-100\/10:focus{
  background-color: rgb(254 226 226 / 0.1);
}

.focus\:bg-red-100\/100:focus{
  background-color: rgb(254 226 226 / 1);
}

.focus\:bg-red-100\/15:focus{
  background-color: rgb(254 226 226 / 0.15);
}

.focus\:bg-red-100\/20:focus{
  background-color: rgb(254 226 226 / 0.2);
}

.focus\:bg-red-100\/25:focus{
  background-color: rgb(254 226 226 / 0.25);
}

.focus\:bg-red-100\/30:focus{
  background-color: rgb(254 226 226 / 0.3);
}

.focus\:bg-red-100\/35:focus{
  background-color: rgb(254 226 226 / 0.35);
}

.focus\:bg-red-100\/40:focus{
  background-color: rgb(254 226 226 / 0.4);
}

.focus\:bg-red-100\/45:focus{
  background-color: rgb(254 226 226 / 0.45);
}

.focus\:bg-red-100\/5:focus{
  background-color: rgb(254 226 226 / 0.05);
}

.focus\:bg-red-100\/50:focus{
  background-color: rgb(254 226 226 / 0.5);
}

.focus\:bg-red-100\/55:focus{
  background-color: rgb(254 226 226 / 0.55);
}

.focus\:bg-red-100\/60:focus{
  background-color: rgb(254 226 226 / 0.6);
}

.focus\:bg-red-100\/65:focus{
  background-color: rgb(254 226 226 / 0.65);
}

.focus\:bg-red-100\/70:focus{
  background-color: rgb(254 226 226 / 0.7);
}

.focus\:bg-red-100\/75:focus{
  background-color: rgb(254 226 226 / 0.75);
}

.focus\:bg-red-100\/80:focus{
  background-color: rgb(254 226 226 / 0.8);
}

.focus\:bg-red-100\/85:focus{
  background-color: rgb(254 226 226 / 0.85);
}

.focus\:bg-red-100\/90:focus{
  background-color: rgb(254 226 226 / 0.9);
}

.focus\:bg-red-100\/95:focus{
  background-color: rgb(254 226 226 / 0.95);
}

.focus\:bg-red-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}

.focus\:bg-red-200\/0:focus{
  background-color: rgb(254 202 202 / 0);
}

.focus\:bg-red-200\/10:focus{
  background-color: rgb(254 202 202 / 0.1);
}

.focus\:bg-red-200\/100:focus{
  background-color: rgb(254 202 202 / 1);
}

.focus\:bg-red-200\/15:focus{
  background-color: rgb(254 202 202 / 0.15);
}

.focus\:bg-red-200\/20:focus{
  background-color: rgb(254 202 202 / 0.2);
}

.focus\:bg-red-200\/25:focus{
  background-color: rgb(254 202 202 / 0.25);
}

.focus\:bg-red-200\/30:focus{
  background-color: rgb(254 202 202 / 0.3);
}

.focus\:bg-red-200\/35:focus{
  background-color: rgb(254 202 202 / 0.35);
}

.focus\:bg-red-200\/40:focus{
  background-color: rgb(254 202 202 / 0.4);
}

.focus\:bg-red-200\/45:focus{
  background-color: rgb(254 202 202 / 0.45);
}

.focus\:bg-red-200\/5:focus{
  background-color: rgb(254 202 202 / 0.05);
}

.focus\:bg-red-200\/50:focus{
  background-color: rgb(254 202 202 / 0.5);
}

.focus\:bg-red-200\/55:focus{
  background-color: rgb(254 202 202 / 0.55);
}

.focus\:bg-red-200\/60:focus{
  background-color: rgb(254 202 202 / 0.6);
}

.focus\:bg-red-200\/65:focus{
  background-color: rgb(254 202 202 / 0.65);
}

.focus\:bg-red-200\/70:focus{
  background-color: rgb(254 202 202 / 0.7);
}

.focus\:bg-red-200\/75:focus{
  background-color: rgb(254 202 202 / 0.75);
}

.focus\:bg-red-200\/80:focus{
  background-color: rgb(254 202 202 / 0.8);
}

.focus\:bg-red-200\/85:focus{
  background-color: rgb(254 202 202 / 0.85);
}

.focus\:bg-red-200\/90:focus{
  background-color: rgb(254 202 202 / 0.9);
}

.focus\:bg-red-200\/95:focus{
  background-color: rgb(254 202 202 / 0.95);
}

.focus\:bg-red-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}

.focus\:bg-red-300\/0:focus{
  background-color: rgb(252 165 165 / 0);
}

.focus\:bg-red-300\/10:focus{
  background-color: rgb(252 165 165 / 0.1);
}

.focus\:bg-red-300\/100:focus{
  background-color: rgb(252 165 165 / 1);
}

.focus\:bg-red-300\/15:focus{
  background-color: rgb(252 165 165 / 0.15);
}

.focus\:bg-red-300\/20:focus{
  background-color: rgb(252 165 165 / 0.2);
}

.focus\:bg-red-300\/25:focus{
  background-color: rgb(252 165 165 / 0.25);
}

.focus\:bg-red-300\/30:focus{
  background-color: rgb(252 165 165 / 0.3);
}

.focus\:bg-red-300\/35:focus{
  background-color: rgb(252 165 165 / 0.35);
}

.focus\:bg-red-300\/40:focus{
  background-color: rgb(252 165 165 / 0.4);
}

.focus\:bg-red-300\/45:focus{
  background-color: rgb(252 165 165 / 0.45);
}

.focus\:bg-red-300\/5:focus{
  background-color: rgb(252 165 165 / 0.05);
}

.focus\:bg-red-300\/50:focus{
  background-color: rgb(252 165 165 / 0.5);
}

.focus\:bg-red-300\/55:focus{
  background-color: rgb(252 165 165 / 0.55);
}

.focus\:bg-red-300\/60:focus{
  background-color: rgb(252 165 165 / 0.6);
}

.focus\:bg-red-300\/65:focus{
  background-color: rgb(252 165 165 / 0.65);
}

.focus\:bg-red-300\/70:focus{
  background-color: rgb(252 165 165 / 0.7);
}

.focus\:bg-red-300\/75:focus{
  background-color: rgb(252 165 165 / 0.75);
}

.focus\:bg-red-300\/80:focus{
  background-color: rgb(252 165 165 / 0.8);
}

.focus\:bg-red-300\/85:focus{
  background-color: rgb(252 165 165 / 0.85);
}

.focus\:bg-red-300\/90:focus{
  background-color: rgb(252 165 165 / 0.9);
}

.focus\:bg-red-300\/95:focus{
  background-color: rgb(252 165 165 / 0.95);
}

.focus\:bg-red-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}

.focus\:bg-red-400\/0:focus{
  background-color: rgb(248 113 113 / 0);
}

.focus\:bg-red-400\/10:focus{
  background-color: rgb(248 113 113 / 0.1);
}

.focus\:bg-red-400\/100:focus{
  background-color: rgb(248 113 113 / 1);
}

.focus\:bg-red-400\/15:focus{
  background-color: rgb(248 113 113 / 0.15);
}

.focus\:bg-red-400\/20:focus{
  background-color: rgb(248 113 113 / 0.2);
}

.focus\:bg-red-400\/25:focus{
  background-color: rgb(248 113 113 / 0.25);
}

.focus\:bg-red-400\/30:focus{
  background-color: rgb(248 113 113 / 0.3);
}

.focus\:bg-red-400\/35:focus{
  background-color: rgb(248 113 113 / 0.35);
}

.focus\:bg-red-400\/40:focus{
  background-color: rgb(248 113 113 / 0.4);
}

.focus\:bg-red-400\/45:focus{
  background-color: rgb(248 113 113 / 0.45);
}

.focus\:bg-red-400\/5:focus{
  background-color: rgb(248 113 113 / 0.05);
}

.focus\:bg-red-400\/50:focus{
  background-color: rgb(248 113 113 / 0.5);
}

.focus\:bg-red-400\/55:focus{
  background-color: rgb(248 113 113 / 0.55);
}

.focus\:bg-red-400\/60:focus{
  background-color: rgb(248 113 113 / 0.6);
}

.focus\:bg-red-400\/65:focus{
  background-color: rgb(248 113 113 / 0.65);
}

.focus\:bg-red-400\/70:focus{
  background-color: rgb(248 113 113 / 0.7);
}

.focus\:bg-red-400\/75:focus{
  background-color: rgb(248 113 113 / 0.75);
}

.focus\:bg-red-400\/80:focus{
  background-color: rgb(248 113 113 / 0.8);
}

.focus\:bg-red-400\/85:focus{
  background-color: rgb(248 113 113 / 0.85);
}

.focus\:bg-red-400\/90:focus{
  background-color: rgb(248 113 113 / 0.9);
}

.focus\:bg-red-400\/95:focus{
  background-color: rgb(248 113 113 / 0.95);
}

.focus\:bg-red-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.focus\:bg-red-50\/0:focus{
  background-color: rgb(254 242 242 / 0);
}

.focus\:bg-red-50\/10:focus{
  background-color: rgb(254 242 242 / 0.1);
}

.focus\:bg-red-50\/100:focus{
  background-color: rgb(254 242 242 / 1);
}

.focus\:bg-red-50\/15:focus{
  background-color: rgb(254 242 242 / 0.15);
}

.focus\:bg-red-50\/20:focus{
  background-color: rgb(254 242 242 / 0.2);
}

.focus\:bg-red-50\/25:focus{
  background-color: rgb(254 242 242 / 0.25);
}

.focus\:bg-red-50\/30:focus{
  background-color: rgb(254 242 242 / 0.3);
}

.focus\:bg-red-50\/35:focus{
  background-color: rgb(254 242 242 / 0.35);
}

.focus\:bg-red-50\/40:focus{
  background-color: rgb(254 242 242 / 0.4);
}

.focus\:bg-red-50\/45:focus{
  background-color: rgb(254 242 242 / 0.45);
}

.focus\:bg-red-50\/5:focus{
  background-color: rgb(254 242 242 / 0.05);
}

.focus\:bg-red-50\/50:focus{
  background-color: rgb(254 242 242 / 0.5);
}

.focus\:bg-red-50\/55:focus{
  background-color: rgb(254 242 242 / 0.55);
}

.focus\:bg-red-50\/60:focus{
  background-color: rgb(254 242 242 / 0.6);
}

.focus\:bg-red-50\/65:focus{
  background-color: rgb(254 242 242 / 0.65);
}

.focus\:bg-red-50\/70:focus{
  background-color: rgb(254 242 242 / 0.7);
}

.focus\:bg-red-50\/75:focus{
  background-color: rgb(254 242 242 / 0.75);
}

.focus\:bg-red-50\/80:focus{
  background-color: rgb(254 242 242 / 0.8);
}

.focus\:bg-red-50\/85:focus{
  background-color: rgb(254 242 242 / 0.85);
}

.focus\:bg-red-50\/90:focus{
  background-color: rgb(254 242 242 / 0.9);
}

.focus\:bg-red-50\/95:focus{
  background-color: rgb(254 242 242 / 0.95);
}

.focus\:bg-red-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.focus\:bg-red-500\/0:focus{
  background-color: rgb(239 68 68 / 0);
}

.focus\:bg-red-500\/10:focus{
  background-color: rgb(239 68 68 / 0.1);
}

.focus\:bg-red-500\/100:focus{
  background-color: rgb(239 68 68 / 1);
}

.focus\:bg-red-500\/15:focus{
  background-color: rgb(239 68 68 / 0.15);
}

.focus\:bg-red-500\/20:focus{
  background-color: rgb(239 68 68 / 0.2);
}

.focus\:bg-red-500\/25:focus{
  background-color: rgb(239 68 68 / 0.25);
}

.focus\:bg-red-500\/30:focus{
  background-color: rgb(239 68 68 / 0.3);
}

.focus\:bg-red-500\/35:focus{
  background-color: rgb(239 68 68 / 0.35);
}

.focus\:bg-red-500\/40:focus{
  background-color: rgb(239 68 68 / 0.4);
}

.focus\:bg-red-500\/45:focus{
  background-color: rgb(239 68 68 / 0.45);
}

.focus\:bg-red-500\/5:focus{
  background-color: rgb(239 68 68 / 0.05);
}

.focus\:bg-red-500\/50:focus{
  background-color: rgb(239 68 68 / 0.5);
}

.focus\:bg-red-500\/55:focus{
  background-color: rgb(239 68 68 / 0.55);
}

.focus\:bg-red-500\/60:focus{
  background-color: rgb(239 68 68 / 0.6);
}

.focus\:bg-red-500\/65:focus{
  background-color: rgb(239 68 68 / 0.65);
}

.focus\:bg-red-500\/70:focus{
  background-color: rgb(239 68 68 / 0.7);
}

.focus\:bg-red-500\/75:focus{
  background-color: rgb(239 68 68 / 0.75);
}

.focus\:bg-red-500\/80:focus{
  background-color: rgb(239 68 68 / 0.8);
}

.focus\:bg-red-500\/85:focus{
  background-color: rgb(239 68 68 / 0.85);
}

.focus\:bg-red-500\/90:focus{
  background-color: rgb(239 68 68 / 0.9);
}

.focus\:bg-red-500\/95:focus{
  background-color: rgb(239 68 68 / 0.95);
}

.focus\:bg-red-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.focus\:bg-red-600\/0:focus{
  background-color: rgb(220 38 38 / 0);
}

.focus\:bg-red-600\/10:focus{
  background-color: rgb(220 38 38 / 0.1);
}

.focus\:bg-red-600\/100:focus{
  background-color: rgb(220 38 38 / 1);
}

.focus\:bg-red-600\/15:focus{
  background-color: rgb(220 38 38 / 0.15);
}

.focus\:bg-red-600\/20:focus{
  background-color: rgb(220 38 38 / 0.2);
}

.focus\:bg-red-600\/25:focus{
  background-color: rgb(220 38 38 / 0.25);
}

.focus\:bg-red-600\/30:focus{
  background-color: rgb(220 38 38 / 0.3);
}

.focus\:bg-red-600\/35:focus{
  background-color: rgb(220 38 38 / 0.35);
}

.focus\:bg-red-600\/40:focus{
  background-color: rgb(220 38 38 / 0.4);
}

.focus\:bg-red-600\/45:focus{
  background-color: rgb(220 38 38 / 0.45);
}

.focus\:bg-red-600\/5:focus{
  background-color: rgb(220 38 38 / 0.05);
}

.focus\:bg-red-600\/50:focus{
  background-color: rgb(220 38 38 / 0.5);
}

.focus\:bg-red-600\/55:focus{
  background-color: rgb(220 38 38 / 0.55);
}

.focus\:bg-red-600\/60:focus{
  background-color: rgb(220 38 38 / 0.6);
}

.focus\:bg-red-600\/65:focus{
  background-color: rgb(220 38 38 / 0.65);
}

.focus\:bg-red-600\/70:focus{
  background-color: rgb(220 38 38 / 0.7);
}

.focus\:bg-red-600\/75:focus{
  background-color: rgb(220 38 38 / 0.75);
}

.focus\:bg-red-600\/80:focus{
  background-color: rgb(220 38 38 / 0.8);
}

.focus\:bg-red-600\/85:focus{
  background-color: rgb(220 38 38 / 0.85);
}

.focus\:bg-red-600\/90:focus{
  background-color: rgb(220 38 38 / 0.9);
}

.focus\:bg-red-600\/95:focus{
  background-color: rgb(220 38 38 / 0.95);
}

.focus\:bg-red-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.focus\:bg-red-700\/0:focus{
  background-color: rgb(185 28 28 / 0);
}

.focus\:bg-red-700\/10:focus{
  background-color: rgb(185 28 28 / 0.1);
}

.focus\:bg-red-700\/100:focus{
  background-color: rgb(185 28 28 / 1);
}

.focus\:bg-red-700\/15:focus{
  background-color: rgb(185 28 28 / 0.15);
}

.focus\:bg-red-700\/20:focus{
  background-color: rgb(185 28 28 / 0.2);
}

.focus\:bg-red-700\/25:focus{
  background-color: rgb(185 28 28 / 0.25);
}

.focus\:bg-red-700\/30:focus{
  background-color: rgb(185 28 28 / 0.3);
}

.focus\:bg-red-700\/35:focus{
  background-color: rgb(185 28 28 / 0.35);
}

.focus\:bg-red-700\/40:focus{
  background-color: rgb(185 28 28 / 0.4);
}

.focus\:bg-red-700\/45:focus{
  background-color: rgb(185 28 28 / 0.45);
}

.focus\:bg-red-700\/5:focus{
  background-color: rgb(185 28 28 / 0.05);
}

.focus\:bg-red-700\/50:focus{
  background-color: rgb(185 28 28 / 0.5);
}

.focus\:bg-red-700\/55:focus{
  background-color: rgb(185 28 28 / 0.55);
}

.focus\:bg-red-700\/60:focus{
  background-color: rgb(185 28 28 / 0.6);
}

.focus\:bg-red-700\/65:focus{
  background-color: rgb(185 28 28 / 0.65);
}

.focus\:bg-red-700\/70:focus{
  background-color: rgb(185 28 28 / 0.7);
}

.focus\:bg-red-700\/75:focus{
  background-color: rgb(185 28 28 / 0.75);
}

.focus\:bg-red-700\/80:focus{
  background-color: rgb(185 28 28 / 0.8);
}

.focus\:bg-red-700\/85:focus{
  background-color: rgb(185 28 28 / 0.85);
}

.focus\:bg-red-700\/90:focus{
  background-color: rgb(185 28 28 / 0.9);
}

.focus\:bg-red-700\/95:focus{
  background-color: rgb(185 28 28 / 0.95);
}

.focus\:bg-red-800:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}

.focus\:bg-red-800\/0:focus{
  background-color: rgb(153 27 27 / 0);
}

.focus\:bg-red-800\/10:focus{
  background-color: rgb(153 27 27 / 0.1);
}

.focus\:bg-red-800\/100:focus{
  background-color: rgb(153 27 27 / 1);
}

.focus\:bg-red-800\/15:focus{
  background-color: rgb(153 27 27 / 0.15);
}

.focus\:bg-red-800\/20:focus{
  background-color: rgb(153 27 27 / 0.2);
}

.focus\:bg-red-800\/25:focus{
  background-color: rgb(153 27 27 / 0.25);
}

.focus\:bg-red-800\/30:focus{
  background-color: rgb(153 27 27 / 0.3);
}

.focus\:bg-red-800\/35:focus{
  background-color: rgb(153 27 27 / 0.35);
}

.focus\:bg-red-800\/40:focus{
  background-color: rgb(153 27 27 / 0.4);
}

.focus\:bg-red-800\/45:focus{
  background-color: rgb(153 27 27 / 0.45);
}

.focus\:bg-red-800\/5:focus{
  background-color: rgb(153 27 27 / 0.05);
}

.focus\:bg-red-800\/50:focus{
  background-color: rgb(153 27 27 / 0.5);
}

.focus\:bg-red-800\/55:focus{
  background-color: rgb(153 27 27 / 0.55);
}

.focus\:bg-red-800\/60:focus{
  background-color: rgb(153 27 27 / 0.6);
}

.focus\:bg-red-800\/65:focus{
  background-color: rgb(153 27 27 / 0.65);
}

.focus\:bg-red-800\/70:focus{
  background-color: rgb(153 27 27 / 0.7);
}

.focus\:bg-red-800\/75:focus{
  background-color: rgb(153 27 27 / 0.75);
}

.focus\:bg-red-800\/80:focus{
  background-color: rgb(153 27 27 / 0.8);
}

.focus\:bg-red-800\/85:focus{
  background-color: rgb(153 27 27 / 0.85);
}

.focus\:bg-red-800\/90:focus{
  background-color: rgb(153 27 27 / 0.9);
}

.focus\:bg-red-800\/95:focus{
  background-color: rgb(153 27 27 / 0.95);
}

.focus\:bg-red-900:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}

.focus\:bg-red-900\/0:focus{
  background-color: rgb(127 29 29 / 0);
}

.focus\:bg-red-900\/10:focus{
  background-color: rgb(127 29 29 / 0.1);
}

.focus\:bg-red-900\/100:focus{
  background-color: rgb(127 29 29 / 1);
}

.focus\:bg-red-900\/15:focus{
  background-color: rgb(127 29 29 / 0.15);
}

.focus\:bg-red-900\/20:focus{
  background-color: rgb(127 29 29 / 0.2);
}

.focus\:bg-red-900\/25:focus{
  background-color: rgb(127 29 29 / 0.25);
}

.focus\:bg-red-900\/30:focus{
  background-color: rgb(127 29 29 / 0.3);
}

.focus\:bg-red-900\/35:focus{
  background-color: rgb(127 29 29 / 0.35);
}

.focus\:bg-red-900\/40:focus{
  background-color: rgb(127 29 29 / 0.4);
}

.focus\:bg-red-900\/45:focus{
  background-color: rgb(127 29 29 / 0.45);
}

.focus\:bg-red-900\/5:focus{
  background-color: rgb(127 29 29 / 0.05);
}

.focus\:bg-red-900\/50:focus{
  background-color: rgb(127 29 29 / 0.5);
}

.focus\:bg-red-900\/55:focus{
  background-color: rgb(127 29 29 / 0.55);
}

.focus\:bg-red-900\/60:focus{
  background-color: rgb(127 29 29 / 0.6);
}

.focus\:bg-red-900\/65:focus{
  background-color: rgb(127 29 29 / 0.65);
}

.focus\:bg-red-900\/70:focus{
  background-color: rgb(127 29 29 / 0.7);
}

.focus\:bg-red-900\/75:focus{
  background-color: rgb(127 29 29 / 0.75);
}

.focus\:bg-red-900\/80:focus{
  background-color: rgb(127 29 29 / 0.8);
}

.focus\:bg-red-900\/85:focus{
  background-color: rgb(127 29 29 / 0.85);
}

.focus\:bg-red-900\/90:focus{
  background-color: rgb(127 29 29 / 0.9);
}

.focus\:bg-red-900\/95:focus{
  background-color: rgb(127 29 29 / 0.95);
}

.focus\:bg-yellow-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}

.focus\:bg-yellow-100\/0:focus{
  background-color: rgb(254 249 195 / 0);
}

.focus\:bg-yellow-100\/10:focus{
  background-color: rgb(254 249 195 / 0.1);
}

.focus\:bg-yellow-100\/100:focus{
  background-color: rgb(254 249 195 / 1);
}

.focus\:bg-yellow-100\/15:focus{
  background-color: rgb(254 249 195 / 0.15);
}

.focus\:bg-yellow-100\/20:focus{
  background-color: rgb(254 249 195 / 0.2);
}

.focus\:bg-yellow-100\/25:focus{
  background-color: rgb(254 249 195 / 0.25);
}

.focus\:bg-yellow-100\/30:focus{
  background-color: rgb(254 249 195 / 0.3);
}

.focus\:bg-yellow-100\/35:focus{
  background-color: rgb(254 249 195 / 0.35);
}

.focus\:bg-yellow-100\/40:focus{
  background-color: rgb(254 249 195 / 0.4);
}

.focus\:bg-yellow-100\/45:focus{
  background-color: rgb(254 249 195 / 0.45);
}

.focus\:bg-yellow-100\/5:focus{
  background-color: rgb(254 249 195 / 0.05);
}

.focus\:bg-yellow-100\/50:focus{
  background-color: rgb(254 249 195 / 0.5);
}

.focus\:bg-yellow-100\/55:focus{
  background-color: rgb(254 249 195 / 0.55);
}

.focus\:bg-yellow-100\/60:focus{
  background-color: rgb(254 249 195 / 0.6);
}

.focus\:bg-yellow-100\/65:focus{
  background-color: rgb(254 249 195 / 0.65);
}

.focus\:bg-yellow-100\/70:focus{
  background-color: rgb(254 249 195 / 0.7);
}

.focus\:bg-yellow-100\/75:focus{
  background-color: rgb(254 249 195 / 0.75);
}

.focus\:bg-yellow-100\/80:focus{
  background-color: rgb(254 249 195 / 0.8);
}

.focus\:bg-yellow-100\/85:focus{
  background-color: rgb(254 249 195 / 0.85);
}

.focus\:bg-yellow-100\/90:focus{
  background-color: rgb(254 249 195 / 0.9);
}

.focus\:bg-yellow-100\/95:focus{
  background-color: rgb(254 249 195 / 0.95);
}

.focus\:bg-yellow-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}

.focus\:bg-yellow-200\/0:focus{
  background-color: rgb(254 240 138 / 0);
}

.focus\:bg-yellow-200\/10:focus{
  background-color: rgb(254 240 138 / 0.1);
}

.focus\:bg-yellow-200\/100:focus{
  background-color: rgb(254 240 138 / 1);
}

.focus\:bg-yellow-200\/15:focus{
  background-color: rgb(254 240 138 / 0.15);
}

.focus\:bg-yellow-200\/20:focus{
  background-color: rgb(254 240 138 / 0.2);
}

.focus\:bg-yellow-200\/25:focus{
  background-color: rgb(254 240 138 / 0.25);
}

.focus\:bg-yellow-200\/30:focus{
  background-color: rgb(254 240 138 / 0.3);
}

.focus\:bg-yellow-200\/35:focus{
  background-color: rgb(254 240 138 / 0.35);
}

.focus\:bg-yellow-200\/40:focus{
  background-color: rgb(254 240 138 / 0.4);
}

.focus\:bg-yellow-200\/45:focus{
  background-color: rgb(254 240 138 / 0.45);
}

.focus\:bg-yellow-200\/5:focus{
  background-color: rgb(254 240 138 / 0.05);
}

.focus\:bg-yellow-200\/50:focus{
  background-color: rgb(254 240 138 / 0.5);
}

.focus\:bg-yellow-200\/55:focus{
  background-color: rgb(254 240 138 / 0.55);
}

.focus\:bg-yellow-200\/60:focus{
  background-color: rgb(254 240 138 / 0.6);
}

.focus\:bg-yellow-200\/65:focus{
  background-color: rgb(254 240 138 / 0.65);
}

.focus\:bg-yellow-200\/70:focus{
  background-color: rgb(254 240 138 / 0.7);
}

.focus\:bg-yellow-200\/75:focus{
  background-color: rgb(254 240 138 / 0.75);
}

.focus\:bg-yellow-200\/80:focus{
  background-color: rgb(254 240 138 / 0.8);
}

.focus\:bg-yellow-200\/85:focus{
  background-color: rgb(254 240 138 / 0.85);
}

.focus\:bg-yellow-200\/90:focus{
  background-color: rgb(254 240 138 / 0.9);
}

.focus\:bg-yellow-200\/95:focus{
  background-color: rgb(254 240 138 / 0.95);
}

.focus\:bg-yellow-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}

.focus\:bg-yellow-300\/0:focus{
  background-color: rgb(253 224 71 / 0);
}

.focus\:bg-yellow-300\/10:focus{
  background-color: rgb(253 224 71 / 0.1);
}

.focus\:bg-yellow-300\/100:focus{
  background-color: rgb(253 224 71 / 1);
}

.focus\:bg-yellow-300\/15:focus{
  background-color: rgb(253 224 71 / 0.15);
}

.focus\:bg-yellow-300\/20:focus{
  background-color: rgb(253 224 71 / 0.2);
}

.focus\:bg-yellow-300\/25:focus{
  background-color: rgb(253 224 71 / 0.25);
}

.focus\:bg-yellow-300\/30:focus{
  background-color: rgb(253 224 71 / 0.3);
}

.focus\:bg-yellow-300\/35:focus{
  background-color: rgb(253 224 71 / 0.35);
}

.focus\:bg-yellow-300\/40:focus{
  background-color: rgb(253 224 71 / 0.4);
}

.focus\:bg-yellow-300\/45:focus{
  background-color: rgb(253 224 71 / 0.45);
}

.focus\:bg-yellow-300\/5:focus{
  background-color: rgb(253 224 71 / 0.05);
}

.focus\:bg-yellow-300\/50:focus{
  background-color: rgb(253 224 71 / 0.5);
}

.focus\:bg-yellow-300\/55:focus{
  background-color: rgb(253 224 71 / 0.55);
}

.focus\:bg-yellow-300\/60:focus{
  background-color: rgb(253 224 71 / 0.6);
}

.focus\:bg-yellow-300\/65:focus{
  background-color: rgb(253 224 71 / 0.65);
}

.focus\:bg-yellow-300\/70:focus{
  background-color: rgb(253 224 71 / 0.7);
}

.focus\:bg-yellow-300\/75:focus{
  background-color: rgb(253 224 71 / 0.75);
}

.focus\:bg-yellow-300\/80:focus{
  background-color: rgb(253 224 71 / 0.8);
}

.focus\:bg-yellow-300\/85:focus{
  background-color: rgb(253 224 71 / 0.85);
}

.focus\:bg-yellow-300\/90:focus{
  background-color: rgb(253 224 71 / 0.9);
}

.focus\:bg-yellow-300\/95:focus{
  background-color: rgb(253 224 71 / 0.95);
}

.focus\:bg-yellow-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}

.focus\:bg-yellow-400\/0:focus{
  background-color: rgb(250 204 21 / 0);
}

.focus\:bg-yellow-400\/10:focus{
  background-color: rgb(250 204 21 / 0.1);
}

.focus\:bg-yellow-400\/100:focus{
  background-color: rgb(250 204 21 / 1);
}

.focus\:bg-yellow-400\/15:focus{
  background-color: rgb(250 204 21 / 0.15);
}

.focus\:bg-yellow-400\/20:focus{
  background-color: rgb(250 204 21 / 0.2);
}

.focus\:bg-yellow-400\/25:focus{
  background-color: rgb(250 204 21 / 0.25);
}

.focus\:bg-yellow-400\/30:focus{
  background-color: rgb(250 204 21 / 0.3);
}

.focus\:bg-yellow-400\/35:focus{
  background-color: rgb(250 204 21 / 0.35);
}

.focus\:bg-yellow-400\/40:focus{
  background-color: rgb(250 204 21 / 0.4);
}

.focus\:bg-yellow-400\/45:focus{
  background-color: rgb(250 204 21 / 0.45);
}

.focus\:bg-yellow-400\/5:focus{
  background-color: rgb(250 204 21 / 0.05);
}

.focus\:bg-yellow-400\/50:focus{
  background-color: rgb(250 204 21 / 0.5);
}

.focus\:bg-yellow-400\/55:focus{
  background-color: rgb(250 204 21 / 0.55);
}

.focus\:bg-yellow-400\/60:focus{
  background-color: rgb(250 204 21 / 0.6);
}

.focus\:bg-yellow-400\/65:focus{
  background-color: rgb(250 204 21 / 0.65);
}

.focus\:bg-yellow-400\/70:focus{
  background-color: rgb(250 204 21 / 0.7);
}

.focus\:bg-yellow-400\/75:focus{
  background-color: rgb(250 204 21 / 0.75);
}

.focus\:bg-yellow-400\/80:focus{
  background-color: rgb(250 204 21 / 0.8);
}

.focus\:bg-yellow-400\/85:focus{
  background-color: rgb(250 204 21 / 0.85);
}

.focus\:bg-yellow-400\/90:focus{
  background-color: rgb(250 204 21 / 0.9);
}

.focus\:bg-yellow-400\/95:focus{
  background-color: rgb(250 204 21 / 0.95);
}

.focus\:bg-yellow-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}

.focus\:bg-yellow-50\/0:focus{
  background-color: rgb(254 252 232 / 0);
}

.focus\:bg-yellow-50\/10:focus{
  background-color: rgb(254 252 232 / 0.1);
}

.focus\:bg-yellow-50\/100:focus{
  background-color: rgb(254 252 232 / 1);
}

.focus\:bg-yellow-50\/15:focus{
  background-color: rgb(254 252 232 / 0.15);
}

.focus\:bg-yellow-50\/20:focus{
  background-color: rgb(254 252 232 / 0.2);
}

.focus\:bg-yellow-50\/25:focus{
  background-color: rgb(254 252 232 / 0.25);
}

.focus\:bg-yellow-50\/30:focus{
  background-color: rgb(254 252 232 / 0.3);
}

.focus\:bg-yellow-50\/35:focus{
  background-color: rgb(254 252 232 / 0.35);
}

.focus\:bg-yellow-50\/40:focus{
  background-color: rgb(254 252 232 / 0.4);
}

.focus\:bg-yellow-50\/45:focus{
  background-color: rgb(254 252 232 / 0.45);
}

.focus\:bg-yellow-50\/5:focus{
  background-color: rgb(254 252 232 / 0.05);
}

.focus\:bg-yellow-50\/50:focus{
  background-color: rgb(254 252 232 / 0.5);
}

.focus\:bg-yellow-50\/55:focus{
  background-color: rgb(254 252 232 / 0.55);
}

.focus\:bg-yellow-50\/60:focus{
  background-color: rgb(254 252 232 / 0.6);
}

.focus\:bg-yellow-50\/65:focus{
  background-color: rgb(254 252 232 / 0.65);
}

.focus\:bg-yellow-50\/70:focus{
  background-color: rgb(254 252 232 / 0.7);
}

.focus\:bg-yellow-50\/75:focus{
  background-color: rgb(254 252 232 / 0.75);
}

.focus\:bg-yellow-50\/80:focus{
  background-color: rgb(254 252 232 / 0.8);
}

.focus\:bg-yellow-50\/85:focus{
  background-color: rgb(254 252 232 / 0.85);
}

.focus\:bg-yellow-50\/90:focus{
  background-color: rgb(254 252 232 / 0.9);
}

.focus\:bg-yellow-50\/95:focus{
  background-color: rgb(254 252 232 / 0.95);
}

.focus\:bg-yellow-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}

.focus\:bg-yellow-500\/0:focus{
  background-color: rgb(234 179 8 / 0);
}

.focus\:bg-yellow-500\/10:focus{
  background-color: rgb(234 179 8 / 0.1);
}

.focus\:bg-yellow-500\/100:focus{
  background-color: rgb(234 179 8 / 1);
}

.focus\:bg-yellow-500\/15:focus{
  background-color: rgb(234 179 8 / 0.15);
}

.focus\:bg-yellow-500\/20:focus{
  background-color: rgb(234 179 8 / 0.2);
}

.focus\:bg-yellow-500\/25:focus{
  background-color: rgb(234 179 8 / 0.25);
}

.focus\:bg-yellow-500\/30:focus{
  background-color: rgb(234 179 8 / 0.3);
}

.focus\:bg-yellow-500\/35:focus{
  background-color: rgb(234 179 8 / 0.35);
}

.focus\:bg-yellow-500\/40:focus{
  background-color: rgb(234 179 8 / 0.4);
}

.focus\:bg-yellow-500\/45:focus{
  background-color: rgb(234 179 8 / 0.45);
}

.focus\:bg-yellow-500\/5:focus{
  background-color: rgb(234 179 8 / 0.05);
}

.focus\:bg-yellow-500\/50:focus{
  background-color: rgb(234 179 8 / 0.5);
}

.focus\:bg-yellow-500\/55:focus{
  background-color: rgb(234 179 8 / 0.55);
}

.focus\:bg-yellow-500\/60:focus{
  background-color: rgb(234 179 8 / 0.6);
}

.focus\:bg-yellow-500\/65:focus{
  background-color: rgb(234 179 8 / 0.65);
}

.focus\:bg-yellow-500\/70:focus{
  background-color: rgb(234 179 8 / 0.7);
}

.focus\:bg-yellow-500\/75:focus{
  background-color: rgb(234 179 8 / 0.75);
}

.focus\:bg-yellow-500\/80:focus{
  background-color: rgb(234 179 8 / 0.8);
}

.focus\:bg-yellow-500\/85:focus{
  background-color: rgb(234 179 8 / 0.85);
}

.focus\:bg-yellow-500\/90:focus{
  background-color: rgb(234 179 8 / 0.9);
}

.focus\:bg-yellow-500\/95:focus{
  background-color: rgb(234 179 8 / 0.95);
}

.focus\:bg-yellow-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}

.focus\:bg-yellow-600\/0:focus{
  background-color: rgb(202 138 4 / 0);
}

.focus\:bg-yellow-600\/10:focus{
  background-color: rgb(202 138 4 / 0.1);
}

.focus\:bg-yellow-600\/100:focus{
  background-color: rgb(202 138 4 / 1);
}

.focus\:bg-yellow-600\/15:focus{
  background-color: rgb(202 138 4 / 0.15);
}

.focus\:bg-yellow-600\/20:focus{
  background-color: rgb(202 138 4 / 0.2);
}

.focus\:bg-yellow-600\/25:focus{
  background-color: rgb(202 138 4 / 0.25);
}

.focus\:bg-yellow-600\/30:focus{
  background-color: rgb(202 138 4 / 0.3);
}

.focus\:bg-yellow-600\/35:focus{
  background-color: rgb(202 138 4 / 0.35);
}

.focus\:bg-yellow-600\/40:focus{
  background-color: rgb(202 138 4 / 0.4);
}

.focus\:bg-yellow-600\/45:focus{
  background-color: rgb(202 138 4 / 0.45);
}

.focus\:bg-yellow-600\/5:focus{
  background-color: rgb(202 138 4 / 0.05);
}

.focus\:bg-yellow-600\/50:focus{
  background-color: rgb(202 138 4 / 0.5);
}

.focus\:bg-yellow-600\/55:focus{
  background-color: rgb(202 138 4 / 0.55);
}

.focus\:bg-yellow-600\/60:focus{
  background-color: rgb(202 138 4 / 0.6);
}

.focus\:bg-yellow-600\/65:focus{
  background-color: rgb(202 138 4 / 0.65);
}

.focus\:bg-yellow-600\/70:focus{
  background-color: rgb(202 138 4 / 0.7);
}

.focus\:bg-yellow-600\/75:focus{
  background-color: rgb(202 138 4 / 0.75);
}

.focus\:bg-yellow-600\/80:focus{
  background-color: rgb(202 138 4 / 0.8);
}

.focus\:bg-yellow-600\/85:focus{
  background-color: rgb(202 138 4 / 0.85);
}

.focus\:bg-yellow-600\/90:focus{
  background-color: rgb(202 138 4 / 0.9);
}

.focus\:bg-yellow-600\/95:focus{
  background-color: rgb(202 138 4 / 0.95);
}

.focus\:bg-yellow-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
}

.focus\:bg-yellow-700\/0:focus{
  background-color: rgb(161 98 7 / 0);
}

.focus\:bg-yellow-700\/10:focus{
  background-color: rgb(161 98 7 / 0.1);
}

.focus\:bg-yellow-700\/100:focus{
  background-color: rgb(161 98 7 / 1);
}

.focus\:bg-yellow-700\/15:focus{
  background-color: rgb(161 98 7 / 0.15);
}

.focus\:bg-yellow-700\/20:focus{
  background-color: rgb(161 98 7 / 0.2);
}

.focus\:bg-yellow-700\/25:focus{
  background-color: rgb(161 98 7 / 0.25);
}

.focus\:bg-yellow-700\/30:focus{
  background-color: rgb(161 98 7 / 0.3);
}

.focus\:bg-yellow-700\/35:focus{
  background-color: rgb(161 98 7 / 0.35);
}

.focus\:bg-yellow-700\/40:focus{
  background-color: rgb(161 98 7 / 0.4);
}

.focus\:bg-yellow-700\/45:focus{
  background-color: rgb(161 98 7 / 0.45);
}

.focus\:bg-yellow-700\/5:focus{
  background-color: rgb(161 98 7 / 0.05);
}

.focus\:bg-yellow-700\/50:focus{
  background-color: rgb(161 98 7 / 0.5);
}

.focus\:bg-yellow-700\/55:focus{
  background-color: rgb(161 98 7 / 0.55);
}

.focus\:bg-yellow-700\/60:focus{
  background-color: rgb(161 98 7 / 0.6);
}

.focus\:bg-yellow-700\/65:focus{
  background-color: rgb(161 98 7 / 0.65);
}

.focus\:bg-yellow-700\/70:focus{
  background-color: rgb(161 98 7 / 0.7);
}

.focus\:bg-yellow-700\/75:focus{
  background-color: rgb(161 98 7 / 0.75);
}

.focus\:bg-yellow-700\/80:focus{
  background-color: rgb(161 98 7 / 0.8);
}

.focus\:bg-yellow-700\/85:focus{
  background-color: rgb(161 98 7 / 0.85);
}

.focus\:bg-yellow-700\/90:focus{
  background-color: rgb(161 98 7 / 0.9);
}

.focus\:bg-yellow-700\/95:focus{
  background-color: rgb(161 98 7 / 0.95);
}

.focus\:bg-yellow-800:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity));
}

.focus\:bg-yellow-800\/0:focus{
  background-color: rgb(133 77 14 / 0);
}

.focus\:bg-yellow-800\/10:focus{
  background-color: rgb(133 77 14 / 0.1);
}

.focus\:bg-yellow-800\/100:focus{
  background-color: rgb(133 77 14 / 1);
}

.focus\:bg-yellow-800\/15:focus{
  background-color: rgb(133 77 14 / 0.15);
}

.focus\:bg-yellow-800\/20:focus{
  background-color: rgb(133 77 14 / 0.2);
}

.focus\:bg-yellow-800\/25:focus{
  background-color: rgb(133 77 14 / 0.25);
}

.focus\:bg-yellow-800\/30:focus{
  background-color: rgb(133 77 14 / 0.3);
}

.focus\:bg-yellow-800\/35:focus{
  background-color: rgb(133 77 14 / 0.35);
}

.focus\:bg-yellow-800\/40:focus{
  background-color: rgb(133 77 14 / 0.4);
}

.focus\:bg-yellow-800\/45:focus{
  background-color: rgb(133 77 14 / 0.45);
}

.focus\:bg-yellow-800\/5:focus{
  background-color: rgb(133 77 14 / 0.05);
}

.focus\:bg-yellow-800\/50:focus{
  background-color: rgb(133 77 14 / 0.5);
}

.focus\:bg-yellow-800\/55:focus{
  background-color: rgb(133 77 14 / 0.55);
}

.focus\:bg-yellow-800\/60:focus{
  background-color: rgb(133 77 14 / 0.6);
}

.focus\:bg-yellow-800\/65:focus{
  background-color: rgb(133 77 14 / 0.65);
}

.focus\:bg-yellow-800\/70:focus{
  background-color: rgb(133 77 14 / 0.7);
}

.focus\:bg-yellow-800\/75:focus{
  background-color: rgb(133 77 14 / 0.75);
}

.focus\:bg-yellow-800\/80:focus{
  background-color: rgb(133 77 14 / 0.8);
}

.focus\:bg-yellow-800\/85:focus{
  background-color: rgb(133 77 14 / 0.85);
}

.focus\:bg-yellow-800\/90:focus{
  background-color: rgb(133 77 14 / 0.9);
}

.focus\:bg-yellow-800\/95:focus{
  background-color: rgb(133 77 14 / 0.95);
}

.focus\:bg-yellow-900:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity));
}

.focus\:bg-yellow-900\/0:focus{
  background-color: rgb(113 63 18 / 0);
}

.focus\:bg-yellow-900\/10:focus{
  background-color: rgb(113 63 18 / 0.1);
}

.focus\:bg-yellow-900\/100:focus{
  background-color: rgb(113 63 18 / 1);
}

.focus\:bg-yellow-900\/15:focus{
  background-color: rgb(113 63 18 / 0.15);
}

.focus\:bg-yellow-900\/20:focus{
  background-color: rgb(113 63 18 / 0.2);
}

.focus\:bg-yellow-900\/25:focus{
  background-color: rgb(113 63 18 / 0.25);
}

.focus\:bg-yellow-900\/30:focus{
  background-color: rgb(113 63 18 / 0.3);
}

.focus\:bg-yellow-900\/35:focus{
  background-color: rgb(113 63 18 / 0.35);
}

.focus\:bg-yellow-900\/40:focus{
  background-color: rgb(113 63 18 / 0.4);
}

.focus\:bg-yellow-900\/45:focus{
  background-color: rgb(113 63 18 / 0.45);
}

.focus\:bg-yellow-900\/5:focus{
  background-color: rgb(113 63 18 / 0.05);
}

.focus\:bg-yellow-900\/50:focus{
  background-color: rgb(113 63 18 / 0.5);
}

.focus\:bg-yellow-900\/55:focus{
  background-color: rgb(113 63 18 / 0.55);
}

.focus\:bg-yellow-900\/60:focus{
  background-color: rgb(113 63 18 / 0.6);
}

.focus\:bg-yellow-900\/65:focus{
  background-color: rgb(113 63 18 / 0.65);
}

.focus\:bg-yellow-900\/70:focus{
  background-color: rgb(113 63 18 / 0.7);
}

.focus\:bg-yellow-900\/75:focus{
  background-color: rgb(113 63 18 / 0.75);
}

.focus\:bg-yellow-900\/80:focus{
  background-color: rgb(113 63 18 / 0.8);
}

.focus\:bg-yellow-900\/85:focus{
  background-color: rgb(113 63 18 / 0.85);
}

.focus\:bg-yellow-900\/90:focus{
  background-color: rgb(113 63 18 / 0.9);
}

.focus\:bg-yellow-900\/95:focus{
  background-color: rgb(113 63 18 / 0.95);
}

.focus\:text-blue-100:focus{
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity));
}

.focus\:text-blue-100\/0:focus{
  color: rgb(219 234 254 / 0);
}

.focus\:text-blue-100\/10:focus{
  color: rgb(219 234 254 / 0.1);
}

.focus\:text-blue-100\/100:focus{
  color: rgb(219 234 254 / 1);
}

.focus\:text-blue-100\/15:focus{
  color: rgb(219 234 254 / 0.15);
}

.focus\:text-blue-100\/20:focus{
  color: rgb(219 234 254 / 0.2);
}

.focus\:text-blue-100\/25:focus{
  color: rgb(219 234 254 / 0.25);
}

.focus\:text-blue-100\/30:focus{
  color: rgb(219 234 254 / 0.3);
}

.focus\:text-blue-100\/35:focus{
  color: rgb(219 234 254 / 0.35);
}

.focus\:text-blue-100\/40:focus{
  color: rgb(219 234 254 / 0.4);
}

.focus\:text-blue-100\/45:focus{
  color: rgb(219 234 254 / 0.45);
}

.focus\:text-blue-100\/5:focus{
  color: rgb(219 234 254 / 0.05);
}

.focus\:text-blue-100\/50:focus{
  color: rgb(219 234 254 / 0.5);
}

.focus\:text-blue-100\/55:focus{
  color: rgb(219 234 254 / 0.55);
}

.focus\:text-blue-100\/60:focus{
  color: rgb(219 234 254 / 0.6);
}

.focus\:text-blue-100\/65:focus{
  color: rgb(219 234 254 / 0.65);
}

.focus\:text-blue-100\/70:focus{
  color: rgb(219 234 254 / 0.7);
}

.focus\:text-blue-100\/75:focus{
  color: rgb(219 234 254 / 0.75);
}

.focus\:text-blue-100\/80:focus{
  color: rgb(219 234 254 / 0.8);
}

.focus\:text-blue-100\/85:focus{
  color: rgb(219 234 254 / 0.85);
}

.focus\:text-blue-100\/90:focus{
  color: rgb(219 234 254 / 0.9);
}

.focus\:text-blue-100\/95:focus{
  color: rgb(219 234 254 / 0.95);
}

.focus\:text-blue-200:focus{
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity));
}

.focus\:text-blue-200\/0:focus{
  color: rgb(191 219 254 / 0);
}

.focus\:text-blue-200\/10:focus{
  color: rgb(191 219 254 / 0.1);
}

.focus\:text-blue-200\/100:focus{
  color: rgb(191 219 254 / 1);
}

.focus\:text-blue-200\/15:focus{
  color: rgb(191 219 254 / 0.15);
}

.focus\:text-blue-200\/20:focus{
  color: rgb(191 219 254 / 0.2);
}

.focus\:text-blue-200\/25:focus{
  color: rgb(191 219 254 / 0.25);
}

.focus\:text-blue-200\/30:focus{
  color: rgb(191 219 254 / 0.3);
}

.focus\:text-blue-200\/35:focus{
  color: rgb(191 219 254 / 0.35);
}

.focus\:text-blue-200\/40:focus{
  color: rgb(191 219 254 / 0.4);
}

.focus\:text-blue-200\/45:focus{
  color: rgb(191 219 254 / 0.45);
}

.focus\:text-blue-200\/5:focus{
  color: rgb(191 219 254 / 0.05);
}

.focus\:text-blue-200\/50:focus{
  color: rgb(191 219 254 / 0.5);
}

.focus\:text-blue-200\/55:focus{
  color: rgb(191 219 254 / 0.55);
}

.focus\:text-blue-200\/60:focus{
  color: rgb(191 219 254 / 0.6);
}

.focus\:text-blue-200\/65:focus{
  color: rgb(191 219 254 / 0.65);
}

.focus\:text-blue-200\/70:focus{
  color: rgb(191 219 254 / 0.7);
}

.focus\:text-blue-200\/75:focus{
  color: rgb(191 219 254 / 0.75);
}

.focus\:text-blue-200\/80:focus{
  color: rgb(191 219 254 / 0.8);
}

.focus\:text-blue-200\/85:focus{
  color: rgb(191 219 254 / 0.85);
}

.focus\:text-blue-200\/90:focus{
  color: rgb(191 219 254 / 0.9);
}

.focus\:text-blue-200\/95:focus{
  color: rgb(191 219 254 / 0.95);
}

.focus\:text-blue-300:focus{
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}

.focus\:text-blue-300\/0:focus{
  color: rgb(147 197 253 / 0);
}

.focus\:text-blue-300\/10:focus{
  color: rgb(147 197 253 / 0.1);
}

.focus\:text-blue-300\/100:focus{
  color: rgb(147 197 253 / 1);
}

.focus\:text-blue-300\/15:focus{
  color: rgb(147 197 253 / 0.15);
}

.focus\:text-blue-300\/20:focus{
  color: rgb(147 197 253 / 0.2);
}

.focus\:text-blue-300\/25:focus{
  color: rgb(147 197 253 / 0.25);
}

.focus\:text-blue-300\/30:focus{
  color: rgb(147 197 253 / 0.3);
}

.focus\:text-blue-300\/35:focus{
  color: rgb(147 197 253 / 0.35);
}

.focus\:text-blue-300\/40:focus{
  color: rgb(147 197 253 / 0.4);
}

.focus\:text-blue-300\/45:focus{
  color: rgb(147 197 253 / 0.45);
}

.focus\:text-blue-300\/5:focus{
  color: rgb(147 197 253 / 0.05);
}

.focus\:text-blue-300\/50:focus{
  color: rgb(147 197 253 / 0.5);
}

.focus\:text-blue-300\/55:focus{
  color: rgb(147 197 253 / 0.55);
}

.focus\:text-blue-300\/60:focus{
  color: rgb(147 197 253 / 0.6);
}

.focus\:text-blue-300\/65:focus{
  color: rgb(147 197 253 / 0.65);
}

.focus\:text-blue-300\/70:focus{
  color: rgb(147 197 253 / 0.7);
}

.focus\:text-blue-300\/75:focus{
  color: rgb(147 197 253 / 0.75);
}

.focus\:text-blue-300\/80:focus{
  color: rgb(147 197 253 / 0.8);
}

.focus\:text-blue-300\/85:focus{
  color: rgb(147 197 253 / 0.85);
}

.focus\:text-blue-300\/90:focus{
  color: rgb(147 197 253 / 0.9);
}

.focus\:text-blue-300\/95:focus{
  color: rgb(147 197 253 / 0.95);
}

.focus\:text-blue-400:focus{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

.focus\:text-blue-400\/0:focus{
  color: rgb(96 165 250 / 0);
}

.focus\:text-blue-400\/10:focus{
  color: rgb(96 165 250 / 0.1);
}

.focus\:text-blue-400\/100:focus{
  color: rgb(96 165 250 / 1);
}

.focus\:text-blue-400\/15:focus{
  color: rgb(96 165 250 / 0.15);
}

.focus\:text-blue-400\/20:focus{
  color: rgb(96 165 250 / 0.2);
}

.focus\:text-blue-400\/25:focus{
  color: rgb(96 165 250 / 0.25);
}

.focus\:text-blue-400\/30:focus{
  color: rgb(96 165 250 / 0.3);
}

.focus\:text-blue-400\/35:focus{
  color: rgb(96 165 250 / 0.35);
}

.focus\:text-blue-400\/40:focus{
  color: rgb(96 165 250 / 0.4);
}

.focus\:text-blue-400\/45:focus{
  color: rgb(96 165 250 / 0.45);
}

.focus\:text-blue-400\/5:focus{
  color: rgb(96 165 250 / 0.05);
}

.focus\:text-blue-400\/50:focus{
  color: rgb(96 165 250 / 0.5);
}

.focus\:text-blue-400\/55:focus{
  color: rgb(96 165 250 / 0.55);
}

.focus\:text-blue-400\/60:focus{
  color: rgb(96 165 250 / 0.6);
}

.focus\:text-blue-400\/65:focus{
  color: rgb(96 165 250 / 0.65);
}

.focus\:text-blue-400\/70:focus{
  color: rgb(96 165 250 / 0.7);
}

.focus\:text-blue-400\/75:focus{
  color: rgb(96 165 250 / 0.75);
}

.focus\:text-blue-400\/80:focus{
  color: rgb(96 165 250 / 0.8);
}

.focus\:text-blue-400\/85:focus{
  color: rgb(96 165 250 / 0.85);
}

.focus\:text-blue-400\/90:focus{
  color: rgb(96 165 250 / 0.9);
}

.focus\:text-blue-400\/95:focus{
  color: rgb(96 165 250 / 0.95);
}

.focus\:text-blue-50:focus{
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity));
}

.focus\:text-blue-50\/0:focus{
  color: rgb(239 246 255 / 0);
}

.focus\:text-blue-50\/10:focus{
  color: rgb(239 246 255 / 0.1);
}

.focus\:text-blue-50\/100:focus{
  color: rgb(239 246 255 / 1);
}

.focus\:text-blue-50\/15:focus{
  color: rgb(239 246 255 / 0.15);
}

.focus\:text-blue-50\/20:focus{
  color: rgb(239 246 255 / 0.2);
}

.focus\:text-blue-50\/25:focus{
  color: rgb(239 246 255 / 0.25);
}

.focus\:text-blue-50\/30:focus{
  color: rgb(239 246 255 / 0.3);
}

.focus\:text-blue-50\/35:focus{
  color: rgb(239 246 255 / 0.35);
}

.focus\:text-blue-50\/40:focus{
  color: rgb(239 246 255 / 0.4);
}

.focus\:text-blue-50\/45:focus{
  color: rgb(239 246 255 / 0.45);
}

.focus\:text-blue-50\/5:focus{
  color: rgb(239 246 255 / 0.05);
}

.focus\:text-blue-50\/50:focus{
  color: rgb(239 246 255 / 0.5);
}

.focus\:text-blue-50\/55:focus{
  color: rgb(239 246 255 / 0.55);
}

.focus\:text-blue-50\/60:focus{
  color: rgb(239 246 255 / 0.6);
}

.focus\:text-blue-50\/65:focus{
  color: rgb(239 246 255 / 0.65);
}

.focus\:text-blue-50\/70:focus{
  color: rgb(239 246 255 / 0.7);
}

.focus\:text-blue-50\/75:focus{
  color: rgb(239 246 255 / 0.75);
}

.focus\:text-blue-50\/80:focus{
  color: rgb(239 246 255 / 0.8);
}

.focus\:text-blue-50\/85:focus{
  color: rgb(239 246 255 / 0.85);
}

.focus\:text-blue-50\/90:focus{
  color: rgb(239 246 255 / 0.9);
}

.focus\:text-blue-50\/95:focus{
  color: rgb(239 246 255 / 0.95);
}

.focus\:text-blue-500:focus{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.focus\:text-blue-500\/0:focus{
  color: rgb(59 130 246 / 0);
}

.focus\:text-blue-500\/10:focus{
  color: rgb(59 130 246 / 0.1);
}

.focus\:text-blue-500\/100:focus{
  color: rgb(59 130 246 / 1);
}

.focus\:text-blue-500\/15:focus{
  color: rgb(59 130 246 / 0.15);
}

.focus\:text-blue-500\/20:focus{
  color: rgb(59 130 246 / 0.2);
}

.focus\:text-blue-500\/25:focus{
  color: rgb(59 130 246 / 0.25);
}

.focus\:text-blue-500\/30:focus{
  color: rgb(59 130 246 / 0.3);
}

.focus\:text-blue-500\/35:focus{
  color: rgb(59 130 246 / 0.35);
}

.focus\:text-blue-500\/40:focus{
  color: rgb(59 130 246 / 0.4);
}

.focus\:text-blue-500\/45:focus{
  color: rgb(59 130 246 / 0.45);
}

.focus\:text-blue-500\/5:focus{
  color: rgb(59 130 246 / 0.05);
}

.focus\:text-blue-500\/50:focus{
  color: rgb(59 130 246 / 0.5);
}

.focus\:text-blue-500\/55:focus{
  color: rgb(59 130 246 / 0.55);
}

.focus\:text-blue-500\/60:focus{
  color: rgb(59 130 246 / 0.6);
}

.focus\:text-blue-500\/65:focus{
  color: rgb(59 130 246 / 0.65);
}

.focus\:text-blue-500\/70:focus{
  color: rgb(59 130 246 / 0.7);
}

.focus\:text-blue-500\/75:focus{
  color: rgb(59 130 246 / 0.75);
}

.focus\:text-blue-500\/80:focus{
  color: rgb(59 130 246 / 0.8);
}

.focus\:text-blue-500\/85:focus{
  color: rgb(59 130 246 / 0.85);
}

.focus\:text-blue-500\/90:focus{
  color: rgb(59 130 246 / 0.9);
}

.focus\:text-blue-500\/95:focus{
  color: rgb(59 130 246 / 0.95);
}

.focus\:text-blue-600:focus{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.focus\:text-blue-600\/0:focus{
  color: rgb(37 99 235 / 0);
}

.focus\:text-blue-600\/10:focus{
  color: rgb(37 99 235 / 0.1);
}

.focus\:text-blue-600\/100:focus{
  color: rgb(37 99 235 / 1);
}

.focus\:text-blue-600\/15:focus{
  color: rgb(37 99 235 / 0.15);
}

.focus\:text-blue-600\/20:focus{
  color: rgb(37 99 235 / 0.2);
}

.focus\:text-blue-600\/25:focus{
  color: rgb(37 99 235 / 0.25);
}

.focus\:text-blue-600\/30:focus{
  color: rgb(37 99 235 / 0.3);
}

.focus\:text-blue-600\/35:focus{
  color: rgb(37 99 235 / 0.35);
}

.focus\:text-blue-600\/40:focus{
  color: rgb(37 99 235 / 0.4);
}

.focus\:text-blue-600\/45:focus{
  color: rgb(37 99 235 / 0.45);
}

.focus\:text-blue-600\/5:focus{
  color: rgb(37 99 235 / 0.05);
}

.focus\:text-blue-600\/50:focus{
  color: rgb(37 99 235 / 0.5);
}

.focus\:text-blue-600\/55:focus{
  color: rgb(37 99 235 / 0.55);
}

.focus\:text-blue-600\/60:focus{
  color: rgb(37 99 235 / 0.6);
}

.focus\:text-blue-600\/65:focus{
  color: rgb(37 99 235 / 0.65);
}

.focus\:text-blue-600\/70:focus{
  color: rgb(37 99 235 / 0.7);
}

.focus\:text-blue-600\/75:focus{
  color: rgb(37 99 235 / 0.75);
}

.focus\:text-blue-600\/80:focus{
  color: rgb(37 99 235 / 0.8);
}

.focus\:text-blue-600\/85:focus{
  color: rgb(37 99 235 / 0.85);
}

.focus\:text-blue-600\/90:focus{
  color: rgb(37 99 235 / 0.9);
}

.focus\:text-blue-600\/95:focus{
  color: rgb(37 99 235 / 0.95);
}

.focus\:text-blue-700:focus{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.focus\:text-blue-700\/0:focus{
  color: rgb(29 78 216 / 0);
}

.focus\:text-blue-700\/10:focus{
  color: rgb(29 78 216 / 0.1);
}

.focus\:text-blue-700\/100:focus{
  color: rgb(29 78 216 / 1);
}

.focus\:text-blue-700\/15:focus{
  color: rgb(29 78 216 / 0.15);
}

.focus\:text-blue-700\/20:focus{
  color: rgb(29 78 216 / 0.2);
}

.focus\:text-blue-700\/25:focus{
  color: rgb(29 78 216 / 0.25);
}

.focus\:text-blue-700\/30:focus{
  color: rgb(29 78 216 / 0.3);
}

.focus\:text-blue-700\/35:focus{
  color: rgb(29 78 216 / 0.35);
}

.focus\:text-blue-700\/40:focus{
  color: rgb(29 78 216 / 0.4);
}

.focus\:text-blue-700\/45:focus{
  color: rgb(29 78 216 / 0.45);
}

.focus\:text-blue-700\/5:focus{
  color: rgb(29 78 216 / 0.05);
}

.focus\:text-blue-700\/50:focus{
  color: rgb(29 78 216 / 0.5);
}

.focus\:text-blue-700\/55:focus{
  color: rgb(29 78 216 / 0.55);
}

.focus\:text-blue-700\/60:focus{
  color: rgb(29 78 216 / 0.6);
}

.focus\:text-blue-700\/65:focus{
  color: rgb(29 78 216 / 0.65);
}

.focus\:text-blue-700\/70:focus{
  color: rgb(29 78 216 / 0.7);
}

.focus\:text-blue-700\/75:focus{
  color: rgb(29 78 216 / 0.75);
}

.focus\:text-blue-700\/80:focus{
  color: rgb(29 78 216 / 0.8);
}

.focus\:text-blue-700\/85:focus{
  color: rgb(29 78 216 / 0.85);
}

.focus\:text-blue-700\/90:focus{
  color: rgb(29 78 216 / 0.9);
}

.focus\:text-blue-700\/95:focus{
  color: rgb(29 78 216 / 0.95);
}

.focus\:text-blue-800:focus{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.focus\:text-blue-800\/0:focus{
  color: rgb(30 64 175 / 0);
}

.focus\:text-blue-800\/10:focus{
  color: rgb(30 64 175 / 0.1);
}

.focus\:text-blue-800\/100:focus{
  color: rgb(30 64 175 / 1);
}

.focus\:text-blue-800\/15:focus{
  color: rgb(30 64 175 / 0.15);
}

.focus\:text-blue-800\/20:focus{
  color: rgb(30 64 175 / 0.2);
}

.focus\:text-blue-800\/25:focus{
  color: rgb(30 64 175 / 0.25);
}

.focus\:text-blue-800\/30:focus{
  color: rgb(30 64 175 / 0.3);
}

.focus\:text-blue-800\/35:focus{
  color: rgb(30 64 175 / 0.35);
}

.focus\:text-blue-800\/40:focus{
  color: rgb(30 64 175 / 0.4);
}

.focus\:text-blue-800\/45:focus{
  color: rgb(30 64 175 / 0.45);
}

.focus\:text-blue-800\/5:focus{
  color: rgb(30 64 175 / 0.05);
}

.focus\:text-blue-800\/50:focus{
  color: rgb(30 64 175 / 0.5);
}

.focus\:text-blue-800\/55:focus{
  color: rgb(30 64 175 / 0.55);
}

.focus\:text-blue-800\/60:focus{
  color: rgb(30 64 175 / 0.6);
}

.focus\:text-blue-800\/65:focus{
  color: rgb(30 64 175 / 0.65);
}

.focus\:text-blue-800\/70:focus{
  color: rgb(30 64 175 / 0.7);
}

.focus\:text-blue-800\/75:focus{
  color: rgb(30 64 175 / 0.75);
}

.focus\:text-blue-800\/80:focus{
  color: rgb(30 64 175 / 0.8);
}

.focus\:text-blue-800\/85:focus{
  color: rgb(30 64 175 / 0.85);
}

.focus\:text-blue-800\/90:focus{
  color: rgb(30 64 175 / 0.9);
}

.focus\:text-blue-800\/95:focus{
  color: rgb(30 64 175 / 0.95);
}

.focus\:text-blue-900:focus{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

.focus\:text-blue-900\/0:focus{
  color: rgb(30 58 138 / 0);
}

.focus\:text-blue-900\/10:focus{
  color: rgb(30 58 138 / 0.1);
}

.focus\:text-blue-900\/100:focus{
  color: rgb(30 58 138 / 1);
}

.focus\:text-blue-900\/15:focus{
  color: rgb(30 58 138 / 0.15);
}

.focus\:text-blue-900\/20:focus{
  color: rgb(30 58 138 / 0.2);
}

.focus\:text-blue-900\/25:focus{
  color: rgb(30 58 138 / 0.25);
}

.focus\:text-blue-900\/30:focus{
  color: rgb(30 58 138 / 0.3);
}

.focus\:text-blue-900\/35:focus{
  color: rgb(30 58 138 / 0.35);
}

.focus\:text-blue-900\/40:focus{
  color: rgb(30 58 138 / 0.4);
}

.focus\:text-blue-900\/45:focus{
  color: rgb(30 58 138 / 0.45);
}

.focus\:text-blue-900\/5:focus{
  color: rgb(30 58 138 / 0.05);
}

.focus\:text-blue-900\/50:focus{
  color: rgb(30 58 138 / 0.5);
}

.focus\:text-blue-900\/55:focus{
  color: rgb(30 58 138 / 0.55);
}

.focus\:text-blue-900\/60:focus{
  color: rgb(30 58 138 / 0.6);
}

.focus\:text-blue-900\/65:focus{
  color: rgb(30 58 138 / 0.65);
}

.focus\:text-blue-900\/70:focus{
  color: rgb(30 58 138 / 0.7);
}

.focus\:text-blue-900\/75:focus{
  color: rgb(30 58 138 / 0.75);
}

.focus\:text-blue-900\/80:focus{
  color: rgb(30 58 138 / 0.8);
}

.focus\:text-blue-900\/85:focus{
  color: rgb(30 58 138 / 0.85);
}

.focus\:text-blue-900\/90:focus{
  color: rgb(30 58 138 / 0.9);
}

.focus\:text-blue-900\/95:focus{
  color: rgb(30 58 138 / 0.95);
}

.focus\:text-gray-100:focus{
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

.focus\:text-gray-100\/0:focus{
  color: rgb(243 244 246 / 0);
}

.focus\:text-gray-100\/10:focus{
  color: rgb(243 244 246 / 0.1);
}

.focus\:text-gray-100\/100:focus{
  color: rgb(243 244 246 / 1);
}

.focus\:text-gray-100\/15:focus{
  color: rgb(243 244 246 / 0.15);
}

.focus\:text-gray-100\/20:focus{
  color: rgb(243 244 246 / 0.2);
}

.focus\:text-gray-100\/25:focus{
  color: rgb(243 244 246 / 0.25);
}

.focus\:text-gray-100\/30:focus{
  color: rgb(243 244 246 / 0.3);
}

.focus\:text-gray-100\/35:focus{
  color: rgb(243 244 246 / 0.35);
}

.focus\:text-gray-100\/40:focus{
  color: rgb(243 244 246 / 0.4);
}

.focus\:text-gray-100\/45:focus{
  color: rgb(243 244 246 / 0.45);
}

.focus\:text-gray-100\/5:focus{
  color: rgb(243 244 246 / 0.05);
}

.focus\:text-gray-100\/50:focus{
  color: rgb(243 244 246 / 0.5);
}

.focus\:text-gray-100\/55:focus{
  color: rgb(243 244 246 / 0.55);
}

.focus\:text-gray-100\/60:focus{
  color: rgb(243 244 246 / 0.6);
}

.focus\:text-gray-100\/65:focus{
  color: rgb(243 244 246 / 0.65);
}

.focus\:text-gray-100\/70:focus{
  color: rgb(243 244 246 / 0.7);
}

.focus\:text-gray-100\/75:focus{
  color: rgb(243 244 246 / 0.75);
}

.focus\:text-gray-100\/80:focus{
  color: rgb(243 244 246 / 0.8);
}

.focus\:text-gray-100\/85:focus{
  color: rgb(243 244 246 / 0.85);
}

.focus\:text-gray-100\/90:focus{
  color: rgb(243 244 246 / 0.9);
}

.focus\:text-gray-100\/95:focus{
  color: rgb(243 244 246 / 0.95);
}

.focus\:text-gray-200:focus{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.focus\:text-gray-200\/0:focus{
  color: rgb(229 231 235 / 0);
}

.focus\:text-gray-200\/10:focus{
  color: rgb(229 231 235 / 0.1);
}

.focus\:text-gray-200\/100:focus{
  color: rgb(229 231 235 / 1);
}

.focus\:text-gray-200\/15:focus{
  color: rgb(229 231 235 / 0.15);
}

.focus\:text-gray-200\/20:focus{
  color: rgb(229 231 235 / 0.2);
}

.focus\:text-gray-200\/25:focus{
  color: rgb(229 231 235 / 0.25);
}

.focus\:text-gray-200\/30:focus{
  color: rgb(229 231 235 / 0.3);
}

.focus\:text-gray-200\/35:focus{
  color: rgb(229 231 235 / 0.35);
}

.focus\:text-gray-200\/40:focus{
  color: rgb(229 231 235 / 0.4);
}

.focus\:text-gray-200\/45:focus{
  color: rgb(229 231 235 / 0.45);
}

.focus\:text-gray-200\/5:focus{
  color: rgb(229 231 235 / 0.05);
}

.focus\:text-gray-200\/50:focus{
  color: rgb(229 231 235 / 0.5);
}

.focus\:text-gray-200\/55:focus{
  color: rgb(229 231 235 / 0.55);
}

.focus\:text-gray-200\/60:focus{
  color: rgb(229 231 235 / 0.6);
}

.focus\:text-gray-200\/65:focus{
  color: rgb(229 231 235 / 0.65);
}

.focus\:text-gray-200\/70:focus{
  color: rgb(229 231 235 / 0.7);
}

.focus\:text-gray-200\/75:focus{
  color: rgb(229 231 235 / 0.75);
}

.focus\:text-gray-200\/80:focus{
  color: rgb(229 231 235 / 0.8);
}

.focus\:text-gray-200\/85:focus{
  color: rgb(229 231 235 / 0.85);
}

.focus\:text-gray-200\/90:focus{
  color: rgb(229 231 235 / 0.9);
}

.focus\:text-gray-200\/95:focus{
  color: rgb(229 231 235 / 0.95);
}

.focus\:text-gray-300:focus{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.focus\:text-gray-300\/0:focus{
  color: rgb(209 213 219 / 0);
}

.focus\:text-gray-300\/10:focus{
  color: rgb(209 213 219 / 0.1);
}

.focus\:text-gray-300\/100:focus{
  color: rgb(209 213 219 / 1);
}

.focus\:text-gray-300\/15:focus{
  color: rgb(209 213 219 / 0.15);
}

.focus\:text-gray-300\/20:focus{
  color: rgb(209 213 219 / 0.2);
}

.focus\:text-gray-300\/25:focus{
  color: rgb(209 213 219 / 0.25);
}

.focus\:text-gray-300\/30:focus{
  color: rgb(209 213 219 / 0.3);
}

.focus\:text-gray-300\/35:focus{
  color: rgb(209 213 219 / 0.35);
}

.focus\:text-gray-300\/40:focus{
  color: rgb(209 213 219 / 0.4);
}

.focus\:text-gray-300\/45:focus{
  color: rgb(209 213 219 / 0.45);
}

.focus\:text-gray-300\/5:focus{
  color: rgb(209 213 219 / 0.05);
}

.focus\:text-gray-300\/50:focus{
  color: rgb(209 213 219 / 0.5);
}

.focus\:text-gray-300\/55:focus{
  color: rgb(209 213 219 / 0.55);
}

.focus\:text-gray-300\/60:focus{
  color: rgb(209 213 219 / 0.6);
}

.focus\:text-gray-300\/65:focus{
  color: rgb(209 213 219 / 0.65);
}

.focus\:text-gray-300\/70:focus{
  color: rgb(209 213 219 / 0.7);
}

.focus\:text-gray-300\/75:focus{
  color: rgb(209 213 219 / 0.75);
}

.focus\:text-gray-300\/80:focus{
  color: rgb(209 213 219 / 0.8);
}

.focus\:text-gray-300\/85:focus{
  color: rgb(209 213 219 / 0.85);
}

.focus\:text-gray-300\/90:focus{
  color: rgb(209 213 219 / 0.9);
}

.focus\:text-gray-300\/95:focus{
  color: rgb(209 213 219 / 0.95);
}

.focus\:text-gray-400:focus{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.focus\:text-gray-400\/0:focus{
  color: rgb(156 163 175 / 0);
}

.focus\:text-gray-400\/10:focus{
  color: rgb(156 163 175 / 0.1);
}

.focus\:text-gray-400\/100:focus{
  color: rgb(156 163 175 / 1);
}

.focus\:text-gray-400\/15:focus{
  color: rgb(156 163 175 / 0.15);
}

.focus\:text-gray-400\/20:focus{
  color: rgb(156 163 175 / 0.2);
}

.focus\:text-gray-400\/25:focus{
  color: rgb(156 163 175 / 0.25);
}

.focus\:text-gray-400\/30:focus{
  color: rgb(156 163 175 / 0.3);
}

.focus\:text-gray-400\/35:focus{
  color: rgb(156 163 175 / 0.35);
}

.focus\:text-gray-400\/40:focus{
  color: rgb(156 163 175 / 0.4);
}

.focus\:text-gray-400\/45:focus{
  color: rgb(156 163 175 / 0.45);
}

.focus\:text-gray-400\/5:focus{
  color: rgb(156 163 175 / 0.05);
}

.focus\:text-gray-400\/50:focus{
  color: rgb(156 163 175 / 0.5);
}

.focus\:text-gray-400\/55:focus{
  color: rgb(156 163 175 / 0.55);
}

.focus\:text-gray-400\/60:focus{
  color: rgb(156 163 175 / 0.6);
}

.focus\:text-gray-400\/65:focus{
  color: rgb(156 163 175 / 0.65);
}

.focus\:text-gray-400\/70:focus{
  color: rgb(156 163 175 / 0.7);
}

.focus\:text-gray-400\/75:focus{
  color: rgb(156 163 175 / 0.75);
}

.focus\:text-gray-400\/80:focus{
  color: rgb(156 163 175 / 0.8);
}

.focus\:text-gray-400\/85:focus{
  color: rgb(156 163 175 / 0.85);
}

.focus\:text-gray-400\/90:focus{
  color: rgb(156 163 175 / 0.9);
}

.focus\:text-gray-400\/95:focus{
  color: rgb(156 163 175 / 0.95);
}

.focus\:text-gray-50:focus{
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.focus\:text-gray-50\/0:focus{
  color: rgb(249 250 251 / 0);
}

.focus\:text-gray-50\/10:focus{
  color: rgb(249 250 251 / 0.1);
}

.focus\:text-gray-50\/100:focus{
  color: rgb(249 250 251 / 1);
}

.focus\:text-gray-50\/15:focus{
  color: rgb(249 250 251 / 0.15);
}

.focus\:text-gray-50\/20:focus{
  color: rgb(249 250 251 / 0.2);
}

.focus\:text-gray-50\/25:focus{
  color: rgb(249 250 251 / 0.25);
}

.focus\:text-gray-50\/30:focus{
  color: rgb(249 250 251 / 0.3);
}

.focus\:text-gray-50\/35:focus{
  color: rgb(249 250 251 / 0.35);
}

.focus\:text-gray-50\/40:focus{
  color: rgb(249 250 251 / 0.4);
}

.focus\:text-gray-50\/45:focus{
  color: rgb(249 250 251 / 0.45);
}

.focus\:text-gray-50\/5:focus{
  color: rgb(249 250 251 / 0.05);
}

.focus\:text-gray-50\/50:focus{
  color: rgb(249 250 251 / 0.5);
}

.focus\:text-gray-50\/55:focus{
  color: rgb(249 250 251 / 0.55);
}

.focus\:text-gray-50\/60:focus{
  color: rgb(249 250 251 / 0.6);
}

.focus\:text-gray-50\/65:focus{
  color: rgb(249 250 251 / 0.65);
}

.focus\:text-gray-50\/70:focus{
  color: rgb(249 250 251 / 0.7);
}

.focus\:text-gray-50\/75:focus{
  color: rgb(249 250 251 / 0.75);
}

.focus\:text-gray-50\/80:focus{
  color: rgb(249 250 251 / 0.8);
}

.focus\:text-gray-50\/85:focus{
  color: rgb(249 250 251 / 0.85);
}

.focus\:text-gray-50\/90:focus{
  color: rgb(249 250 251 / 0.9);
}

.focus\:text-gray-50\/95:focus{
  color: rgb(249 250 251 / 0.95);
}

.focus\:text-gray-500:focus{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.focus\:text-gray-500\/0:focus{
  color: rgb(107 114 128 / 0);
}

.focus\:text-gray-500\/10:focus{
  color: rgb(107 114 128 / 0.1);
}

.focus\:text-gray-500\/100:focus{
  color: rgb(107 114 128 / 1);
}

.focus\:text-gray-500\/15:focus{
  color: rgb(107 114 128 / 0.15);
}

.focus\:text-gray-500\/20:focus{
  color: rgb(107 114 128 / 0.2);
}

.focus\:text-gray-500\/25:focus{
  color: rgb(107 114 128 / 0.25);
}

.focus\:text-gray-500\/30:focus{
  color: rgb(107 114 128 / 0.3);
}

.focus\:text-gray-500\/35:focus{
  color: rgb(107 114 128 / 0.35);
}

.focus\:text-gray-500\/40:focus{
  color: rgb(107 114 128 / 0.4);
}

.focus\:text-gray-500\/45:focus{
  color: rgb(107 114 128 / 0.45);
}

.focus\:text-gray-500\/5:focus{
  color: rgb(107 114 128 / 0.05);
}

.focus\:text-gray-500\/50:focus{
  color: rgb(107 114 128 / 0.5);
}

.focus\:text-gray-500\/55:focus{
  color: rgb(107 114 128 / 0.55);
}

.focus\:text-gray-500\/60:focus{
  color: rgb(107 114 128 / 0.6);
}

.focus\:text-gray-500\/65:focus{
  color: rgb(107 114 128 / 0.65);
}

.focus\:text-gray-500\/70:focus{
  color: rgb(107 114 128 / 0.7);
}

.focus\:text-gray-500\/75:focus{
  color: rgb(107 114 128 / 0.75);
}

.focus\:text-gray-500\/80:focus{
  color: rgb(107 114 128 / 0.8);
}

.focus\:text-gray-500\/85:focus{
  color: rgb(107 114 128 / 0.85);
}

.focus\:text-gray-500\/90:focus{
  color: rgb(107 114 128 / 0.9);
}

.focus\:text-gray-500\/95:focus{
  color: rgb(107 114 128 / 0.95);
}

.focus\:text-gray-600:focus{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.focus\:text-gray-600\/0:focus{
  color: rgb(75 85 99 / 0);
}

.focus\:text-gray-600\/10:focus{
  color: rgb(75 85 99 / 0.1);
}

.focus\:text-gray-600\/100:focus{
  color: rgb(75 85 99 / 1);
}

.focus\:text-gray-600\/15:focus{
  color: rgb(75 85 99 / 0.15);
}

.focus\:text-gray-600\/20:focus{
  color: rgb(75 85 99 / 0.2);
}

.focus\:text-gray-600\/25:focus{
  color: rgb(75 85 99 / 0.25);
}

.focus\:text-gray-600\/30:focus{
  color: rgb(75 85 99 / 0.3);
}

.focus\:text-gray-600\/35:focus{
  color: rgb(75 85 99 / 0.35);
}

.focus\:text-gray-600\/40:focus{
  color: rgb(75 85 99 / 0.4);
}

.focus\:text-gray-600\/45:focus{
  color: rgb(75 85 99 / 0.45);
}

.focus\:text-gray-600\/5:focus{
  color: rgb(75 85 99 / 0.05);
}

.focus\:text-gray-600\/50:focus{
  color: rgb(75 85 99 / 0.5);
}

.focus\:text-gray-600\/55:focus{
  color: rgb(75 85 99 / 0.55);
}

.focus\:text-gray-600\/60:focus{
  color: rgb(75 85 99 / 0.6);
}

.focus\:text-gray-600\/65:focus{
  color: rgb(75 85 99 / 0.65);
}

.focus\:text-gray-600\/70:focus{
  color: rgb(75 85 99 / 0.7);
}

.focus\:text-gray-600\/75:focus{
  color: rgb(75 85 99 / 0.75);
}

.focus\:text-gray-600\/80:focus{
  color: rgb(75 85 99 / 0.8);
}

.focus\:text-gray-600\/85:focus{
  color: rgb(75 85 99 / 0.85);
}

.focus\:text-gray-600\/90:focus{
  color: rgb(75 85 99 / 0.9);
}

.focus\:text-gray-600\/95:focus{
  color: rgb(75 85 99 / 0.95);
}

.focus\:text-gray-700:focus{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.focus\:text-gray-700\/0:focus{
  color: rgb(55 65 81 / 0);
}

.focus\:text-gray-700\/10:focus{
  color: rgb(55 65 81 / 0.1);
}

.focus\:text-gray-700\/100:focus{
  color: rgb(55 65 81 / 1);
}

.focus\:text-gray-700\/15:focus{
  color: rgb(55 65 81 / 0.15);
}

.focus\:text-gray-700\/20:focus{
  color: rgb(55 65 81 / 0.2);
}

.focus\:text-gray-700\/25:focus{
  color: rgb(55 65 81 / 0.25);
}

.focus\:text-gray-700\/30:focus{
  color: rgb(55 65 81 / 0.3);
}

.focus\:text-gray-700\/35:focus{
  color: rgb(55 65 81 / 0.35);
}

.focus\:text-gray-700\/40:focus{
  color: rgb(55 65 81 / 0.4);
}

.focus\:text-gray-700\/45:focus{
  color: rgb(55 65 81 / 0.45);
}

.focus\:text-gray-700\/5:focus{
  color: rgb(55 65 81 / 0.05);
}

.focus\:text-gray-700\/50:focus{
  color: rgb(55 65 81 / 0.5);
}

.focus\:text-gray-700\/55:focus{
  color: rgb(55 65 81 / 0.55);
}

.focus\:text-gray-700\/60:focus{
  color: rgb(55 65 81 / 0.6);
}

.focus\:text-gray-700\/65:focus{
  color: rgb(55 65 81 / 0.65);
}

.focus\:text-gray-700\/70:focus{
  color: rgb(55 65 81 / 0.7);
}

.focus\:text-gray-700\/75:focus{
  color: rgb(55 65 81 / 0.75);
}

.focus\:text-gray-700\/80:focus{
  color: rgb(55 65 81 / 0.8);
}

.focus\:text-gray-700\/85:focus{
  color: rgb(55 65 81 / 0.85);
}

.focus\:text-gray-700\/90:focus{
  color: rgb(55 65 81 / 0.9);
}

.focus\:text-gray-700\/95:focus{
  color: rgb(55 65 81 / 0.95);
}

.focus\:text-gray-800:focus{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.focus\:text-gray-800\/0:focus{
  color: rgb(31 41 55 / 0);
}

.focus\:text-gray-800\/10:focus{
  color: rgb(31 41 55 / 0.1);
}

.focus\:text-gray-800\/100:focus{
  color: rgb(31 41 55 / 1);
}

.focus\:text-gray-800\/15:focus{
  color: rgb(31 41 55 / 0.15);
}

.focus\:text-gray-800\/20:focus{
  color: rgb(31 41 55 / 0.2);
}

.focus\:text-gray-800\/25:focus{
  color: rgb(31 41 55 / 0.25);
}

.focus\:text-gray-800\/30:focus{
  color: rgb(31 41 55 / 0.3);
}

.focus\:text-gray-800\/35:focus{
  color: rgb(31 41 55 / 0.35);
}

.focus\:text-gray-800\/40:focus{
  color: rgb(31 41 55 / 0.4);
}

.focus\:text-gray-800\/45:focus{
  color: rgb(31 41 55 / 0.45);
}

.focus\:text-gray-800\/5:focus{
  color: rgb(31 41 55 / 0.05);
}

.focus\:text-gray-800\/50:focus{
  color: rgb(31 41 55 / 0.5);
}

.focus\:text-gray-800\/55:focus{
  color: rgb(31 41 55 / 0.55);
}

.focus\:text-gray-800\/60:focus{
  color: rgb(31 41 55 / 0.6);
}

.focus\:text-gray-800\/65:focus{
  color: rgb(31 41 55 / 0.65);
}

.focus\:text-gray-800\/70:focus{
  color: rgb(31 41 55 / 0.7);
}

.focus\:text-gray-800\/75:focus{
  color: rgb(31 41 55 / 0.75);
}

.focus\:text-gray-800\/80:focus{
  color: rgb(31 41 55 / 0.8);
}

.focus\:text-gray-800\/85:focus{
  color: rgb(31 41 55 / 0.85);
}

.focus\:text-gray-800\/90:focus{
  color: rgb(31 41 55 / 0.9);
}

.focus\:text-gray-800\/95:focus{
  color: rgb(31 41 55 / 0.95);
}

.focus\:text-gray-900:focus{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.focus\:text-gray-900\/0:focus{
  color: rgb(17 24 39 / 0);
}

.focus\:text-gray-900\/10:focus{
  color: rgb(17 24 39 / 0.1);
}

.focus\:text-gray-900\/100:focus{
  color: rgb(17 24 39 / 1);
}

.focus\:text-gray-900\/15:focus{
  color: rgb(17 24 39 / 0.15);
}

.focus\:text-gray-900\/20:focus{
  color: rgb(17 24 39 / 0.2);
}

.focus\:text-gray-900\/25:focus{
  color: rgb(17 24 39 / 0.25);
}

.focus\:text-gray-900\/30:focus{
  color: rgb(17 24 39 / 0.3);
}

.focus\:text-gray-900\/35:focus{
  color: rgb(17 24 39 / 0.35);
}

.focus\:text-gray-900\/40:focus{
  color: rgb(17 24 39 / 0.4);
}

.focus\:text-gray-900\/45:focus{
  color: rgb(17 24 39 / 0.45);
}

.focus\:text-gray-900\/5:focus{
  color: rgb(17 24 39 / 0.05);
}

.focus\:text-gray-900\/50:focus{
  color: rgb(17 24 39 / 0.5);
}

.focus\:text-gray-900\/55:focus{
  color: rgb(17 24 39 / 0.55);
}

.focus\:text-gray-900\/60:focus{
  color: rgb(17 24 39 / 0.6);
}

.focus\:text-gray-900\/65:focus{
  color: rgb(17 24 39 / 0.65);
}

.focus\:text-gray-900\/70:focus{
  color: rgb(17 24 39 / 0.7);
}

.focus\:text-gray-900\/75:focus{
  color: rgb(17 24 39 / 0.75);
}

.focus\:text-gray-900\/80:focus{
  color: rgb(17 24 39 / 0.8);
}

.focus\:text-gray-900\/85:focus{
  color: rgb(17 24 39 / 0.85);
}

.focus\:text-gray-900\/90:focus{
  color: rgb(17 24 39 / 0.9);
}

.focus\:text-gray-900\/95:focus{
  color: rgb(17 24 39 / 0.95);
}

.focus\:text-green-100:focus{
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity));
}

.focus\:text-green-100\/0:focus{
  color: rgb(220 252 231 / 0);
}

.focus\:text-green-100\/10:focus{
  color: rgb(220 252 231 / 0.1);
}

.focus\:text-green-100\/100:focus{
  color: rgb(220 252 231 / 1);
}

.focus\:text-green-100\/15:focus{
  color: rgb(220 252 231 / 0.15);
}

.focus\:text-green-100\/20:focus{
  color: rgb(220 252 231 / 0.2);
}

.focus\:text-green-100\/25:focus{
  color: rgb(220 252 231 / 0.25);
}

.focus\:text-green-100\/30:focus{
  color: rgb(220 252 231 / 0.3);
}

.focus\:text-green-100\/35:focus{
  color: rgb(220 252 231 / 0.35);
}

.focus\:text-green-100\/40:focus{
  color: rgb(220 252 231 / 0.4);
}

.focus\:text-green-100\/45:focus{
  color: rgb(220 252 231 / 0.45);
}

.focus\:text-green-100\/5:focus{
  color: rgb(220 252 231 / 0.05);
}

.focus\:text-green-100\/50:focus{
  color: rgb(220 252 231 / 0.5);
}

.focus\:text-green-100\/55:focus{
  color: rgb(220 252 231 / 0.55);
}

.focus\:text-green-100\/60:focus{
  color: rgb(220 252 231 / 0.6);
}

.focus\:text-green-100\/65:focus{
  color: rgb(220 252 231 / 0.65);
}

.focus\:text-green-100\/70:focus{
  color: rgb(220 252 231 / 0.7);
}

.focus\:text-green-100\/75:focus{
  color: rgb(220 252 231 / 0.75);
}

.focus\:text-green-100\/80:focus{
  color: rgb(220 252 231 / 0.8);
}

.focus\:text-green-100\/85:focus{
  color: rgb(220 252 231 / 0.85);
}

.focus\:text-green-100\/90:focus{
  color: rgb(220 252 231 / 0.9);
}

.focus\:text-green-100\/95:focus{
  color: rgb(220 252 231 / 0.95);
}

.focus\:text-green-200:focus{
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity));
}

.focus\:text-green-200\/0:focus{
  color: rgb(187 247 208 / 0);
}

.focus\:text-green-200\/10:focus{
  color: rgb(187 247 208 / 0.1);
}

.focus\:text-green-200\/100:focus{
  color: rgb(187 247 208 / 1);
}

.focus\:text-green-200\/15:focus{
  color: rgb(187 247 208 / 0.15);
}

.focus\:text-green-200\/20:focus{
  color: rgb(187 247 208 / 0.2);
}

.focus\:text-green-200\/25:focus{
  color: rgb(187 247 208 / 0.25);
}

.focus\:text-green-200\/30:focus{
  color: rgb(187 247 208 / 0.3);
}

.focus\:text-green-200\/35:focus{
  color: rgb(187 247 208 / 0.35);
}

.focus\:text-green-200\/40:focus{
  color: rgb(187 247 208 / 0.4);
}

.focus\:text-green-200\/45:focus{
  color: rgb(187 247 208 / 0.45);
}

.focus\:text-green-200\/5:focus{
  color: rgb(187 247 208 / 0.05);
}

.focus\:text-green-200\/50:focus{
  color: rgb(187 247 208 / 0.5);
}

.focus\:text-green-200\/55:focus{
  color: rgb(187 247 208 / 0.55);
}

.focus\:text-green-200\/60:focus{
  color: rgb(187 247 208 / 0.6);
}

.focus\:text-green-200\/65:focus{
  color: rgb(187 247 208 / 0.65);
}

.focus\:text-green-200\/70:focus{
  color: rgb(187 247 208 / 0.7);
}

.focus\:text-green-200\/75:focus{
  color: rgb(187 247 208 / 0.75);
}

.focus\:text-green-200\/80:focus{
  color: rgb(187 247 208 / 0.8);
}

.focus\:text-green-200\/85:focus{
  color: rgb(187 247 208 / 0.85);
}

.focus\:text-green-200\/90:focus{
  color: rgb(187 247 208 / 0.9);
}

.focus\:text-green-200\/95:focus{
  color: rgb(187 247 208 / 0.95);
}

.focus\:text-green-300:focus{
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity));
}

.focus\:text-green-300\/0:focus{
  color: rgb(134 239 172 / 0);
}

.focus\:text-green-300\/10:focus{
  color: rgb(134 239 172 / 0.1);
}

.focus\:text-green-300\/100:focus{
  color: rgb(134 239 172 / 1);
}

.focus\:text-green-300\/15:focus{
  color: rgb(134 239 172 / 0.15);
}

.focus\:text-green-300\/20:focus{
  color: rgb(134 239 172 / 0.2);
}

.focus\:text-green-300\/25:focus{
  color: rgb(134 239 172 / 0.25);
}

.focus\:text-green-300\/30:focus{
  color: rgb(134 239 172 / 0.3);
}

.focus\:text-green-300\/35:focus{
  color: rgb(134 239 172 / 0.35);
}

.focus\:text-green-300\/40:focus{
  color: rgb(134 239 172 / 0.4);
}

.focus\:text-green-300\/45:focus{
  color: rgb(134 239 172 / 0.45);
}

.focus\:text-green-300\/5:focus{
  color: rgb(134 239 172 / 0.05);
}

.focus\:text-green-300\/50:focus{
  color: rgb(134 239 172 / 0.5);
}

.focus\:text-green-300\/55:focus{
  color: rgb(134 239 172 / 0.55);
}

.focus\:text-green-300\/60:focus{
  color: rgb(134 239 172 / 0.6);
}

.focus\:text-green-300\/65:focus{
  color: rgb(134 239 172 / 0.65);
}

.focus\:text-green-300\/70:focus{
  color: rgb(134 239 172 / 0.7);
}

.focus\:text-green-300\/75:focus{
  color: rgb(134 239 172 / 0.75);
}

.focus\:text-green-300\/80:focus{
  color: rgb(134 239 172 / 0.8);
}

.focus\:text-green-300\/85:focus{
  color: rgb(134 239 172 / 0.85);
}

.focus\:text-green-300\/90:focus{
  color: rgb(134 239 172 / 0.9);
}

.focus\:text-green-300\/95:focus{
  color: rgb(134 239 172 / 0.95);
}

.focus\:text-green-400:focus{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}

.focus\:text-green-400\/0:focus{
  color: rgb(74 222 128 / 0);
}

.focus\:text-green-400\/10:focus{
  color: rgb(74 222 128 / 0.1);
}

.focus\:text-green-400\/100:focus{
  color: rgb(74 222 128 / 1);
}

.focus\:text-green-400\/15:focus{
  color: rgb(74 222 128 / 0.15);
}

.focus\:text-green-400\/20:focus{
  color: rgb(74 222 128 / 0.2);
}

.focus\:text-green-400\/25:focus{
  color: rgb(74 222 128 / 0.25);
}

.focus\:text-green-400\/30:focus{
  color: rgb(74 222 128 / 0.3);
}

.focus\:text-green-400\/35:focus{
  color: rgb(74 222 128 / 0.35);
}

.focus\:text-green-400\/40:focus{
  color: rgb(74 222 128 / 0.4);
}

.focus\:text-green-400\/45:focus{
  color: rgb(74 222 128 / 0.45);
}

.focus\:text-green-400\/5:focus{
  color: rgb(74 222 128 / 0.05);
}

.focus\:text-green-400\/50:focus{
  color: rgb(74 222 128 / 0.5);
}

.focus\:text-green-400\/55:focus{
  color: rgb(74 222 128 / 0.55);
}

.focus\:text-green-400\/60:focus{
  color: rgb(74 222 128 / 0.6);
}

.focus\:text-green-400\/65:focus{
  color: rgb(74 222 128 / 0.65);
}

.focus\:text-green-400\/70:focus{
  color: rgb(74 222 128 / 0.7);
}

.focus\:text-green-400\/75:focus{
  color: rgb(74 222 128 / 0.75);
}

.focus\:text-green-400\/80:focus{
  color: rgb(74 222 128 / 0.8);
}

.focus\:text-green-400\/85:focus{
  color: rgb(74 222 128 / 0.85);
}

.focus\:text-green-400\/90:focus{
  color: rgb(74 222 128 / 0.9);
}

.focus\:text-green-400\/95:focus{
  color: rgb(74 222 128 / 0.95);
}

.focus\:text-green-50:focus{
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity));
}

.focus\:text-green-50\/0:focus{
  color: rgb(240 253 244 / 0);
}

.focus\:text-green-50\/10:focus{
  color: rgb(240 253 244 / 0.1);
}

.focus\:text-green-50\/100:focus{
  color: rgb(240 253 244 / 1);
}

.focus\:text-green-50\/15:focus{
  color: rgb(240 253 244 / 0.15);
}

.focus\:text-green-50\/20:focus{
  color: rgb(240 253 244 / 0.2);
}

.focus\:text-green-50\/25:focus{
  color: rgb(240 253 244 / 0.25);
}

.focus\:text-green-50\/30:focus{
  color: rgb(240 253 244 / 0.3);
}

.focus\:text-green-50\/35:focus{
  color: rgb(240 253 244 / 0.35);
}

.focus\:text-green-50\/40:focus{
  color: rgb(240 253 244 / 0.4);
}

.focus\:text-green-50\/45:focus{
  color: rgb(240 253 244 / 0.45);
}

.focus\:text-green-50\/5:focus{
  color: rgb(240 253 244 / 0.05);
}

.focus\:text-green-50\/50:focus{
  color: rgb(240 253 244 / 0.5);
}

.focus\:text-green-50\/55:focus{
  color: rgb(240 253 244 / 0.55);
}

.focus\:text-green-50\/60:focus{
  color: rgb(240 253 244 / 0.6);
}

.focus\:text-green-50\/65:focus{
  color: rgb(240 253 244 / 0.65);
}

.focus\:text-green-50\/70:focus{
  color: rgb(240 253 244 / 0.7);
}

.focus\:text-green-50\/75:focus{
  color: rgb(240 253 244 / 0.75);
}

.focus\:text-green-50\/80:focus{
  color: rgb(240 253 244 / 0.8);
}

.focus\:text-green-50\/85:focus{
  color: rgb(240 253 244 / 0.85);
}

.focus\:text-green-50\/90:focus{
  color: rgb(240 253 244 / 0.9);
}

.focus\:text-green-50\/95:focus{
  color: rgb(240 253 244 / 0.95);
}

.focus\:text-green-500:focus{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.focus\:text-green-500\/0:focus{
  color: rgb(34 197 94 / 0);
}

.focus\:text-green-500\/10:focus{
  color: rgb(34 197 94 / 0.1);
}

.focus\:text-green-500\/100:focus{
  color: rgb(34 197 94 / 1);
}

.focus\:text-green-500\/15:focus{
  color: rgb(34 197 94 / 0.15);
}

.focus\:text-green-500\/20:focus{
  color: rgb(34 197 94 / 0.2);
}

.focus\:text-green-500\/25:focus{
  color: rgb(34 197 94 / 0.25);
}

.focus\:text-green-500\/30:focus{
  color: rgb(34 197 94 / 0.3);
}

.focus\:text-green-500\/35:focus{
  color: rgb(34 197 94 / 0.35);
}

.focus\:text-green-500\/40:focus{
  color: rgb(34 197 94 / 0.4);
}

.focus\:text-green-500\/45:focus{
  color: rgb(34 197 94 / 0.45);
}

.focus\:text-green-500\/5:focus{
  color: rgb(34 197 94 / 0.05);
}

.focus\:text-green-500\/50:focus{
  color: rgb(34 197 94 / 0.5);
}

.focus\:text-green-500\/55:focus{
  color: rgb(34 197 94 / 0.55);
}

.focus\:text-green-500\/60:focus{
  color: rgb(34 197 94 / 0.6);
}

.focus\:text-green-500\/65:focus{
  color: rgb(34 197 94 / 0.65);
}

.focus\:text-green-500\/70:focus{
  color: rgb(34 197 94 / 0.7);
}

.focus\:text-green-500\/75:focus{
  color: rgb(34 197 94 / 0.75);
}

.focus\:text-green-500\/80:focus{
  color: rgb(34 197 94 / 0.8);
}

.focus\:text-green-500\/85:focus{
  color: rgb(34 197 94 / 0.85);
}

.focus\:text-green-500\/90:focus{
  color: rgb(34 197 94 / 0.9);
}

.focus\:text-green-500\/95:focus{
  color: rgb(34 197 94 / 0.95);
}

.focus\:text-green-600:focus{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.focus\:text-green-600\/0:focus{
  color: rgb(22 163 74 / 0);
}

.focus\:text-green-600\/10:focus{
  color: rgb(22 163 74 / 0.1);
}

.focus\:text-green-600\/100:focus{
  color: rgb(22 163 74 / 1);
}

.focus\:text-green-600\/15:focus{
  color: rgb(22 163 74 / 0.15);
}

.focus\:text-green-600\/20:focus{
  color: rgb(22 163 74 / 0.2);
}

.focus\:text-green-600\/25:focus{
  color: rgb(22 163 74 / 0.25);
}

.focus\:text-green-600\/30:focus{
  color: rgb(22 163 74 / 0.3);
}

.focus\:text-green-600\/35:focus{
  color: rgb(22 163 74 / 0.35);
}

.focus\:text-green-600\/40:focus{
  color: rgb(22 163 74 / 0.4);
}

.focus\:text-green-600\/45:focus{
  color: rgb(22 163 74 / 0.45);
}

.focus\:text-green-600\/5:focus{
  color: rgb(22 163 74 / 0.05);
}

.focus\:text-green-600\/50:focus{
  color: rgb(22 163 74 / 0.5);
}

.focus\:text-green-600\/55:focus{
  color: rgb(22 163 74 / 0.55);
}

.focus\:text-green-600\/60:focus{
  color: rgb(22 163 74 / 0.6);
}

.focus\:text-green-600\/65:focus{
  color: rgb(22 163 74 / 0.65);
}

.focus\:text-green-600\/70:focus{
  color: rgb(22 163 74 / 0.7);
}

.focus\:text-green-600\/75:focus{
  color: rgb(22 163 74 / 0.75);
}

.focus\:text-green-600\/80:focus{
  color: rgb(22 163 74 / 0.8);
}

.focus\:text-green-600\/85:focus{
  color: rgb(22 163 74 / 0.85);
}

.focus\:text-green-600\/90:focus{
  color: rgb(22 163 74 / 0.9);
}

.focus\:text-green-600\/95:focus{
  color: rgb(22 163 74 / 0.95);
}

.focus\:text-green-700:focus{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

.focus\:text-green-700\/0:focus{
  color: rgb(21 128 61 / 0);
}

.focus\:text-green-700\/10:focus{
  color: rgb(21 128 61 / 0.1);
}

.focus\:text-green-700\/100:focus{
  color: rgb(21 128 61 / 1);
}

.focus\:text-green-700\/15:focus{
  color: rgb(21 128 61 / 0.15);
}

.focus\:text-green-700\/20:focus{
  color: rgb(21 128 61 / 0.2);
}

.focus\:text-green-700\/25:focus{
  color: rgb(21 128 61 / 0.25);
}

.focus\:text-green-700\/30:focus{
  color: rgb(21 128 61 / 0.3);
}

.focus\:text-green-700\/35:focus{
  color: rgb(21 128 61 / 0.35);
}

.focus\:text-green-700\/40:focus{
  color: rgb(21 128 61 / 0.4);
}

.focus\:text-green-700\/45:focus{
  color: rgb(21 128 61 / 0.45);
}

.focus\:text-green-700\/5:focus{
  color: rgb(21 128 61 / 0.05);
}

.focus\:text-green-700\/50:focus{
  color: rgb(21 128 61 / 0.5);
}

.focus\:text-green-700\/55:focus{
  color: rgb(21 128 61 / 0.55);
}

.focus\:text-green-700\/60:focus{
  color: rgb(21 128 61 / 0.6);
}

.focus\:text-green-700\/65:focus{
  color: rgb(21 128 61 / 0.65);
}

.focus\:text-green-700\/70:focus{
  color: rgb(21 128 61 / 0.7);
}

.focus\:text-green-700\/75:focus{
  color: rgb(21 128 61 / 0.75);
}

.focus\:text-green-700\/80:focus{
  color: rgb(21 128 61 / 0.8);
}

.focus\:text-green-700\/85:focus{
  color: rgb(21 128 61 / 0.85);
}

.focus\:text-green-700\/90:focus{
  color: rgb(21 128 61 / 0.9);
}

.focus\:text-green-700\/95:focus{
  color: rgb(21 128 61 / 0.95);
}

.focus\:text-green-800:focus{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}

.focus\:text-green-800\/0:focus{
  color: rgb(22 101 52 / 0);
}

.focus\:text-green-800\/10:focus{
  color: rgb(22 101 52 / 0.1);
}

.focus\:text-green-800\/100:focus{
  color: rgb(22 101 52 / 1);
}

.focus\:text-green-800\/15:focus{
  color: rgb(22 101 52 / 0.15);
}

.focus\:text-green-800\/20:focus{
  color: rgb(22 101 52 / 0.2);
}

.focus\:text-green-800\/25:focus{
  color: rgb(22 101 52 / 0.25);
}

.focus\:text-green-800\/30:focus{
  color: rgb(22 101 52 / 0.3);
}

.focus\:text-green-800\/35:focus{
  color: rgb(22 101 52 / 0.35);
}

.focus\:text-green-800\/40:focus{
  color: rgb(22 101 52 / 0.4);
}

.focus\:text-green-800\/45:focus{
  color: rgb(22 101 52 / 0.45);
}

.focus\:text-green-800\/5:focus{
  color: rgb(22 101 52 / 0.05);
}

.focus\:text-green-800\/50:focus{
  color: rgb(22 101 52 / 0.5);
}

.focus\:text-green-800\/55:focus{
  color: rgb(22 101 52 / 0.55);
}

.focus\:text-green-800\/60:focus{
  color: rgb(22 101 52 / 0.6);
}

.focus\:text-green-800\/65:focus{
  color: rgb(22 101 52 / 0.65);
}

.focus\:text-green-800\/70:focus{
  color: rgb(22 101 52 / 0.7);
}

.focus\:text-green-800\/75:focus{
  color: rgb(22 101 52 / 0.75);
}

.focus\:text-green-800\/80:focus{
  color: rgb(22 101 52 / 0.8);
}

.focus\:text-green-800\/85:focus{
  color: rgb(22 101 52 / 0.85);
}

.focus\:text-green-800\/90:focus{
  color: rgb(22 101 52 / 0.9);
}

.focus\:text-green-800\/95:focus{
  color: rgb(22 101 52 / 0.95);
}

.focus\:text-green-900:focus{
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity));
}

.focus\:text-green-900\/0:focus{
  color: rgb(20 83 45 / 0);
}

.focus\:text-green-900\/10:focus{
  color: rgb(20 83 45 / 0.1);
}

.focus\:text-green-900\/100:focus{
  color: rgb(20 83 45 / 1);
}

.focus\:text-green-900\/15:focus{
  color: rgb(20 83 45 / 0.15);
}

.focus\:text-green-900\/20:focus{
  color: rgb(20 83 45 / 0.2);
}

.focus\:text-green-900\/25:focus{
  color: rgb(20 83 45 / 0.25);
}

.focus\:text-green-900\/30:focus{
  color: rgb(20 83 45 / 0.3);
}

.focus\:text-green-900\/35:focus{
  color: rgb(20 83 45 / 0.35);
}

.focus\:text-green-900\/40:focus{
  color: rgb(20 83 45 / 0.4);
}

.focus\:text-green-900\/45:focus{
  color: rgb(20 83 45 / 0.45);
}

.focus\:text-green-900\/5:focus{
  color: rgb(20 83 45 / 0.05);
}

.focus\:text-green-900\/50:focus{
  color: rgb(20 83 45 / 0.5);
}

.focus\:text-green-900\/55:focus{
  color: rgb(20 83 45 / 0.55);
}

.focus\:text-green-900\/60:focus{
  color: rgb(20 83 45 / 0.6);
}

.focus\:text-green-900\/65:focus{
  color: rgb(20 83 45 / 0.65);
}

.focus\:text-green-900\/70:focus{
  color: rgb(20 83 45 / 0.7);
}

.focus\:text-green-900\/75:focus{
  color: rgb(20 83 45 / 0.75);
}

.focus\:text-green-900\/80:focus{
  color: rgb(20 83 45 / 0.8);
}

.focus\:text-green-900\/85:focus{
  color: rgb(20 83 45 / 0.85);
}

.focus\:text-green-900\/90:focus{
  color: rgb(20 83 45 / 0.9);
}

.focus\:text-green-900\/95:focus{
  color: rgb(20 83 45 / 0.95);
}

.focus\:text-indigo-100:focus{
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity));
}

.focus\:text-indigo-100\/0:focus{
  color: rgb(224 231 255 / 0);
}

.focus\:text-indigo-100\/10:focus{
  color: rgb(224 231 255 / 0.1);
}

.focus\:text-indigo-100\/100:focus{
  color: rgb(224 231 255 / 1);
}

.focus\:text-indigo-100\/15:focus{
  color: rgb(224 231 255 / 0.15);
}

.focus\:text-indigo-100\/20:focus{
  color: rgb(224 231 255 / 0.2);
}

.focus\:text-indigo-100\/25:focus{
  color: rgb(224 231 255 / 0.25);
}

.focus\:text-indigo-100\/30:focus{
  color: rgb(224 231 255 / 0.3);
}

.focus\:text-indigo-100\/35:focus{
  color: rgb(224 231 255 / 0.35);
}

.focus\:text-indigo-100\/40:focus{
  color: rgb(224 231 255 / 0.4);
}

.focus\:text-indigo-100\/45:focus{
  color: rgb(224 231 255 / 0.45);
}

.focus\:text-indigo-100\/5:focus{
  color: rgb(224 231 255 / 0.05);
}

.focus\:text-indigo-100\/50:focus{
  color: rgb(224 231 255 / 0.5);
}

.focus\:text-indigo-100\/55:focus{
  color: rgb(224 231 255 / 0.55);
}

.focus\:text-indigo-100\/60:focus{
  color: rgb(224 231 255 / 0.6);
}

.focus\:text-indigo-100\/65:focus{
  color: rgb(224 231 255 / 0.65);
}

.focus\:text-indigo-100\/70:focus{
  color: rgb(224 231 255 / 0.7);
}

.focus\:text-indigo-100\/75:focus{
  color: rgb(224 231 255 / 0.75);
}

.focus\:text-indigo-100\/80:focus{
  color: rgb(224 231 255 / 0.8);
}

.focus\:text-indigo-100\/85:focus{
  color: rgb(224 231 255 / 0.85);
}

.focus\:text-indigo-100\/90:focus{
  color: rgb(224 231 255 / 0.9);
}

.focus\:text-indigo-100\/95:focus{
  color: rgb(224 231 255 / 0.95);
}

.focus\:text-indigo-200:focus{
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity));
}

.focus\:text-indigo-200\/0:focus{
  color: rgb(199 210 254 / 0);
}

.focus\:text-indigo-200\/10:focus{
  color: rgb(199 210 254 / 0.1);
}

.focus\:text-indigo-200\/100:focus{
  color: rgb(199 210 254 / 1);
}

.focus\:text-indigo-200\/15:focus{
  color: rgb(199 210 254 / 0.15);
}

.focus\:text-indigo-200\/20:focus{
  color: rgb(199 210 254 / 0.2);
}

.focus\:text-indigo-200\/25:focus{
  color: rgb(199 210 254 / 0.25);
}

.focus\:text-indigo-200\/30:focus{
  color: rgb(199 210 254 / 0.3);
}

.focus\:text-indigo-200\/35:focus{
  color: rgb(199 210 254 / 0.35);
}

.focus\:text-indigo-200\/40:focus{
  color: rgb(199 210 254 / 0.4);
}

.focus\:text-indigo-200\/45:focus{
  color: rgb(199 210 254 / 0.45);
}

.focus\:text-indigo-200\/5:focus{
  color: rgb(199 210 254 / 0.05);
}

.focus\:text-indigo-200\/50:focus{
  color: rgb(199 210 254 / 0.5);
}

.focus\:text-indigo-200\/55:focus{
  color: rgb(199 210 254 / 0.55);
}

.focus\:text-indigo-200\/60:focus{
  color: rgb(199 210 254 / 0.6);
}

.focus\:text-indigo-200\/65:focus{
  color: rgb(199 210 254 / 0.65);
}

.focus\:text-indigo-200\/70:focus{
  color: rgb(199 210 254 / 0.7);
}

.focus\:text-indigo-200\/75:focus{
  color: rgb(199 210 254 / 0.75);
}

.focus\:text-indigo-200\/80:focus{
  color: rgb(199 210 254 / 0.8);
}

.focus\:text-indigo-200\/85:focus{
  color: rgb(199 210 254 / 0.85);
}

.focus\:text-indigo-200\/90:focus{
  color: rgb(199 210 254 / 0.9);
}

.focus\:text-indigo-200\/95:focus{
  color: rgb(199 210 254 / 0.95);
}

.focus\:text-indigo-300:focus{
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity));
}

.focus\:text-indigo-300\/0:focus{
  color: rgb(165 180 252 / 0);
}

.focus\:text-indigo-300\/10:focus{
  color: rgb(165 180 252 / 0.1);
}

.focus\:text-indigo-300\/100:focus{
  color: rgb(165 180 252 / 1);
}

.focus\:text-indigo-300\/15:focus{
  color: rgb(165 180 252 / 0.15);
}

.focus\:text-indigo-300\/20:focus{
  color: rgb(165 180 252 / 0.2);
}

.focus\:text-indigo-300\/25:focus{
  color: rgb(165 180 252 / 0.25);
}

.focus\:text-indigo-300\/30:focus{
  color: rgb(165 180 252 / 0.3);
}

.focus\:text-indigo-300\/35:focus{
  color: rgb(165 180 252 / 0.35);
}

.focus\:text-indigo-300\/40:focus{
  color: rgb(165 180 252 / 0.4);
}

.focus\:text-indigo-300\/45:focus{
  color: rgb(165 180 252 / 0.45);
}

.focus\:text-indigo-300\/5:focus{
  color: rgb(165 180 252 / 0.05);
}

.focus\:text-indigo-300\/50:focus{
  color: rgb(165 180 252 / 0.5);
}

.focus\:text-indigo-300\/55:focus{
  color: rgb(165 180 252 / 0.55);
}

.focus\:text-indigo-300\/60:focus{
  color: rgb(165 180 252 / 0.6);
}

.focus\:text-indigo-300\/65:focus{
  color: rgb(165 180 252 / 0.65);
}

.focus\:text-indigo-300\/70:focus{
  color: rgb(165 180 252 / 0.7);
}

.focus\:text-indigo-300\/75:focus{
  color: rgb(165 180 252 / 0.75);
}

.focus\:text-indigo-300\/80:focus{
  color: rgb(165 180 252 / 0.8);
}

.focus\:text-indigo-300\/85:focus{
  color: rgb(165 180 252 / 0.85);
}

.focus\:text-indigo-300\/90:focus{
  color: rgb(165 180 252 / 0.9);
}

.focus\:text-indigo-300\/95:focus{
  color: rgb(165 180 252 / 0.95);
}

.focus\:text-indigo-400:focus{
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity));
}

.focus\:text-indigo-400\/0:focus{
  color: rgb(129 140 248 / 0);
}

.focus\:text-indigo-400\/10:focus{
  color: rgb(129 140 248 / 0.1);
}

.focus\:text-indigo-400\/100:focus{
  color: rgb(129 140 248 / 1);
}

.focus\:text-indigo-400\/15:focus{
  color: rgb(129 140 248 / 0.15);
}

.focus\:text-indigo-400\/20:focus{
  color: rgb(129 140 248 / 0.2);
}

.focus\:text-indigo-400\/25:focus{
  color: rgb(129 140 248 / 0.25);
}

.focus\:text-indigo-400\/30:focus{
  color: rgb(129 140 248 / 0.3);
}

.focus\:text-indigo-400\/35:focus{
  color: rgb(129 140 248 / 0.35);
}

.focus\:text-indigo-400\/40:focus{
  color: rgb(129 140 248 / 0.4);
}

.focus\:text-indigo-400\/45:focus{
  color: rgb(129 140 248 / 0.45);
}

.focus\:text-indigo-400\/5:focus{
  color: rgb(129 140 248 / 0.05);
}

.focus\:text-indigo-400\/50:focus{
  color: rgb(129 140 248 / 0.5);
}

.focus\:text-indigo-400\/55:focus{
  color: rgb(129 140 248 / 0.55);
}

.focus\:text-indigo-400\/60:focus{
  color: rgb(129 140 248 / 0.6);
}

.focus\:text-indigo-400\/65:focus{
  color: rgb(129 140 248 / 0.65);
}

.focus\:text-indigo-400\/70:focus{
  color: rgb(129 140 248 / 0.7);
}

.focus\:text-indigo-400\/75:focus{
  color: rgb(129 140 248 / 0.75);
}

.focus\:text-indigo-400\/80:focus{
  color: rgb(129 140 248 / 0.8);
}

.focus\:text-indigo-400\/85:focus{
  color: rgb(129 140 248 / 0.85);
}

.focus\:text-indigo-400\/90:focus{
  color: rgb(129 140 248 / 0.9);
}

.focus\:text-indigo-400\/95:focus{
  color: rgb(129 140 248 / 0.95);
}

.focus\:text-indigo-50:focus{
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity));
}

.focus\:text-indigo-50\/0:focus{
  color: rgb(238 242 255 / 0);
}

.focus\:text-indigo-50\/10:focus{
  color: rgb(238 242 255 / 0.1);
}

.focus\:text-indigo-50\/100:focus{
  color: rgb(238 242 255 / 1);
}

.focus\:text-indigo-50\/15:focus{
  color: rgb(238 242 255 / 0.15);
}

.focus\:text-indigo-50\/20:focus{
  color: rgb(238 242 255 / 0.2);
}

.focus\:text-indigo-50\/25:focus{
  color: rgb(238 242 255 / 0.25);
}

.focus\:text-indigo-50\/30:focus{
  color: rgb(238 242 255 / 0.3);
}

.focus\:text-indigo-50\/35:focus{
  color: rgb(238 242 255 / 0.35);
}

.focus\:text-indigo-50\/40:focus{
  color: rgb(238 242 255 / 0.4);
}

.focus\:text-indigo-50\/45:focus{
  color: rgb(238 242 255 / 0.45);
}

.focus\:text-indigo-50\/5:focus{
  color: rgb(238 242 255 / 0.05);
}

.focus\:text-indigo-50\/50:focus{
  color: rgb(238 242 255 / 0.5);
}

.focus\:text-indigo-50\/55:focus{
  color: rgb(238 242 255 / 0.55);
}

.focus\:text-indigo-50\/60:focus{
  color: rgb(238 242 255 / 0.6);
}

.focus\:text-indigo-50\/65:focus{
  color: rgb(238 242 255 / 0.65);
}

.focus\:text-indigo-50\/70:focus{
  color: rgb(238 242 255 / 0.7);
}

.focus\:text-indigo-50\/75:focus{
  color: rgb(238 242 255 / 0.75);
}

.focus\:text-indigo-50\/80:focus{
  color: rgb(238 242 255 / 0.8);
}

.focus\:text-indigo-50\/85:focus{
  color: rgb(238 242 255 / 0.85);
}

.focus\:text-indigo-50\/90:focus{
  color: rgb(238 242 255 / 0.9);
}

.focus\:text-indigo-50\/95:focus{
  color: rgb(238 242 255 / 0.95);
}

.focus\:text-indigo-500:focus{
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

.focus\:text-indigo-500\/0:focus{
  color: rgb(99 102 241 / 0);
}

.focus\:text-indigo-500\/10:focus{
  color: rgb(99 102 241 / 0.1);
}

.focus\:text-indigo-500\/100:focus{
  color: rgb(99 102 241 / 1);
}

.focus\:text-indigo-500\/15:focus{
  color: rgb(99 102 241 / 0.15);
}

.focus\:text-indigo-500\/20:focus{
  color: rgb(99 102 241 / 0.2);
}

.focus\:text-indigo-500\/25:focus{
  color: rgb(99 102 241 / 0.25);
}

.focus\:text-indigo-500\/30:focus{
  color: rgb(99 102 241 / 0.3);
}

.focus\:text-indigo-500\/35:focus{
  color: rgb(99 102 241 / 0.35);
}

.focus\:text-indigo-500\/40:focus{
  color: rgb(99 102 241 / 0.4);
}

.focus\:text-indigo-500\/45:focus{
  color: rgb(99 102 241 / 0.45);
}

.focus\:text-indigo-500\/5:focus{
  color: rgb(99 102 241 / 0.05);
}

.focus\:text-indigo-500\/50:focus{
  color: rgb(99 102 241 / 0.5);
}

.focus\:text-indigo-500\/55:focus{
  color: rgb(99 102 241 / 0.55);
}

.focus\:text-indigo-500\/60:focus{
  color: rgb(99 102 241 / 0.6);
}

.focus\:text-indigo-500\/65:focus{
  color: rgb(99 102 241 / 0.65);
}

.focus\:text-indigo-500\/70:focus{
  color: rgb(99 102 241 / 0.7);
}

.focus\:text-indigo-500\/75:focus{
  color: rgb(99 102 241 / 0.75);
}

.focus\:text-indigo-500\/80:focus{
  color: rgb(99 102 241 / 0.8);
}

.focus\:text-indigo-500\/85:focus{
  color: rgb(99 102 241 / 0.85);
}

.focus\:text-indigo-500\/90:focus{
  color: rgb(99 102 241 / 0.9);
}

.focus\:text-indigo-500\/95:focus{
  color: rgb(99 102 241 / 0.95);
}

.focus\:text-indigo-600:focus{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}

.focus\:text-indigo-600\/0:focus{
  color: rgb(79 70 229 / 0);
}

.focus\:text-indigo-600\/10:focus{
  color: rgb(79 70 229 / 0.1);
}

.focus\:text-indigo-600\/100:focus{
  color: rgb(79 70 229 / 1);
}

.focus\:text-indigo-600\/15:focus{
  color: rgb(79 70 229 / 0.15);
}

.focus\:text-indigo-600\/20:focus{
  color: rgb(79 70 229 / 0.2);
}

.focus\:text-indigo-600\/25:focus{
  color: rgb(79 70 229 / 0.25);
}

.focus\:text-indigo-600\/30:focus{
  color: rgb(79 70 229 / 0.3);
}

.focus\:text-indigo-600\/35:focus{
  color: rgb(79 70 229 / 0.35);
}

.focus\:text-indigo-600\/40:focus{
  color: rgb(79 70 229 / 0.4);
}

.focus\:text-indigo-600\/45:focus{
  color: rgb(79 70 229 / 0.45);
}

.focus\:text-indigo-600\/5:focus{
  color: rgb(79 70 229 / 0.05);
}

.focus\:text-indigo-600\/50:focus{
  color: rgb(79 70 229 / 0.5);
}

.focus\:text-indigo-600\/55:focus{
  color: rgb(79 70 229 / 0.55);
}

.focus\:text-indigo-600\/60:focus{
  color: rgb(79 70 229 / 0.6);
}

.focus\:text-indigo-600\/65:focus{
  color: rgb(79 70 229 / 0.65);
}

.focus\:text-indigo-600\/70:focus{
  color: rgb(79 70 229 / 0.7);
}

.focus\:text-indigo-600\/75:focus{
  color: rgb(79 70 229 / 0.75);
}

.focus\:text-indigo-600\/80:focus{
  color: rgb(79 70 229 / 0.8);
}

.focus\:text-indigo-600\/85:focus{
  color: rgb(79 70 229 / 0.85);
}

.focus\:text-indigo-600\/90:focus{
  color: rgb(79 70 229 / 0.9);
}

.focus\:text-indigo-600\/95:focus{
  color: rgb(79 70 229 / 0.95);
}

.focus\:text-indigo-700:focus{
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}

.focus\:text-indigo-700\/0:focus{
  color: rgb(67 56 202 / 0);
}

.focus\:text-indigo-700\/10:focus{
  color: rgb(67 56 202 / 0.1);
}

.focus\:text-indigo-700\/100:focus{
  color: rgb(67 56 202 / 1);
}

.focus\:text-indigo-700\/15:focus{
  color: rgb(67 56 202 / 0.15);
}

.focus\:text-indigo-700\/20:focus{
  color: rgb(67 56 202 / 0.2);
}

.focus\:text-indigo-700\/25:focus{
  color: rgb(67 56 202 / 0.25);
}

.focus\:text-indigo-700\/30:focus{
  color: rgb(67 56 202 / 0.3);
}

.focus\:text-indigo-700\/35:focus{
  color: rgb(67 56 202 / 0.35);
}

.focus\:text-indigo-700\/40:focus{
  color: rgb(67 56 202 / 0.4);
}

.focus\:text-indigo-700\/45:focus{
  color: rgb(67 56 202 / 0.45);
}

.focus\:text-indigo-700\/5:focus{
  color: rgb(67 56 202 / 0.05);
}

.focus\:text-indigo-700\/50:focus{
  color: rgb(67 56 202 / 0.5);
}

.focus\:text-indigo-700\/55:focus{
  color: rgb(67 56 202 / 0.55);
}

.focus\:text-indigo-700\/60:focus{
  color: rgb(67 56 202 / 0.6);
}

.focus\:text-indigo-700\/65:focus{
  color: rgb(67 56 202 / 0.65);
}

.focus\:text-indigo-700\/70:focus{
  color: rgb(67 56 202 / 0.7);
}

.focus\:text-indigo-700\/75:focus{
  color: rgb(67 56 202 / 0.75);
}

.focus\:text-indigo-700\/80:focus{
  color: rgb(67 56 202 / 0.8);
}

.focus\:text-indigo-700\/85:focus{
  color: rgb(67 56 202 / 0.85);
}

.focus\:text-indigo-700\/90:focus{
  color: rgb(67 56 202 / 0.9);
}

.focus\:text-indigo-700\/95:focus{
  color: rgb(67 56 202 / 0.95);
}

.focus\:text-indigo-800:focus{
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}

.focus\:text-indigo-800\/0:focus{
  color: rgb(55 48 163 / 0);
}

.focus\:text-indigo-800\/10:focus{
  color: rgb(55 48 163 / 0.1);
}

.focus\:text-indigo-800\/100:focus{
  color: rgb(55 48 163 / 1);
}

.focus\:text-indigo-800\/15:focus{
  color: rgb(55 48 163 / 0.15);
}

.focus\:text-indigo-800\/20:focus{
  color: rgb(55 48 163 / 0.2);
}

.focus\:text-indigo-800\/25:focus{
  color: rgb(55 48 163 / 0.25);
}

.focus\:text-indigo-800\/30:focus{
  color: rgb(55 48 163 / 0.3);
}

.focus\:text-indigo-800\/35:focus{
  color: rgb(55 48 163 / 0.35);
}

.focus\:text-indigo-800\/40:focus{
  color: rgb(55 48 163 / 0.4);
}

.focus\:text-indigo-800\/45:focus{
  color: rgb(55 48 163 / 0.45);
}

.focus\:text-indigo-800\/5:focus{
  color: rgb(55 48 163 / 0.05);
}

.focus\:text-indigo-800\/50:focus{
  color: rgb(55 48 163 / 0.5);
}

.focus\:text-indigo-800\/55:focus{
  color: rgb(55 48 163 / 0.55);
}

.focus\:text-indigo-800\/60:focus{
  color: rgb(55 48 163 / 0.6);
}

.focus\:text-indigo-800\/65:focus{
  color: rgb(55 48 163 / 0.65);
}

.focus\:text-indigo-800\/70:focus{
  color: rgb(55 48 163 / 0.7);
}

.focus\:text-indigo-800\/75:focus{
  color: rgb(55 48 163 / 0.75);
}

.focus\:text-indigo-800\/80:focus{
  color: rgb(55 48 163 / 0.8);
}

.focus\:text-indigo-800\/85:focus{
  color: rgb(55 48 163 / 0.85);
}

.focus\:text-indigo-800\/90:focus{
  color: rgb(55 48 163 / 0.9);
}

.focus\:text-indigo-800\/95:focus{
  color: rgb(55 48 163 / 0.95);
}

.focus\:text-indigo-900:focus{
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity));
}

.focus\:text-indigo-900\/0:focus{
  color: rgb(49 46 129 / 0);
}

.focus\:text-indigo-900\/10:focus{
  color: rgb(49 46 129 / 0.1);
}

.focus\:text-indigo-900\/100:focus{
  color: rgb(49 46 129 / 1);
}

.focus\:text-indigo-900\/15:focus{
  color: rgb(49 46 129 / 0.15);
}

.focus\:text-indigo-900\/20:focus{
  color: rgb(49 46 129 / 0.2);
}

.focus\:text-indigo-900\/25:focus{
  color: rgb(49 46 129 / 0.25);
}

.focus\:text-indigo-900\/30:focus{
  color: rgb(49 46 129 / 0.3);
}

.focus\:text-indigo-900\/35:focus{
  color: rgb(49 46 129 / 0.35);
}

.focus\:text-indigo-900\/40:focus{
  color: rgb(49 46 129 / 0.4);
}

.focus\:text-indigo-900\/45:focus{
  color: rgb(49 46 129 / 0.45);
}

.focus\:text-indigo-900\/5:focus{
  color: rgb(49 46 129 / 0.05);
}

.focus\:text-indigo-900\/50:focus{
  color: rgb(49 46 129 / 0.5);
}

.focus\:text-indigo-900\/55:focus{
  color: rgb(49 46 129 / 0.55);
}

.focus\:text-indigo-900\/60:focus{
  color: rgb(49 46 129 / 0.6);
}

.focus\:text-indigo-900\/65:focus{
  color: rgb(49 46 129 / 0.65);
}

.focus\:text-indigo-900\/70:focus{
  color: rgb(49 46 129 / 0.7);
}

.focus\:text-indigo-900\/75:focus{
  color: rgb(49 46 129 / 0.75);
}

.focus\:text-indigo-900\/80:focus{
  color: rgb(49 46 129 / 0.8);
}

.focus\:text-indigo-900\/85:focus{
  color: rgb(49 46 129 / 0.85);
}

.focus\:text-indigo-900\/90:focus{
  color: rgb(49 46 129 / 0.9);
}

.focus\:text-indigo-900\/95:focus{
  color: rgb(49 46 129 / 0.95);
}

.focus\:text-red-100:focus{
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity));
}

.focus\:text-red-100\/0:focus{
  color: rgb(254 226 226 / 0);
}

.focus\:text-red-100\/10:focus{
  color: rgb(254 226 226 / 0.1);
}

.focus\:text-red-100\/100:focus{
  color: rgb(254 226 226 / 1);
}

.focus\:text-red-100\/15:focus{
  color: rgb(254 226 226 / 0.15);
}

.focus\:text-red-100\/20:focus{
  color: rgb(254 226 226 / 0.2);
}

.focus\:text-red-100\/25:focus{
  color: rgb(254 226 226 / 0.25);
}

.focus\:text-red-100\/30:focus{
  color: rgb(254 226 226 / 0.3);
}

.focus\:text-red-100\/35:focus{
  color: rgb(254 226 226 / 0.35);
}

.focus\:text-red-100\/40:focus{
  color: rgb(254 226 226 / 0.4);
}

.focus\:text-red-100\/45:focus{
  color: rgb(254 226 226 / 0.45);
}

.focus\:text-red-100\/5:focus{
  color: rgb(254 226 226 / 0.05);
}

.focus\:text-red-100\/50:focus{
  color: rgb(254 226 226 / 0.5);
}

.focus\:text-red-100\/55:focus{
  color: rgb(254 226 226 / 0.55);
}

.focus\:text-red-100\/60:focus{
  color: rgb(254 226 226 / 0.6);
}

.focus\:text-red-100\/65:focus{
  color: rgb(254 226 226 / 0.65);
}

.focus\:text-red-100\/70:focus{
  color: rgb(254 226 226 / 0.7);
}

.focus\:text-red-100\/75:focus{
  color: rgb(254 226 226 / 0.75);
}

.focus\:text-red-100\/80:focus{
  color: rgb(254 226 226 / 0.8);
}

.focus\:text-red-100\/85:focus{
  color: rgb(254 226 226 / 0.85);
}

.focus\:text-red-100\/90:focus{
  color: rgb(254 226 226 / 0.9);
}

.focus\:text-red-100\/95:focus{
  color: rgb(254 226 226 / 0.95);
}

.focus\:text-red-200:focus{
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity));
}

.focus\:text-red-200\/0:focus{
  color: rgb(254 202 202 / 0);
}

.focus\:text-red-200\/10:focus{
  color: rgb(254 202 202 / 0.1);
}

.focus\:text-red-200\/100:focus{
  color: rgb(254 202 202 / 1);
}

.focus\:text-red-200\/15:focus{
  color: rgb(254 202 202 / 0.15);
}

.focus\:text-red-200\/20:focus{
  color: rgb(254 202 202 / 0.2);
}

.focus\:text-red-200\/25:focus{
  color: rgb(254 202 202 / 0.25);
}

.focus\:text-red-200\/30:focus{
  color: rgb(254 202 202 / 0.3);
}

.focus\:text-red-200\/35:focus{
  color: rgb(254 202 202 / 0.35);
}

.focus\:text-red-200\/40:focus{
  color: rgb(254 202 202 / 0.4);
}

.focus\:text-red-200\/45:focus{
  color: rgb(254 202 202 / 0.45);
}

.focus\:text-red-200\/5:focus{
  color: rgb(254 202 202 / 0.05);
}

.focus\:text-red-200\/50:focus{
  color: rgb(254 202 202 / 0.5);
}

.focus\:text-red-200\/55:focus{
  color: rgb(254 202 202 / 0.55);
}

.focus\:text-red-200\/60:focus{
  color: rgb(254 202 202 / 0.6);
}

.focus\:text-red-200\/65:focus{
  color: rgb(254 202 202 / 0.65);
}

.focus\:text-red-200\/70:focus{
  color: rgb(254 202 202 / 0.7);
}

.focus\:text-red-200\/75:focus{
  color: rgb(254 202 202 / 0.75);
}

.focus\:text-red-200\/80:focus{
  color: rgb(254 202 202 / 0.8);
}

.focus\:text-red-200\/85:focus{
  color: rgb(254 202 202 / 0.85);
}

.focus\:text-red-200\/90:focus{
  color: rgb(254 202 202 / 0.9);
}

.focus\:text-red-200\/95:focus{
  color: rgb(254 202 202 / 0.95);
}

.focus\:text-red-300:focus{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}

.focus\:text-red-300\/0:focus{
  color: rgb(252 165 165 / 0);
}

.focus\:text-red-300\/10:focus{
  color: rgb(252 165 165 / 0.1);
}

.focus\:text-red-300\/100:focus{
  color: rgb(252 165 165 / 1);
}

.focus\:text-red-300\/15:focus{
  color: rgb(252 165 165 / 0.15);
}

.focus\:text-red-300\/20:focus{
  color: rgb(252 165 165 / 0.2);
}

.focus\:text-red-300\/25:focus{
  color: rgb(252 165 165 / 0.25);
}

.focus\:text-red-300\/30:focus{
  color: rgb(252 165 165 / 0.3);
}

.focus\:text-red-300\/35:focus{
  color: rgb(252 165 165 / 0.35);
}

.focus\:text-red-300\/40:focus{
  color: rgb(252 165 165 / 0.4);
}

.focus\:text-red-300\/45:focus{
  color: rgb(252 165 165 / 0.45);
}

.focus\:text-red-300\/5:focus{
  color: rgb(252 165 165 / 0.05);
}

.focus\:text-red-300\/50:focus{
  color: rgb(252 165 165 / 0.5);
}

.focus\:text-red-300\/55:focus{
  color: rgb(252 165 165 / 0.55);
}

.focus\:text-red-300\/60:focus{
  color: rgb(252 165 165 / 0.6);
}

.focus\:text-red-300\/65:focus{
  color: rgb(252 165 165 / 0.65);
}

.focus\:text-red-300\/70:focus{
  color: rgb(252 165 165 / 0.7);
}

.focus\:text-red-300\/75:focus{
  color: rgb(252 165 165 / 0.75);
}

.focus\:text-red-300\/80:focus{
  color: rgb(252 165 165 / 0.8);
}

.focus\:text-red-300\/85:focus{
  color: rgb(252 165 165 / 0.85);
}

.focus\:text-red-300\/90:focus{
  color: rgb(252 165 165 / 0.9);
}

.focus\:text-red-300\/95:focus{
  color: rgb(252 165 165 / 0.95);
}

.focus\:text-red-400:focus{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}

.focus\:text-red-400\/0:focus{
  color: rgb(248 113 113 / 0);
}

.focus\:text-red-400\/10:focus{
  color: rgb(248 113 113 / 0.1);
}

.focus\:text-red-400\/100:focus{
  color: rgb(248 113 113 / 1);
}

.focus\:text-red-400\/15:focus{
  color: rgb(248 113 113 / 0.15);
}

.focus\:text-red-400\/20:focus{
  color: rgb(248 113 113 / 0.2);
}

.focus\:text-red-400\/25:focus{
  color: rgb(248 113 113 / 0.25);
}

.focus\:text-red-400\/30:focus{
  color: rgb(248 113 113 / 0.3);
}

.focus\:text-red-400\/35:focus{
  color: rgb(248 113 113 / 0.35);
}

.focus\:text-red-400\/40:focus{
  color: rgb(248 113 113 / 0.4);
}

.focus\:text-red-400\/45:focus{
  color: rgb(248 113 113 / 0.45);
}

.focus\:text-red-400\/5:focus{
  color: rgb(248 113 113 / 0.05);
}

.focus\:text-red-400\/50:focus{
  color: rgb(248 113 113 / 0.5);
}

.focus\:text-red-400\/55:focus{
  color: rgb(248 113 113 / 0.55);
}

.focus\:text-red-400\/60:focus{
  color: rgb(248 113 113 / 0.6);
}

.focus\:text-red-400\/65:focus{
  color: rgb(248 113 113 / 0.65);
}

.focus\:text-red-400\/70:focus{
  color: rgb(248 113 113 / 0.7);
}

.focus\:text-red-400\/75:focus{
  color: rgb(248 113 113 / 0.75);
}

.focus\:text-red-400\/80:focus{
  color: rgb(248 113 113 / 0.8);
}

.focus\:text-red-400\/85:focus{
  color: rgb(248 113 113 / 0.85);
}

.focus\:text-red-400\/90:focus{
  color: rgb(248 113 113 / 0.9);
}

.focus\:text-red-400\/95:focus{
  color: rgb(248 113 113 / 0.95);
}

.focus\:text-red-50:focus{
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity));
}

.focus\:text-red-50\/0:focus{
  color: rgb(254 242 242 / 0);
}

.focus\:text-red-50\/10:focus{
  color: rgb(254 242 242 / 0.1);
}

.focus\:text-red-50\/100:focus{
  color: rgb(254 242 242 / 1);
}

.focus\:text-red-50\/15:focus{
  color: rgb(254 242 242 / 0.15);
}

.focus\:text-red-50\/20:focus{
  color: rgb(254 242 242 / 0.2);
}

.focus\:text-red-50\/25:focus{
  color: rgb(254 242 242 / 0.25);
}

.focus\:text-red-50\/30:focus{
  color: rgb(254 242 242 / 0.3);
}

.focus\:text-red-50\/35:focus{
  color: rgb(254 242 242 / 0.35);
}

.focus\:text-red-50\/40:focus{
  color: rgb(254 242 242 / 0.4);
}

.focus\:text-red-50\/45:focus{
  color: rgb(254 242 242 / 0.45);
}

.focus\:text-red-50\/5:focus{
  color: rgb(254 242 242 / 0.05);
}

.focus\:text-red-50\/50:focus{
  color: rgb(254 242 242 / 0.5);
}

.focus\:text-red-50\/55:focus{
  color: rgb(254 242 242 / 0.55);
}

.focus\:text-red-50\/60:focus{
  color: rgb(254 242 242 / 0.6);
}

.focus\:text-red-50\/65:focus{
  color: rgb(254 242 242 / 0.65);
}

.focus\:text-red-50\/70:focus{
  color: rgb(254 242 242 / 0.7);
}

.focus\:text-red-50\/75:focus{
  color: rgb(254 242 242 / 0.75);
}

.focus\:text-red-50\/80:focus{
  color: rgb(254 242 242 / 0.8);
}

.focus\:text-red-50\/85:focus{
  color: rgb(254 242 242 / 0.85);
}

.focus\:text-red-50\/90:focus{
  color: rgb(254 242 242 / 0.9);
}

.focus\:text-red-50\/95:focus{
  color: rgb(254 242 242 / 0.95);
}

.focus\:text-red-500:focus{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.focus\:text-red-500\/0:focus{
  color: rgb(239 68 68 / 0);
}

.focus\:text-red-500\/10:focus{
  color: rgb(239 68 68 / 0.1);
}

.focus\:text-red-500\/100:focus{
  color: rgb(239 68 68 / 1);
}

.focus\:text-red-500\/15:focus{
  color: rgb(239 68 68 / 0.15);
}

.focus\:text-red-500\/20:focus{
  color: rgb(239 68 68 / 0.2);
}

.focus\:text-red-500\/25:focus{
  color: rgb(239 68 68 / 0.25);
}

.focus\:text-red-500\/30:focus{
  color: rgb(239 68 68 / 0.3);
}

.focus\:text-red-500\/35:focus{
  color: rgb(239 68 68 / 0.35);
}

.focus\:text-red-500\/40:focus{
  color: rgb(239 68 68 / 0.4);
}

.focus\:text-red-500\/45:focus{
  color: rgb(239 68 68 / 0.45);
}

.focus\:text-red-500\/5:focus{
  color: rgb(239 68 68 / 0.05);
}

.focus\:text-red-500\/50:focus{
  color: rgb(239 68 68 / 0.5);
}

.focus\:text-red-500\/55:focus{
  color: rgb(239 68 68 / 0.55);
}

.focus\:text-red-500\/60:focus{
  color: rgb(239 68 68 / 0.6);
}

.focus\:text-red-500\/65:focus{
  color: rgb(239 68 68 / 0.65);
}

.focus\:text-red-500\/70:focus{
  color: rgb(239 68 68 / 0.7);
}

.focus\:text-red-500\/75:focus{
  color: rgb(239 68 68 / 0.75);
}

.focus\:text-red-500\/80:focus{
  color: rgb(239 68 68 / 0.8);
}

.focus\:text-red-500\/85:focus{
  color: rgb(239 68 68 / 0.85);
}

.focus\:text-red-500\/90:focus{
  color: rgb(239 68 68 / 0.9);
}

.focus\:text-red-500\/95:focus{
  color: rgb(239 68 68 / 0.95);
}

.focus\:text-red-600:focus{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.focus\:text-red-600\/0:focus{
  color: rgb(220 38 38 / 0);
}

.focus\:text-red-600\/10:focus{
  color: rgb(220 38 38 / 0.1);
}

.focus\:text-red-600\/100:focus{
  color: rgb(220 38 38 / 1);
}

.focus\:text-red-600\/15:focus{
  color: rgb(220 38 38 / 0.15);
}

.focus\:text-red-600\/20:focus{
  color: rgb(220 38 38 / 0.2);
}

.focus\:text-red-600\/25:focus{
  color: rgb(220 38 38 / 0.25);
}

.focus\:text-red-600\/30:focus{
  color: rgb(220 38 38 / 0.3);
}

.focus\:text-red-600\/35:focus{
  color: rgb(220 38 38 / 0.35);
}

.focus\:text-red-600\/40:focus{
  color: rgb(220 38 38 / 0.4);
}

.focus\:text-red-600\/45:focus{
  color: rgb(220 38 38 / 0.45);
}

.focus\:text-red-600\/5:focus{
  color: rgb(220 38 38 / 0.05);
}

.focus\:text-red-600\/50:focus{
  color: rgb(220 38 38 / 0.5);
}

.focus\:text-red-600\/55:focus{
  color: rgb(220 38 38 / 0.55);
}

.focus\:text-red-600\/60:focus{
  color: rgb(220 38 38 / 0.6);
}

.focus\:text-red-600\/65:focus{
  color: rgb(220 38 38 / 0.65);
}

.focus\:text-red-600\/70:focus{
  color: rgb(220 38 38 / 0.7);
}

.focus\:text-red-600\/75:focus{
  color: rgb(220 38 38 / 0.75);
}

.focus\:text-red-600\/80:focus{
  color: rgb(220 38 38 / 0.8);
}

.focus\:text-red-600\/85:focus{
  color: rgb(220 38 38 / 0.85);
}

.focus\:text-red-600\/90:focus{
  color: rgb(220 38 38 / 0.9);
}

.focus\:text-red-600\/95:focus{
  color: rgb(220 38 38 / 0.95);
}

.focus\:text-red-700:focus{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.focus\:text-red-700\/0:focus{
  color: rgb(185 28 28 / 0);
}

.focus\:text-red-700\/10:focus{
  color: rgb(185 28 28 / 0.1);
}

.focus\:text-red-700\/100:focus{
  color: rgb(185 28 28 / 1);
}

.focus\:text-red-700\/15:focus{
  color: rgb(185 28 28 / 0.15);
}

.focus\:text-red-700\/20:focus{
  color: rgb(185 28 28 / 0.2);
}

.focus\:text-red-700\/25:focus{
  color: rgb(185 28 28 / 0.25);
}

.focus\:text-red-700\/30:focus{
  color: rgb(185 28 28 / 0.3);
}

.focus\:text-red-700\/35:focus{
  color: rgb(185 28 28 / 0.35);
}

.focus\:text-red-700\/40:focus{
  color: rgb(185 28 28 / 0.4);
}

.focus\:text-red-700\/45:focus{
  color: rgb(185 28 28 / 0.45);
}

.focus\:text-red-700\/5:focus{
  color: rgb(185 28 28 / 0.05);
}

.focus\:text-red-700\/50:focus{
  color: rgb(185 28 28 / 0.5);
}

.focus\:text-red-700\/55:focus{
  color: rgb(185 28 28 / 0.55);
}

.focus\:text-red-700\/60:focus{
  color: rgb(185 28 28 / 0.6);
}

.focus\:text-red-700\/65:focus{
  color: rgb(185 28 28 / 0.65);
}

.focus\:text-red-700\/70:focus{
  color: rgb(185 28 28 / 0.7);
}

.focus\:text-red-700\/75:focus{
  color: rgb(185 28 28 / 0.75);
}

.focus\:text-red-700\/80:focus{
  color: rgb(185 28 28 / 0.8);
}

.focus\:text-red-700\/85:focus{
  color: rgb(185 28 28 / 0.85);
}

.focus\:text-red-700\/90:focus{
  color: rgb(185 28 28 / 0.9);
}

.focus\:text-red-700\/95:focus{
  color: rgb(185 28 28 / 0.95);
}

.focus\:text-red-800:focus{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

.focus\:text-red-800\/0:focus{
  color: rgb(153 27 27 / 0);
}

.focus\:text-red-800\/10:focus{
  color: rgb(153 27 27 / 0.1);
}

.focus\:text-red-800\/100:focus{
  color: rgb(153 27 27 / 1);
}

.focus\:text-red-800\/15:focus{
  color: rgb(153 27 27 / 0.15);
}

.focus\:text-red-800\/20:focus{
  color: rgb(153 27 27 / 0.2);
}

.focus\:text-red-800\/25:focus{
  color: rgb(153 27 27 / 0.25);
}

.focus\:text-red-800\/30:focus{
  color: rgb(153 27 27 / 0.3);
}

.focus\:text-red-800\/35:focus{
  color: rgb(153 27 27 / 0.35);
}

.focus\:text-red-800\/40:focus{
  color: rgb(153 27 27 / 0.4);
}

.focus\:text-red-800\/45:focus{
  color: rgb(153 27 27 / 0.45);
}

.focus\:text-red-800\/5:focus{
  color: rgb(153 27 27 / 0.05);
}

.focus\:text-red-800\/50:focus{
  color: rgb(153 27 27 / 0.5);
}

.focus\:text-red-800\/55:focus{
  color: rgb(153 27 27 / 0.55);
}

.focus\:text-red-800\/60:focus{
  color: rgb(153 27 27 / 0.6);
}

.focus\:text-red-800\/65:focus{
  color: rgb(153 27 27 / 0.65);
}

.focus\:text-red-800\/70:focus{
  color: rgb(153 27 27 / 0.7);
}

.focus\:text-red-800\/75:focus{
  color: rgb(153 27 27 / 0.75);
}

.focus\:text-red-800\/80:focus{
  color: rgb(153 27 27 / 0.8);
}

.focus\:text-red-800\/85:focus{
  color: rgb(153 27 27 / 0.85);
}

.focus\:text-red-800\/90:focus{
  color: rgb(153 27 27 / 0.9);
}

.focus\:text-red-800\/95:focus{
  color: rgb(153 27 27 / 0.95);
}

.focus\:text-red-900:focus{
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}

.focus\:text-red-900\/0:focus{
  color: rgb(127 29 29 / 0);
}

.focus\:text-red-900\/10:focus{
  color: rgb(127 29 29 / 0.1);
}

.focus\:text-red-900\/100:focus{
  color: rgb(127 29 29 / 1);
}

.focus\:text-red-900\/15:focus{
  color: rgb(127 29 29 / 0.15);
}

.focus\:text-red-900\/20:focus{
  color: rgb(127 29 29 / 0.2);
}

.focus\:text-red-900\/25:focus{
  color: rgb(127 29 29 / 0.25);
}

.focus\:text-red-900\/30:focus{
  color: rgb(127 29 29 / 0.3);
}

.focus\:text-red-900\/35:focus{
  color: rgb(127 29 29 / 0.35);
}

.focus\:text-red-900\/40:focus{
  color: rgb(127 29 29 / 0.4);
}

.focus\:text-red-900\/45:focus{
  color: rgb(127 29 29 / 0.45);
}

.focus\:text-red-900\/5:focus{
  color: rgb(127 29 29 / 0.05);
}

.focus\:text-red-900\/50:focus{
  color: rgb(127 29 29 / 0.5);
}

.focus\:text-red-900\/55:focus{
  color: rgb(127 29 29 / 0.55);
}

.focus\:text-red-900\/60:focus{
  color: rgb(127 29 29 / 0.6);
}

.focus\:text-red-900\/65:focus{
  color: rgb(127 29 29 / 0.65);
}

.focus\:text-red-900\/70:focus{
  color: rgb(127 29 29 / 0.7);
}

.focus\:text-red-900\/75:focus{
  color: rgb(127 29 29 / 0.75);
}

.focus\:text-red-900\/80:focus{
  color: rgb(127 29 29 / 0.8);
}

.focus\:text-red-900\/85:focus{
  color: rgb(127 29 29 / 0.85);
}

.focus\:text-red-900\/90:focus{
  color: rgb(127 29 29 / 0.9);
}

.focus\:text-red-900\/95:focus{
  color: rgb(127 29 29 / 0.95);
}

.focus\:text-yellow-100:focus{
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity));
}

.focus\:text-yellow-100\/0:focus{
  color: rgb(254 249 195 / 0);
}

.focus\:text-yellow-100\/10:focus{
  color: rgb(254 249 195 / 0.1);
}

.focus\:text-yellow-100\/100:focus{
  color: rgb(254 249 195 / 1);
}

.focus\:text-yellow-100\/15:focus{
  color: rgb(254 249 195 / 0.15);
}

.focus\:text-yellow-100\/20:focus{
  color: rgb(254 249 195 / 0.2);
}

.focus\:text-yellow-100\/25:focus{
  color: rgb(254 249 195 / 0.25);
}

.focus\:text-yellow-100\/30:focus{
  color: rgb(254 249 195 / 0.3);
}

.focus\:text-yellow-100\/35:focus{
  color: rgb(254 249 195 / 0.35);
}

.focus\:text-yellow-100\/40:focus{
  color: rgb(254 249 195 / 0.4);
}

.focus\:text-yellow-100\/45:focus{
  color: rgb(254 249 195 / 0.45);
}

.focus\:text-yellow-100\/5:focus{
  color: rgb(254 249 195 / 0.05);
}

.focus\:text-yellow-100\/50:focus{
  color: rgb(254 249 195 / 0.5);
}

.focus\:text-yellow-100\/55:focus{
  color: rgb(254 249 195 / 0.55);
}

.focus\:text-yellow-100\/60:focus{
  color: rgb(254 249 195 / 0.6);
}

.focus\:text-yellow-100\/65:focus{
  color: rgb(254 249 195 / 0.65);
}

.focus\:text-yellow-100\/70:focus{
  color: rgb(254 249 195 / 0.7);
}

.focus\:text-yellow-100\/75:focus{
  color: rgb(254 249 195 / 0.75);
}

.focus\:text-yellow-100\/80:focus{
  color: rgb(254 249 195 / 0.8);
}

.focus\:text-yellow-100\/85:focus{
  color: rgb(254 249 195 / 0.85);
}

.focus\:text-yellow-100\/90:focus{
  color: rgb(254 249 195 / 0.9);
}

.focus\:text-yellow-100\/95:focus{
  color: rgb(254 249 195 / 0.95);
}

.focus\:text-yellow-200:focus{
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity));
}

.focus\:text-yellow-200\/0:focus{
  color: rgb(254 240 138 / 0);
}

.focus\:text-yellow-200\/10:focus{
  color: rgb(254 240 138 / 0.1);
}

.focus\:text-yellow-200\/100:focus{
  color: rgb(254 240 138 / 1);
}

.focus\:text-yellow-200\/15:focus{
  color: rgb(254 240 138 / 0.15);
}

.focus\:text-yellow-200\/20:focus{
  color: rgb(254 240 138 / 0.2);
}

.focus\:text-yellow-200\/25:focus{
  color: rgb(254 240 138 / 0.25);
}

.focus\:text-yellow-200\/30:focus{
  color: rgb(254 240 138 / 0.3);
}

.focus\:text-yellow-200\/35:focus{
  color: rgb(254 240 138 / 0.35);
}

.focus\:text-yellow-200\/40:focus{
  color: rgb(254 240 138 / 0.4);
}

.focus\:text-yellow-200\/45:focus{
  color: rgb(254 240 138 / 0.45);
}

.focus\:text-yellow-200\/5:focus{
  color: rgb(254 240 138 / 0.05);
}

.focus\:text-yellow-200\/50:focus{
  color: rgb(254 240 138 / 0.5);
}

.focus\:text-yellow-200\/55:focus{
  color: rgb(254 240 138 / 0.55);
}

.focus\:text-yellow-200\/60:focus{
  color: rgb(254 240 138 / 0.6);
}

.focus\:text-yellow-200\/65:focus{
  color: rgb(254 240 138 / 0.65);
}

.focus\:text-yellow-200\/70:focus{
  color: rgb(254 240 138 / 0.7);
}

.focus\:text-yellow-200\/75:focus{
  color: rgb(254 240 138 / 0.75);
}

.focus\:text-yellow-200\/80:focus{
  color: rgb(254 240 138 / 0.8);
}

.focus\:text-yellow-200\/85:focus{
  color: rgb(254 240 138 / 0.85);
}

.focus\:text-yellow-200\/90:focus{
  color: rgb(254 240 138 / 0.9);
}

.focus\:text-yellow-200\/95:focus{
  color: rgb(254 240 138 / 0.95);
}

.focus\:text-yellow-300:focus{
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}

.focus\:text-yellow-300\/0:focus{
  color: rgb(253 224 71 / 0);
}

.focus\:text-yellow-300\/10:focus{
  color: rgb(253 224 71 / 0.1);
}

.focus\:text-yellow-300\/100:focus{
  color: rgb(253 224 71 / 1);
}

.focus\:text-yellow-300\/15:focus{
  color: rgb(253 224 71 / 0.15);
}

.focus\:text-yellow-300\/20:focus{
  color: rgb(253 224 71 / 0.2);
}

.focus\:text-yellow-300\/25:focus{
  color: rgb(253 224 71 / 0.25);
}

.focus\:text-yellow-300\/30:focus{
  color: rgb(253 224 71 / 0.3);
}

.focus\:text-yellow-300\/35:focus{
  color: rgb(253 224 71 / 0.35);
}

.focus\:text-yellow-300\/40:focus{
  color: rgb(253 224 71 / 0.4);
}

.focus\:text-yellow-300\/45:focus{
  color: rgb(253 224 71 / 0.45);
}

.focus\:text-yellow-300\/5:focus{
  color: rgb(253 224 71 / 0.05);
}

.focus\:text-yellow-300\/50:focus{
  color: rgb(253 224 71 / 0.5);
}

.focus\:text-yellow-300\/55:focus{
  color: rgb(253 224 71 / 0.55);
}

.focus\:text-yellow-300\/60:focus{
  color: rgb(253 224 71 / 0.6);
}

.focus\:text-yellow-300\/65:focus{
  color: rgb(253 224 71 / 0.65);
}

.focus\:text-yellow-300\/70:focus{
  color: rgb(253 224 71 / 0.7);
}

.focus\:text-yellow-300\/75:focus{
  color: rgb(253 224 71 / 0.75);
}

.focus\:text-yellow-300\/80:focus{
  color: rgb(253 224 71 / 0.8);
}

.focus\:text-yellow-300\/85:focus{
  color: rgb(253 224 71 / 0.85);
}

.focus\:text-yellow-300\/90:focus{
  color: rgb(253 224 71 / 0.9);
}

.focus\:text-yellow-300\/95:focus{
  color: rgb(253 224 71 / 0.95);
}

.focus\:text-yellow-400:focus{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}

.focus\:text-yellow-400\/0:focus{
  color: rgb(250 204 21 / 0);
}

.focus\:text-yellow-400\/10:focus{
  color: rgb(250 204 21 / 0.1);
}

.focus\:text-yellow-400\/100:focus{
  color: rgb(250 204 21 / 1);
}

.focus\:text-yellow-400\/15:focus{
  color: rgb(250 204 21 / 0.15);
}

.focus\:text-yellow-400\/20:focus{
  color: rgb(250 204 21 / 0.2);
}

.focus\:text-yellow-400\/25:focus{
  color: rgb(250 204 21 / 0.25);
}

.focus\:text-yellow-400\/30:focus{
  color: rgb(250 204 21 / 0.3);
}

.focus\:text-yellow-400\/35:focus{
  color: rgb(250 204 21 / 0.35);
}

.focus\:text-yellow-400\/40:focus{
  color: rgb(250 204 21 / 0.4);
}

.focus\:text-yellow-400\/45:focus{
  color: rgb(250 204 21 / 0.45);
}

.focus\:text-yellow-400\/5:focus{
  color: rgb(250 204 21 / 0.05);
}

.focus\:text-yellow-400\/50:focus{
  color: rgb(250 204 21 / 0.5);
}

.focus\:text-yellow-400\/55:focus{
  color: rgb(250 204 21 / 0.55);
}

.focus\:text-yellow-400\/60:focus{
  color: rgb(250 204 21 / 0.6);
}

.focus\:text-yellow-400\/65:focus{
  color: rgb(250 204 21 / 0.65);
}

.focus\:text-yellow-400\/70:focus{
  color: rgb(250 204 21 / 0.7);
}

.focus\:text-yellow-400\/75:focus{
  color: rgb(250 204 21 / 0.75);
}

.focus\:text-yellow-400\/80:focus{
  color: rgb(250 204 21 / 0.8);
}

.focus\:text-yellow-400\/85:focus{
  color: rgb(250 204 21 / 0.85);
}

.focus\:text-yellow-400\/90:focus{
  color: rgb(250 204 21 / 0.9);
}

.focus\:text-yellow-400\/95:focus{
  color: rgb(250 204 21 / 0.95);
}

.focus\:text-yellow-50:focus{
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity));
}

.focus\:text-yellow-50\/0:focus{
  color: rgb(254 252 232 / 0);
}

.focus\:text-yellow-50\/10:focus{
  color: rgb(254 252 232 / 0.1);
}

.focus\:text-yellow-50\/100:focus{
  color: rgb(254 252 232 / 1);
}

.focus\:text-yellow-50\/15:focus{
  color: rgb(254 252 232 / 0.15);
}

.focus\:text-yellow-50\/20:focus{
  color: rgb(254 252 232 / 0.2);
}

.focus\:text-yellow-50\/25:focus{
  color: rgb(254 252 232 / 0.25);
}

.focus\:text-yellow-50\/30:focus{
  color: rgb(254 252 232 / 0.3);
}

.focus\:text-yellow-50\/35:focus{
  color: rgb(254 252 232 / 0.35);
}

.focus\:text-yellow-50\/40:focus{
  color: rgb(254 252 232 / 0.4);
}

.focus\:text-yellow-50\/45:focus{
  color: rgb(254 252 232 / 0.45);
}

.focus\:text-yellow-50\/5:focus{
  color: rgb(254 252 232 / 0.05);
}

.focus\:text-yellow-50\/50:focus{
  color: rgb(254 252 232 / 0.5);
}

.focus\:text-yellow-50\/55:focus{
  color: rgb(254 252 232 / 0.55);
}

.focus\:text-yellow-50\/60:focus{
  color: rgb(254 252 232 / 0.6);
}

.focus\:text-yellow-50\/65:focus{
  color: rgb(254 252 232 / 0.65);
}

.focus\:text-yellow-50\/70:focus{
  color: rgb(254 252 232 / 0.7);
}

.focus\:text-yellow-50\/75:focus{
  color: rgb(254 252 232 / 0.75);
}

.focus\:text-yellow-50\/80:focus{
  color: rgb(254 252 232 / 0.8);
}

.focus\:text-yellow-50\/85:focus{
  color: rgb(254 252 232 / 0.85);
}

.focus\:text-yellow-50\/90:focus{
  color: rgb(254 252 232 / 0.9);
}

.focus\:text-yellow-50\/95:focus{
  color: rgb(254 252 232 / 0.95);
}

.focus\:text-yellow-500:focus{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}

.focus\:text-yellow-500\/0:focus{
  color: rgb(234 179 8 / 0);
}

.focus\:text-yellow-500\/10:focus{
  color: rgb(234 179 8 / 0.1);
}

.focus\:text-yellow-500\/100:focus{
  color: rgb(234 179 8 / 1);
}

.focus\:text-yellow-500\/15:focus{
  color: rgb(234 179 8 / 0.15);
}

.focus\:text-yellow-500\/20:focus{
  color: rgb(234 179 8 / 0.2);
}

.focus\:text-yellow-500\/25:focus{
  color: rgb(234 179 8 / 0.25);
}

.focus\:text-yellow-500\/30:focus{
  color: rgb(234 179 8 / 0.3);
}

.focus\:text-yellow-500\/35:focus{
  color: rgb(234 179 8 / 0.35);
}

.focus\:text-yellow-500\/40:focus{
  color: rgb(234 179 8 / 0.4);
}

.focus\:text-yellow-500\/45:focus{
  color: rgb(234 179 8 / 0.45);
}

.focus\:text-yellow-500\/5:focus{
  color: rgb(234 179 8 / 0.05);
}

.focus\:text-yellow-500\/50:focus{
  color: rgb(234 179 8 / 0.5);
}

.focus\:text-yellow-500\/55:focus{
  color: rgb(234 179 8 / 0.55);
}

.focus\:text-yellow-500\/60:focus{
  color: rgb(234 179 8 / 0.6);
}

.focus\:text-yellow-500\/65:focus{
  color: rgb(234 179 8 / 0.65);
}

.focus\:text-yellow-500\/70:focus{
  color: rgb(234 179 8 / 0.7);
}

.focus\:text-yellow-500\/75:focus{
  color: rgb(234 179 8 / 0.75);
}

.focus\:text-yellow-500\/80:focus{
  color: rgb(234 179 8 / 0.8);
}

.focus\:text-yellow-500\/85:focus{
  color: rgb(234 179 8 / 0.85);
}

.focus\:text-yellow-500\/90:focus{
  color: rgb(234 179 8 / 0.9);
}

.focus\:text-yellow-500\/95:focus{
  color: rgb(234 179 8 / 0.95);
}

.focus\:text-yellow-600:focus{
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}

.focus\:text-yellow-600\/0:focus{
  color: rgb(202 138 4 / 0);
}

.focus\:text-yellow-600\/10:focus{
  color: rgb(202 138 4 / 0.1);
}

.focus\:text-yellow-600\/100:focus{
  color: rgb(202 138 4 / 1);
}

.focus\:text-yellow-600\/15:focus{
  color: rgb(202 138 4 / 0.15);
}

.focus\:text-yellow-600\/20:focus{
  color: rgb(202 138 4 / 0.2);
}

.focus\:text-yellow-600\/25:focus{
  color: rgb(202 138 4 / 0.25);
}

.focus\:text-yellow-600\/30:focus{
  color: rgb(202 138 4 / 0.3);
}

.focus\:text-yellow-600\/35:focus{
  color: rgb(202 138 4 / 0.35);
}

.focus\:text-yellow-600\/40:focus{
  color: rgb(202 138 4 / 0.4);
}

.focus\:text-yellow-600\/45:focus{
  color: rgb(202 138 4 / 0.45);
}

.focus\:text-yellow-600\/5:focus{
  color: rgb(202 138 4 / 0.05);
}

.focus\:text-yellow-600\/50:focus{
  color: rgb(202 138 4 / 0.5);
}

.focus\:text-yellow-600\/55:focus{
  color: rgb(202 138 4 / 0.55);
}

.focus\:text-yellow-600\/60:focus{
  color: rgb(202 138 4 / 0.6);
}

.focus\:text-yellow-600\/65:focus{
  color: rgb(202 138 4 / 0.65);
}

.focus\:text-yellow-600\/70:focus{
  color: rgb(202 138 4 / 0.7);
}

.focus\:text-yellow-600\/75:focus{
  color: rgb(202 138 4 / 0.75);
}

.focus\:text-yellow-600\/80:focus{
  color: rgb(202 138 4 / 0.8);
}

.focus\:text-yellow-600\/85:focus{
  color: rgb(202 138 4 / 0.85);
}

.focus\:text-yellow-600\/90:focus{
  color: rgb(202 138 4 / 0.9);
}

.focus\:text-yellow-600\/95:focus{
  color: rgb(202 138 4 / 0.95);
}

.focus\:text-yellow-700:focus{
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}

.focus\:text-yellow-700\/0:focus{
  color: rgb(161 98 7 / 0);
}

.focus\:text-yellow-700\/10:focus{
  color: rgb(161 98 7 / 0.1);
}

.focus\:text-yellow-700\/100:focus{
  color: rgb(161 98 7 / 1);
}

.focus\:text-yellow-700\/15:focus{
  color: rgb(161 98 7 / 0.15);
}

.focus\:text-yellow-700\/20:focus{
  color: rgb(161 98 7 / 0.2);
}

.focus\:text-yellow-700\/25:focus{
  color: rgb(161 98 7 / 0.25);
}

.focus\:text-yellow-700\/30:focus{
  color: rgb(161 98 7 / 0.3);
}

.focus\:text-yellow-700\/35:focus{
  color: rgb(161 98 7 / 0.35);
}

.focus\:text-yellow-700\/40:focus{
  color: rgb(161 98 7 / 0.4);
}

.focus\:text-yellow-700\/45:focus{
  color: rgb(161 98 7 / 0.45);
}

.focus\:text-yellow-700\/5:focus{
  color: rgb(161 98 7 / 0.05);
}

.focus\:text-yellow-700\/50:focus{
  color: rgb(161 98 7 / 0.5);
}

.focus\:text-yellow-700\/55:focus{
  color: rgb(161 98 7 / 0.55);
}

.focus\:text-yellow-700\/60:focus{
  color: rgb(161 98 7 / 0.6);
}

.focus\:text-yellow-700\/65:focus{
  color: rgb(161 98 7 / 0.65);
}

.focus\:text-yellow-700\/70:focus{
  color: rgb(161 98 7 / 0.7);
}

.focus\:text-yellow-700\/75:focus{
  color: rgb(161 98 7 / 0.75);
}

.focus\:text-yellow-700\/80:focus{
  color: rgb(161 98 7 / 0.8);
}

.focus\:text-yellow-700\/85:focus{
  color: rgb(161 98 7 / 0.85);
}

.focus\:text-yellow-700\/90:focus{
  color: rgb(161 98 7 / 0.9);
}

.focus\:text-yellow-700\/95:focus{
  color: rgb(161 98 7 / 0.95);
}

.focus\:text-yellow-800:focus{
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}

.focus\:text-yellow-800\/0:focus{
  color: rgb(133 77 14 / 0);
}

.focus\:text-yellow-800\/10:focus{
  color: rgb(133 77 14 / 0.1);
}

.focus\:text-yellow-800\/100:focus{
  color: rgb(133 77 14 / 1);
}

.focus\:text-yellow-800\/15:focus{
  color: rgb(133 77 14 / 0.15);
}

.focus\:text-yellow-800\/20:focus{
  color: rgb(133 77 14 / 0.2);
}

.focus\:text-yellow-800\/25:focus{
  color: rgb(133 77 14 / 0.25);
}

.focus\:text-yellow-800\/30:focus{
  color: rgb(133 77 14 / 0.3);
}

.focus\:text-yellow-800\/35:focus{
  color: rgb(133 77 14 / 0.35);
}

.focus\:text-yellow-800\/40:focus{
  color: rgb(133 77 14 / 0.4);
}

.focus\:text-yellow-800\/45:focus{
  color: rgb(133 77 14 / 0.45);
}

.focus\:text-yellow-800\/5:focus{
  color: rgb(133 77 14 / 0.05);
}

.focus\:text-yellow-800\/50:focus{
  color: rgb(133 77 14 / 0.5);
}

.focus\:text-yellow-800\/55:focus{
  color: rgb(133 77 14 / 0.55);
}

.focus\:text-yellow-800\/60:focus{
  color: rgb(133 77 14 / 0.6);
}

.focus\:text-yellow-800\/65:focus{
  color: rgb(133 77 14 / 0.65);
}

.focus\:text-yellow-800\/70:focus{
  color: rgb(133 77 14 / 0.7);
}

.focus\:text-yellow-800\/75:focus{
  color: rgb(133 77 14 / 0.75);
}

.focus\:text-yellow-800\/80:focus{
  color: rgb(133 77 14 / 0.8);
}

.focus\:text-yellow-800\/85:focus{
  color: rgb(133 77 14 / 0.85);
}

.focus\:text-yellow-800\/90:focus{
  color: rgb(133 77 14 / 0.9);
}

.focus\:text-yellow-800\/95:focus{
  color: rgb(133 77 14 / 0.95);
}

.focus\:text-yellow-900:focus{
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity));
}

.focus\:text-yellow-900\/0:focus{
  color: rgb(113 63 18 / 0);
}

.focus\:text-yellow-900\/10:focus{
  color: rgb(113 63 18 / 0.1);
}

.focus\:text-yellow-900\/100:focus{
  color: rgb(113 63 18 / 1);
}

.focus\:text-yellow-900\/15:focus{
  color: rgb(113 63 18 / 0.15);
}

.focus\:text-yellow-900\/20:focus{
  color: rgb(113 63 18 / 0.2);
}

.focus\:text-yellow-900\/25:focus{
  color: rgb(113 63 18 / 0.25);
}

.focus\:text-yellow-900\/30:focus{
  color: rgb(113 63 18 / 0.3);
}

.focus\:text-yellow-900\/35:focus{
  color: rgb(113 63 18 / 0.35);
}

.focus\:text-yellow-900\/40:focus{
  color: rgb(113 63 18 / 0.4);
}

.focus\:text-yellow-900\/45:focus{
  color: rgb(113 63 18 / 0.45);
}

.focus\:text-yellow-900\/5:focus{
  color: rgb(113 63 18 / 0.05);
}

.focus\:text-yellow-900\/50:focus{
  color: rgb(113 63 18 / 0.5);
}

.focus\:text-yellow-900\/55:focus{
  color: rgb(113 63 18 / 0.55);
}

.focus\:text-yellow-900\/60:focus{
  color: rgb(113 63 18 / 0.6);
}

.focus\:text-yellow-900\/65:focus{
  color: rgb(113 63 18 / 0.65);
}

.focus\:text-yellow-900\/70:focus{
  color: rgb(113 63 18 / 0.7);
}

.focus\:text-yellow-900\/75:focus{
  color: rgb(113 63 18 / 0.75);
}

.focus\:text-yellow-900\/80:focus{
  color: rgb(113 63 18 / 0.8);
}

.focus\:text-yellow-900\/85:focus{
  color: rgb(113 63 18 / 0.85);
}

.focus\:text-yellow-900\/90:focus{
  color: rgb(113 63 18 / 0.9);
}

.focus\:text-yellow-900\/95:focus{
  color: rgb(113 63 18 / 0.95);
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-indigo-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity));
}

.focus\:ring-indigo-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}

.focus\:ring-opacity-50:focus{
  --tw-ring-opacity: 0.5;
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

@media (min-width: 640px){
  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px){
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *



 */

html,
body {
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
}
