@charset "UTF-8";
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 1, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_root.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 19, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 25, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 35, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 46, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 66, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 76, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 92, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 101, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 114, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* line 123, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 129, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 136, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 143, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 147, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 152, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 156, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 161, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
small {
  font-size: 80%;
}

/* line 170, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 178, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 179, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 186, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 202, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 217, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 225, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 242, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 252, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 257, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 269, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 273, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 285, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 296, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 305, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 315, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 319, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 330, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 335, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 343, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 350, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 358, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 371, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 378, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 386, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 393, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 399, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 414, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 426, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 431, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 436, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 449, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 458, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 467, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 471, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 476, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
template {
  display: none;
}

/* line 482, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 7, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 16, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 19, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 20, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 23, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 29, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 34, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 39, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 44, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 55, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 67, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

/* line 73, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 89, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 95, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 106, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 117, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 122, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 29, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 2, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

/* line 8, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
a > code {
  color: inherit;
}

/* line 14, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 22, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 31, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 37, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 7, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

/* line 49, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 55, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 59, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 33, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 65, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 65, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 65, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 65, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 65, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 65, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 47, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

/* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

/* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

/* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

/* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

/* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

/* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

/* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

/* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 59, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 61, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  /* line 33, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 61, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  /* line 33, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 61, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  /* line 33, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 61, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  /* line 33, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 61, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

/* line 5, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

/* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* line 23, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 34, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 45, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 48, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

/* line 54, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 62, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 75, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

/* line 14, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

/* line 32, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 7, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

/* line 14, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

/* line 32, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 7, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 14, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 32, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 7, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 14, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 32, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 7, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 14, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 32, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 7, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 14, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 32, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 7, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 14, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 32, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 7, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 14, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 32, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 7, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 32, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 114, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

/* line 122, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 130, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 134, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

/* line 140, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 145, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 171, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 171, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 171, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 171, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 171, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 179, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-control {
    transition: none;
  }
}

/* line 28, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 14, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 37, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 48, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 60, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 67, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 72, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 84, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 97, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 105, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 112, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 125, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 137, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 152, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 160, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 170, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 176, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 185, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 189, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 199, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 205, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 217, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 223, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 229, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 235, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 239, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 246, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 44, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

/* line 52, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 69, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-row > .col > .valid-tooltip, .form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

/* line 76, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 33, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 93, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 33, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

/* line 33, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 33, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

/* line 129, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 138, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

/* line 142, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 150, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

/* line 153, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 159, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

/* line 166, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 170, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 180, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 185, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 44, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

/* line 52, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 69, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-row > .col > .invalid-tooltip, .form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

/* line 76, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 33, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 93, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 33, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

/* line 33, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 33, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

/* line 129, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 138, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 142, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 150, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

/* line 153, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 159, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

/* line 166, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 170, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 180, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 185, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 275, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 283, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 289, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 297, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 306, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 313, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 317, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 324, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 331, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 339, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 343, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn:hover {
  color: #212529;
  text-decoration: none;
}

/* line 27, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 34, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 40, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 55, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 66, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* line 32, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 43, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

/* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* line 66, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

/* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 32, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 43, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

/* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 66, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 32, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 43, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled), .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 66, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 32, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 43, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled), .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

/* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 66, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 32, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 43, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 66, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 32, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 43, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled), .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

/* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 66, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 32, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 43, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 66, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 32, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 43, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

/* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 72, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 74, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 79, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

/* line 85, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 92, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 72, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 74, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 79, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 85, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 92, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 72, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 74, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 79, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 85, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled), .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 92, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 72, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 74, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 79, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 85, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled), .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 92, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 72, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 74, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 79, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 85, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled), .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 92, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 72, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 74, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 79, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 85, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 92, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 72, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 74, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 79, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 85, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled), .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 92, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 72, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 74, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 79, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 85, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 92, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 83, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 93, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

/* line 98, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 112, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 116, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 125, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 130, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 139, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 1, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 10, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing.width {
    transition: none;
  }
}

/* line 2, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 9, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 30, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 58, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 42, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 47, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 42, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 47, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 42, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 47, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 42, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 47, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 42, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 47, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 57, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 30, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 58, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 70, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 30, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 58, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 80, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 87, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 30, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 45, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 49, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 58, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 97, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 106, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 116, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 123, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

/* line 154, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

/* line 161, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

/* line 173, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 178, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 188, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/* line 4, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 10, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 19, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 28, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 33, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 40, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 46, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 51, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 73, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 79, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 84, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 89, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 111, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 116, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 121, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 127, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 132, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 152, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 156, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 14, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 24, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 32, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 39, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 45, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 50, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 54, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 56, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 60, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 69, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 85, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 92, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 96, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 101, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 109, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 110, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 118, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 134, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 146, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

/* line 151, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 163, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 168, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 180, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 193, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 204, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

/* line 19, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 24, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

/* line 32, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

/* line 39, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 48, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

/* line 52, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* line 62, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 65, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 76, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 84, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}

/* line 99, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

/* line 117, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 122, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/* line 128, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

/* line 133, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 139, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 142, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 153, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 159, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 165, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 176, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 180, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 188, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 188, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 201, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

/* line 208, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 221, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 238, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 248, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 259, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 266, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 272, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 277, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 283, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

/* line 291, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

/* line 304, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

/* line 312, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

/* line 321, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 327, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 333, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 338, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 343, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 361, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 385, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 392, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus {
  outline: 0;
}

/* line 397, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 398, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 399, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 402, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 406, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 406, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 417, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

/* line 422, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 433, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 433, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 443, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

/* line 448, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 459, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 459, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 472, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

/* line 477, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 488, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 493, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 500, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 504, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 508, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 512, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 516, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 522, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 522, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 6, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 24, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 35, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 38, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 50, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 57, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 64, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 78, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

/* line 84, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

/* line 97, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 105, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 119, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 122, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 28, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 52, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 71, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 78, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 83, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 94, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 109, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 118, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 133, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

/* line 142, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 156, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 154, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 180, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 156, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 154, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 180, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 156, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 154, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 180, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 156, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 154, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 180, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 154, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 156, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

/* line 177, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 180, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 184, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 191, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

/* line 206, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 210, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 217, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 232, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 241, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 248, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 253, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 261, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 266, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 270, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 272, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 284, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 293, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 300, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 305, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 313, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 318, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 322, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 324, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 22, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 26, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 31, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 39, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 45, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

/* line 56, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 60, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 65, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 74, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 83, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 90, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 95, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 101, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 111, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 118, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 124, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

/* line 134, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

/* line 141, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 146, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 155, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 154, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 165, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 183, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 180, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 192, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 197, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 204, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 207, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 212, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 219, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 222, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 227, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 244, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 243, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 254, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 266, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion {
  overflow-anchor: none;
}

/* line 269, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 272, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 277, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 281, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/* line 1, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 14, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

/* line 31, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 35, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 39, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 1, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 7, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 26, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 35, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 41, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 46, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 4, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 6, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
  .badge {
    transition: none;
  }
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 25, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 31, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 40, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 51, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-primary {
  color: #fff;
  background-color: #007bff;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

/* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 51, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

/* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 51, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

/* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 51, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

/* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 51, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

/* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 51, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

/* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 51, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

/* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 51, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

/* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 1, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 1, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 14, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 33, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 49, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

/* line 6, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #9fcdff;
}

/* line 10, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #002752;
}

/* line 49, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

/* line 6, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}

/* line 10, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 49, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 6, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 10, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 49, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 6, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #abdde5;
}

/* line 10, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 49, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 6, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 10, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 49, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 6, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 10, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #491217;
}

/* line 49, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 6, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 10, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 49, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 6, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 10, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 9, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 20, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 20, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 32, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 38, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 38, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 1, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  flex: 1;
}

/* line 5, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

/* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 34, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 45, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 54, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 58, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 62, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 70, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 77, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 80, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 96, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 100, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

/* line 105, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

/* line 110, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 114, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 118, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 96, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 100, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 96, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 100, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 96, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 100, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 96, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 100, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 134, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 137, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

/* line 140, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 4, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

/* line 14, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

/* line 4, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

/* line 14, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

/* line 4, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 14, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 4, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 14, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 4, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

/* line 14, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 4, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

/* line 14, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 4, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

/* line 14, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 4, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 14, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 1, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 29, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

/* line 38, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_close.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 1, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

/* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 19, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 1;
}

/* line 23, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 28, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.hide {
  display: none;
}

/* line 33, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 44, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast-body {
  padding: 0.75rem;
}

/* line 7, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 36, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 44, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 48, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 58, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 62, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 67, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 72, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 77, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 83, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}

/* line 91, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 96, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 100, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 107, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 125, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 135, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 136, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 141, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 149, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 157, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 164, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 173, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

/* line 185, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 191, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 202, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 207, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 210, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 215, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 218, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  /* line 228, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 232, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 239, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 2, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 46, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 62, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 76, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 108, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 1, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 20, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 27, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 41, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 44, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 50, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 58, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 61, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 67, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 73, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 81, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 84, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

/* line 87, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 93, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 101, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 113, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 116, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 122, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 128, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 153, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 162, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 167, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 14, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 2, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 50, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 61, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 74, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 87, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 87, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 114, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 120, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 128, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

/* line 135, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 138, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 148, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 162, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 162, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 180, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 190, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* line 9, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border;
}

/* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 41, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow;
}

/* line 53, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 60, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_spinners.scss */
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}

/* line 3, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #007bff !important;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

/* line 6, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 6, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 6, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 6, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 8, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 9, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 10, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #007bff !important;
}

/* line 20, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 20, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 20, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 20, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 20, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 20, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 20, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 25, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 33, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 37, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 41, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 46, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 51, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 56, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 61, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 65, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 69, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 73, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 24, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 24, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 24, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 24, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 24, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 24, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 24, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 24, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 24, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 3, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 35, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

/* line 35, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 27, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 28, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 31, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 34, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 48, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 26, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 27, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 28, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 29, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 31, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 32, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 33, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 34, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 35, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 37, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 38, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 39, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 40, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 41, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 42, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 44, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 45, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 46, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 47, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 48, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 49, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 26, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 27, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 28, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 29, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 31, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 32, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 33, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 34, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 35, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 37, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 38, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 39, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 40, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 41, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 42, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 44, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 45, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 46, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 47, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 48, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 49, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 26, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 27, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 28, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 29, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 31, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 32, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 33, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 34, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 35, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 37, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 38, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 39, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 40, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 41, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 42, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 44, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 45, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 46, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 47, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 48, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 49, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 26, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 27, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 28, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 29, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 31, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 32, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 33, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 34, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 35, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 37, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 38, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 39, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 40, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 41, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 42, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 44, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 45, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 46, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 47, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 48, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 49, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 7, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 8, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 9, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 8, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 9, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 8, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 9, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 8, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 9, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 8, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 9, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 4, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_interactions.scss */
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

/* line 4, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_interactions.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

/* line 4, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_interactions.scss */
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

/* line 4, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 4, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 5, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 5, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 5, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 5, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 10, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 26, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 25, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 5, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 16, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 20, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 30, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 31, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 34, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 37, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 40, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 30, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 31, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 34, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 37, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 40, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 30, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 31, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 34, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 37, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 40, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 30, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 31, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 34, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 37, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 40, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 30, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 31, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 34, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 37, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 40, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 47, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 48, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 51, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 54, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 57, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 48, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 51, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 54, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 57, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 48, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 51, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 54, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 57, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 48, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 51, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 54, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 57, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 48, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 51, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 54, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 57, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 6, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* line 7, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 12, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 23, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 24, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 22, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 23, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 24, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 22, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 23, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 24, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 22, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 23, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 24, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 22, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 23, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 24, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 30, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 37, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 40, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 45, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #007bff !important;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

/* line 6, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

/* line 6, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #28a745 !important;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

/* line 6, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

/* line 6, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

/* line 6, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

/* line 6, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

/* line 6, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 17, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

/* line 51, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-body {
  color: #212529 !important;
}

/* line 52, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 54, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 55, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 63, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 65, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

/* line 72, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-reset {
  color: inherit !important;
}

/* line 7, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 11, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 24, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 34, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 49, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 52, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 58, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 63, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 70, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 83, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  body {
    min-width: 992px !important;
  }
  /* line 86, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 91, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 94, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 98, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 101, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 108, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  /* line 114, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table-dark {
    color: inherit;
  }
  /* line 117, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  /* line 125, vendor/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot);
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix) format("embedded-opentype"), url(/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2) format("woff2"), url(/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff) format("woff"), url(/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf) format("truetype"), url(/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 19, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 28, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-2x {
  font-size: 2em;
}

/* line 36, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-3x {
  font-size: 3em;
}

/* line 39, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-4x {
  font-size: 4em;
}

/* line 42, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-5x {
  font-size: 5em;
}

/* line 45, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 49, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 54, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul > li {
  position: relative;
}

/* line 57, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 64, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 67, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 72, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-left {
  float: left;
}

/* line 75, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-right {
  float: right;
}

/* line 78, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 81, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 85, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.pull-right {
  float: right;
}

/* line 88, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.pull-left {
  float: left;
}

/* line 91, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-left {
  margin-right: .3em;
}

/* line 94, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-right {
  margin-left: .3em;
}

/* line 97, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

/* line 101, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

/* line 125, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

/* line 131, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

/* line 137, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

/* line 143, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

/* line 149, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

/* line 155, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 162, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 170, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 177, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 180, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 183, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 188, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glass:before {
  content: "\f000";
}

/* line 191, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-music:before {
  content: "\f001";
}

/* line 194, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search:before {
  content: "\f002";
}

/* line 197, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 200, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart:before {
  content: "\f004";
}

/* line 203, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star:before {
  content: "\f005";
}

/* line 206, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-o:before {
  content: "\f006";
}

/* line 209, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user:before {
  content: "\f007";
}

/* line 212, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-film:before {
  content: "\f008";
}

/* line 215, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-large:before {
  content: "\f009";
}

/* line 218, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th:before {
  content: "\f00a";
}

/* line 221, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-list:before {
  content: "\f00b";
}

/* line 224, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check:before {
  content: "\f00c";
}

/* line 227, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 232, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 235, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-minus:before {
  content: "\f010";
}

/* line 238, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-power-off:before {
  content: "\f011";
}

/* line 241, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-signal:before {
  content: "\f012";
}

/* line 244, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 248, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash-o:before {
  content: "\f014";
}

/* line 251, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-home:before {
  content: "\f015";
}

/* line 254, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-o:before {
  content: "\f016";
}

/* line 257, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-clock-o:before {
  content: "\f017";
}

/* line 260, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-road:before {
  content: "\f018";
}

/* line 263, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-download:before {
  content: "\f019";
}

/* line 266, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 269, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 272, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-inbox:before {
  content: "\f01c";
}

/* line 275, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 278, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 282, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-refresh:before {
  content: "\f021";
}

/* line 285, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-alt:before {
  content: "\f022";
}

/* line 288, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lock:before {
  content: "\f023";
}

/* line 291, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag:before {
  content: "\f024";
}

/* line 294, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-headphones:before {
  content: "\f025";
}

/* line 297, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-off:before {
  content: "\f026";
}

/* line 300, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-down:before {
  content: "\f027";
}

/* line 303, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-up:before {
  content: "\f028";
}

/* line 306, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-qrcode:before {
  content: "\f029";
}

/* line 309, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-barcode:before {
  content: "\f02a";
}

/* line 312, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tag:before {
  content: "\f02b";
}

/* line 315, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tags:before {
  content: "\f02c";
}

/* line 318, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-book:before {
  content: "\f02d";
}

/* line 321, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 324, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-print:before {
  content: "\f02f";
}

/* line 327, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera:before {
  content: "\f030";
}

/* line 330, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-font:before {
  content: "\f031";
}

/* line 333, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bold:before {
  content: "\f032";
}

/* line 336, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-italic:before {
  content: "\f033";
}

/* line 339, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-height:before {
  content: "\f034";
}

/* line 342, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-width:before {
  content: "\f035";
}

/* line 345, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-left:before {
  content: "\f036";
}

/* line 348, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-center:before {
  content: "\f037";
}

/* line 351, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-right:before {
  content: "\f038";
}

/* line 354, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-justify:before {
  content: "\f039";
}

/* line 357, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list:before {
  content: "\f03a";
}

/* line 360, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 364, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-indent:before {
  content: "\f03c";
}

/* line 367, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 370, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 375, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil:before {
  content: "\f040";
}

/* line 378, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-marker:before {
  content: "\f041";
}

/* line 381, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-adjust:before {
  content: "\f042";
}

/* line 384, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tint:before {
  content: "\f043";
}

/* line 387, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 391, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 394, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 397, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows:before {
  content: "\f047";
}

/* line 400, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-backward:before {
  content: "\f048";
}

/* line 403, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 406, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-backward:before {
  content: "\f04a";
}

/* line 409, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play:before {
  content: "\f04b";
}

/* line 412, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause:before {
  content: "\f04c";
}

/* line 415, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop:before {
  content: "\f04d";
}

/* line 418, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-forward:before {
  content: "\f04e";
}

/* line 421, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 424, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-forward:before {
  content: "\f051";
}

/* line 427, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eject:before {
  content: "\f052";
}

/* line 430, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 433, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 436, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 439, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 442, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle:before {
  content: "\f057";
}

/* line 445, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle:before {
  content: "\f058";
}

/* line 448, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle:before {
  content: "\f059";
}

/* line 451, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 454, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 457, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 460, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 463, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ban:before {
  content: "\f05e";
}

/* line 466, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 469, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 472, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 475, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 478, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 482, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-expand:before {
  content: "\f065";
}

/* line 485, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-compress:before {
  content: "\f066";
}

/* line 488, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus:before {
  content: "\f067";
}

/* line 491, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus:before {
  content: "\f068";
}

/* line 494, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-asterisk:before {
  content: "\f069";
}

/* line 497, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 500, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gift:before {
  content: "\f06b";
}

/* line 503, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-leaf:before {
  content: "\f06c";
}

/* line 506, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire:before {
  content: "\f06d";
}

/* line 509, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye:before {
  content: "\f06e";
}

/* line 512, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 515, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 519, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plane:before {
  content: "\f072";
}

/* line 522, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar:before {
  content: "\f073";
}

/* line 525, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-random:before {
  content: "\f074";
}

/* line 528, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment:before {
  content: "\f075";
}

/* line 531, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-magnet:before {
  content: "\f076";
}

/* line 534, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 537, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 540, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-retweet:before {
  content: "\f079";
}

/* line 543, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 546, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder:before {
  content: "\f07b";
}

/* line 549, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 552, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 555, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 558, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 562, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 565, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 568, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 571, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-key:before {
  content: "\f084";
}

/* line 574, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 578, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments:before {
  content: "\f086";
}

/* line 581, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 584, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 587, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half:before {
  content: "\f089";
}

/* line 590, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 593, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 596, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 599, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 602, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link:before {
  content: "\f08e";
}

/* line 605, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-in:before {
  content: "\f090";
}

/* line 608, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trophy:before {
  content: "\f091";
}

/* line 611, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-square:before {
  content: "\f092";
}

/* line 614, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-upload:before {
  content: "\f093";
}

/* line 617, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 620, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone:before {
  content: "\f095";
}

/* line 623, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-square-o:before {
  content: "\f096";
}

/* line 626, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 629, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone-square:before {
  content: "\f098";
}

/* line 632, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter:before {
  content: "\f099";
}

/* line 635, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 639, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github:before {
  content: "\f09b";
}

/* line 642, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock:before {
  content: "\f09c";
}

/* line 645, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 648, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 652, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 655, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 658, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell:before {
  content: "\f0f3";
}

/* line 661, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 664, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 667, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 670, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 673, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 676, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 679, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 682, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 685, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 688, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-globe:before {
  content: "\f0ac";
}

/* line 691, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 694, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 697, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-filter:before {
  content: "\f0b0";
}

/* line 700, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 703, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 706, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 710, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 714, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 717, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flask:before {
  content: "\f0c3";
}

/* line 720, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 724, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 728, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 731, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 735, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-square:before {
  content: "\f0c8";
}

/* line 738, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 743, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 746, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 749, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 752, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-underline:before {
  content: "\f0cd";
}

/* line 755, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-table:before {
  content: "\f0ce";
}

/* line 758, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-magic:before {
  content: "\f0d0";
}

/* line 761, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-truck:before {
  content: "\f0d1";
}

/* line 764, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 767, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 770, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 773, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 776, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-money:before {
  content: "\f0d6";
}

/* line 779, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 782, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 785, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 788, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 791, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-columns:before {
  content: "\f0db";
}

/* line 794, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 798, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 802, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 806, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 809, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 812, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 816, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 820, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 824, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 827, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 830, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 834, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 837, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 840, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 844, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 847, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 850, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 853, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 856, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 859, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 862, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 865, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 868, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 871, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 874, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 877, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 880, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 883, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 886, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 889, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 892, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-beer:before {
  content: "\f0fc";
}

/* line 895, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 898, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 901, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 904, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 907, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 910, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 913, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-left:before {
  content: "\f104";
}

/* line 916, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-right:before {
  content: "\f105";
}

/* line 919, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-up:before {
  content: "\f106";
}

/* line 922, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-down:before {
  content: "\f107";
}

/* line 925, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-desktop:before {
  content: "\f108";
}

/* line 928, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-laptop:before {
  content: "\f109";
}

/* line 931, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tablet:before {
  content: "\f10a";
}

/* line 934, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 938, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 941, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 944, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 947, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spinner:before {
  content: "\f110";
}

/* line 950, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle:before {
  content: "\f111";
}

/* line 953, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 957, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-alt:before {
  content: "\f113";
}

/* line 960, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-o:before {
  content: "\f114";
}

/* line 963, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 966, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-smile-o:before {
  content: "\f118";
}

/* line 969, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-frown-o:before {
  content: "\f119";
}

/* line 972, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 975, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 978, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 981, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 984, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 987, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-terminal:before {
  content: "\f120";
}

/* line 990, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-code:before {
  content: "\f121";
}

/* line 993, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 997, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 1002, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1005, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-crop:before {
  content: "\f125";
}

/* line 1008, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1011, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1015, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question:before {
  content: "\f128";
}

/* line 1018, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-info:before {
  content: "\f129";
}

/* line 1021, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1024, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1027, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1030, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1033, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1036, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone:before {
  content: "\f130";
}

/* line 1039, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1042, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shield:before {
  content: "\f132";
}

/* line 1045, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1048, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1051, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rocket:before {
  content: "\f135";
}

/* line 1054, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1057, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1060, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1063, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1066, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1069, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-html5:before {
  content: "\f13b";
}

/* line 1072, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-css3:before {
  content: "\f13c";
}

/* line 1075, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1078, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1081, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1084, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1087, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1090, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1093, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1096, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ticket:before {
  content: "\f145";
}

/* line 1099, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1102, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1105, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-up:before {
  content: "\f148";
}

/* line 1108, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-down:before {
  content: "\f149";
}

/* line 1111, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1114, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1117, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1120, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1123, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-compass:before {
  content: "\f14e";
}

/* line 1126, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1130, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1134, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1138, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1142, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gbp:before {
  content: "\f154";
}

/* line 1145, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1149, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1153, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1159, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1164, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1168, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1172, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file:before {
  content: "\f15b";
}

/* line 1175, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1178, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1181, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1184, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1187, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1190, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1193, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1196, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1199, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1202, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1205, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube:before {
  content: "\f167";
}

/* line 1208, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing:before {
  content: "\f168";
}

/* line 1211, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1214, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1217, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1220, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1223, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1226, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1229, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-adn:before {
  content: "\f170";
}

/* line 1232, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1235, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1238, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1241, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1244, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1247, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1250, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1253, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1256, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-apple:before {
  content: "\f179";
}

/* line 1259, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-windows:before {
  content: "\f17a";
}

/* line 1262, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-android:before {
  content: "\f17b";
}

/* line 1265, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linux:before {
  content: "\f17c";
}

/* line 1268, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1271, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-skype:before {
  content: "\f17e";
}

/* line 1274, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1277, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trello:before {
  content: "\f181";
}

/* line 1280, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-female:before {
  content: "\f182";
}

/* line 1283, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-male:before {
  content: "\f183";
}

/* line 1286, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1290, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1293, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1296, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-archive:before {
  content: "\f187";
}

/* line 1299, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bug:before {
  content: "\f188";
}

/* line 1302, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vk:before {
  content: "\f189";
}

/* line 1305, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1308, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-renren:before {
  content: "\f18b";
}

/* line 1311, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1314, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1317, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1320, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1323, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1327, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1330, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1333, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1336, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1340, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1343, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1346, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-slack:before {
  content: "\f198";
}

/* line 1349, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1352, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1355, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-openid:before {
  content: "\f19b";
}

/* line 1358, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1363, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1367, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1370, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google:before {
  content: "\f1a0";
}

/* line 1373, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1376, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1379, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1382, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1385, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1388, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1391, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1394, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1397, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1400, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1403, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-language:before {
  content: "\f1ab";
}

/* line 1406, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1409, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-building:before {
  content: "\f1ad";
}

/* line 1412, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-child:before {
  content: "\f1ae";
}

/* line 1415, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1418, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1421, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1424, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1427, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1430, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1433, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1436, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1439, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1442, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1446, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1450, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1453, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1456, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1459, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1462, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-database:before {
  content: "\f1c0";
}

/* line 1465, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1468, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1471, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1474, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1477, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1482, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1486, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1490, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1494, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1497, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1500, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1503, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1506, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1513, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1516, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1521, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1525, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1528, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-git:before {
  content: "\f1d3";
}

/* line 1531, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1536, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1539, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1542, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1546, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1550, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1554, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da";
}

/* line 1557, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1560, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-header:before {
  content: "\f1dc";
}

/* line 1563, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1566, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1569, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1572, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1575, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1578, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1582, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1585, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1588, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1591, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1594, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1597, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1600, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1603, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1606, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1609, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1612, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1615, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1618, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1621, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1624, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1627, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1630, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1633, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1636, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1639, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1642, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1645, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-at:before {
  content: "\f1fa";
}

/* line 1648, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1651, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1654, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1657, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1660, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1663, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1666, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1669, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1672, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1675, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1678, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1681, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bus:before {
  content: "\f207";
}

/* line 1684, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1687, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-angellist:before {
  content: "\f209";
}

/* line 1690, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc:before {
  content: "\f20a";
}

/* line 1693, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1698, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1701, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1704, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1707, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1710, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1713, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1716, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1719, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1722, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1725, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1728, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1731, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1734, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219";
}

/* line 1737, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ship:before {
  content: "\f21a";
}

/* line 1740, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1743, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1746, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1749, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1752, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus:before {
  content: "\f221";
}

/* line 1755, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars:before {
  content: "\f222";
}

/* line 1758, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mercury:before {
  content: "\f223";
}

/* line 1761, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1765, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1768, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1771, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1774, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1777, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1780, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1783, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1786, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1789, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1792, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1795, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1798, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1801, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-server:before {
  content: "\f233";
}

/* line 1804, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1807, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-times:before {
  content: "\f235";
}

/* line 1810, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1814, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1817, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-train:before {
  content: "\f238";
}

/* line 1820, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-subway:before {
  content: "\f239";
}

/* line 1823, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-medium:before {
  content: "\f23a";
}

/* line 1826, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1830, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1833, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1836, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1839, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1844, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1848, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1852, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1856, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1860, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1863, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1866, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-group:before {
  content: "\f247";
}

/* line 1869, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1872, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1875, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1878, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1881, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1884, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d";
}

/* line 1887, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1890, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1893, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1897, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1901, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1905, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1908, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1912, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1916, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1919, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1922, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1925, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1928, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1931, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1934, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-registered:before {
  content: "\f25d";
}

/* line 1937, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1940, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg:before {
  content: "\f260";
}

/* line 1943, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1946, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1949, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1952, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1955, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1958, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1961, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-safari:before {
  content: "\f267";
}

/* line 1964, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-chrome:before {
  content: "\f268";
}

/* line 1967, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-firefox:before {
  content: "\f269";
}

/* line 1970, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-opera:before {
  content: "\f26a";
}

/* line 1973, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1976, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1980, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d";
}

/* line 1983, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-500px:before {
  content: "\f26e";
}

/* line 1986, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-amazon:before {
  content: "\f270";
}

/* line 1989, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1992, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1995, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1998, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2001, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275";
}

/* line 2004, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2007, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2010, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-o:before {
  content: "\f278";
}

/* line 2013, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-map:before {
  content: "\f279";
}

/* line 2016, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2019, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2022, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2025, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2028, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2031, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2034, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2037, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-edge:before {
  content: "\f282";
}

/* line 2040, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2043, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2046, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-modx:before {
  content: "\f285";
}

/* line 2049, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2052, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-usb:before {
  content: "\f287";
}

/* line 2055, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2058, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2061, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2064, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2067, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2070, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2073, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2076, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2079, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2082, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2085, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2088, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2091, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-percent:before {
  content: "\f295";
}

/* line 2094, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2097, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2100, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2103, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envira:before {
  content: "\f299";
}

/* line 2106, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2109, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2112, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2115, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d";
}

/* line 2118, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2121, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2124, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2127, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2130, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2134, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2139, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2142, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2145, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2149, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2152, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2155, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2158, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2161, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2164, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2167, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2170, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2173, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2176, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2179, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2183, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2187, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2190, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2193, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2196, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2199, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2202, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2205, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2209, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2213, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2216, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2219, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2222, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2225, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2229, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2233, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2236, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2239, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2242, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2247, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2251, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2255, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2259, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2263, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2266, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2271, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2274, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2277, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2280, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2283, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2287, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2291, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2294, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2297, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2300, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2303, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2306, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2309, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2312, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2315, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2318, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2321, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2324, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2334, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.8/app/assets/stylesheets/font-awesome.css.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
/* line 4, node_modules/lity/dist/lity.css */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* line 20, node_modules/lity/dist/lity.css */
.lity.lity-opened {
  opacity: 1;
}

/* line 23, node_modules/lity/dist/lity.css */
.lity.lity-closed {
  opacity: 0;
}

/* line 26, node_modules/lity/dist/lity.css */
.lity * {
  box-sizing: border-box;
}

/* line 31, node_modules/lity/dist/lity.css */
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

/* line 41, node_modules/lity/dist/lity.css */
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

/* line 48, node_modules/lity/dist/lity.css */
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* line 63, node_modules/lity/dist/lity.css */
.lity-loading .lity-loader {
  opacity: 1;
}

/* line 66, node_modules/lity/dist/lity.css */
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

/* line 77, node_modules/lity/dist/lity.css */
.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

/* line 90, node_modules/lity/dist/lity.css */
.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}

/* line 97, node_modules/lity/dist/lity.css */
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* line 111, node_modules/lity/dist/lity.css */
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

/* line 135, node_modules/lity/dist/lity.css */
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 139, node_modules/lity/dist/lity.css */
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

/* line 158, node_modules/lity/dist/lity.css */
.lity-close:active {
  top: 1px;
}

/* Image */
/* line 162, node_modules/lity/dist/lity.css */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
/* line 169, node_modules/lity/dist/lity.css */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

/* line 177, node_modules/lity/dist/lity.css */
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

/* line 187, node_modules/lity/dist/lity.css */
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* line 198, node_modules/lity/dist/lity.css */
.lity-hide {
  display: none;
}

/*
Trix 1.3.1
Copyright © 2020 Basecamp, LLC
http://trix-editor.org/*/
/* line 6, node_modules/trix/dist/trix.css */
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

/* line 13, node_modules/trix/dist/trix.css */
trix-toolbar * {
  box-sizing: border-box;
}

/* line 15, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}

/* line 20, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}

/* line 27, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}

@media (max-device-width: 768px) {
  /* line 30, node_modules/trix/dist/trix.css */
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}

/* line 32, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}

@media (max-device-width: 768px) {
  /* line 35, node_modules/trix/dist/trix.css */
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}

/* line 37, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}

/* line 51, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

/* line 53, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: black;
}

/* line 56, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

/* line 58, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}

@media (max-device-width: 768px) {
  /* line 61, node_modules/trix/dist/trix.css */
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}

/* line 64, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}

@media (max-device-width: 768px) {
  /* line 71, node_modules/trix/dist/trix.css */
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}

/* line 74, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-device-width: 768px) {
  /* line 87, node_modules/trix/dist/trix.css */
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}

/* line 90, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}

/* line 92, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}

/* line 94, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-attach::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M16.5%206v11.5a4%204%200%201%201-8%200V5a2.5%202.5%200%200%201%205%200v10.5a1%201%200%201%201-2%200V6H10v9.5a2.5%202.5%200%200%200%205%200V5a4%204%200%201%200-8%200v12.5a5.5%205.5%200%200%200%2011%200V6h-1.5z%22%2F%3E%3C%2Fsvg%3E);
  top: 8%;
  bottom: 4%;
}

/* line 98, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-bold::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M15.6%2011.8c1-.7%201.6-1.8%201.6-2.8a4%204%200%200%200-4-4H7v14h7c2.1%200%203.7-1.7%203.7-3.8%200-1.5-.8-2.8-2.1-3.4zM10%207.5h3a1.5%201.5%200%201%201%200%203h-3v-3zm3.5%209H10v-3h3.5a1.5%201.5%200%201%201%200%203z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 100, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-italic::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M10%205v3h2.2l-3.4%208H6v3h8v-3h-2.2l3.4-8H18V5h-8z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 102, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-link::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M9.88%2013.7a4.3%204.3%200%200%201%200-6.07l3.37-3.37a4.26%204.26%200%200%201%206.07%200%204.3%204.3%200%200%201%200%206.06l-1.96%201.72a.91.91%200%201%201-1.3-1.3l1.97-1.71a2.46%202.46%200%200%200-3.48-3.48l-3.38%203.37a2.46%202.46%200%200%200%200%203.48.91.91%200%201%201-1.3%201.3z%22%2F%3E%3Cpath%20d%3D%22M4.25%2019.46a4.3%204.3%200%200%201%200-6.07l1.93-1.9a.91.91%200%201%201%201.3%201.3l-1.93%201.9a2.46%202.46%200%200%200%203.48%203.48l3.37-3.38c.96-.96.96-2.52%200-3.48a.91.91%200%201%201%201.3-1.3%204.3%204.3%200%200%201%200%206.07l-3.38%203.38a4.26%204.26%200%200%201-6.07%200z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 104, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-strike::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.73%2014l.28.14c.26.15.45.3.57.44.12.14.18.3.18.5%200%20.3-.15.56-.44.75-.3.2-.76.3-1.39.3A13.52%2013.52%200%200%201%207%2014.95v3.37a10.64%2010.64%200%200%200%204.84.88c1.26%200%202.35-.19%203.28-.56.93-.37%201.64-.9%202.14-1.57s.74-1.45.74-2.32c0-.26-.02-.51-.06-.75h-5.21zm-5.5-4c-.08-.34-.12-.7-.12-1.1%200-1.29.52-2.3%201.58-3.02%201.05-.72%202.5-1.08%204.34-1.08%201.62%200%203.28.34%204.97%201l-1.3%202.93c-1.47-.6-2.73-.9-3.8-.9-.55%200-.96.08-1.2.26-.26.17-.38.38-.38.64%200%20.27.16.52.48.74.17.12.53.3%201.05.53H7.23zM3%2013h18v-2H3v2z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 106, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-quote::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M6%2017h3l2-4V7H5v6h3zm8%200h3l2-4V7h-6v6h3z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 108, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12%209v3H9v7H6v-7H3V9h9zM8%204h14v3h-6v12h-3V7H8V4z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 110, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-code::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.2%2012L15%2015.2l1.4%201.4L21%2012l-4.6-4.6L15%208.8l3.2%203.2zM5.8%2012L9%208.8%207.6%207.4%203%2012l4.6%204.6L9%2015.2%205.8%2012z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 112, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%204a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm4%203h14v-2H8v2zm0-6h14v-2H8v2zm0-8v2h14V5H8z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 114, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-number-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 116, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-undo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.5%208c-2.6%200-5%201-6.9%202.6L2%207v9h9l-3.6-3.6A8%208%200%200%201%2020%2016l2.4-.8a10.5%2010.5%200%200%200-10-7.2z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 118, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-redo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.4%2010.6a10.5%2010.5%200%200%200-16.9%204.6L4%2016a8%208%200%200%201%2012.7-3.6L13%2016h9V7l-3.6%203.6z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 120, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-8.3-.3l2.8%202.9L6%2014.2%204%2012l2-2-1.4-1.5L1%2012l.7.7zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 122, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-6.9-1L1%2014.2l1.4%201.4L6%2012l-.7-.7-2.8-2.8L1%209.9%203.1%2012zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 124, node_modules/trix/dist/trix.css */
trix-toolbar .trix-dialogs {
  position: relative;
}

/* line 126, node_modules/trix/dist/trix.css */
trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

/* line 138, node_modules/trix/dist/trix.css */
trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 150, node_modules/trix/dist/trix.css */
trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

/* line 152, node_modules/trix/dist/trix.css */
trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

/* line 156, node_modules/trix/dist/trix.css */
trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

/* line 158, node_modules/trix/dist/trix.css */
trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

/* line 161, node_modules/trix/dist/trix.css */
trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}

/* line 163, node_modules/trix/dist/trix.css */
trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

/* line 166, node_modules/trix/dist/trix.css */
trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 172, node_modules/trix/dist/trix.css */
trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}

/* line 175, node_modules/trix/dist/trix.css */
trix-editor [data-trix-mutable]::-moz-selection, trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}
trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection, trix-editor [data-trix-mutable] ::selection {
  background: none;
}

/* line 179, node_modules/trix/dist/trix.css */
trix-editor .attachment__caption-editor[data-trix-mutable]:focus::-moz-selection {
  background: highlight;
}

/* line 181, node_modules/trix/dist/trix.css */
trix-editor .attachment__caption-editor[data-trix-mutable]:focus::-moz-selection {
  background: highlight;
}
trix-editor .attachment__caption-editor[data-trix-mutable]:focus::selection {
  background: highlight;
}

/* line 184, node_modules/trix/dist/trix.css */
trix-editor .attachment.attachment--file[data-trix-mutable] {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

/* line 187, node_modules/trix/dist/trix.css */
trix-editor .attachment[data-trix-mutable] img {
  box-shadow: 0 0 0 2px highlight;
}

/* line 189, node_modules/trix/dist/trix.css */
trix-editor .attachment {
  position: relative;
}

/* line 191, node_modules/trix/dist/trix.css */
trix-editor .attachment:hover {
  cursor: default;
}

/* line 193, node_modules/trix/dist/trix.css */
trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

/* line 195, node_modules/trix/dist/trix.css */
trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}

/* line 204, node_modules/trix/dist/trix.css */
trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

/* line 206, node_modules/trix/dist/trix.css */
trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 221, node_modules/trix/dist/trix.css */
trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 228, node_modules/trix/dist/trix.css */
trix-editor .trix-button-group {
  display: inline-flex;
}

/* line 230, node_modules/trix/dist/trix.css */
trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

/* line 242, node_modules/trix/dist/trix.css */
trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

/* line 244, node_modules/trix/dist/trix.css */
trix-editor .trix-button.trix-active {
  background: #cbeefa;
}

/* line 246, node_modules/trix/dist/trix.css */
trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}

/* line 248, node_modules/trix/dist/trix.css */
trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

/* line 260, node_modules/trix/dist/trix.css */
trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.4L17.6%205%2012%2010.6%206.4%205%205%206.4l5.6%205.6L5%2017.6%206.4%2019l5.6-5.6%205.6%205.6%201.4-1.4-5.6-5.6z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

/* line 273, node_modules/trix/dist/trix.css */
trix-editor .trix-button--remove:hover {
  border-color: #333;
}

/* line 275, node_modules/trix/dist/trix.css */
trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}

/* line 277, node_modules/trix/dist/trix.css */
trix-editor .attachment__metadata-container {
  position: relative;
}

/* line 279, node_modules/trix/dist/trix.css */
trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}

/* line 290, node_modules/trix/dist/trix.css */
trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 297, node_modules/trix/dist/trix.css */
trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

/* line 301, node_modules/trix/dist/trix.css */
.trix-content {
  line-height: 1.5;
}

/* line 303, node_modules/trix/dist/trix.css */
.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 307, node_modules/trix/dist/trix.css */
.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
}

/* line 310, node_modules/trix/dist/trix.css */
.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

/* line 315, node_modules/trix/dist/trix.css */
.trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}

/* line 321, node_modules/trix/dist/trix.css */
.trix-content li {
  margin-left: 1em;
}

/* line 323, node_modules/trix/dist/trix.css */
.trix-content [dir=rtl] li {
  margin-right: 1em;
}

/* line 325, node_modules/trix/dist/trix.css */
.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

/* line 335, node_modules/trix/dist/trix.css */
.trix-content img {
  max-width: 100%;
  height: auto;
}

/* line 338, node_modules/trix/dist/trix.css */
.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

/* line 342, node_modules/trix/dist/trix.css */
.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

/* line 345, node_modules/trix/dist/trix.css */
.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}

/* line 347, node_modules/trix/dist/trix.css */
.trix-content .attachment__caption {
  text-align: center;
}

/* line 349, node_modules/trix/dist/trix.css */
.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: ' · ';
}

/* line 351, node_modules/trix/dist/trix.css */
.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

/* line 354, node_modules/trix/dist/trix.css */
.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

/* line 358, node_modules/trix/dist/trix.css */
.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

/* line 365, node_modules/trix/dist/trix.css */
.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

/* line 369, node_modules/trix/dist/trix.css */
.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

/* line 373, node_modules/trix/dist/trix.css */
.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

@font-face {
  font-family: "Graphik";
  src: url(/assets/graphik-regular-web-ac6f4c9b761d4f8df7ade5e4b6c6c2afe6248223224337ed1a6608fbd6b33314.woff2);
  font-weight: 300;
}

@font-face {
  font-family: "Graphik";
  src: url(/assets/graphik-medium-web-293253e7e3509e1b1cee0881fe0ae443d466252aaa06c133cf652423daf4366f.woff2);
  font-weight: 400;
}

@font-face {
  font-family: "Graphik";
  src: url(/assets/graphik-semibold-web-493340a3e4760b8cdf760c8051e1c93c9b69f05f090df806eea2dd2c3502982c.woff2);
  font-weight: 600;
}

@font-face {
  font-family: "Graphik";
  src: url(/assets/graphik-bold-web-0423c2138c77240f05e2a1cea32b383d20ab5ba74317b40ee929b475b707f831.woff2);
  font-weight: bold;
}

/* line 141, app/assets/stylesheets/variables.scss */
.blue {
  color: #003a68;
}

/* line 142, app/assets/stylesheets/variables.scss */
.light-blue {
  color: #3498db;
}

/* line 143, app/assets/stylesheets/variables.scss */
.red {
  color: #e74c3c;
}

/* line 144, app/assets/stylesheets/variables.scss */
.green {
  color: #27ae60;
}

/* line 145, app/assets/stylesheets/variables.scss */
.yellow {
  color: #EAAD21;
}

/* line 146, app/assets/stylesheets/variables.scss */
.yellow-fill {
  fill: #EAAD21;
}

/* line 147, app/assets/stylesheets/variables.scss */
.purple {
  color: #4D43C1;
}

/* line 148, app/assets/stylesheets/variables.scss */
.orange {
  color: #f5784f;
}

/* line 149, app/assets/stylesheets/variables.scss */
.grey {
  color: #525f7f;
}

/* line 150, app/assets/stylesheets/variables.scss */
.icon-grey {
  color: #dce0e0;
}

/* line 151, app/assets/stylesheets/variables.scss */
.black {
  color: #283c46;
}

/* line 152, app/assets/stylesheets/variables.scss */
.white {
  color: white;
}

/* line 153, app/assets/stylesheets/variables.scss */
.light-mint {
  color: #0891b2;
}

/* line 155, app/assets/stylesheets/variables.scss */
.bg-yellow {
  background-color: #EAAD21;
}

/* line 156, app/assets/stylesheets/variables.scss */
.bg-blue {
  background-color: #003a68;
}

/* line 157, app/assets/stylesheets/variables.scss */
.bg-light-blue {
  background-color: #3498db;
}

/* line 158, app/assets/stylesheets/variables.scss */
.bg-red {
  background-color: #e74c3c;
}

/* line 159, app/assets/stylesheets/variables.scss */
.bg-green {
  background-color: #27ae60;
}

/* line 160, app/assets/stylesheets/variables.scss */
.bg-white {
  background-color: white;
}

/* line 161, app/assets/stylesheets/variables.scss */
.bg-grey {
  background-color: #f6f9fb;
}

/* line 162, app/assets/stylesheets/variables.scss */
.bg-purple {
  background-color: #4D43C1;
}

/* line 163, app/assets/stylesheets/variables.scss */
.bg-light-purple {
  background-color: rgba(77, 67, 193, 0.1);
}

/* line 164, app/assets/stylesheets/variables.scss */
.pill.bg-light-blue {
  background-color: #3498db !important;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* line 30, app/assets/stylesheets/shared/_spinner.scss */
.loading-spinner:has(.spinner-content):not(.text-cleanup-spinner),
.loading-spinner.text-cleanup-spinner.show:has(.spinner-content) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  overflow: hidden;
  border-radius: inherit;
}

/* line 46, app/assets/stylesheets/shared/_spinner.scss */
.loading-spinner:has(.spinner-content):not(.text-cleanup-spinner) .spinner-content,
.loading-spinner.text-cleanup-spinner.show:has(.spinner-content) .spinner-content {
  background: white;
  padding: 24px 32px;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 58, app/assets/stylesheets/shared/_spinner.scss */
.loading-spinner:has(.spinner-content):not(.text-cleanup-spinner) .spinner-content .spinner,
.loading-spinner.text-cleanup-spinner.show:has(.spinner-content) .spinner-content .spinner {
  width: 36px;
  height: 36px;
  margin: 0 auto 12px;
  border: 4px solid #f1f5f9;
  border-top-color: #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  flex-shrink: 0;
}

/* line 70, app/assets/stylesheets/shared/_spinner.scss */
.loading-spinner:has(.spinner-content):not(.text-cleanup-spinner) .spinner-content p,
.loading-spinner:has(.spinner-content):not(.text-cleanup-spinner) .spinner-content .spinner-text,
.loading-spinner.text-cleanup-spinner.show:has(.spinner-content) .spinner-content p,
.loading-spinner.text-cleanup-spinner.show:has(.spinner-content) .spinner-content .spinner-text {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #64748b;
  line-height: 1.4;
}

/* line 84, app/assets/stylesheets/shared/_spinner.scss */
#badge-critique-spinner,
.modern-box .loading-spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  overflow: hidden;
  border-radius: inherit;
}

/* line 100, app/assets/stylesheets/shared/_spinner.scss */
#badge-critique-spinner .spinner-content,
.modern-box .loading-spinner .spinner-content {
  background: white;
  padding: 24px 32px;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 112, app/assets/stylesheets/shared/_spinner.scss */
#badge-critique-spinner .spinner-content .spinner,
.modern-box .loading-spinner .spinner-content .spinner {
  width: 36px;
  height: 36px;
  margin: 0 auto 12px;
  border: 4px solid #f1f5f9;
  border-top-color: #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  flex-shrink: 0;
}

/* line 124, app/assets/stylesheets/shared/_spinner.scss */
#badge-critique-spinner .spinner-content p,
#badge-critique-spinner .spinner-content .spinner-text,
.modern-box .loading-spinner .spinner-content p,
.modern-box .loading-spinner .spinner-content .spinner-text {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #64748b;
  line-height: 1.4;
}

/* line 136, app/assets/stylesheets/shared/_spinner.scss */
.loading-spinner:not(:has(.spinner-content)) {
  width: 24px;
  height: 24px;
  border: 3px solid #f1f5f9;
  border-top-color: #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* line 146, app/assets/stylesheets/shared/_spinner.scss */
.loading-spinner--sm {
  width: 16px;
  height: 16px;
  border-width: 2px;
}

/* line 152, app/assets/stylesheets/shared/_spinner.scss */
.loading-spinner--lg {
  width: 36px;
  height: 36px;
  border-width: 4px;
}

/* line 159, app/assets/stylesheets/shared/_spinner.scss */
.loading-state .spinner {
  width: 24px;
  height: 24px;
  border: 3px solid #f1f5f9;
  border-top-color: #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* line 170, app/assets/stylesheets/shared/_spinner.scss */
.spinner-icon {
  animation: spin 1s linear infinite;
}

/* line 179, app/assets/stylesheets/shared/_spinner.scss */
.app-main-content:has(> .global-page-loader) {
  position: relative;
}

/* line 184, app/assets/stylesheets/shared/_spinner.scss */
.global-page-loader .loading-spinner:has(.spinner-content) {
  border-radius: 24px;
}

/* line 1, app/assets/stylesheets/main.scss */
html {
  scroll-behavior: smooth;
}

/* line 5, app/assets/stylesheets/main.scss */
html, body {
  width: 100%;
  height: 100%;
  font-size: 16px;
}

/* line 11, app/assets/stylesheets/main.scss */
body {
  font-family: "Graphik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 300;
  background-color: #f6f9fb;
  color: #283c46;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
}

/* line 25, app/assets/stylesheets/main.scss */
.container {
  max-width: calc(1092px +  115px + 30px);
}

@media (max-width: 991px) {
  /* line 25, app/assets/stylesheets/main.scss */
  .container {
    max-width: 100%;
    padding: 0;
  }
}

/* line 34, app/assets/stylesheets/main.scss */
.body-wrapper {
  margin-top: 48px;
}

@media (max-width: 991px) {
  /* line 34, app/assets/stylesheets/main.scss */
  .body-wrapper {
    margin-top: 48px;
  }
}

/* line 42, app/assets/stylesheets/main.scss */
.new-layout-wrapper .body-wrapper {
  margin-top: 0;
}

/* line 47, app/assets/stylesheets/main.scss */
.app-wrapper {
  display: flex;
}

/* line 50, app/assets/stylesheets/main.scss */
.app-wrapper .app-main-content {
  max-width: 100%;
  width: 100%;
}

@media (min-width: 992px) {
  /* line 56, app/assets/stylesheets/main.scss */
  .app-wrapper .app-main-content {
    width: calc(100% - 115px);
    margin: 0 auto;
  }
  /* line 60, app/assets/stylesheets/main.scss */
  .app-wrapper .app-main-content.no-sidebar {
    width: 100%;
  }
}

/* line 66, app/assets/stylesheets/main.scss */
.new-layout-wrapper .app-wrapper .app-main-content {
  width: 100%;
  margin: 0;
}

@media (min-width: 992px) {
  /* line 66, app/assets/stylesheets/main.scss */
  .new-layout-wrapper .app-wrapper .app-main-content {
    width: 100%;
  }
}

/* line 77, app/assets/stylesheets/main.scss */
.hide, .hidden {
  display: none !important;
}

/* line 81, app/assets/stylesheets/main.scss */
.soft-hide {
  display: none;
}

/* line 85, app/assets/stylesheets/main.scss */
.shown {
  display: block !important;
}

/* line 89, app/assets/stylesheets/main.scss */
.center, .centered {
  text-align: center;
}

/* line 93, app/assets/stylesheets/main.scss */
.left {
  text-align: left;
}

/* line 97, app/assets/stylesheets/main.scss */
.right {
  text-align: right;
}

/* line 101, app/assets/stylesheets/main.scss */
.semi-bold {
  font-weight: 600;
}

/* line 105, app/assets/stylesheets/main.scss */
.bold, strong {
  font-weight: bold;
}

/* line 109, app/assets/stylesheets/main.scss */
.normal-weight {
  font-weight: normal;
}

/* line 113, app/assets/stylesheets/main.scss */
.light {
  font-weight: lighter;
}

/* line 117, app/assets/stylesheets/main.scss */
.font-weight-normal {
  font-weight: normal;
}

/* line 121, app/assets/stylesheets/main.scss */
.no-borders {
  border: 0 !important;
}

/* line 125, app/assets/stylesheets/main.scss */
.no-effects {
  cursor: auto !important;
  color: inherit;
}

/* line 128, app/assets/stylesheets/main.scss */
.no-effects:hover, .no-effects:focus, .no-effects:active {
  text-decoration: none;
  color: inherit;
}

/* line 134, app/assets/stylesheets/main.scss */
.nowrap, .no-wrap {
  white-space: nowrap !important;
}

/* line 138, app/assets/stylesheets/main.scss */
.width-auto {
  width: auto;
}

/* line 142, app/assets/stylesheets/main.scss */
.mr {
  margin-right: 4px;
}

/* line 143, app/assets/stylesheets/main.scss */
.ml {
  margin-left: 4px;
}

/* line 145, app/assets/stylesheets/main.scss */
.vertical-writing {
  writing-mode: vertical-lr;
}

/* line 149, app/assets/stylesheets/main.scss */
.vertical-align-middle {
  vertical-align: middle !important;
}

/* line 153, app/assets/stylesheets/main.scss */
.card-absolute-link, .absolute-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: inherit;
  transition: all 0.2s;
}

/* line 163, app/assets/stylesheets/main.scss */
.clickable, .cursor-pointer {
  cursor: pointer;
}

/* line 166, app/assets/stylesheets/main.scss */
.clickable:hover, .clickable:focus, .clickable:active, .cursor-pointer:hover, .cursor-pointer:focus, .cursor-pointer:active {
  cursor: pointer;
}

/* line 171, app/assets/stylesheets/main.scss */
.small {
  font-size: 0.8em;
  font-weight: inherit;
}

/* line 176, app/assets/stylesheets/main.scss */
.smallish {
  font-size: 0.9em;
  font-weight: 300;
}

/* line 181, app/assets/stylesheets/main.scss */
.underline {
  text-decoration: underline;
}

/* line 186, app/assets/stylesheets/main.scss */
hr.big {
  margin: 3rem 0;
}

/* line 191, app/assets/stylesheets/main.scss */
.separator-dot::after {
  content: "•";
  margin-left: 0.25em;
  margin-right: 0.25em;
}

/* line 197, app/assets/stylesheets/main.scss */
.flush {
  margin: 0 !important;
}

/* line 201, app/assets/stylesheets/main.scss */
.separation-top {
  margin-top: 3rem;
}

/* line 202, app/assets/stylesheets/main.scss */
.separation-top {
  margin-top: 3rem;
}

/* line 203, app/assets/stylesheets/main.scss */
.border-separation-top {
  border-top: 1px solid #e6ebf1;
}

/* line 204, app/assets/stylesheets/main.scss */
.border-separation-bottom {
  border-bottom: 1px solid #e6ebf1;
}

/* line 206, app/assets/stylesheets/main.scss */
.no-transition {
  transition: height 0.001s;
}

/* line 210, app/assets/stylesheets/main.scss */
.pointer-events-none {
  pointer-events: none !important;
}

/* line 214, app/assets/stylesheets/main.scss */
.grayscale {
  filter: grayscale(1) !important;
}

/* line 218, app/assets/stylesheets/main.scss */
.bring-to-front {
  z-index: 25;
}

/* line 222, app/assets/stylesheets/main.scss */
.feather {
  height: 1em;
  width: auto;
  display: inline-block;
}

/* line 228, app/assets/stylesheets/main.scss */
.cannot-merge-users {
  display: flex;
  flex-direction: column;
}

/* line 232, app/assets/stylesheets/main.scss */
.cannot-merge-users .merge-warning-subtitle {
  font-size: 0.9rem;
  opacity: 0.9;
  color: white !important;
}

/* line 239, app/assets/stylesheets/main.scss */
.merge-warning-schools {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

/* line 245, app/assets/stylesheets/main.scss */
.merge-warning-schools .badge {
  margin-right: 0;
}

/* line 250, app/assets/stylesheets/main.scss */
.merge-info-tip {
  border-radius: 4px;
}

/* line 255, app/assets/stylesheets/main.scss */
[data-user-in-scope=false] .hidden_for_non_scope_users {
  display: none !important;
}

/* line 261, app/assets/stylesheets/main.scss */
[data-user-in-scope=true] .hidden_for_in_scope_users {
  display: none !important;
}

/* line 266, app/assets/stylesheets/main.scss */
.word-break {
  word-break: break-word;
}

/* line 270, app/assets/stylesheets/main.scss */
.profile-modal {
  max-height: calc(100vh - 56px);
  overflow: auto;
}

/* line 273, app/assets/stylesheets/main.scss */
.profile-modal .profile-sidebar {
  top: 0;
}

/* line 278, app/assets/stylesheets/main.scss */
.sticky-sidebar {
  top: 56px;
}

/* line 282, app/assets/stylesheets/main.scss */
.pb-1 {
  padding-bottom: 1rem !important;
}

/* line 286, app/assets/stylesheets/main.scss */
.pt-1 {
  padding-top: 1rem !important;
}

/* line 1, app/assets/stylesheets/type.scss */
.text-ginormous {
  font-size: 145px;
  font-weight: bold;
}

/* line 6, app/assets/stylesheets/type.scss */
.link, .subtle-link {
  color: #525f7f;
  text-decoration: underline;
  transition: 200ms all;
}

/* line 10, app/assets/stylesheets/type.scss */
.link:hover, .link:focus, .link:active, .subtle-link:hover, .subtle-link:focus, .subtle-link:active {
  color: #217dbb;
}

/* line 15, app/assets/stylesheets/type.scss */
a {
  color: #3498db;
  transition: 200ms all;
}

/* line 19, app/assets/stylesheets/type.scss */
a:hover, a:focus, a:active {
  color: #217dbb;
}

/* line 24, app/assets/stylesheets/type.scss */
.subtitle, h2.subtitle, .box .box-header .subtitle {
  position: relative;
  z-index: 0;
  line-height: 1.2;
  color: #283c46;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 2rem 0 1rem;
  transition: 200ms all;
}

/* line 34, app/assets/stylesheets/type.scss */
.subtitle.with-separator, h2.subtitle.with-separator, .box .box-header .subtitle.with-separator {
  font-size: 1.1rem;
  margin: 2rem 0 1rem;
  width: 100%;
}

/* line 39, app/assets/stylesheets/type.scss */
.subtitle.with-separator span, h2.subtitle.with-separator span, .box .box-header .subtitle.with-separator span {
  display: inline-flex;
  padding-right: 0.5em;
  background: #fff;
  align-items: center;
}

/* line 46, app/assets/stylesheets/type.scss */
.subtitle.with-separator::before, h2.subtitle.with-separator::before, .box .box-header .subtitle.with-separator::before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  border-bottom: 2px solid #000;
  z-index: -1;
  width: 100%;
}

/* line 58, app/assets/stylesheets/type.scss */
.subtitle.with-progress-circle, h2.subtitle.with-progress-circle, .box .box-header .subtitle.with-progress-circle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 63, app/assets/stylesheets/type.scss */
.subtitle.with-progress-circle .progress-circle, h2.subtitle.with-progress-circle .progress-circle, .box .box-header .subtitle.with-progress-circle .progress-circle {
  margin-left: 2.5rem;
}

/* line 68, app/assets/stylesheets/type.scss */
.subtitle.inactive, h2.subtitle.inactive, .box .box-header .subtitle.inactive {
  color: #5c6b8e;
}

/* line 70, app/assets/stylesheets/type.scss */
.subtitle.inactive::before, h2.subtitle.inactive::before, .box .box-header .subtitle.inactive::before {
  border-bottom-color: #5c6b8e;
}

/* line 73, app/assets/stylesheets/type.scss */
.subtitle[data-toggle=collapse], h2.subtitle[data-toggle=collapse], .box .box-header .subtitle[data-toggle=collapse] {
  cursor: pointer;
}

/* line 76, app/assets/stylesheets/type.scss */
.subtitle[data-toggle=collapse]:hover, .subtitle[data-toggle=collapse]:focus, .subtitle[data-toggle=collapse]:active, h2.subtitle[data-toggle=collapse]:hover, h2.subtitle[data-toggle=collapse]:focus, h2.subtitle[data-toggle=collapse]:active, .box .box-header .subtitle[data-toggle=collapse]:hover, .box .box-header .subtitle[data-toggle=collapse]:focus, .box .box-header .subtitle[data-toggle=collapse]:active {
  color: #283c46;
}

/* line 78, app/assets/stylesheets/type.scss */
.subtitle[data-toggle=collapse]:hover::before, .subtitle[data-toggle=collapse]:focus::before, .subtitle[data-toggle=collapse]:active::before, h2.subtitle[data-toggle=collapse]:hover::before, h2.subtitle[data-toggle=collapse]:focus::before, h2.subtitle[data-toggle=collapse]:active::before, .box .box-header .subtitle[data-toggle=collapse]:hover::before, .box .box-header .subtitle[data-toggle=collapse]:focus::before, .box .box-header .subtitle[data-toggle=collapse]:active::before {
  border-bottom-color: #283c46;
}

/* line 83, app/assets/stylesheets/type.scss */
.subtitle[aria-expanded=true] .feather-chevron-down, h2.subtitle[aria-expanded=true] .feather-chevron-down, .box .box-header .subtitle[aria-expanded=true] .feather-chevron-down {
  transform: rotate(180deg);
}

/* line 91, app/assets/stylesheets/type.scss */
.section-heading-pill-line {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 2rem 0 1rem;
  gap: 0;
}

/* line 98, app/assets/stylesheets/type.scss */
.section-heading-pill-line .pill.challenge-pill {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}

/* line 104, app/assets/stylesheets/type.scss */
.section-heading-pill-line .section-heading-line {
  flex: 1;
  min-width: 8px;
  height: 2px;
  background: #dee2e6;
  margin-left: 0.75rem;
}

/* line 113, app/assets/stylesheets/type.scss */
.spark-title {
  font-size: 1.5rem;
  color: #283c46;
  font-weight: 500;
}

/* line 1, app/assets/stylesheets/pages.scss */
.resource-title {
  font-size: 2rem;
  font-weight: bold;
}

/* line 6, app/assets/stylesheets/pages.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
}

/* line 11, app/assets/stylesheets/pages.scss */
h4 {
  font-size: 1.1rem;
  font-weight: bold;
}

/* line 16, app/assets/stylesheets/pages.scss */
h5, .h5 {
  font-size: 0.667rem;
  line-height: 1rem;
  color: #003a68;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: bold;
  letter-spacing: 0.033em;
}

/* line 26, app/assets/stylesheets/pages.scss */
p .feather, .icon-in-line {
  height: 1em;
  margin-top: -0.2em;
  width: auto;
  margin-right: 0.25rem;
}

/* line 33, app/assets/stylesheets/pages.scss */
.turbo-progress-bar {
  height: 2px;
  background-color: #3498db;
}

@media (max-width: 991px) {
  /* line 33, app/assets/stylesheets/pages.scss */
  .turbo-progress-bar {
    height: 4px;
  }
}

/* line 42, app/assets/stylesheets/pages.scss */
.footer-wrapper {
  margin-top: auto;
}

/* line 46, app/assets/stylesheets/pages.scss */
.local-time-wrapper {
  pointer-events: none;
}

/* line 49, app/assets/stylesheets/pages.scss */
.local-time-wrapper::first-letter {
  text-transform: uppercase;
}

/* line 54, app/assets/stylesheets/pages.scss */
.person-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}

/* line 61, app/assets/stylesheets/pages.scss */
.person-wrapper .person {
  margin: 0;
}

/* line 65, app/assets/stylesheets/pages.scss */
.person-wrapper .pill-navigator {
  margin-top: 0.5rem;
}

/* line 70, app/assets/stylesheets/pages.scss */
.person {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 86px;
  text-align: center;
  margin-right: 2rem;
}

/* line 80, app/assets/stylesheets/pages.scss */
.person .avatar {
  margin: 0;
}

/* line 84, app/assets/stylesheets/pages.scss */
.person.xs {
  margin-right: 1rem;
  max-width: 48px;
}

/* line 91, app/assets/stylesheets/pages.scss */
.person-wrapper .name, .person .name {
  font-size: 0.875rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
  color: #525f7f;
  line-height: 1.3;
  text-align: center;
  word-wrap: break-word;
}

/* line 102, app/assets/stylesheets/pages.scss */
footer {
  margin-top: 2rem;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #e4edf3;
  color: #525f7f;
  font-size: 80%;
}

/* line 114, app/assets/stylesheets/pages.scss */
.fading-away {
  opacity: 0.50;
}

/* line 120, app/assets/stylesheets/pages.scss */
.password-change-card {
  max-width: 560px;
  margin: 0 auto;
  padding: 2rem 2.5rem;
  border: 1px solid #e0e6ed;
  border-radius: 12px;
  background: #fff;
}

/* line 129, app/assets/stylesheets/pages.scss */
.password-change-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f0f7ff 0%, #e8f0fe 100%);
  color: #003a68;
  margin: 0 auto 1rem;
}

/* line 141, app/assets/stylesheets/pages.scss */
.password-change-card__hint {
  text-align: center;
  font-size: 0.875rem;
  color: #525f7f;
  margin: 0 0 1.5rem;
}

/* line 148, app/assets/stylesheets/pages.scss */
.password-change-card__actions {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  margin-top: 0.5rem;
}

/* line 155, app/assets/stylesheets/pages.scss */
.password-change-form {
  max-width: 100%;
  margin: 0 auto;
}

/* line 160, app/assets/stylesheets/pages.scss */
.password-change-field {
  margin-bottom: 1.25rem;
}

/* line 164, app/assets/stylesheets/pages.scss */
.password-change-input-wrapper {
  position: relative;
}

/* line 168, app/assets/stylesheets/pages.scss */
.password-change-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  margin-bottom: 0.375rem;
}

/* line 176, app/assets/stylesheets/pages.scss */
.password-change-input {
  width: 100%;
  padding: 12px 16px;
  padding-right: 44px;
  border: 1px solid #e0e6ed;
  border-radius: 8px;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.2s;
}

/* line 186, app/assets/stylesheets/pages.scss */
.password-change-input:focus {
  border-color: #003a68;
}

/* line 191, app/assets/stylesheets/pages.scss */
.settings-sections {
  max-width: 560px;
}

/* line 195, app/assets/stylesheets/pages.scss */
.settings-section {
  padding: 1.5rem;
  border: 1px solid #e0e6ed;
  border-radius: 10px;
  margin-bottom: 1rem;
}

/* line 201, app/assets/stylesheets/pages.scss */
.settings-section:last-child {
  margin-bottom: 0;
}

/* line 206, app/assets/stylesheets/pages.scss */
.settings-section__header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.375rem;
  color: #1a2332;
}

/* line 214, app/assets/stylesheets/pages.scss */
.settings-section__title {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0;
}

/* line 220, app/assets/stylesheets/pages.scss */
.settings-section__description {
  font-size: 0.875rem;
  color: #525f7f;
  margin: 0 0 1rem 0;
}

/* line 227, app/assets/stylesheets/pages.scss */
.highlight {
  background-image: linear-gradient(0deg, #3498db 0%, rgba(52, 152, 219, 0.1) 100%);
  background-repeat: no-repeat;
  background-size: 100% 10%;
  background-position: -2px 100%;
  transition: background-size 0.25s ease-in;
}

/* line 233, app/assets/stylesheets/pages.scss */
.highlight:hover {
  background-size: 100% 40%;
}

/* line 238, app/assets/stylesheets/pages.scss */
.show-on-desktop {
  display: inherit;
}

@media (max-width: 991px) {
  /* line 238, app/assets/stylesheets/pages.scss */
  .show-on-desktop {
    display: none;
  }
}

/* line 243, app/assets/stylesheets/pages.scss */
.show-on-mobile {
  display: inherit;
}

@media (min-width: 992px) {
  /* line 243, app/assets/stylesheets/pages.scss */
  .show-on-mobile {
    display: none;
  }
}

/* line 248, app/assets/stylesheets/pages.scss */
.visually-hidden {
  text-indent: -1000em;
  margin: 0 !important;
  height: 1px;
  padding: 0;
  box-shadow: none;
}

/* line 255, app/assets/stylesheets/pages.scss */
.visually-hidden:hover, .visually-hidden:focus, .visually-hidden:active {
  outline: none;
  box-shadow: none;
}

/* line 261, app/assets/stylesheets/pages.scss */
.collapse-toggler {
  cursor: pointer;
}

/* line 265, app/assets/stylesheets/pages.scss */
.collapse-toggler[aria-expanded=true] .feather {
  transform: rotate(180deg);
}

/* line 271, app/assets/stylesheets/pages.scss */
.logo-preview {
  display: block;
  max-height: 28px;
  max-width: 100%;
}

/* line 280, app/assets/stylesheets/pages.scss */
.login-password-toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 2px;
  color: #525f7f;
  display: flex;
  align-items: center;
}

/* line 293, app/assets/stylesheets/pages.scss */
.login-password-toggle:hover {
  color: #2a3141;
}

/* Tablesorter Custom SCSS Theme by Dan Feidt (https://github.com/HongPong)
 Converted from Custom LESS Theme by Rob Garrison

 To create your own theme, modify the code below and run it through
 a SCSS compiler, like this one: http://beautifytools.com/scss-compiler.php
 or download sass.js from https://github.com/medialize/sass.js

Test out these customization files live
 Basic LESS Theme : http://codepen.io/Mottie/pen/eqBbn
 Bootstrap LESS   : http://codepen.io/Mottie/pen/Ltzpi
 Metro LESS Style : http://codepen.io/Mottie/pen/gCslk
 Basic SCSS       : http://codepen.io/Mottie/pen/LbXdNR

 */
/*** theme ***/
/*** color definitions ***/
/* for best results, only change the hue (120),
   leave the saturation (60%) and luminosity (75%) alone
   pick the color from here: http://hslpicker.com/#99E699 */
/* darken($headerBackground, 10%); */
/* desaturate($headerAsc, 5%); */
/* it might be best to match the document body background color here */
/* ajax error message (added to thead) */
/* becomes height using padding (so it's divided by 2) */
/* 20px should be slightly wider than the icon width to avoid overlap */
/* url(/icons/loading.gif); */
/* Filter widget transition */
/*** Arrows ***/
/* black */
/* white */
/* automatically choose the correct arrow/text color */
/* line 94, app/assets/stylesheets/tablesorter_custom_theme.scss */
.tablesorter-jt {
  /* tfoot */
  /* optional disabled input styling */
  /* table processing indicator - indeterminate spinner */
  /* filter widget */
  /* hidden filter row */
  /* rows hidden by filtering (needed for child rows) */
  /* ajax error row */
}

/* line 95, app/assets/stylesheets/tablesorter_custom_theme.scss */
.tablesorter-jt .tablesorter-header {
  background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
  background-repeat: no-repeat;
  background-position: right 5px center;
  cursor: pointer;
}

/* line 102, app/assets/stylesheets/tablesorter_custom_theme.scss */
.tablesorter-jt .tablesorter-header.sorter-false {
  background-image: none;
  cursor: default;
}

/* line 107, app/assets/stylesheets/tablesorter_custom_theme.scss */
.tablesorter-jt .tablesorter-headerAsc {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}

/* line 111, app/assets/stylesheets/tablesorter_custom_theme.scss */
.tablesorter-jt .tablesorter-headerDesc {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}

/* line 116, app/assets/stylesheets/tablesorter_custom_theme.scss */
.tablesorter-jt tfoot .tablesorter-headerAsc,
.tablesorter-jt tfoot .tablesorter-headerDesc {
  /* remove sort arrows from footer */
  background-image: none;
}

/* line 123, app/assets/stylesheets/tablesorter_custom_theme.scss */
.tablesorter-jt .disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}

/* line 129, app/assets/stylesheets/tablesorter_custom_theme.scss */
.tablesorter-jt .no-sort {
  pointer-events: none;
  background-image: none;
}

/* line 135, app/assets/stylesheets/tablesorter_custom_theme.scss */
.tablesorter-jt .tablesorter-processing {
  background-image: url("data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=");
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 142, app/assets/stylesheets/tablesorter_custom_theme.scss */
.tablesorter-jt .tablesorter-filter-row input,
.tablesorter-jt .tablesorter-filter-row select {
  width: 98%;
  height: auto;
  margin: 0;
  padding: 4px;
  color: #333;
  background-color: #fff;
  border: 1px solid #dee2e6;
  box-sizing: border-box;
  border-radius: 4px;
}

/* line 156, app/assets/stylesheets/tablesorter_custom_theme.scss */
.tablesorter-jt .tablesorter-filter-row input:focus, .tablesorter-jt .tablesorter-filter-row input:active,
.tablesorter-jt .tablesorter-filter-row select:focus,
.tablesorter-jt .tablesorter-filter-row select:active {
  outline: none;
  border-color: #3498db;
}

/* line 161, app/assets/stylesheets/tablesorter_custom_theme.scss */
.tablesorter-jt .tablesorter-filter-row {
  background-color: #fafbfd;
}

/* line 164, app/assets/stylesheets/tablesorter_custom_theme.scss */
.tablesorter-jt .tablesorter-filter-row td {
  text-align: center;
  background-color: #fafbfd;
  line-height: normal;
  text-align: center;
  /* center the input */
  transition: 200ms all;
}

/* line 172, app/assets/stylesheets/tablesorter_custom_theme.scss */
.tablesorter-jt .tablesorter-filter-row.hideme td {
  padding: 2px;
  margin: 0;
  line-height: 0;
  cursor: pointer;
}

/* line 178, app/assets/stylesheets/tablesorter_custom_theme.scss */
.tablesorter-jt .tablesorter-filter-row.hideme * {
  height: 1px;
  min-height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  /* don't use visibility: hidden because it disables tabbing */
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 190, app/assets/stylesheets/tablesorter_custom_theme.scss */
.tablesorter-jt .filtered {
  display: none;
}

/* line 195, app/assets/stylesheets/tablesorter_custom_theme.scss */
.tablesorter-jt .tablesorter-errorRow td {
  text-align: center;
  cursor: pointer;
  background-color: #e6bf99;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
/* line 8, node_modules/pikaday/css/pikaday.css */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
/* line 23, node_modules/pikaday/css/pikaday.css */
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

/* line 28, node_modules/pikaday/css/pikaday.css */
.pika-single:after {
  clear: both;
}

/* line 30, node_modules/pikaday/css/pikaday.css */
.pika-single.is-hidden {
  display: none;
}

/* line 34, node_modules/pikaday/css/pikaday.css */
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

/* line 39, node_modules/pikaday/css/pikaday.css */
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

/* line 45, node_modules/pikaday/css/pikaday.css */
.pika-title {
  position: relative;
  text-align: center;
}

/* line 50, node_modules/pikaday/css/pikaday.css */
.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

/* line 62, node_modules/pikaday/css/pikaday.css */
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  opacity: 0;
}

/* line 72, node_modules/pikaday/css/pikaday.css */
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
}

/* line 93, node_modules/pikaday/css/pikaday.css */
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

/* line 98, node_modules/pikaday/css/pikaday.css */
.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
}

/* line 104, node_modules/pikaday/css/pikaday.css */
.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
}

/* line 110, node_modules/pikaday/css/pikaday.css */
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}

/* line 116, node_modules/pikaday/css/pikaday.css */
.pika-select {
  display: inline-block;
}

/* line 120, node_modules/pikaday/css/pikaday.css */
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

/* line 127, node_modules/pikaday/css/pikaday.css */
.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}

/* line 133, node_modules/pikaday/css/pikaday.css */
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

/* line 141, node_modules/pikaday/css/pikaday.css */
.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
  height: initial;
}

/* line 159, node_modules/pikaday/css/pikaday.css */
.pika-week {
  font-size: 11px;
  color: #999;
}

/* line 164, node_modules/pikaday/css/pikaday.css */
.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

/* line 169, node_modules/pikaday/css/pikaday.css */
.is-selected .pika-button,
.has-event .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

/* line 178, node_modules/pikaday/css/pikaday.css */
.has-event .pika-button {
  background: #005da9;
  box-shadow: inset 0 1px 3px #0076c9;
}

/* line 183, node_modules/pikaday/css/pikaday.css */
.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #D5E9F7;
}

/* line 188, node_modules/pikaday/css/pikaday.css */
.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

/* line 195, node_modules/pikaday/css/pikaday.css */
.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

/* line 202, node_modules/pikaday/css/pikaday.css */
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3;
}

/* line 209, node_modules/pikaday/css/pikaday.css */
.is-outside-current-month .pika-button {
  color: #999;
  opacity: .3;
}

/* line 214, node_modules/pikaday/css/pikaday.css */
.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

/* line 219, node_modules/pikaday/css/pikaday.css */
.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}

/* styling for abbr */
/* line 228, node_modules/pikaday/css/pikaday.css */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

/* line 1, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

/* line 20, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

/* line 27, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

/* line 34, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

/* line 41, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker.opensleft:before {
  right: 9px;
}

/* line 45, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker.opensleft:after {
  right: 10px;
}

/* line 49, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

/* line 57, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

/* line 65, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker.opensright:before {
  left: 9px;
}

/* line 69, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker.opensright:after {
  left: 10px;
}

/* line 73, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker.drop-up {
  margin-top: -7px;
}

/* line 77, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

/* line 84, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

/* line 91, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

/* line 95, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker.single .drp-selected {
  display: none;
}

/* line 99, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

/* line 103, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

/* line 107, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

/* line 111, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

/* line 116, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

/* line 120, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .drp-calendar.right {
  padding: 8px;
}

/* line 124, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

/* line 128, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

/* line 137, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* line 142, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

/* line 147, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

/* line 162, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

/* line 168, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 175, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

/* line 181, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

/* line 186, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

/* line 192, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

/* line 199, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

/* line 203, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

/* line 207, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

/* line 211, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

/* line 217, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker th.month {
  width: auto;
}

/* line 221, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

/* line 227, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

/* line 235, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

/* line 240, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker select.yearselect {
  width: 40%;
}

/* line 244, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

/* line 254, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

/* line 261, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

/* line 266, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

/* line 276, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

/* line 282, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

/* line 289, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

/* line 293, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

/* line 297, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

/* line 301, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

/* line 305, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

/* line 311, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

/* line 315, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

/* line 322, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

/* line 328, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .ranges li:hover {
  background-color: #eee;
}

/* line 332, node_modules/daterangepicker/daterangepicker.css */
.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  /* line 339, node_modules/daterangepicker/daterangepicker.css */
  .daterangepicker {
    width: auto;
  }
  /* line 343, node_modules/daterangepicker/daterangepicker.css */
  .daterangepicker .ranges ul {
    width: 140px;
  }
  /* line 347, node_modules/daterangepicker/daterangepicker.css */
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  /* line 351, node_modules/daterangepicker/daterangepicker.css */
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  /* line 355, node_modules/daterangepicker/daterangepicker.css */
  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }
  /* line 359, node_modules/daterangepicker/daterangepicker.css */
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  /* line 364, node_modules/daterangepicker/daterangepicker.css */
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  /* line 369, node_modules/daterangepicker/daterangepicker.css */
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 375, node_modules/daterangepicker/daterangepicker.css */
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  /* line 379, node_modules/daterangepicker/daterangepicker.css */
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 385, node_modules/daterangepicker/daterangepicker.css */
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  /* line 389, node_modules/daterangepicker/daterangepicker.css */
  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  /* line 395, node_modules/daterangepicker/daterangepicker.css */
  .daterangepicker .ranges {
    width: auto;
  }
  /* line 399, node_modules/daterangepicker/daterangepicker.css */
  .daterangepicker .ranges {
    float: left;
  }
  /* line 403, node_modules/daterangepicker/daterangepicker.css */
  .daterangepicker.rtl .ranges {
    float: right;
  }
  /* line 407, node_modules/daterangepicker/daterangepicker.css */
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
/* line 14, node_modules/chosen-js/chosen.css */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 25, node_modules/chosen-js/chosen.css */
.chosen-container * {
  box-sizing: border-box;
}

/* line 30, node_modules/chosen-js/chosen.css */
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}

/* line 45, node_modules/chosen-js/chosen.css */
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  clip-path: none;
}

/* line 51, node_modules/chosen-js/chosen.css */
.chosen-container a {
  cursor: pointer;
}

/* line 55, node_modules/chosen-js/chosen.css */
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

/* line 64, node_modules/chosen-js/chosen.css */
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
/* line 72, node_modules/chosen-js/chosen.css */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

/* line 92, node_modules/chosen-js/chosen.css */
.chosen-container-single .chosen-default {
  color: #999;
}

/* line 96, node_modules/chosen-js/chosen.css */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 104, node_modules/chosen-js/chosen.css */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

/* line 108, node_modules/chosen-js/chosen.css */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

/* line 119, node_modules/chosen-js/chosen.css */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 123, node_modules/chosen-js/chosen.css */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 127, node_modules/chosen-js/chosen.css */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

/* line 136, node_modules/chosen-js/chosen.css */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/chosen-sprite.png) no-repeat 0px 2px;
}

/* line 143, node_modules/chosen-js/chosen.css */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

/* line 151, node_modules/chosen-js/chosen.css */
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(/chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 165, node_modules/chosen-js/chosen.css */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

/* line 171, node_modules/chosen-js/chosen.css */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
/* line 180, node_modules/chosen-js/chosen.css */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

/* line 191, node_modules/chosen-js/chosen.css */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

/* line 201, node_modules/chosen-js/chosen.css */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

/* line 206, node_modules/chosen-js/chosen.css */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* line 212, node_modules/chosen-js/chosen.css */
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

/* line 219, node_modules/chosen-js/chosen.css */
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

/* line 225, node_modules/chosen-js/chosen.css */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

/* line 231, node_modules/chosen-js/chosen.css */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

/* line 235, node_modules/chosen-js/chosen.css */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
/* line 242, node_modules/chosen-js/chosen.css */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

/* line 256, node_modules/chosen-js/chosen.css */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

/* line 261, node_modules/chosen-js/chosen.css */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 267, node_modules/chosen-js/chosen.css */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

/* line 284, node_modules/chosen-js/chosen.css */
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

/* line 304, node_modules/chosen-js/chosen.css */
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

/* line 308, node_modules/chosen-js/chosen.css */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

/* line 319, node_modules/chosen-js/chosen.css */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

/* line 323, node_modules/chosen-js/chosen.css */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

/* line 332, node_modules/chosen-js/chosen.css */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

/* line 336, node_modules/chosen-js/chosen.css */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

/* line 340, node_modules/chosen-js/chosen.css */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

/* line 345, node_modules/chosen-js/chosen.css */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
/* line 353, node_modules/chosen-js/chosen.css */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 359, node_modules/chosen-js/chosen.css */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

/* line 369, node_modules/chosen-js/chosen.css */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

/* line 374, node_modules/chosen-js/chosen.css */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

/* line 378, node_modules/chosen-js/chosen.css */
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 384, node_modules/chosen-js/chosen.css */
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
/* line 390, node_modules/chosen-js/chosen.css */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

/* line 395, node_modules/chosen-js/chosen.css */
.chosen-disabled .chosen-single {
  cursor: default;
}

/* line 399, node_modules/chosen-js/chosen.css */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
/* line 405, node_modules/chosen-js/chosen.css */
.chosen-rtl {
  text-align: right;
}

/* line 409, node_modules/chosen-js/chosen.css */
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

/* line 414, node_modules/chosen-js/chosen.css */
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

/* line 420, node_modules/chosen-js/chosen.css */
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

/* line 424, node_modules/chosen-js/chosen.css */
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

/* line 429, node_modules/chosen-js/chosen.css */
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

/* line 434, node_modules/chosen-js/chosen.css */
.chosen-rtl .chosen-choices li {
  float: right;
}

/* line 438, node_modules/chosen-js/chosen.css */
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

/* line 442, node_modules/chosen-js/chosen.css */
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

/* line 447, node_modules/chosen-js/chosen.css */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

/* line 452, node_modules/chosen-js/chosen.css */
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

/* line 457, node_modules/chosen-js/chosen.css */
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

/* line 462, node_modules/chosen-js/chosen.css */
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

/* line 466, node_modules/chosen-js/chosen.css */
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url(/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}

/* line 472, node_modules/chosen-js/chosen.css */
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

/* line 476, node_modules/chosen-js/chosen.css */
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  /* line 483, node_modules/chosen-js/chosen.css */
  .chosen-rtl .chosen-search input[type="text"],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type="text"],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
    background-image: url(/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */
/* line 1, app/assets/stylesheets/daterangepicker_custom.scss */
.daterangepicker {
  font-family: inherit;
}

/* line 5, app/assets/stylesheets/daterangepicker_custom.scss */
.daterangepicker .ranges li {
  font-weight: 300;
  color: #283c46;
}

/* line 10, app/assets/stylesheets/daterangepicker_custom.scss */
.daterangepicker .ranges li.active {
  background-color: #3498db;
}

/* line 15, app/assets/stylesheets/daterangepicker_custom.scss */
.daterangepicker .btn-primary {
  background-color: #3498db;
  border-color: #3498db;
}

/* line 1, app/assets/stylesheets/trix_custom.scss */
trix-toolbar {
  border: 0;
  border-radius: 3px 3px 0 0;
  border-bottom: 0;
  transition: 200ms all;
  box-shadow: 0 0 0 1px rgba(50, 50, 93, 0.16), 0 0 0 1px rgba(50, 151, 211, 0), 0 0 0 0 rgba(50, 151, 211, 0), 0 1px 1px rgba(0, 0, 0, 0.08);
  background-color: white;
  z-index: 10;
  position: sticky;
  top: 40px;
}

/* line 12, app/assets/stylesheets/trix_custom.scss */
trix-toolbar .trix-button-row {
  justify-content: left;
  overflow: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* line 18, app/assets/stylesheets/trix_custom.scss */
trix-toolbar .trix-button-row::-webkit-scrollbar {
  width: 0 !important;
}

/* line 21, app/assets/stylesheets/trix_custom.scss */
trix-toolbar .trix-button-group {
  margin: 0;
  border: 0;
}

/* line 26, app/assets/stylesheets/trix_custom.scss */
trix-toolbar .trix-button {
  border-radius: 3px;
  border: 0;
}

/* line 29, app/assets/stylesheets/trix_custom.scss */
trix-toolbar .trix-button.trix-active {
  background: rgba(0, 123, 255, 0.15);
}

/* line 32, app/assets/stylesheets/trix_custom.scss */
trix-toolbar .trix-button--icon {
  border: 0 !important;
  margin: 5px 0;
}

/* line 37, app/assets/stylesheets/trix_custom.scss */
trix-toolbar .trix-button--icon-attach::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjI3MC41IDkzIDI0IDI0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDI3MC41IDkzIDI0IDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNMjkxLjk3NCwxMDEuMzAzYy0wLjEyOC0xLjUwNC0wLjgtMi45NzYtMS45NTItNC4xMjhjLTIuNC0yLjQtNi4wOC0yLjYyNC04LjE5Mi0wLjUxMmwtOC45OTMsOC45OTJjLTAuNDQ4LDAuNDQ4LTAuNDQ4LDEuMTUyLDAsMS41NjhjMC40NDgsMC40NDgsMS4xNTIsMC40NDgsMS41NjgsMGw4Ljk5Mi04Ljk5MmMxLjI0OC0xLjI0OCwzLjQ4OC0xLjAyNCw1LjAyNSwwLjUxMmMwLjc2OCwwLjc2OCwxLjIxNiwxLjcyOSwxLjMxMiwyLjcyYzAuMDYzLDAuOTI5LTAuMTkyLDEuNzYtMC43NjgsMi4zMzZsLTMuNDU2LDMuNDU3bDAsMGwtNC45OTMsNC45NmMtMC44LDAuOC0yLjE3NiwwLjcwNC0zLjA3Mi0wLjE5MWMtMC44OTYtMC44OTYtMC45OTItMi4yNzItMC4xOTItMy4wNzNsMi45NzctMi45NzZjMCwwLDAsMCwwLjAzMi0wLjAzMmw0LjgzMy00LjgzMmMwLjE5MS0wLjE5MiwwLjU3Ni0wLjE5MiwwLjc5OSwwLjA2M2MwLjIyNSwwLjIyNSwwLjI1NywwLjYwOCwwLjA2NCwwLjhsLTYuNCw2LjQ2NWMtMC40NDgsMC40NDgtMC40NDgsMS4xNTIsMCwxLjU2OGMwLjIyNCwwLjIyNCwwLjUxMiwwLjMxOSwwLjgsMC4zMTljMC4yODgsMCwwLjU3Ni0wLjA5NiwwLjgtMC4zMTlsNi40MzMtNi40MzNjMS4wODctMS4wODgsMS4wNTUtMi44OC0wLjA2NC0zLjk2OGMtMS4xMi0xLjEyLTIuOTEyLTEuMTUyLTMuOTY5LTAuMDY0bC0yLjg0OCwyLjg0OWMwLDAsMCwwLTAuMDMyLDAuMDMxbC00Ljk5Miw0Ljk2MWMtMS42NjQsMS42NjQtMS41NjgsNC40NDgsMC4xOTIsNi4yNGMwLjkyOCwwLjkyOCwyLjExMiwxLjM3NiwzLjI5NiwxLjM3NmMxLjA4OCwwLDIuMTQ1LTAuMzg0LDIuOTQ0LTEuMTg1bDEuNjMzLTEuNjMybDAsMGw2Ljc4My02Ljc4NEMyOTEuNTksMTA0LjM0NCwyOTIuMTAyLDEwMi45MDMsMjkxLjk3NCwxMDEuMzAzeiIvPjwvZz48L3N2Zz4=);
}

/* line 41, app/assets/stylesheets/trix_custom.scss */
trix-toolbar .trix-button--icon-code, trix-toolbar .trix-button--icon-strike {
  display: none;
}

/* line 45, app/assets/stylesheets/trix_custom.scss */
trix-toolbar .trix-button-group--history-tools {
  margin-left: auto;
}

/* line 50, app/assets/stylesheets/trix_custom.scss */
trix-toolbar .trix-dialog .trix-button-group .trix-button:first-of-type {
  margin-right: 6px;
}

/* line 53, app/assets/stylesheets/trix_custom.scss */
trix-toolbar .trix-dialog .trix-button {
  background-color: #3498db;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #3498db !important;
  color: white;
  box-shadow: none;
  transition: 200ms all;
}

/* line 62, app/assets/stylesheets/trix_custom.scss */
trix-toolbar .trix-dialog .trix-button:hover, trix-toolbar .trix-dialog .trix-button:focus, trix-toolbar .trix-dialog .trix-button:active {
  background-color: #217dbb;
  border-color: #217dbb !important;
}

/* line 67, app/assets/stylesheets/trix_custom.scss */
trix-toolbar .trix-dialog .trix-button[value="Unlink"] {
  background-color: white;
  border-color: #dce0e0 !important;
  color: #003a68;
}

/* line 72, app/assets/stylesheets/trix_custom.scss */
trix-toolbar .trix-dialog .trix-button[value="Unlink"]:hover, trix-toolbar .trix-dialog .trix-button[value="Unlink"]:focus {
  color: #003a68;
  background: whitesmoke;
  border-color: whitesmoke !important;
}

/* line 80, app/assets/stylesheets/trix_custom.scss */
trix-toolbar .trix-dialog__embed-container {
  padding-top: 1rem;
  align-items: center;
  font-size: 0.9rem;
  display: none;
}

/* line 86, app/assets/stylesheets/trix_custom.scss */
trix-toolbar .trix-dialog__embed-container.active {
  display: flex;
}

/* line 90, app/assets/stylesheets/trix_custom.scss */
trix-toolbar .trix-dialog__embed-container .trix-button {
  width: auto;
  margin-left: 0.75rem;
  font-size: 12px;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/trix_custom.scss */
  trix-toolbar {
    top: 40px;
  }
}

/* line 102, app/assets/stylesheets/trix_custom.scss */
trix-editor {
  border-radius: 0 0 3px 3px;
  box-shadow: 0 0 0 1px rgba(50, 50, 93, 0.16), 0 0 0 1px rgba(50, 151, 211, 0), 0 0 0 2px rgba(50, 151, 211, 0), 0 1px 1px rgba(0, 0, 0, 0.08);
  transition: 200ms all;
  margin-bottom: 1rem;
  padding: 12px 16px;
  border: 0;
  background-color: white;
  z-index: 1;
}

/* line 112, app/assets/stylesheets/trix_custom.scss */
trix-editor:empty:not(:focus)::before {
  color: rgba(40, 60, 70, 0.7);
}

/* line 117, app/assets/stylesheets/trix_custom.scss */
trix-editor .attachment[data-trix-content-type="application/vnd.trix.horizontal-rule.html"]:hover, trix-editor .attachment[data-trix-content-type="application/vnd.trix.horizontal-rule.html"]:active, trix-editor .attachment[data-trix-content-type="application/vnd.trix.horizontal-rule.html"]:focus, trix-editor .attachment[data-trix-content-type="application/vnd.trix.horizontal-rule.html"][data-trix-mutable="true"] {
  box-shadow: 0 0 0 2px #3498db;
}

/* line 122, app/assets/stylesheets/trix_custom.scss */
trix-editor .attachment[data-trix-mutable] img, trix-editor .attachment[data-trix-mutable] iframe {
  box-shadow: 0 0 0 2px highlight;
}

/* line 126, app/assets/stylesheets/trix_custom.scss */
trix-editor iframe {
  pointer-events: none;
  background-color: black;
}

/* line 131, app/assets/stylesheets/trix_custom.scss */
trix-editor .twitter-tweet {
  display: inline-block;
  text-align: left;
  max-width: 480px;
  padding: 30px;
  border: 1px solid #e1e8ed;
  border-radius: 6px;
  margin: 0;
}

/* line 142, app/assets/stylesheets/trix_custom.scss */
.trix-content {
  white-space: normal;
  word-break: break-word;
  line-height: 1.7;
}

/* line 147, app/assets/stylesheets/trix_custom.scss */
.trix-content u, .trix-content ins {
  text-decoration: underline;
}

/* line 151, app/assets/stylesheets/trix_custom.scss */
.trix-content s, .trix-content del, .trix-content strike {
  text-decoration: line-through;
}

/* line 155, app/assets/stylesheets/trix_custom.scss */
.trix-content strong {
  font-weight: 600;
}

/* line 159, app/assets/stylesheets/trix_custom.scss */
.trix-content h1 {
  font-size: 1.75em;
  font-weight: bold;
  margin: 0 0 0.5em;
}

/* line 165, app/assets/stylesheets/trix_custom.scss */
.trix-content h2 {
  font-size: 1.5em;
  font-weight: 600;
  margin: 0 0 0.5em;
}

/* line 171, app/assets/stylesheets/trix_custom.scss */
.trix-content h3 {
  font-size: 1.25em;
  font-weight: 600;
  margin: 0 0 0.5em;
}

/* line 177, app/assets/stylesheets/trix_custom.scss */
.trix-content h4 {
  font-size: 1.2em;
  font-weight: 600;
  margin: 0 0 0.5em;
}

/* line 183, app/assets/stylesheets/trix_custom.scss */
.trix-content h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin: 0 0 0.5em;
}

/* line 189, app/assets/stylesheets/trix_custom.scss */
.trix-content h6 {
  font-size: 1em;
  font-weight: 600;
  margin: 0 0 0.5em;
}

/* line 195, app/assets/stylesheets/trix_custom.scss */
.trix-content a {
  text-decoration: underline;
}

/* line 199, app/assets/stylesheets/trix_custom.scss */
.trix-content ul, .trix-content ol {
  margin: 0.65em 0 0.9em;
  padding-left: 2em;
}

/* line 203, app/assets/stylesheets/trix_custom.scss */
.trix-content ul li, .trix-content ol li {
  margin: 0.3em 0;
}

/* line 208, app/assets/stylesheets/trix_custom.scss */
.trix-content hr {
  border-top-color: inherit;
  border-top-width: 2px;
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/* line 217, app/assets/stylesheets/trix_custom.scss */
.trix-content img {
  max-height: 420px;
  max-width: 100%;
  height: auto;
  width: auto;
}

/* line 225, app/assets/stylesheets/trix_custom.scss */
.trix-content .gmail_signature img {
  height: auto !important;
  width: auto !important;
  max-height: 100px !important;
  max-width: 100px !important;
}

/* line 232, app/assets/stylesheets/trix_custom.scss */
.trix-content figure.attachment {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 1em 0;
  width: 100%;
  max-width: 100%;
  text-align: center;
  line-height: 1;
}

/* line 244, app/assets/stylesheets/trix_custom.scss */
.trix-content .attachment--preview .attachment__caption {
  color: #999;
  font-size: 0.9rem;
  margin-top: 8px;
}

/* line 250, app/assets/stylesheets/trix_custom.scss */
.trix-content .attachment[data-trix-content-type="application/vnd.trix.horizontal-rule.html"] {
  padding: 0.5em 0;
  margin: 1em 0 0.5em;
}

/* line 255, app/assets/stylesheets/trix_custom.scss */
.trix-content [data-trix-attachment][data-trix-content-type^="embed/"] {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
}

/* line 261, app/assets/stylesheets/trix_custom.scss */
.trix-content [data-trix-attachment][data-trix-content-type^="embed/"] iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0.4rem;
}

/* line 272, app/assets/stylesheets/trix_custom.scss */
.trix-content [data-trix-attachment][data-trix-content-type^="embed/"]::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

/* line 280, app/assets/stylesheets/trix_custom.scss */
iframe,
video {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  margin: 1em 0;
  border: 0;
  border-radius: 0.4rem;
}

/* line 293, app/assets/stylesheets/trix_custom.scss */
.trix-content iframe,
.trix-content video {
  display: block;
  margin: 1em 0;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

/* line 303, app/assets/stylesheets/trix_custom.scss */
trix-toolbar [data-trix-active] {
  display: block;
}

/* line 307, app/assets/stylesheets/trix_custom.scss */
.modal trix-toolbar {
  top: 0;
}

/* line 312, app/assets/stylesheets/trix_custom.scss */
.video-thumbnail-fallback {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 1em 0;
  border-radius: 0.5rem;
  overflow: hidden;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  text-decoration: none;
  cursor: pointer;
}

/* line 324, app/assets/stylesheets/trix_custom.scss */
.video-thumbnail-fallback:hover {
  text-decoration: none;
}

/* line 327, app/assets/stylesheets/trix_custom.scss */
.video-thumbnail-fallback:hover .video-thumbnail-play {
  transform: translate(-50%, -50%) scale(1.1);
  background: red;
}

/* line 334, app/assets/stylesheets/trix_custom.scss */
.video-thumbnail-fallback .video-thumbnail-img,
.video-thumbnail-fallback .video-thumbnail-play,
.video-thumbnail-fallback .video-thumbnail-label {
  pointer-events: none;
}

/* line 340, app/assets/stylesheets/trix_custom.scss */
.video-thumbnail-fallback .video-thumbnail-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* line 347, app/assets/stylesheets/trix_custom.scss */
.video-thumbnail-fallback .video-thumbnail-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  background: rgba(255, 0, 0, 0.9);
  border-radius: 12px;
  transition: all 0.2s ease;
}

/* line 359, app/assets/stylesheets/trix_custom.scss */
.video-thumbnail-fallback .video-thumbnail-play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent white;
}

/* line 371, app/assets/stylesheets/trix_custom.scss */
.video-thumbnail-fallback .video-thumbnail-label {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 500;
  white-space: nowrap;
}

/* line 386, app/assets/stylesheets/trix_custom.scss */
.video-thumbnail-fallback.video-thumbnail-no-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 391, app/assets/stylesheets/trix_custom.scss */
.video-thumbnail-fallback.video-thumbnail-no-image .video-thumbnail-play {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}

/* line 397, app/assets/stylesheets/trix_custom.scss */
.video-thumbnail-fallback.video-thumbnail-no-image .video-thumbnail-play:hover {
  transform: scale(1.1);
}

/* Styles applied ONLY when printing */
@media print {
  /* line 407, app/assets/stylesheets/trix_custom.scss */
  .trix-content div {
    line-height: 1;
    /* A tighter line height for more text on the page */
    margin-bottom: 0.5em;
    /* Also reduce the space between paragraphs */
  }
  /* line 412, app/assets/stylesheets/trix_custom.scss */
  body {
    background: white !important;
    padding-top: 3px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    padding-bottom: 3px !important;
  }
  /* line 419, app/assets/stylesheets/trix_custom.scss */
  .box-nav {
    display: none !important;
  }
  /* line 422, app/assets/stylesheets/trix_custom.scss */
  .pill-navigator {
    display: none !important;
  }
  /* line 425, app/assets/stylesheets/trix_custom.scss */
  .box-header-actions {
    display: none !important;
  }
  /* line 428, app/assets/stylesheets/trix_custom.scss */
  footer {
    display: none !important;
  }
}

/* line 1, app/assets/stylesheets/chosen_custom.scss */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  background-color: #fff;
  background-image: none;
  cursor: text;
  font-size: 1rem;
  border-radius: 10px;
}

/* line 15, app/assets/stylesheets/chosen_custom.scss */
.chosen-container-active .chosen-choices {
  box-shadow: none;
}

/* line 19, app/assets/stylesheets/chosen_custom.scss */
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 0;
  background: #fff;
  border-radius: 4px;
  border: 0;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(136, 152, 170, 0.1), 0 15px 35px 0 rgba(49, 49, 93, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}

/* line 35, app/assets/stylesheets/chosen_custom.scss */
.chosen-container .chosen-results {
  color: #525f7f;
  color: #525f7f;
  font-size: 0.9rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

/* line 48, app/assets/stylesheets/chosen_custom.scss */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 8px 9px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

/* line 58, app/assets/stylesheets/chosen_custom.scss */
.chosen-container .chosen-results li.highlighted {
  background-color: #f6f9fb;
  background-image: none;
  color: #283c46;
}

/* line 64, app/assets/stylesheets/chosen_custom.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 5px 35px 5px 16px;
  border: 1px solid #aaa;
  border: 1px solid #e5e5e5;
  background-color: #f7f7f7;
  border-radius: 4px;
  max-width: 100%;
  background-image: none;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: none;
  color: #283c46;
  font-size: 1rem;
  cursor: default;
  height: 34px;
  display: flex;
  align-items: center;
  line-height: 1;
}

/* line 87, app/assets/stylesheets/chosen_custom.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  right: 14px;
  top: 50%;
  width: 15px;
  height: 20px;
  margin-left: 5px;
  margin-top: -10px;
  background: url(/assets/delete-e1d9abaee937fd8d7fad28afe2ee54cd6d88964b2df24efeb8a08fb7158d5483.svg) 50% 50% no-repeat !important;
}

/* line 98, app/assets/stylesheets/chosen_custom.scss */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: 24px;
  font-family: inherit;
  color: rgba(82, 95, 127, 0.35);
}

/* line 1, app/assets/stylesheets/navbar.scss */
.navbar {
  background-color: white;
  border-bottom: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  padding: 0 1rem;
}

/* line 11, app/assets/stylesheets/navbar.scss */
.navbar .nav__bar {
  display: flex;
  align-items: center;
  width: 100%;
}

/* line 17, app/assets/stylesheets/navbar.scss */
.navbar .navbar-toggler {
  border: 0;
  padding: 0;
}

/* line 20, app/assets/stylesheets/navbar.scss */
.navbar .navbar-toggler:hover, .navbar .navbar-toggler:active, .navbar .navbar-toggler:focus {
  outline: 0;
}

/* line 23, app/assets/stylesheets/navbar.scss */
.navbar .navbar-brand {
  padding: 0;
}

/* line 26, app/assets/stylesheets/navbar.scss */
.navbar .navbar-brand img {
  padding: 6px 0;
  max-height: 40px;
}

/* line 32, app/assets/stylesheets/navbar.scss */
.navbar .container {
  align-items: center;
}

/* line 36, app/assets/stylesheets/navbar.scss */
.navbar .nav__item {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  padding: 0;
}

/* line 44, app/assets/stylesheets/navbar.scss */
.navbar .nav__item .name {
  display: inline-block;
}

/* line 45, app/assets/stylesheets/navbar.scss */
.navbar .nav__item .generic {
  display: none;
}

/* line 48, app/assets/stylesheets/navbar.scss */
.navbar .nav-item.nav-link, .navbar .nav-item .nav-link {
  font-weight: 500;
  font-size: 0.8rem;
  color: #525f7f;
  padding: 0;
  margin-left: 16px;
}

/* line 56, app/assets/stylesheets/navbar.scss */
.navbar .nav-item.badge-info {
  background: #3498db;
}

/* line 60, app/assets/stylesheets/navbar.scss */
.navbar .dropdown-menu {
  max-height: 500px;
  overflow-y: auto;
}

@media (max-width: 599px) {
  /* line 64, app/assets/stylesheets/navbar.scss */
  .navbar .dropdown-menu.schools {
    max-width: 300px;
    margin-right: -100px;
  }
  /* line 68, app/assets/stylesheets/navbar.scss */
  .navbar .dropdown-menu.studios {
    max-width: 300px;
    margin-right: -50px;
  }
}

/* line 75, app/assets/stylesheets/navbar.scss */
.navbar .avatar {
  height: 30px;
  width: 30px;
  min-width: 30px;
  line-height: 30px;
  margin: 5px 0;
}

/* line 83, app/assets/stylesheets/navbar.scss */
.navbar .nav__bar {
  justify-content: space-between;
}

/* line 87, app/assets/stylesheets/navbar.scss */
.navbar .nav__item-left, .navbar .nav__item-right {
  width: 100%;
}

/* line 92, app/assets/stylesheets/navbar.scss */
.navbar .nav__item .nav-item:first-child .nav-link {
  margin-left: 0;
}

/* line 95, app/assets/stylesheets/navbar.scss */
.navbar .nav__item-left {
  padding-right: 1rem;
  max-width: 200px;
}

/* line 100, app/assets/stylesheets/navbar.scss */
.navbar .nav__item-right {
  padding-left: 1rem;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  /* line 106, app/assets/stylesheets/navbar.scss */
  .navbar .nav__item-left {
    flex-direction: row;
  }
  /* line 111, app/assets/stylesheets/navbar.scss */
  .navbar .nav__item .name {
    display: none;
  }
  /* line 112, app/assets/stylesheets/navbar.scss */
  .navbar .nav__item .generic {
    display: inline-block;
  }
  /* line 115, app/assets/stylesheets/navbar.scss */
  .navbar .nav__item-left, .navbar .nav__item-right {
    max-width: none;
    width: auto;
  }
  /* line 120, app/assets/stylesheets/navbar.scss */
  .navbar .nav-item.nav-link, .navbar .nav-item .nav-link {
    margin-left: 12px;
  }
}

/* line 126, app/assets/stylesheets/navbar.scss */
.nav-studio-selector, .dropdown-item-with-default-selector {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

/* line 132, app/assets/stylesheets/navbar.scss */
.nav-studio-selector .content, .dropdown-item-with-default-selector .content {
  color: #525f7f;
  text-decoration: none;
  padding-right: 8px;
}

/* line 138, app/assets/stylesheets/navbar.scss */
.nav-studio-selector .actions, .dropdown-item-with-default-selector .actions {
  z-index: 100;
}

/* line 142, app/assets/stylesheets/navbar.scss */
.nav-studio-selector .settings, .dropdown-item-with-default-selector .settings {
  margin-left: 0.33rem;
  opacity: 0;
  pointer-events: none;
  transition: color 80ms ease-in, transform 80ms ease-in;
  color: rgba(82, 95, 127, 0.7);
}

/* line 149, app/assets/stylesheets/navbar.scss */
.nav-studio-selector .settings svg, .dropdown-item-with-default-selector .settings svg {
  height: 14px;
  width: 14px;
}

/* line 154, app/assets/stylesheets/navbar.scss */
.nav-studio-selector .settings:hover, .nav-studio-selector .settings:focus, .nav-studio-selector .settings:active, .dropdown-item-with-default-selector .settings:hover, .dropdown-item-with-default-selector .settings:focus, .dropdown-item-with-default-selector .settings:active {
  color: #525f7f;
}

/* line 157, app/assets/stylesheets/navbar.scss */
.nav-studio-selector .settings:hover svg, .nav-studio-selector .settings:focus svg, .nav-studio-selector .settings:active svg, .dropdown-item-with-default-selector .settings:hover svg, .dropdown-item-with-default-selector .settings:focus svg, .dropdown-item-with-default-selector .settings:active svg {
  transform: scale(1.1);
}

/* line 163, app/assets/stylesheets/navbar.scss */
.nav-studio-selector .selector-dot, .dropdown-item-with-default-selector .selector-dot {
  width: 8px;
  height: 8px;
  border: 2px solid #3498db;
  display: inline-block;
  margin-left: 0.33rem;
  vertical-align: middle;
  border-radius: 50%;
  background-color: transparent;
  opacity: 0;
  pointer-events: none;
  transition: transform 200ms ease-in;
}

/* line 177, app/assets/stylesheets/navbar.scss */
.nav-studio-selector:hover .selector-dot, .nav-studio-selector:hover .settings, .dropdown-item-with-default-selector:hover .selector-dot, .dropdown-item-with-default-selector:hover .settings {
  opacity: 1;
  pointer-events: all;
}

/* line 182, app/assets/stylesheets/navbar.scss */
.nav-studio-selector .selector-dot.active, .nav-studio-selector .selector-dot:hover, .dropdown-item-with-default-selector .selector-dot.active, .dropdown-item-with-default-selector .selector-dot:hover {
  opacity: 1;
  pointer-events: all;
  transition: 100ms all;
  background-color: #3498db;
}

/* line 189, app/assets/stylesheets/navbar.scss */
.nav-studio-selector .selector-dot:hover, .dropdown-item-with-default-selector .selector-dot:hover {
  transform: scale(1.5);
}

/* line 193, app/assets/stylesheets/navbar.scss */
.nav-studio-selector.active .content, .dropdown-item-with-default-selector.active .content {
  color: #3498db;
}

/* line 1, app/assets/stylesheets/studio_enrollments.scss */
.page-heading {
  margin: 0 0 20px 0;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  padding-bottom: 10px;
}

/* line 9, app/assets/stylesheets/studio_enrollments.scss */
.school-section {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

/* line 15, app/assets/stylesheets/studio_enrollments.scss */
.school-section .school-header {
  margin-bottom: 15px;
  padding-bottom: 10px;
}

/* line 19, app/assets/stylesheets/studio_enrollments.scss */
.school-section .school-header .school-name {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 28, app/assets/stylesheets/studio_enrollments.scss */
.school-section .school-header .school-name .school-name-content {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

/* line 33, app/assets/stylesheets/studio_enrollments.scss */
.school-section .school-header .school-name .school-name-content .role-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  margin-left: 12px;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  flex-shrink: 0;
}

/* line 45, app/assets/stylesheets/studio_enrollments.scss */
.school-section .school-header .school-name .school-name-content .role-badge.role-badge--student {
  background-color: #e3f2fd;
  color: #1976d2;
  border: 1px solid #90caf9;
}

/* line 51, app/assets/stylesheets/studio_enrollments.scss */
.school-section .school-header .school-name .school-name-content .role-badge.role-badge--guide {
  background-color: #f3e5f5;
  color: #7b1fa2;
  border: 1px solid #ce93d8;
}

/* line 57, app/assets/stylesheets/studio_enrollments.scss */
.school-section .school-header .school-name .school-name-content .role-badge.role-badge--mentor {
  background-color: #e8f5e9;
  color: #388e3c;
  border: 1px solid #81c784;
}

/* line 63, app/assets/stylesheets/studio_enrollments.scss */
.school-section .school-header .school-name .school-name-content .role-badge.role-badge--school-admin {
  background-color: #fff3e0;
  color: #f57c00;
  border: 1px solid #ffb74d;
}

/* line 69, app/assets/stylesheets/studio_enrollments.scss */
.school-section .school-header .school-name .school-name-content .role-badge.role-badge--super-admin {
  background-color: #fce4ec;
  color: #c2185b;
  border: 1px solid #f48fb1;
}

/* line 77, app/assets/stylesheets/studio_enrollments.scss */
.school-section .school-header .school-name .school-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

/* line 82, app/assets/stylesheets/studio_enrollments.scss */
.school-section .school-header .school-name .school-actions .btn {
  font-size: 12px;
  padding: 4px 8px;
  min-width: 32px;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 4px;
}

/* line 94, app/assets/stylesheets/studio_enrollments.scss */
.school-section .school-header .school-name .school-actions .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 99, app/assets/stylesheets/studio_enrollments.scss */
.school-section .school-header .school-name .school-actions .btn i {
  pointer-events: none;
}

/* line 104, app/assets/stylesheets/studio_enrollments.scss */
.school-section .school-header .school-name .school-actions .edit-school-role-btn {
  position: relative;
  z-index: 10;
}

/* line 113, app/assets/stylesheets/studio_enrollments.scss */
.school-section .studio_enrollments .resource {
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 10px;
}

/* line 120, app/assets/stylesheets/studio_enrollments.scss */
.school-section .studio_enrollments .resource .title {
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

/* line 125, app/assets/stylesheets/studio_enrollments.scss */
.school-section .studio_enrollments .resource .title .role-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.3px;
}

/* line 135, app/assets/stylesheets/studio_enrollments.scss */
.school-section .studio_enrollments .resource .title .role-badge.role-badge--student {
  background-color: #e3f2fd;
  color: #1976d2;
  border: 1px solid #90caf9;
}

/* line 141, app/assets/stylesheets/studio_enrollments.scss */
.school-section .studio_enrollments .resource .title .role-badge.role-badge--guide {
  background-color: #f3e5f5;
  color: #7b1fa2;
  border: 1px solid #ce93d8;
}

/* line 147, app/assets/stylesheets/studio_enrollments.scss */
.school-section .studio_enrollments .resource .title .role-badge.role-badge--mentor {
  background-color: #e8f5e9;
  color: #388e3c;
  border: 1px solid #81c784;
}

/* line 153, app/assets/stylesheets/studio_enrollments.scss */
.school-section .studio_enrollments .resource .title .role-badge.role-badge--school-admin {
  background-color: #fff3e0;
  color: #f57c00;
  border: 1px solid #ffb74d;
}

/* line 159, app/assets/stylesheets/studio_enrollments.scss */
.school-section .studio_enrollments .resource .title .role-badge.role-badge--super-admin {
  background-color: #fce4ec;
  color: #c2185b;
  border: 1px solid #f48fb1;
}

/* line 165, app/assets/stylesheets/studio_enrollments.scss */
.school-section .studio_enrollments .resource .title .role-badge.role-badge--parent {
  background-color: #e1f5fe;
  color: #0277bd;
  border: 1px solid #4fc3f7;
}

/* line 171, app/assets/stylesheets/studio_enrollments.scss */
.school-section .studio_enrollments .resource .title .role-badge.role-badge--viewer {
  background-color: #f5f5f5;
  color: #616161;
  border: 1px solid #bdbdbd;
}

/* line 178, app/assets/stylesheets/studio_enrollments.scss */
.school-section .studio_enrollments .resource .title .small.grey {
  font-weight: normal;
  font-size: 12px;
  color: #666;
}

/* line 185, app/assets/stylesheets/studio_enrollments.scss */
.school-section .studio_enrollments .resource .small.grey {
  font-size: 12px;
  color: #666;
  margin-bottom: 10px;
}

/* line 190, app/assets/stylesheets/studio_enrollments.scss */
.school-section .studio_enrollments .resource .small.grey .actions {
  margin-top: 10px;
}

/* line 193, app/assets/stylesheets/studio_enrollments.scss */
.school-section .studio_enrollments .resource .small.grey .actions a {
  color: #007bff;
  text-decoration: none;
}

/* line 197, app/assets/stylesheets/studio_enrollments.scss */
.school-section .studio_enrollments .resource .small.grey .actions a:hover {
  text-decoration: underline;
}

/* line 207, app/assets/stylesheets/studio_enrollments.scss */
.new-enrollment-form {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin-top: 20px;
}

/* line 213, app/assets/stylesheets/studio_enrollments.scss */
.new-enrollment-form .form-group {
  margin-bottom: 20px;
}

/* line 216, app/assets/stylesheets/studio_enrollments.scss */
.new-enrollment-form .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
}

/* line 223, app/assets/stylesheets/studio_enrollments.scss */
.new-enrollment-form .form-group .form-control {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

/* line 230, app/assets/stylesheets/studio_enrollments.scss */
.new-enrollment-form .form-group .form-control:disabled {
  background-color: #f5f5f5;
  color: #999;
}

/* line 236, app/assets/stylesheets/studio_enrollments.scss */
.new-enrollment-form .form-group .alert {
  position: static;
  bottom: auto;
  right: auto;
  padding: 10px;
  margin-top: 10px;
  border-radius: 4px;
  background-color: #d1ecf1;
  border: 1px solid #bee5eb;
  color: #0c5460;
  opacity: 1;
  animation: none;
  display: none;
  flex-direction: initial;
  align-items: initial;
  pointer-events: auto;
  max-width: none;
  z-index: auto;
}

/* line 257, app/assets/stylesheets/studio_enrollments.scss */
.new-enrollment-form .form-actions {
  margin-top: 20px;
}

/* line 260, app/assets/stylesheets/studio_enrollments.scss */
.new-enrollment-form .form-actions .button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

/* line 269, app/assets/stylesheets/studio_enrollments.scss */
.new-enrollment-form .form-actions .button:disabled {
  background-color: #6c757d;
  cursor: not-allowed;
}

/* line 274, app/assets/stylesheets/studio_enrollments.scss */
.new-enrollment-form .form-actions .button:hover:not(:disabled) {
  background-color: #0056b3;
}

/* line 281, app/assets/stylesheets/studio_enrollments.scss */
.blank_slate {
  text-align: center;
  padding: 40px 20px;
  color: #666;
  font-style: italic;
  background-color: white;
  border: 1px dashed #ddd;
  border-radius: 4px;
}

/* line 291, app/assets/stylesheets/studio_enrollments.scss */
.add-studio-within-school {
  margin-top: 15px;
}

/* line 294, app/assets/stylesheets/studio_enrollments.scss */
.add-studio-within-school .form-group {
  margin-bottom: 15px;
}

/* line 297, app/assets/stylesheets/studio_enrollments.scss */
.add-studio-within-school .form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  color: #333;
  font-size: 14px;
}

/* line 305, app/assets/stylesheets/studio_enrollments.scss */
.add-studio-within-school .form-group .form-control {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

/* line 314, app/assets/stylesheets/studio_enrollments.scss */
.add-studio-within-school .form-actions {
  margin-top: 15px;
}

/* line 317, app/assets/stylesheets/studio_enrollments.scss */
.add-studio-within-school .form-actions .button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

/* line 326, app/assets/stylesheets/studio_enrollments.scss */
.add-studio-within-school .form-actions .button:disabled {
  background-color: #6c757d;
  cursor: not-allowed;
}

/* line 331, app/assets/stylesheets/studio_enrollments.scss */
.add-studio-within-school .form-actions .button:hover:not(:disabled) {
  background-color: #0056b3;
}

/* line 338, app/assets/stylesheets/studio_enrollments.scss */
.all-studios-selected-message {
  color: #856404;
  background-color: #fff3cd;
  border: 1px solid #ffeaa7;
  border-radius: 4px;
  padding: 8px 12px;
  margin-top: 8px;
  font-size: 14px;
}

/* line 348, app/assets/stylesheets/studio_enrollments.scss */
.role-edit-section {
  border: 1px solid #e9ecef;
  border-radius: 6px;
  padding: 15px;
  margin-top: 5px;
  margin-bottom: 10px;
}

/* line 355, app/assets/stylesheets/studio_enrollments.scss */
.role-edit-section .form-group {
  margin-bottom: 15px;
}

/* line 358, app/assets/stylesheets/studio_enrollments.scss */
.role-edit-section .form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  color: #333;
  font-size: 14px;
}

/* line 366, app/assets/stylesheets/studio_enrollments.scss */
.role-edit-section .form-group .form-control {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

/* line 375, app/assets/stylesheets/studio_enrollments.scss */
.role-edit-section .form-actions {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}

/* line 380, app/assets/stylesheets/studio_enrollments.scss */
.role-edit-section .form-actions .btn {
  font-size: 12px;
  padding: 6px 12px;
}

/* line 1, app/assets/stylesheets/sidebar.scss */
.sidebar {
  min-width: 115px;
  width: 115px;
  overflow: hidden;
  align-self: flex-start;
  position: sticky;
  top: 40px;
}

/* line 9, app/assets/stylesheets/sidebar.scss */
.sidebar .sidebar-box {
  padding: 16px;
  text-align: center;
  background-color: #3498db;
  display: block;
  transition: 200ms all;
}

/* line 16, app/assets/stylesheets/sidebar.scss */
.sidebar .sidebar-box h2 {
  font-size: 0.9rem;
  font-weight: 300;
  margin: 0;
  color: white;
}

/* line 23, app/assets/stylesheets/sidebar.scss */
.sidebar .sidebar-box .feather {
  color: white;
  margin-bottom: 5px;
  height: 36px;
  width: auto;
}

/* line 30, app/assets/stylesheets/sidebar.scss */
.sidebar .sidebar-box:first-child {
  border-radius: 4px 0 0 0;
}

/* line 31, app/assets/stylesheets/sidebar.scss */
.sidebar .sidebar-box:last-child {
  border-radius: 0 0 0 4px;
}

/* line 33, app/assets/stylesheets/sidebar.scss */
.sidebar .sidebar-box:hover {
  text-decoration: none;
  background-color: #258cd1;
}

/* line 38, app/assets/stylesheets/sidebar.scss */
.sidebar .sidebar-box.active {
  background-color: #217dbb;
}

/* line 39, app/assets/stylesheets/sidebar.scss */
.sidebar .sidebar-box.disabled {
  pointer-events: none;
  opacity: 0.5;
}

/* line 46, app/assets/stylesheets/sidebar.scss */
.sidebar.is_stuck .sidebar-box:first-child {
  border-radius: 0;
}

@media (min-width: 992px) {
  /* line 49, app/assets/stylesheets/sidebar.scss */
  .sidebar.hid {
    display: none;
  }
}

@media (max-width: 991px) {
  /* line 57, app/assets/stylesheets/sidebar.scss */
  .sidebar {
    text-align: left;
    position: fixed;
    display: flex;
    flex-direction: column;
    height: 100%;
    top: 0;
    z-index: 300;
    bottom: 0;
    margin: 0;
    border: 0;
    width: 180px;
    left: -300px;
    transition: left 80ms;
    overflow-y: scroll;
    background-color: #3498db;
    padding: 0;
  }
  /* line 75, app/assets/stylesheets/sidebar.scss */
  .sidebar.active {
    left: 0;
    transition: left 80ms;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  }
}

/* line 83, app/assets/stylesheets/sidebar.scss */
body.sidebar-active {
  overflow: hidden;
  transition: 50ms all;
}

/* line 87, app/assets/stylesheets/sidebar.scss */
body.sidebar-active .sidebar-overlay {
  content: "";
  display: block;
  z-index: 200;
  position: fixed;
  height: 500px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  pointer-events: auto;
  transition: 50ms all;
}

/* line 1, app/assets/stylesheets/forms.scss */
label {
  display: block;
  margin: 0 0 2px;
  font-size: 14px;
  line-height: 1.475;
  font-weight: 500;
  color: #283c46;
  transition: 200ms all ease-in-out;
}

/* line 11, app/assets/stylesheets/forms.scss */
.global-users-feedback {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
  align-items: center;
}

/* line 22, app/assets/stylesheets/forms.scss */
.global-users-feedback::before {
  content: "⚠";
  margin-right: 8px;
  font-size: 16px;
}

/* line 28, app/assets/stylesheets/forms.scss */
.global-users-feedback.success {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}

/* line 33, app/assets/stylesheets/forms.scss */
.global-users-feedback.success::before {
  content: "✓";
}

/* line 38, app/assets/stylesheets/forms.scss */
.global-users-feedback.error {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}

/* line 43, app/assets/stylesheets/forms.scss */
.global-users-feedback.error::before {
  content: "▲";
}

/* line 48, app/assets/stylesheets/forms.scss */
.global-users-feedback.warning {
  background-color: #fff3cd;
  border: 1px solid #ffeaa7;
  color: #856404;
}

/* line 53, app/assets/stylesheets/forms.scss */
.global-users-feedback.warning::before {
  content: "⚠";
}

/* line 58, app/assets/stylesheets/forms.scss */
.global-users-feedback.info {
  background-color: #d1ecf1;
  border: 1px solid #bee5eb;
  color: #0c5460;
}

/* line 63, app/assets/stylesheets/forms.scss */
.global-users-feedback.info::before {
  content: "ℹ";
}

/* line 69, app/assets/stylesheets/forms.scss */
.paste-list-section {
  margin-top: 10px;
}

/* line 72, app/assets/stylesheets/forms.scss */
.paste-list-section .paste-list-toggle {
  font-size: 12px;
  padding: 6px 12px;
  margin-bottom: 10px;
}

/* line 78, app/assets/stylesheets/forms.scss */
.paste-list-section .paste-list-area {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  padding: 15px;
  margin-top: 10px;
}

/* line 85, app/assets/stylesheets/forms.scss */
.paste-list-section .paste-list-area .paste-list-header {
  margin-bottom: 10px;
}

/* line 88, app/assets/stylesheets/forms.scss */
.paste-list-section .paste-list-area .paste-list-header label {
  font-size: 13px;
  color: #6c757d;
  margin-bottom: 8px;
}

/* line 95, app/assets/stylesheets/forms.scss */
.paste-list-section .paste-list-area .paste-list-textarea {
  width: 100%;
  min-height: 80px;
  padding: 8px 12px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.4;
  resize: vertical;
  font-family: inherit;
}

/* line 106, app/assets/stylesheets/forms.scss */
.paste-list-section .paste-list-area .paste-list-textarea:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* line 113, app/assets/stylesheets/forms.scss */
.paste-list-section .paste-list-area .paste-list-actions {
  margin-top: 10px;
  display: flex;
  gap: 8px;
}

/* line 118, app/assets/stylesheets/forms.scss */
.paste-list-section .paste-list-area .paste-list-actions button {
  font-size: 12px;
  padding: 6px 12px;
}

/* line 128, app/assets/stylesheets/forms.scss */
form .radio label {
  font-weight: 300;
}

/* line 132, app/assets/stylesheets/forms.scss */
form .input {
  margin-bottom: 14px;
}

/* line 136, app/assets/stylesheets/forms.scss */
form input.string, form input.integer, form textarea {
  -webkit-appearance: none;
}

/* line 140, app/assets/stylesheets/forms.scss */
form input, form textarea, form select, form label.checkbox {
  width: 100%;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.6;
  padding: 4px 7px 2px;
  border: 0;
  transition: 200ms all ease-in-out;
  box-shadow: 0 0 0 1px rgba(50, 50, 93, 0.16), 0 0 0 1px rgba(50, 151, 211, 0), 0 0 0 2px rgba(50, 151, 211, 0), 0 1px 1px rgba(0, 0, 0, 0.08);
  color: #283c46;
}

/* line 151, app/assets/stylesheets/forms.scss */
form input:focus, form input.focus, form input:active, form textarea:focus, form textarea.focus, form textarea:active, form select:focus, form select.focus, form select:active, form label.checkbox:focus, form label.checkbox.focus, form label.checkbox:active {
  outline: 0;
}

/* line 155, app/assets/stylesheets/forms.scss */
form input.checkbox, form textarea.checkbox, form select.checkbox, form label.checkbox.checkbox {
  height: auto;
}

/* line 159, app/assets/stylesheets/forms.scss */
form input.radio_buttons, form textarea.radio_buttons, form select.radio_buttons, form label.checkbox.radio_buttons {
  box-shadow: none;
}

/* line 162, app/assets/stylesheets/forms.scss */
form input.radio_buttons:focus, form input.radio_buttons.focus, form input.radio_buttons:active, form textarea.radio_buttons:focus, form textarea.radio_buttons.focus, form textarea.radio_buttons:active, form select.radio_buttons:focus, form select.radio_buttons.focus, form select.radio_buttons:active, form label.checkbox.radio_buttons:focus, form label.checkbox.radio_buttons.focus, form label.checkbox.radio_buttons:active {
  box-shadow: none;
}

/* line 167, app/assets/stylesheets/forms.scss */
form input.file, form textarea.file, form select.file, form label.checkbox.file {
  border: 0;
  box-shadow: none;
  padding: 5px 0;
}

/* line 174, app/assets/stylesheets/forms.scss */
form input.title-input {
  color: #283c46;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  border: 0;
  box-shadow: none;
  padding: 0;
}

/* line 183, app/assets/stylesheets/forms.scss */
form input.title-input:hover, form input.title-input:focus {
  box-shadow: none;
}

/* line 188, app/assets/stylesheets/forms.scss */
form label.checkbox, form label.checkbox input {
  box-shadow: none;
}

/* line 192, app/assets/stylesheets/forms.scss */
form input:focus, form textarea:focus, form select:focus {
  box-shadow: 0 0 0 1px rgba(50, 50, 93, 0), 0 0 0 1px rgba(50, 151, 211, 0.2), 0 0 0 2px rgba(50, 151, 211, 0.25), 0 1px 1px rgba(0, 0, 0, 0.08);
}

/* line 196, app/assets/stylesheets/forms.scss */
form select {
  height: 28px;
}

/* line 200, app/assets/stylesheets/forms.scss */
form textarea {
  font-weight: 300;
  height: auto;
}

/* line 205, app/assets/stylesheets/forms.scss */
form label.checkbox {
  color: #283c46;
  cursor: pointer;
}

/* line 209, app/assets/stylesheets/forms.scss */
form label.checkbox:hover, form label.checkbox:focus {
  color: #283c46;
}

/* line 213, app/assets/stylesheets/forms.scss */
form label.checkbox:hover {
  border-color: #9da1a8;
}

/* line 218, app/assets/stylesheets/forms.scss */
form select {
  background-color: white;
}

/* line 223, app/assets/stylesheets/forms.scss */
form .date label {
  display: block;
}

/* line 227, app/assets/stylesheets/forms.scss */
form .date select {
  width: 30.3%;
  display: inline-block;
  margin-right: 2.75%;
}

/* line 232, app/assets/stylesheets/forms.scss */
form .date select:last-child {
  margin-right: 0;
}

/* line 239, app/assets/stylesheets/forms.scss */
form .datetime label {
  display: block;
}

/* line 243, app/assets/stylesheets/forms.scss */
form .datetime select {
  width: auto;
}

/* line 249, app/assets/stylesheets/forms.scss */
form .radio label {
  display: block;
}

/* line 254, app/assets/stylesheets/forms.scss */
form [type='checkbox'], form [type="radio"] {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0px 12px 5px 0;
  vertical-align: middle;
}

/* line 262, app/assets/stylesheets/forms.scss */
form [type="radio"] {
  left: 0;
  bottom: 0;
}

/* line 267, app/assets/stylesheets/forms.scss */
form [type='checkbox'] {
  margin: 0 8px 1px 0;
}

/* line 271, app/assets/stylesheets/forms.scss */
form .checkbox {
  display: block;
}

/* line 275, app/assets/stylesheets/forms.scss */
form .checkbox-aligned {
  margin-left: 0;
  padding-left: 0;
}

/* line 279, app/assets/stylesheets/forms.scss */
form .checkbox-aligned label.checkbox {
  padding-left: 0;
  margin-left: 0;
  display: flex;
  align-items: center;
}

/* line 286, app/assets/stylesheets/forms.scss */
form .checkbox-aligned .hint {
  padding-left: 0;
  margin-left: 0;
}

/* line 292, app/assets/stylesheets/forms.scss */
form .input.date {
  width: 100%;
}

/* line 296, app/assets/stylesheets/forms.scss */
form .error {
  display: block;
  background-color: #f2dede;
  color: #a94442;
  margin: 10px 0;
  max-width: 520px;
  position: relative;
  border-radius: 5px 20px 20px 20px;
  padding: 0.5rem;
  text-align: left;
  white-space: normal;
  font-size: 1rem;
}

/* line 310, app/assets/stylesheets/forms.scss */
form input.disabled, form select.disabled, form .select.disabled, form input[disabled] {
  pointer-events: none;
  background-color: #e3e6e8;
}

/* line 316, app/assets/stylesheets/forms.scss */
form .campus-edit .bg-white * {
  background: none !important;
}

/* line 319, app/assets/stylesheets/forms.scss */
form .campus-edit .bg-white.disabled {
  opacity: 1 !important;
}

/* line 321, app/assets/stylesheets/forms.scss */
form .campus-edit .bg-white.disabled .disabled {
  opacity: 1 !important;
}

/* line 328, app/assets/stylesheets/forms.scss */
form input.disabled[type='submit'] {
  pointer-events: none;
  background-color: rgba(52, 152, 219, 0.5);
}

/* line 334, app/assets/stylesheets/forms.scss */
form.disabled input, form.disabled select, form.disabled textarea, form[data-behavior~=disabled] input, form[data-behavior~=disabled] select, form[data-behavior~=disabled] textarea {
  pointer-events: none;
  background-color: #e3e6e8;
}

/* line 339, app/assets/stylesheets/forms.scss */
form.disabled .checkbox, form[data-behavior~=disabled] .checkbox {
  pointer-events: none;
}

/* line 344, app/assets/stylesheets/forms.scss */
form .input-madlib {
  display: inline-block;
  margin: 0;
}

/* line 348, app/assets/stylesheets/forms.scss */
form .input-madlib.number {
  width: 70px;
  text-align: center;
}

@media (max-width: 539px) {
  /* line 348, app/assets/stylesheets/forms.scss */
  form .input-madlib.number {
    width: 40px;
  }
}

/* line 355, app/assets/stylesheets/forms.scss */
form .input-madlib.number input {
  text-align: center;
  margin: 0;
  -moz-appearance: textfield;
}

/* line 360, app/assets/stylesheets/forms.scss */
form .input-madlib.number input::-webkit-outer-spin-button, form .input-madlib.number input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 369, app/assets/stylesheets/forms.scss */
.border-required {
  border-color: #F53636 !important;
}

/* line 373, app/assets/stylesheets/forms.scss */
.box-shadow-required {
  box-shadow: 0 0px 3px #F53636 !important;
}

/* line 377, app/assets/stylesheets/forms.scss */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(40, 60, 70, 0.4);
}

/* line 381, app/assets/stylesheets/forms.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(40, 60, 70, 0.4);
}

/* line 385, app/assets/stylesheets/forms.scss */
:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(40, 60, 70, 0.4);
}

/* line 389, app/assets/stylesheets/forms.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(40, 60, 70, 0.4);
}

/* line 393, app/assets/stylesheets/forms.scss */
.one-line-form {
  padding: 10px;
  background-color: white;
  display: flex;
  align-items: center;
  border-radius: 30px;
}

/* line 400, app/assets/stylesheets/forms.scss */
.one-line-form input {
  border: 0;
  margin: 0;
}

/* line 405, app/assets/stylesheets/forms.scss */
.one-line-form .button, .one-line-form .button.button-submit {
  margin: 0;
  color: #003a68;
  white-space: nowrap;
  padding: 10px 20px;
}

/* line 411, app/assets/stylesheets/forms.scss */
.one-line-form .button i, .one-line-form .button.button-submit i {
  transition: 200ms all;
  padding: 0 5px;
}

/* line 416, app/assets/stylesheets/forms.scss */
.one-line-form .button:hover, .one-line-form .button.button-submit:hover {
  text-decoration: none;
  background-color: transparent;
  color: #27ae60;
}

/* line 421, app/assets/stylesheets/forms.scss */
.one-line-form .button:hover i, .one-line-form .button.button-submit:hover i {
  transform: translateX(5px);
}

/* line 427, app/assets/stylesheets/forms.scss */
.one-line-form .button.no-effects i, .one-line-form .button.button-submit.no-effects i {
  transform: none;
}

/* line 433, app/assets/stylesheets/forms.scss */
.one-line-form.bordered {
  border: 1px solid #ccc;
}

/* line 438, app/assets/stylesheets/forms.scss */
.form-actions {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  margin-top: 1rem;
}

/* line 444, app/assets/stylesheets/forms.scss */
.form-actions.left {
  justify-content: flex-start;
}

/* line 448, app/assets/stylesheets/forms.scss */
.form-actions .left {
  margin-right: auto;
}

/* line 452, app/assets/stylesheets/forms.scss */
.form-actions.no-padding {
  padding: 0;
}

/* line 456, app/assets/stylesheets/forms.scss */
.form-actions .button {
  width: auto;
  margin-right: 0.5rem;
  white-space: nowrap;
}

/* line 461, app/assets/stylesheets/forms.scss */
.form-actions .button.w100 {
  width: 100%;
}

/* line 465, app/assets/stylesheets/forms.scss */
.form-actions .button:last-child {
  margin-right: 0;
}

/* line 471, app/assets/stylesheets/forms.scss */
.input-explanation, .top-hint {
  color: #525f7f;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

/* line 477, app/assets/stylesheets/forms.scss */
.label-big {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: bold;
}

/* line 485, app/assets/stylesheets/forms.scss */
form.disabled input, form.disabled select, form.disabled textarea, form.locked input, form.locked select, form.locked textarea, .disabled form input, .disabled form select, .disabled form textarea, .locked form input, .locked form select, .locked form textarea,
[data-user-in-scope=false] .locked_for_non_scope_users input,
[data-user-in-scope=false] .locked_for_non_scope_users select,
[data-user-in-scope=false] .locked_for_non_scope_users textarea {
  pointer-events: none;
  background-color: #e3e6e8;
}

/* line 491, app/assets/stylesheets/forms.scss */
.text-cleanup-wrapper,
.ai-text-operation-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
}

/* line 498, app/assets/stylesheets/forms.scss */
.text-cleanup-wrapper.spinner-active,
.ai-text-operation-wrapper.spinner-active {
  min-height: 200px;
}

/* line 503, app/assets/stylesheets/forms.scss */
.trix-wrapper.disabled {
  pointer-events: none;
  opacity: 0.6;
}

/* line 507, app/assets/stylesheets/forms.scss */
.trix-wrapper.disabled trix-editor {
  background-color: #e3e6e8;
  cursor: not-allowed;
}

/* line 513, app/assets/stylesheets/forms.scss */
.cleanup-button-icon {
  width: 20px;
  height: 20px;
  color: #3B82F6;
  flex-shrink: 0;
}

/* line 520, app/assets/stylesheets/forms.scss */
.cleanup-button-loader {
  width: 14px;
  height: 14px;
  animation: spin 0.8s linear infinite;
}

/* line 526, app/assets/stylesheets/forms.scss */
.text-cleanup-wrapper .d-flex.gap-2 {
  gap: 8px !important;
}

@media (max-width: 768px) {
  /* line 526, app/assets/stylesheets/forms.scss */
  .text-cleanup-wrapper .d-flex.gap-2 {
    gap: 4px !important;
    flex-wrap: nowrap;
    flex-shrink: 0;
  }
}

@media (max-width: 480px) {
  /* line 526, app/assets/stylesheets/forms.scss */
  .text-cleanup-wrapper .d-flex.gap-2 {
    gap: 3px !important;
  }
}

@media (max-width: 768px) {
  /* line 540, app/assets/stylesheets/forms.scss */
  .text-cleanup-wrapper .d-flex.justify-content-between,
.ai-text-operation-wrapper .d-flex.justify-content-between {
    flex-wrap: nowrap;
    gap: 8px;
  }
  /* line 546, app/assets/stylesheets/forms.scss */
  .text-cleanup-wrapper .d-flex.justify-content-between .form-label,
.ai-text-operation-wrapper .d-flex.justify-content-between .form-label {
    flex-shrink: 1;
    min-width: 0;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 555, app/assets/stylesheets/forms.scss */
  .text-cleanup-wrapper .d-flex.justify-content-between .d-flex.gap-2,
.ai-text-operation-wrapper .d-flex.justify-content-between .d-flex.gap-2 {
    flex-shrink: 0;
    flex-wrap: nowrap;
  }
}

@media (max-width: 480px) {
  /* line 540, app/assets/stylesheets/forms.scss */
  .text-cleanup-wrapper .d-flex.justify-content-between,
.ai-text-operation-wrapper .d-flex.justify-content-between {
    gap: 6px;
  }
}

/* line 566, app/assets/stylesheets/forms.scss */
.text-cleanup-wrapper .modern-button-border:disabled,
.text-cleanup-wrapper .modern-button-border[disabled],
.ai-text-operation-wrapper .modern-button-border:disabled,
.ai-text-operation-wrapper .modern-button-border[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

/* line 575, app/assets/stylesheets/forms.scss */
.text-cleanup-wrapper .modern-button-border,
.ai-text-operation-wrapper .modern-button-border {
  min-width: 120px;
  justify-content: center;
}

/* line 580, app/assets/stylesheets/forms.scss */
.text-cleanup-wrapper .modern-button-border[disabled],
.ai-text-operation-wrapper .modern-button-border[disabled] {
  min-width: auto;
}

/* line 585, app/assets/stylesheets/forms.scss */
.text-cleanup-wrapper .modern-button-border[data-controller*="loading-button"] [data-loading-button-target="spinner"]:not(.d-none) ~ [data-loading-button-target="text"],
.ai-text-operation-wrapper .modern-button-border[data-controller*="loading-button"] [data-loading-button-target="spinner"]:not(.d-none) ~ [data-loading-button-target="text"] {
  display: none;
}

@media (max-width: 768px) {
  /* line 575, app/assets/stylesheets/forms.scss */
  .text-cleanup-wrapper .modern-button-border,
.ai-text-operation-wrapper .modern-button-border {
    min-width: auto;
    padding: 8px 12px;
    font-size: 0.8125rem;
    white-space: nowrap;
    gap: 6px;
  }
  /* line 597, app/assets/stylesheets/forms.scss */
  .text-cleanup-wrapper .modern-button-border .cleanup-button-icon,
.ai-text-operation-wrapper .modern-button-border .cleanup-button-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }
  /* line 603, app/assets/stylesheets/forms.scss */
  .text-cleanup-wrapper .modern-button-border [data-loading-button-target="text"],
.ai-text-operation-wrapper .modern-button-border [data-loading-button-target="text"] {
    font-size: 0.8125rem;
    line-height: 1.2;
  }
}

@media (max-width: 480px) {
  /* line 575, app/assets/stylesheets/forms.scss */
  .text-cleanup-wrapper .modern-button-border,
.ai-text-operation-wrapper .modern-button-border {
    padding: 8px 10px;
    font-size: 0.75rem;
    gap: 4px;
  }
  /* line 614, app/assets/stylesheets/forms.scss */
  .text-cleanup-wrapper .modern-button-border .cleanup-button-icon,
.ai-text-operation-wrapper .modern-button-border .cleanup-button-icon {
    width: 16px;
    height: 16px;
  }
  /* line 619, app/assets/stylesheets/forms.scss */
  .text-cleanup-wrapper .modern-button-border [data-loading-button-target="text"],
.ai-text-operation-wrapper .modern-button-border [data-loading-button-target="text"] {
    font-size: 0.75rem;
  }
}

/* line 625, app/assets/stylesheets/forms.scss */
.text-cleanup-spinner {
  display: none;
  padding-top: 80px;
}

/* line 629, app/assets/stylesheets/forms.scss */
.text-cleanup-spinner.show {
  display: flex;
}

/* line 635, app/assets/stylesheets/forms.scss */
.text-cleanup-wrapper .loading-spinner,
.ai-text-operation-wrapper .loading-spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: none;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(255, 255, 255, 0.95) !important;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: inherit;
  overflow: hidden;
  min-height: 200px;
}

/* line 652, app/assets/stylesheets/forms.scss */
.text-cleanup-wrapper .loading-spinner .spinner-content,
.ai-text-operation-wrapper .loading-spinner .spinner-content {
  background: white;
  padding: 20px 30px;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
}

/* line 660, app/assets/stylesheets/forms.scss */
.text-cleanup-wrapper .loading-spinner .spinner-content .spinner,
.ai-text-operation-wrapper .loading-spinner .spinner-content .spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto 12px;
  border: 3px solid #e2e8f0;
  border-top-color: #2563eb;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

/* line 670, app/assets/stylesheets/forms.scss */
.text-cleanup-wrapper .loading-spinner .spinner-content p,
.ai-text-operation-wrapper .loading-spinner .spinner-content p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #64748b;
}

/* line 679, app/assets/stylesheets/forms.scss */
.ai-text-operation-content-wrapper {
  display: block;
  width: 100%;
  position: relative;
}

/* line 684, app/assets/stylesheets/forms.scss */
.ai-text-operation-content-wrapper .trix-editor-container,
.ai-text-operation-content-wrapper .description-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* line 690, app/assets/stylesheets/forms.scss */
.ai-text-operation-content-wrapper .trix-editor-container trix-toolbar,
.ai-text-operation-content-wrapper .trix-editor-container trix-editor,
.ai-text-operation-content-wrapper .description-container trix-toolbar,
.ai-text-operation-content-wrapper .description-container trix-editor {
  width: 100%;
}

/* line 695, app/assets/stylesheets/forms.scss */
.ai-text-operation-content-wrapper .trix-editor-container .description,
.ai-text-operation-content-wrapper .description-container .description {
  width: 100%;
}

/* line 700, app/assets/stylesheets/forms.scss */
.ai-text-operation-content-wrapper.has-critique {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: stretch;
  min-height: 500px;
  width: 100%;
}

/* line 708, app/assets/stylesheets/forms.scss */
.ai-text-operation-content-wrapper.has-critique .trix-editor-container,
.ai-text-operation-content-wrapper.has-critique .description-container {
  flex: 0 0 calc(50% - 8px);
  min-width: 0;
  min-height: 500px;
  max-width: calc(50% - 8px);
  width: auto;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

/* line 719, app/assets/stylesheets/forms.scss */
.ai-text-operation-content-wrapper.has-critique .trix-editor-container trix-toolbar,
.ai-text-operation-content-wrapper.has-critique .description-container trix-toolbar {
  flex-shrink: 0;
  width: 100%;
}

/* line 724, app/assets/stylesheets/forms.scss */
.ai-text-operation-content-wrapper.has-critique .trix-editor-container trix-editor,
.ai-text-operation-content-wrapper.has-critique .description-container trix-editor {
  flex: 1;
  min-height: 400px;
  width: 100%;
}

/* line 730, app/assets/stylesheets/forms.scss */
.ai-text-operation-content-wrapper.has-critique .trix-editor-container .box-body,
.ai-text-operation-content-wrapper.has-critique .description-container .box-body {
  border-top: none;
}

/* line 733, app/assets/stylesheets/forms.scss */
.ai-text-operation-content-wrapper.has-critique .trix-editor-container .box-body.with-separator-top,
.ai-text-operation-content-wrapper.has-critique .description-container .box-body.with-separator-top {
  border-top: 1px solid #e5e7eb;
}

/* line 739, app/assets/stylesheets/forms.scss */
.ai-text-operation-content-wrapper.has-critique .trix-editor-container {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: white;
}

/* line 744, app/assets/stylesheets/forms.scss */
.ai-text-operation-content-wrapper.has-critique .trix-editor-container .description {
  flex: 1;
  min-height: 400px;
  width: 100%;
}

/* line 751, app/assets/stylesheets/forms.scss */
.ai-text-operation-content-wrapper.has-critique .critique-panel {
  flex: 0 0 calc(50% - 8px);
  min-width: 0;
  min-height: 500px;
  max-width: calc(50% - 8px);
  width: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

@media (max-width: 992px) {
  /* line 700, app/assets/stylesheets/forms.scss */
  .ai-text-operation-content-wrapper.has-critique {
    display: block;
    min-height: auto;
  }
  /* line 766, app/assets/stylesheets/forms.scss */
  .ai-text-operation-content-wrapper.has-critique .trix-editor-container,
.ai-text-operation-content-wrapper.has-critique .description-container {
    display: none;
  }
  /* line 771, app/assets/stylesheets/forms.scss */
  .ai-text-operation-content-wrapper.has-critique .critique-panel {
    flex: none;
    width: 100%;
    max-width: 100%;
    min-height: auto;
    height: auto;
    border-radius: 12px;
  }
}

/* line 783, app/assets/stylesheets/forms.scss */
.critique-panel {
  display: none;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  flex-direction: column;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: relative;
  z-index: 1;
}

/* line 797, app/assets/stylesheets/forms.scss */
.critique-panel.show {
  display: flex;
  opacity: 1;
  transform: translateX(0);
}

/* line 803, app/assets/stylesheets/forms.scss */
.critique-panel .critique-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #e5e7eb;
  background: #f9fafb;
}

/* line 811, app/assets/stylesheets/forms.scss */
.critique-panel .critique-panel-header h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #111827;
}

/* line 818, app/assets/stylesheets/forms.scss */
.critique-panel .critique-panel-header .btn-close {
  padding: 4px;
  background: transparent;
  border: none;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

/* line 826, app/assets/stylesheets/forms.scss */
.critique-panel .critique-panel-header .btn-close:hover {
  opacity: 1;
}

/* line 830, app/assets/stylesheets/forms.scss */
.critique-panel .critique-panel-header .btn-close::before {
  content: '×';
  font-size: 24px;
  line-height: 1;
  color: #6b7280;
}

/* line 839, app/assets/stylesheets/forms.scss */
.critique-panel .critique-panel-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
  color: #374151;
  font-size: 14px;
  line-height: 1.6;
  min-height: 0;
}

/* line 848, app/assets/stylesheets/forms.scss */
.critique-panel .critique-panel-body p {
  margin: 0 0 12px 0;
  line-height: 1.6;
}

/* line 852, app/assets/stylesheets/forms.scss */
.critique-panel .critique-panel-body p:last-child {
  margin-bottom: 0;
}

/* line 857, app/assets/stylesheets/forms.scss */
.critique-panel .critique-panel-body ul,
.critique-panel .critique-panel-body ol {
  margin: 0 0 12px 0;
  padding-left: 24px;
  line-height: 1.6;
}

/* line 863, app/assets/stylesheets/forms.scss */
.critique-panel .critique-panel-body ul li,
.critique-panel .critique-panel-body ol li {
  margin-bottom: 6px;
}

/* line 866, app/assets/stylesheets/forms.scss */
.critique-panel .critique-panel-body ul li:last-child,
.critique-panel .critique-panel-body ol li:last-child {
  margin-bottom: 0;
}

/* line 872, app/assets/stylesheets/forms.scss */
.critique-panel .critique-panel-body strong,
.critique-panel .critique-panel-body b {
  font-weight: 600;
  color: #111827;
}

/* line 878, app/assets/stylesheets/forms.scss */
.critique-panel .critique-panel-body em,
.critique-panel .critique-panel-body i {
  font-style: italic;
}

/* line 883, app/assets/stylesheets/forms.scss */
.critique-panel .critique-panel-body h1,
.critique-panel .critique-panel-body h2,
.critique-panel .critique-panel-body h3,
.critique-panel .critique-panel-body h4,
.critique-panel .critique-panel-body h5,
.critique-panel .critique-panel-body h6 {
  margin: 16px 0 12px 0;
  font-weight: 600;
  color: #111827;
  line-height: 1.4;
}

/* line 894, app/assets/stylesheets/forms.scss */
.critique-panel .critique-panel-body h1:first-child,
.critique-panel .critique-panel-body h2:first-child,
.critique-panel .critique-panel-body h3:first-child,
.critique-panel .critique-panel-body h4:first-child,
.critique-panel .critique-panel-body h5:first-child,
.critique-panel .critique-panel-body h6:first-child {
  margin-top: 0;
}

/* line 899, app/assets/stylesheets/forms.scss */
.critique-panel .critique-panel-body h1 {
  font-size: 20px;
}

/* line 900, app/assets/stylesheets/forms.scss */
.critique-panel .critique-panel-body h2 {
  font-size: 18px;
}

/* line 901, app/assets/stylesheets/forms.scss */
.critique-panel .critique-panel-body h3 {
  font-size: 16px;
}

/* line 902, app/assets/stylesheets/forms.scss */
.critique-panel .critique-panel-body h4 {
  font-size: 15px;
}

/* line 904, app/assets/stylesheets/forms.scss */
.critique-panel .critique-panel-body blockquote {
  margin: 12px 0;
  padding: 12px 16px;
  border-left: 3px solid #3b82f6;
  background: #f0f7ff;
  color: #1e40af;
  font-style: italic;
}

/* line 913, app/assets/stylesheets/forms.scss */
.critique-panel .critique-panel-body code {
  background: #f1f5f9;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
  font-size: 13px;
  color: #e11d48;
}

/* line 922, app/assets/stylesheets/forms.scss */
.critique-panel .critique-panel-body pre {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 12px;
  overflow-x: auto;
  margin: 12px 0;
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
  font-size: 13px;
  line-height: 1.5;
}

/* line 933, app/assets/stylesheets/forms.scss */
.critique-panel .critique-panel-body pre code {
  background: transparent;
  padding: 0;
  color: inherit;
}

/* line 940, app/assets/stylesheets/forms.scss */
.critique-panel .critique-panel-body hr {
  margin: 16px 0;
  border: none;
  border-top: 1px solid #e5e7eb;
}

/* line 946, app/assets/stylesheets/forms.scss */
.critique-panel .critique-panel-body a {
  color: #3b82f6;
  text-decoration: underline;
}

/* line 950, app/assets/stylesheets/forms.scss */
.critique-panel .critique-panel-body a:hover {
  color: #2563eb;
}

/* line 955, app/assets/stylesheets/forms.scss */
.critique-panel .critique-panel-body br {
  line-height: 1.6;
}

/* line 959, app/assets/stylesheets/forms.scss */
.critique-panel .critique-panel-body pre,
.critique-panel .critique-panel-body code {
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 965, app/assets/stylesheets/forms.scss */
.critique-panel .critique-panel-body::-webkit-scrollbar {
  width: 6px;
}

/* line 969, app/assets/stylesheets/forms.scss */
.critique-panel .critique-panel-body::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 3px;
}

/* line 974, app/assets/stylesheets/forms.scss */
.critique-panel .critique-panel-body::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}

/* line 978, app/assets/stylesheets/forms.scss */
.critique-panel .critique-panel-body::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* line 984, app/assets/stylesheets/forms.scss */
.critique-panel .critique-panel-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 16px 20px;
  border-top: 1px solid #e5e7eb;
  background: #f9fafb;
}

/* line 992, app/assets/stylesheets/forms.scss */
.critique-panel .critique-panel-footer .button {
  min-width: 100px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* line 1001, app/assets/stylesheets/forms.scss */
.critique-panel .critique-panel-footer .button.button-border {
  background: white;
  border: 1px solid #d1d5db;
  color: #374151;
}

/* line 1006, app/assets/stylesheets/forms.scss */
.critique-panel .critique-panel-footer .button.button-border:hover {
  background: #f9fafb;
  border-color: #9ca3af;
}

@media (max-width: 768px) {
  /* line 783, app/assets/stylesheets/forms.scss */
  .critique-panel {
    max-height: 500px;
  }
  /* line 1017, app/assets/stylesheets/forms.scss */
  .critique-panel .critique-panel-header {
    padding: 12px 16px;
  }
  /* line 1020, app/assets/stylesheets/forms.scss */
  .critique-panel .critique-panel-header h4 {
    font-size: 15px;
  }
  /* line 1025, app/assets/stylesheets/forms.scss */
  .critique-panel .critique-panel-body {
    padding: 16px;
    max-height: calc(500px - 100px);
  }
  /* line 1030, app/assets/stylesheets/forms.scss */
  .critique-panel .critique-panel-footer {
    padding: 12px 16px;
    justify-content: flex-end;
  }
  /* line 1034, app/assets/stylesheets/forms.scss */
  .critique-panel .critique-panel-footer .button {
    width: auto;
    min-width: 100px;
    max-width: none;
  }
}

/* line 1043, app/assets/stylesheets/forms.scss */
.hint {
  color: #525f7f;
  font-size: 0.85rem;
  margin: 2px 0 0;
}

/* line 1049, app/assets/stylesheets/forms.scss */
.time-field-wrapper {
  display: flex;
}

/* line 1052, app/assets/stylesheets/forms.scss */
.time-field-wrapper select {
  width: 80px;
}

/* line 1057, app/assets/stylesheets/forms.scss */
.one-line-input {
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(50, 50, 93, 0.16), 0 0 0 1px rgba(50, 151, 211, 0), 0 0 0 2px rgba(50, 151, 211, 0), 0 1px 1px rgba(0, 0, 0, 0.08);
}

/* line 1064, app/assets/stylesheets/forms.scss */
.one-line-input label {
  font-size: 1rem;
  color: #525f7f;
  line-height: 1;
  margin: 0 16px 0 0;
}

/* line 1071, app/assets/stylesheets/forms.scss */
.one-line-input input, .one-line-input input:focus, .one-line-input select, .one-line-input select:focus {
  box-shadow: none;
  border: 0;
  box-shadow: none;
  border: 0;
  font-weight: 300;
  font-size: 1rem;
}

/* line 1081, app/assets/stylesheets/forms.scss */
.file-preview-one-line {
  display: flex;
  align-items: center;
}

/* line 1085, app/assets/stylesheets/forms.scss */
.file-preview-one-line .preview {
  margin-right: 1rem;
}

/* line 1090, app/assets/stylesheets/forms.scss */
.due-date-wrapper {
  padding: 1rem;
  box-shadow: 0 0 0 1px rgba(50, 50, 93, 0.16), 0 0 0 1px rgba(50, 151, 211, 0), 0 0 0 2px rgba(50, 151, 211, 0), 0 1px 1px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}

/* line 1096, app/assets/stylesheets/forms.scss */
.date-and-time-inputs-wrapper, .day-inputs-wrapper-left {
  display: flex;
  width: 440px !important;
  max-width: 100%;
}

/* line 1101, app/assets/stylesheets/forms.scss */
.date-and-time-inputs-wrapper .date-field-wrapper, .day-inputs-wrapper-left .date-field-wrapper {
  max-width: 100%;
  width: 440px;
}

/* line 1106, app/assets/stylesheets/forms.scss */
.date-and-time-inputs-wrapper .time-field-wrapper, .day-inputs-wrapper-left .time-field-wrapper {
  padding-left: 1rem;
  white-space: nowrap;
}

/* line 1110, app/assets/stylesheets/forms.scss */
.date-and-time-inputs-wrapper .time-field-wrapper select, .day-inputs-wrapper-left .time-field-wrapper select {
  width: 100%;
  min-width: 100px;
}

/* line 1116, app/assets/stylesheets/forms.scss */
.date-and-time-inputs-wrapper.add-more, .add-more.day-inputs-wrapper-left {
  width: 100% !important;
}

/* line 1119, app/assets/stylesheets/forms.scss */
.date-and-time-inputs-wrapper.add-more .date-field-wrapper, .add-more.day-inputs-wrapper-left .date-field-wrapper {
  width: 100%;
}

/* line 1123, app/assets/stylesheets/forms.scss */
.date-and-time-inputs-wrapper.add-more .time-field-wrapper, .add-more.day-inputs-wrapper-left .time-field-wrapper {
  padding-left: 1rem;
  white-space: nowrap;
}

/* line 1127, app/assets/stylesheets/forms.scss */
.date-and-time-inputs-wrapper.add-more .time-field-wrapper select, .add-more.day-inputs-wrapper-left .time-field-wrapper select {
  width: 100%;
  min-width: 100px;
}

/* line 1135, app/assets/stylesheets/forms.scss */
.day-inputs-wrapper-left {
  margin-left: -1.5rem !important;
  margin-top: 1.2rem !important;
}

/* line 1141, app/assets/stylesheets/forms.scss */
.form-section {
  padding: 1rem 0;
  border-bottom: 1px solid #e6ebf1;
}

/* line 1145, app/assets/stylesheets/forms.scss */
.form-section:first-child {
  padding-top: 0;
}

/* line 1150, app/assets/stylesheets/forms.scss */
.form-section.no-border {
  border-bottom: none;
}

/* line 1154, app/assets/stylesheets/forms.scss */
.form-box {
  margin: 2rem 0;
  border-top: 1px solid #e6ebf1;
  border-bottom: 1px solid #e6ebf1;
  padding: 2rem 0;
}

/* line 1161, app/assets/stylesheets/forms.scss */
.swap-button {
  display: inline-block;
  margin: 0;
  padding: 0;
}

/* line 1166, app/assets/stylesheets/forms.scss */
.swap-button label input {
  display: none;
}

/* line 1170, app/assets/stylesheets/forms.scss */
.swap-button label.checkbox {
  margin: 0;
  font-size: 0.8rem;
  padding: 0.3rem 0.75rem;
  background: white;
  border: 1px solid #dce0e0;
  color: #003a68;
  transition: 200ms all ease-in;
}

/* line 1180, app/assets/stylesheets/forms.scss */
.swap-button.checked label.checkbox {
  border-color: #3498db;
  color: #3498db;
}

/* line 1186, app/assets/stylesheets/forms.scss */
.custom-control-label {
  line-height: inherit;
  font-size: 14px;
  font-weight: 300;
}

/* line 1192, app/assets/stylesheets/forms.scss */
form .pill-input {
  display: inline-block;
  margin: 0.5rem 1rem 0 0;
  transition: 200ms all;
}

/* line 1197, app/assets/stylesheets/forms.scss */
form .pill-input .custom-select {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
  line-height: 16px;
  height: auto;
  font-weight: bold;
  border: 1px solid #283c46;
  box-shadow: inset 0 0 0 1px white;
  width: auto;
}

/* line 1210, app/assets/stylesheets/forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #3498db;
  background-color: #3498db;
}

/* line 1216, app/assets/stylesheets/forms.scss */
.custom-control.custom-switch .custom-control-label {
  cursor: pointer;
}

/* line 1220, app/assets/stylesheets/forms.scss */
.custom-control.custom-switch .custom-control-input:hover:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

/* line 1224, app/assets/stylesheets/forms.scss */
.custom-control.custom-switch .custom-control-input:hover ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 1229, app/assets/stylesheets/forms.scss */
.form-control[readonly] {
  background-color: white;
}

/* line 1233, app/assets/stylesheets/forms.scss */
.selectize-dropdown {
  position: absolute !important;
  z-index: 1000 !important;
}

/* line 1239, app/assets/stylesheets/forms.scss */
.selectize-control.multi .selectize-input {
  min-height: 38px;
  padding: 6px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

/* line 1245, app/assets/stylesheets/forms.scss */
.selectize-control.multi .selectize-input.focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 1252, app/assets/stylesheets/forms.scss */
.selectize-control.multi:not(.selectize-control.multi .selectize-input[data-controller*="studio-global-users-select"]) .selectize-input {
  min-height: 32px;
  padding: 4px 8px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}

/* line 1259, app/assets/stylesheets/forms.scss */
.selectize-control.multi:not(.selectize-control.multi .selectize-input[data-controller*="studio-global-users-select"]) .selectize-input.focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 1265, app/assets/stylesheets/forms.scss */
.selectize-dropdown .option {
  padding: 8px 12px;
  border-bottom: 1px solid #f8f9fa;
}

/* line 1269, app/assets/stylesheets/forms.scss */
.selectize-dropdown .option:hover {
  background-color: #f8f9fa;
}

/* line 1273, app/assets/stylesheets/forms.scss */
.selectize-dropdown .option .name {
  font-weight: 500;
  color: #212529;
}

/* line 1278, app/assets/stylesheets/forms.scss */
.selectize-dropdown .option .email {
  font-size: 0.875rem;
  color: #6c757d;
  margin-left: 8px;
}

/* line 1287, app/assets/stylesheets/forms.scss */
.inline-date-editor i[data-feather] {
  width: 14px;
  height: 14px;
  stroke-width: 2.5;
  transition: all 0.2s ease;
  vertical-align: middle;
}

/* line 1294, app/assets/stylesheets/forms.scss */
.inline-date-editor i[data-feather]:hover {
  transform: scale(1.1);
}

/* line 1300, app/assets/stylesheets/forms.scss */
.inline-date-editor form {
  display: inline-block !important;
  margin: 0 !important;
}

/* line 1305, app/assets/stylesheets/forms.scss */
.inline-date-editor .input {
  display: inline-block !important;
  margin: 0 !important;
  vertical-align: middle;
}

/* line 1311, app/assets/stylesheets/forms.scss */
.inline-date-editor input.datepicker {
  display: inline-block !important;
  width: auto !important;
  min-width: 120px;
  vertical-align: middle;
}

/* line 1321, app/assets/stylesheets/forms.scss */
.global-network-fields .form-section, .additional-enrollment-rules-section .form-section {
  margin-bottom: 1.5rem;
}

/* line 1324, app/assets/stylesheets/forms.scss */
.global-network-fields .form-section label, .additional-enrollment-rules-section .form-section label {
  font-weight: 600;
  color: #495057;
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.9rem;
}

/* line 1333, app/assets/stylesheets/forms.scss */
.global-network-fields .vol-md-6, .additional-enrollment-rules-section .vol-md-6 {
  margin-bottom: 1.5rem;
}

/* line 1338, app/assets/stylesheets/forms.scss */
.global-network-fields .auto-enrollment-toggle-section, .additional-enrollment-rules-section .auto-enrollment-toggle-section {
  background: #e0e5eb;
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

/* line 1349, app/assets/stylesheets/forms.scss */
.global-network-fields .auto-enrollment-toggle-section::before, .additional-enrollment-rules-section .auto-enrollment-toggle-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.1) 10px, rgba(255, 255, 255, 0.1) 20px);
  opacity: 0.5;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

/* line 1368, app/assets/stylesheets/forms.scss */
.global-network-fields .auto-enrollment-toggle-section:hover, .additional-enrollment-rules-section .auto-enrollment-toggle-section:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}

/* line 1374, app/assets/stylesheets/forms.scss */
.global-network-fields .auto-enrollment-toggle-section:has(.custom-control-input:checked), .additional-enrollment-rules-section .auto-enrollment-toggle-section:has(.custom-control-input:checked) {
  background: #3498db;
  box-shadow: 0 4px 15px rgba(52, 152, 219, 0.2);
}

/* line 1378, app/assets/stylesheets/forms.scss */
.global-network-fields .auto-enrollment-toggle-section:has(.custom-control-input:checked)::before, .additional-enrollment-rules-section .auto-enrollment-toggle-section:has(.custom-control-input:checked)::before {
  opacity: 0;
}

/* line 1382, app/assets/stylesheets/forms.scss */
.global-network-fields .auto-enrollment-toggle-section:has(.custom-control-input:checked):hover, .additional-enrollment-rules-section .auto-enrollment-toggle-section:has(.custom-control-input:checked):hover {
  box-shadow: 0 6px 20px rgba(52, 152, 219, 0.3);
  transform: translateY(-2px);
}

/* line 1387, app/assets/stylesheets/forms.scss */
.global-network-fields .auto-enrollment-toggle-section:has(.custom-control-input:checked) .switch-description, .additional-enrollment-rules-section .auto-enrollment-toggle-section:has(.custom-control-input:checked) .switch-description {
  color: white;
  opacity: 0.95;
}

/* line 1393, app/assets/stylesheets/forms.scss */
.global-network-fields .auto-enrollment-toggle-section .custom-control.custom-switch, .additional-enrollment-rules-section .auto-enrollment-toggle-section .custom-control.custom-switch {
  padding-left: 3.5rem;
  position: relative;
  z-index: 1;
}

/* line 1398, app/assets/stylesheets/forms.scss */
.global-network-fields .auto-enrollment-toggle-section .custom-control.custom-switch .custom-control-input, .additional-enrollment-rules-section .auto-enrollment-toggle-section .custom-control.custom-switch .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

/* line 1408, app/assets/stylesheets/forms.scss */
.global-network-fields .auto-enrollment-toggle-section .custom-control.custom-switch .custom-control-input:checked ~ .custom-control-label::before, .additional-enrollment-rules-section .auto-enrollment-toggle-section .custom-control.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  background-color: white;
  border-color: white;
  opacity: 1;
}

/* line 1414, app/assets/stylesheets/forms.scss */
.global-network-fields .auto-enrollment-toggle-section .custom-control.custom-switch .custom-control-input:checked ~ .custom-control-label::after, .additional-enrollment-rules-section .auto-enrollment-toggle-section .custom-control.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1.25rem);
  background-color: #2c3e50;
}

/* line 1419, app/assets/stylesheets/forms.scss */
.global-network-fields .auto-enrollment-toggle-section .custom-control.custom-switch .custom-control-input:checked ~ .custom-control-label .switch-label, .additional-enrollment-rules-section .auto-enrollment-toggle-section .custom-control.custom-switch .custom-control-input:checked ~ .custom-control-label .switch-label {
  color: white;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 1425, app/assets/stylesheets/forms.scss */
.global-network-fields .auto-enrollment-toggle-section .custom-control.custom-switch .custom-control-input:checked ~ .custom-control-label .switch-description, .additional-enrollment-rules-section .auto-enrollment-toggle-section .custom-control.custom-switch .custom-control-input:checked ~ .custom-control-label .switch-description {
  color: white;
}

/* line 1432, app/assets/stylesheets/forms.scss */
.global-network-fields .auto-enrollment-toggle-section .custom-control.custom-switch .custom-control-input:not(:checked) ~ .custom-control-label::before, .additional-enrollment-rules-section .auto-enrollment-toggle-section .custom-control.custom-switch .custom-control-input:not(:checked) ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.1);
  border: 2px solid rgba(0, 0, 0, 0.2);
}

/* line 1437, app/assets/stylesheets/forms.scss */
.global-network-fields .auto-enrollment-toggle-section .custom-control.custom-switch .custom-control-input:not(:checked) ~ .custom-control-label::after, .additional-enrollment-rules-section .auto-enrollment-toggle-section .custom-control.custom-switch .custom-control-input:not(:checked) ~ .custom-control-label::after {
  background-color: #6c757d;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* line 1442, app/assets/stylesheets/forms.scss */
.global-network-fields .auto-enrollment-toggle-section .custom-control.custom-switch .custom-control-input:not(:checked) ~ .custom-control-label .switch-label, .additional-enrollment-rules-section .auto-enrollment-toggle-section .custom-control.custom-switch .custom-control-input:not(:checked) ~ .custom-control-label .switch-label {
  color: #495057;
  font-weight: 600;
}

/* line 1447, app/assets/stylesheets/forms.scss */
.global-network-fields .auto-enrollment-toggle-section .custom-control.custom-switch .custom-control-input:not(:checked) ~ .custom-control-label .switch-description, .additional-enrollment-rules-section .auto-enrollment-toggle-section .custom-control.custom-switch .custom-control-input:not(:checked) ~ .custom-control-label .switch-description {
  color: #6c757d;
  opacity: 0.9;
}

/* line 1454, app/assets/stylesheets/forms.scss */
.global-network-fields .auto-enrollment-toggle-section .custom-control.custom-switch .custom-control-label, .additional-enrollment-rules-section .auto-enrollment-toggle-section .custom-control.custom-switch .custom-control-label {
  position: relative;
  cursor: pointer;
}

/* line 1458, app/assets/stylesheets/forms.scss */
.global-network-fields .auto-enrollment-toggle-section .custom-control.custom-switch .custom-control-label::before, .additional-enrollment-rules-section .auto-enrollment-toggle-section .custom-control.custom-switch .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -3.5rem;
  display: block;
  width: 2.75rem;
  height: 1.5rem;
  pointer-events: all;
  content: "";
  border-radius: 1rem;
  transition: all 0.3s ease;
}

/* line 1471, app/assets/stylesheets/forms.scss */
.global-network-fields .auto-enrollment-toggle-section .custom-control.custom-switch .custom-control-label::after, .additional-enrollment-rules-section .auto-enrollment-toggle-section .custom-control.custom-switch .custom-control-label::after {
  position: absolute;
  top: calc(0.25rem + 3px);
  left: calc(-3.5rem + 3px);
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  content: "";
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* line 1483, app/assets/stylesheets/forms.scss */
.global-network-fields .auto-enrollment-toggle-section .custom-control.custom-switch .custom-control-label .switch-label, .additional-enrollment-rules-section .auto-enrollment-toggle-section .custom-control.custom-switch .custom-control-label .switch-label {
  font-size: 1.1rem;
  display: block;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease;
}

/* line 1490, app/assets/stylesheets/forms.scss */
.global-network-fields .auto-enrollment-toggle-section .custom-control.custom-switch .custom-control-label .switch-description, .additional-enrollment-rules-section .auto-enrollment-toggle-section .custom-control.custom-switch .custom-control-label .switch-description {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  transition: all 0.3s ease;
}

/* line 1501, app/assets/stylesheets/forms.scss */
.global-network-fields .global-filters-section, .global-network-fields .additional-enrollment-rules-section, .additional-enrollment-rules-section .global-filters-section, .additional-enrollment-rules-section .additional-enrollment-rules-section {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 1.5rem;
  border: 1px solid #e9ecef;
}

/* line 1507, app/assets/stylesheets/forms.scss */
.global-network-fields .global-filters-section .filter-group, .global-network-fields .additional-enrollment-rules-section .filter-group, .additional-enrollment-rules-section .global-filters-section .filter-group, .additional-enrollment-rules-section .additional-enrollment-rules-section .filter-group {
  margin-bottom: 1.75rem;
}

/* line 1510, app/assets/stylesheets/forms.scss */
.global-network-fields .global-filters-section .filter-group:last-child, .global-network-fields .additional-enrollment-rules-section .filter-group:last-child, .additional-enrollment-rules-section .global-filters-section .filter-group:last-child, .additional-enrollment-rules-section .additional-enrollment-rules-section .filter-group:last-child {
  margin-bottom: 0;
}

/* line 1514, app/assets/stylesheets/forms.scss */
.global-network-fields .global-filters-section .filter-group label, .global-network-fields .additional-enrollment-rules-section .filter-group label, .additional-enrollment-rules-section .global-filters-section .filter-group label, .additional-enrollment-rules-section .additional-enrollment-rules-section .filter-group label {
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0.75rem;
  display: block;
  font-size: 0.95rem;
}

/* line 1522, app/assets/stylesheets/forms.scss */
.global-network-fields .global-filters-section .filter-group .selectize-control, .global-network-fields .additional-enrollment-rules-section .filter-group .selectize-control, .additional-enrollment-rules-section .global-filters-section .filter-group .selectize-control, .additional-enrollment-rules-section .additional-enrollment-rules-section .filter-group .selectize-control {
  outline: none !important;
}

/* line 1525, app/assets/stylesheets/forms.scss */
.global-network-fields .global-filters-section .filter-group .selectize-control.focus, .global-network-fields .additional-enrollment-rules-section .filter-group .selectize-control.focus, .additional-enrollment-rules-section .global-filters-section .filter-group .selectize-control.focus, .additional-enrollment-rules-section .additional-enrollment-rules-section .filter-group .selectize-control.focus {
  outline: none !important;
}

/* line 1529, app/assets/stylesheets/forms.scss */
.global-network-fields .global-filters-section .filter-group .selectize-control .selectize-input, .global-network-fields .additional-enrollment-rules-section .filter-group .selectize-control .selectize-input, .additional-enrollment-rules-section .global-filters-section .filter-group .selectize-control .selectize-input, .additional-enrollment-rules-section .additional-enrollment-rules-section .filter-group .selectize-control .selectize-input {
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  min-height: 44px !important;
  max-height: 200px !important;
  padding: 4px 12px !important;
  background-color: white !important;
  transition: all 0.2s ease !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

/* line 1540, app/assets/stylesheets/forms.scss */
.global-network-fields .global-filters-section .filter-group .selectize-control .selectize-input:hover, .global-network-fields .additional-enrollment-rules-section .filter-group .selectize-control .selectize-input:hover, .additional-enrollment-rules-section .global-filters-section .filter-group .selectize-control .selectize-input:hover, .additional-enrollment-rules-section .additional-enrollment-rules-section .filter-group .selectize-control .selectize-input:hover {
  border-color: #cbd5e1 !important;
}

/* line 1544, app/assets/stylesheets/forms.scss */
.global-network-fields .global-filters-section .filter-group .selectize-control .selectize-input.focus, .global-network-fields .additional-enrollment-rules-section .filter-group .selectize-control .selectize-input.focus, .additional-enrollment-rules-section .global-filters-section .filter-group .selectize-control .selectize-input.focus, .additional-enrollment-rules-section .additional-enrollment-rules-section .filter-group .selectize-control .selectize-input.focus {
  border-color: #cbd5e1 !important;
  box-shadow: none !important;
}

/* line 1549, app/assets/stylesheets/forms.scss */
.global-network-fields .global-filters-section .filter-group .selectize-control .selectize-input > div, .global-network-fields .additional-enrollment-rules-section .filter-group .selectize-control .selectize-input > div, .additional-enrollment-rules-section .global-filters-section .filter-group .selectize-control .selectize-input > div, .additional-enrollment-rules-section .additional-enrollment-rules-section .filter-group .selectize-control .selectize-input > div {
  background: #f1f5f9 !important;
  color: #475569 !important;
  border-radius: 24px !important;
  padding: 4px 12px !important;
  margin: 4px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  border: 1px solid #e2e8f0 !important;
  transition: all 0.2s ease !important;
  padding-right: 14px !important;
}

/* line 1561, app/assets/stylesheets/forms.scss */
.global-network-fields .global-filters-section .filter-group .selectize-control .selectize-input > div:hover, .global-network-fields .additional-enrollment-rules-section .filter-group .selectize-control .selectize-input > div:hover, .additional-enrollment-rules-section .global-filters-section .filter-group .selectize-control .selectize-input > div:hover, .additional-enrollment-rules-section .additional-enrollment-rules-section .filter-group .selectize-control .selectize-input > div:hover {
  background: #e2e8f0 !important;
  border-color: #cbd5e1 !important;
}

/* line 1566, app/assets/stylesheets/forms.scss */
.global-network-fields .global-filters-section .filter-group .selectize-control .selectize-input > div.active, .global-network-fields .additional-enrollment-rules-section .filter-group .selectize-control .selectize-input > div.active, .additional-enrollment-rules-section .global-filters-section .filter-group .selectize-control .selectize-input > div.active, .additional-enrollment-rules-section .additional-enrollment-rules-section .filter-group .selectize-control .selectize-input > div.active {
  background: #e2e8f0 !important;
  border-color: #cbd5e1 !important;
}

/* line 1571, app/assets/stylesheets/forms.scss */
.global-network-fields .global-filters-section .filter-group .selectize-control .selectize-input > div .remove, .global-network-fields .additional-enrollment-rules-section .filter-group .selectize-control .selectize-input > div .remove, .additional-enrollment-rules-section .global-filters-section .filter-group .selectize-control .selectize-input > div .remove, .additional-enrollment-rules-section .additional-enrollment-rules-section .filter-group .selectize-control .selectize-input > div .remove {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b !important;
  margin-left: 8px !important;
  font-weight: normal !important;
  cursor: pointer !important;
  opacity: 0.6 !important;
  transition: opacity 0.2s ease !important;
  border: none !important;
  border-left: none !important;
  padding-left: 0 !important;
  font-size: 13px !important;
}

/* line 1587, app/assets/stylesheets/forms.scss */
.global-network-fields .global-filters-section .filter-group .selectize-control .selectize-input > div .remove:hover, .global-network-fields .additional-enrollment-rules-section .filter-group .selectize-control .selectize-input > div .remove:hover, .additional-enrollment-rules-section .global-filters-section .filter-group .selectize-control .selectize-input > div .remove:hover, .additional-enrollment-rules-section .additional-enrollment-rules-section .filter-group .selectize-control .selectize-input > div .remove:hover {
  opacity: 1 !important;
  color: #334155 !important;
}

/* line 1596, app/assets/stylesheets/forms.scss */
.global-network-fields .global-filters-section .filter-group select.form-control, .global-network-fields .additional-enrollment-rules-section .filter-group select.form-control, .additional-enrollment-rules-section .global-filters-section .filter-group select.form-control, .additional-enrollment-rules-section .additional-enrollment-rules-section .filter-group select.form-control {
  border: 1px solid #dee2e6;
  border-radius: 6px;
  min-height: 42px;
  padding: 8px 12px;
  background-color: white;
  transition: all 0.2s ease;
}

/* line 1604, app/assets/stylesheets/forms.scss */
.global-network-fields .global-filters-section .filter-group select.form-control:hover, .global-network-fields .additional-enrollment-rules-section .filter-group select.form-control:hover, .additional-enrollment-rules-section .global-filters-section .filter-group select.form-control:hover, .additional-enrollment-rules-section .additional-enrollment-rules-section .filter-group select.form-control:hover {
  border-color: #3498db;
}

/* line 1608, app/assets/stylesheets/forms.scss */
.global-network-fields .global-filters-section .filter-group select.form-control:focus, .global-network-fields .additional-enrollment-rules-section .filter-group select.form-control:focus, .additional-enrollment-rules-section .global-filters-section .filter-group select.form-control:focus, .additional-enrollment-rules-section .additional-enrollment-rules-section .filter-group select.form-control:focus {
  border-color: #3498db;
  box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.25);
}

/* line 1614, app/assets/stylesheets/forms.scss */
.global-network-fields .global-filters-section .filter-group .form-text, .global-network-fields .additional-enrollment-rules-section .filter-group .form-text, .additional-enrollment-rules-section .global-filters-section .filter-group .form-text, .additional-enrollment-rules-section .additional-enrollment-rules-section .filter-group .form-text {
  color: #6c757d;
  font-size: 0.85rem;
  margin-top: 0.5rem;
  font-style: italic;
}

/* line 1623, app/assets/stylesheets/forms.scss */
.global-network-fields .global-filters-section .default-role-section, .global-network-fields .additional-enrollment-rules-section .default-role-section, .additional-enrollment-rules-section .global-filters-section .default-role-section, .additional-enrollment-rules-section .additional-enrollment-rules-section .default-role-section {
  background: white;
  border-radius: 6px;
  padding: 1.25rem;
  border: 2px solid #3498db;
  margin-top: 1.5rem;
}

/* line 1630, app/assets/stylesheets/forms.scss */
.global-network-fields .global-filters-section .default-role-section label, .global-network-fields .additional-enrollment-rules-section .default-role-section label, .additional-enrollment-rules-section .global-filters-section .default-role-section label, .additional-enrollment-rules-section .additional-enrollment-rules-section .default-role-section label {
  color: #3498db;
  font-size: 1rem;
}

/* line 1638, app/assets/stylesheets/forms.scss */
.selectize-dropdown {
  height: auto !important;
  max-height: 300px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

/* line 1646, app/assets/stylesheets/forms.scss */
.tags-section .selectize-control,
.selectize-control.multi {
  outline: none !important;
  height: auto !important;
}

/* line 1651, app/assets/stylesheets/forms.scss */
.tags-section .selectize-control.focus,
.selectize-control.multi.focus {
  outline: none !important;
}

/* line 1656, app/assets/stylesheets/forms.scss */
.tags-section .selectize-control.multi .selectize-input,
.selectize-control.multi .selectize-input {
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  min-height: 44px !important;
  max-height: 200px !important;
  padding: 4px 12px !important;
  background: white !important;
  transition: all 0.2s ease !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

/* line 1668, app/assets/stylesheets/forms.scss */
.tags-section .selectize-control.multi .selectize-input.focus,
.selectize-control.multi .selectize-input.focus {
  border-color: #cbd5e1 !important;
  box-shadow: none !important;
}

/* line 1673, app/assets/stylesheets/forms.scss */
.tags-section .selectize-control.multi .selectize-input:hover,
.selectize-control.multi .selectize-input:hover {
  border-color: #cbd5e1 !important;
}

/* line 1678, app/assets/stylesheets/forms.scss */
.selectize-control.multi .selectize-input > div {
  background: #f1f5f9 !important;
  color: #475569 !important;
  border-radius: 24px !important;
  padding: 4px 12px !important;
  margin: 4px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  border: 1px solid #e2e8f0 !important;
  transition: all 0.2s ease !important;
  padding-right: 14px !important;
}

/* line 1690, app/assets/stylesheets/forms.scss */
.selectize-control.multi .selectize-input > div:hover {
  background: #e2e8f0 !important;
  border-color: #cbd5e1 !important;
}

/* line 1695, app/assets/stylesheets/forms.scss */
.selectize-control.multi .selectize-input > div.active {
  background: #e2e8f0 !important;
  border-color: #cbd5e1 !important;
}

/* line 1700, app/assets/stylesheets/forms.scss */
.selectize-control.multi .selectize-input > div .remove {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b !important;
  margin-left: 8px !important;
  font-weight: normal !important;
  cursor: pointer !important;
  opacity: 0.6 !important;
  transition: opacity 0.2s ease !important;
  border: none !important;
  border-left: none !important;
  padding-left: 0 !important;
  font-size: 13px !important;
}

/* line 1715, app/assets/stylesheets/forms.scss */
.selectize-control.multi .selectize-input > div .remove:hover {
  opacity: 1 !important;
  color: #334155 !important;
}

/* line 1722, app/assets/stylesheets/forms.scss */
.due-date-wrapper input#scheduled_day {
  width: 80px;
  margin-left: 8px;
}

/* line 1728, app/assets/stylesheets/forms.scss */
.upload-label {
  display: inline-block;
  padding: 8px 14px;
  background: #007bff;
  color: white;
  border-radius: 4px;
  cursor: pointer;
}

/* line 1736, app/assets/stylesheets/forms.scss */
.upload-label:hover {
  background: #0056b3;
}

/* line 1741, app/assets/stylesheets/forms.scss */
.plus-sign {
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
  margin-right: 5px;
}

/* line 1748, app/assets/stylesheets/forms.scss */
#file-list {
  margin-top: 10px;
  padding: 0;
  list-style: none;
}

/* line 1753, app/assets/stylesheets/forms.scss */
#file-list li {
  padding: 5px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 1760, app/assets/stylesheets/forms.scss */
#file-list li:last-child {
  border-bottom: none;
}

/* line 1766, app/assets/stylesheets/forms.scss */
#screenshots-container {
  margin-bottom: 15px;
}

/* line 1770, app/assets/stylesheets/forms.scss */
.upload-label {
  cursor: pointer;
  transition: all 0.2s ease;
}

/* line 1774, app/assets/stylesheets/forms.scss */
.upload-label.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: #6c757d;
}

/* line 1779, app/assets/stylesheets/forms.scss */
.upload-label.disabled:hover {
  background-color: #6c757d;
}

/* line 1785, app/assets/stylesheets/forms.scss */
.upload-help-text {
  font-size: 12px;
  line-height: 1.4;
}

/* line 1790, app/assets/stylesheets/forms.scss */
.validation-error {
  margin-top: 10px;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 13px;
  animation: slideIn 0.3s ease;
}

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

/* line 1809, app/assets/stylesheets/forms.scss */
.image-previews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 15px;
  margin: 15px 0;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  background: #f8f9fa;
}

/* line 1822, app/assets/stylesheets/forms.scss */
.image-preview-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
  border-radius: 6px;
  padding: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* line 1833, app/assets/stylesheets/forms.scss */
.image-preview-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* line 1839, app/assets/stylesheets/forms.scss */
.image-preview {
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  margin-bottom: 8px;
}

/* line 1847, app/assets/stylesheets/forms.scss */
.image-remove-btn {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #dc3545;
  color: white;
  border: none;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* line 1865, app/assets/stylesheets/forms.scss */
.image-remove-btn:hover {
  background: #c82333;
}

/* line 1870, app/assets/stylesheets/forms.scss */
.image-filename {
  font-size: 11px;
  color: #6c757d;
  text-align: center;
  word-break: break-word;
  line-height: 1.2;
  max-width: 100%;
  margin-bottom: 4px;
}

/* line 1880, app/assets/stylesheets/forms.scss */
.image-filesize {
  font-size: 10px;
  color: #adb5bd;
  text-align: center;
  line-height: 1.2;
}

/* line 1887, app/assets/stylesheets/forms.scss */
.children-selection .selectize-control .selectize-input {
  max-height: 90px;
  overflow-y: auto;
}

@media (max-width: 576px) {
  /* line 1893, app/assets/stylesheets/forms.scss */
  .image-previews-grid {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
    padding: 8px;
  }
  /* line 1899, app/assets/stylesheets/forms.scss */
  .image-preview {
    height: 70px;
  }
  /* line 1903, app/assets/stylesheets/forms.scss */
  .image-filename {
    font-size: 10px;
  }
  /* line 1907, app/assets/stylesheets/forms.scss */
  .image-filesize {
    font-size: 9px;
  }
}

/* line 1913, app/assets/stylesheets/forms.scss */
.merge-users-button .button {
  background-color: #3498db;
  color: white;
  border-color: #3498db;
  font-weight: 500;
  box-shadow: none;
}

/* line 1920, app/assets/stylesheets/forms.scss */
.merge-users-button .button:hover {
  background-color: #217dbb;
  border-color: #217dbb;
  color: white;
  box-shadow: none;
}

/* line 1930, app/assets/stylesheets/forms.scss */
.app-main-content.badge-critique-processing {
  position: relative;
}

/* line 1933, app/assets/stylesheets/forms.scss */
.app-main-content.badge-critique-processing::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  pointer-events: auto;
  border-radius: 35px !important;
}

/* line 1948, app/assets/stylesheets/forms.scss */
.modern-box {
  position: relative;
}

/* line 1951, app/assets/stylesheets/forms.scss */
.modern-box .loading-spinner {
  z-index: 9999 !important;
  border-radius: 24px;
}

/* line 1954, app/assets/stylesheets/forms.scss */
.modern-box .loading-spinner.show {
  display: flex !important;
}

/* line 1960, app/assets/stylesheets/forms.scss */
.badge-critique-section {
  position: relative;
}

/* line 1963, app/assets/stylesheets/forms.scss */
.badge-critique-section .badge-critique-panel {
  display: flex;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  flex-direction: column;
  margin-top: 16px;
}

/* line 1973, app/assets/stylesheets/forms.scss */
.badge-critique-section .badge-critique-panel .badge-critique-panel-header,
.badge-critique-section .badge-critique-panel .critique-panel.badge-critique-panel .critique-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #e5e7eb;
  background: #f9fafb;
}

/* line 1982, app/assets/stylesheets/forms.scss */
.badge-critique-section .badge-critique-panel .badge-critique-panel-header h3, .badge-critique-section .badge-critique-panel .badge-critique-panel-header h4,
.badge-critique-section .badge-critique-panel .critique-panel.badge-critique-panel .critique-panel-header h3,
.badge-critique-section .badge-critique-panel .critique-panel.badge-critique-panel .critique-panel-header h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #111827;
}

/* line 1989, app/assets/stylesheets/forms.scss */
.badge-critique-section .badge-critique-panel .badge-critique-panel-header .btn-close,
.badge-critique-section .badge-critique-panel .critique-panel.badge-critique-panel .critique-panel-header .btn-close {
  padding: 4px;
  background: transparent;
  border: none;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

/* line 1997, app/assets/stylesheets/forms.scss */
.badge-critique-section .badge-critique-panel .badge-critique-panel-header .btn-close:hover,
.badge-critique-section .badge-critique-panel .critique-panel.badge-critique-panel .critique-panel-header .btn-close:hover {
  opacity: 1;
}

/* line 2001, app/assets/stylesheets/forms.scss */
.badge-critique-section .badge-critique-panel .badge-critique-panel-header .btn-close::before,
.badge-critique-section .badge-critique-panel .critique-panel.badge-critique-panel .critique-panel-header .btn-close::before {
  content: '×';
  font-size: 24px;
  line-height: 1;
  color: #6b7280;
}

/* line 2010, app/assets/stylesheets/forms.scss */
.badge-critique-section .badge-critique-panel .badge-critique-panel-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
  color: #374151;
  font-size: 14px;
  line-height: 1.6;
  min-height: 200px;
  max-height: 600px;
}

/* line 2020, app/assets/stylesheets/forms.scss */
.badge-critique-section .badge-critique-panel .badge-critique-panel-body h3, .badge-critique-section .badge-critique-panel .badge-critique-panel-body h4 {
  margin-top: 20px;
  margin-bottom: 12px;
  color: #111827;
}

/* line 2026, app/assets/stylesheets/forms.scss */
.badge-critique-section .badge-critique-panel .badge-critique-panel-body h3:first-child {
  margin-top: 0;
}

/* line 2030, app/assets/stylesheets/forms.scss */
.badge-critique-section .badge-critique-panel .badge-critique-panel-body h4 {
  font-size: 16px;
  font-weight: 600;
}

/* line 2035, app/assets/stylesheets/forms.scss */
.badge-critique-section .badge-critique-panel .badge-critique-panel-body ul, .badge-critique-section .badge-critique-panel .badge-critique-panel-body ol {
  margin: 12px 0;
  padding-left: 24px;
}

/* line 2040, app/assets/stylesheets/forms.scss */
.badge-critique-section .badge-critique-panel .badge-critique-panel-body li {
  margin: 8px 0;
}

/* line 2044, app/assets/stylesheets/forms.scss */
.badge-critique-section .badge-critique-panel .badge-critique-panel-body p {
  margin: 12px 0;
}

/* line 2048, app/assets/stylesheets/forms.scss */
.badge-critique-section .badge-critique-panel .badge-critique-panel-body em {
  color: #6b7280;
  font-size: 12px;
}

/* line 2054, app/assets/stylesheets/forms.scss */
.badge-critique-section .badge-critique-panel .badge-critique-panel-footer {
  padding: 16px 20px;
  border-top: 1px solid #e5e7eb;
  background: #f9fafb;
  display: flex;
  justify-content: flex-end;
}

/* line 1, app/assets/stylesheets/launch_library.scss */
.launch-library-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* line 7, app/assets/stylesheets/launch_library.scss */
.launch-library-item {
  position: relative;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-top: none;
  padding: 20px 24px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

/* line 16, app/assets/stylesheets/launch_library.scss */
.launch-library-item:first-child {
  border-top: 1px solid #e5e7eb;
  border-radius: 12px 12px 0 0;
}

/* line 21, app/assets/stylesheets/launch_library.scss */
.launch-library-item:last-child {
  border-radius: 0 0 12px 12px;
}

/* line 25, app/assets/stylesheets/launch_library.scss */
.launch-library-item:only-child {
  border-radius: 12px;
}

/* line 29, app/assets/stylesheets/launch_library.scss */
.launch-library-item:hover {
  background: #fafafa;
}

/* line 33, app/assets/stylesheets/launch_library.scss */
.launch-library-item.highlighted-launch {
  background: #eff6ff;
  border-color: #3499DC;
  box-shadow: 0 0 0 3px rgba(52, 153, 220, 0.1);
  animation: highlightPulse 2s ease-in-out;
}

@keyframes highlightPulse {
  0%, 100% {
    box-shadow: 0 0 0 3px rgba(52, 153, 220, 0.1);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(52, 153, 220, 0.2);
  }
}

/* line 51, app/assets/stylesheets/launch_library.scss */
.launch-library-item-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
}

/* line 58, app/assets/stylesheets/launch_library.scss */
.launch-library-item-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  flex-direction: column;
  z-index: 2;
  padding: 20px 24px;
}

/* line 69, app/assets/stylesheets/launch_library.scss */
.launch-library-row-first,
.launch-library-row-second {
  pointer-events: none;
}

/* line 75, app/assets/stylesheets/launch_library.scss */
.launch-library-mobile-structure {
  display: none;
}

/* line 80, app/assets/stylesheets/launch_library.scss */
.launch-library-icee-link {
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
}

/* line 85, app/assets/stylesheets/launch_library.scss */
.launch-library-icee-link:hover {
  text-decoration: none;
  color: inherit;
}

/* line 91, app/assets/stylesheets/launch_library.scss */
.launch-library-category-section {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

/* line 98, app/assets/stylesheets/launch_library.scss */
.launch-library-icee-category {
  display: flex;
  align-items: center;
}

/* line 102, app/assets/stylesheets/launch_library.scss */
.launch-library-icee-category .pill {
  font-size: 13px;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 12px;
  color: #283c46;
}

/* line 111, app/assets/stylesheets/launch_library.scss */
.launch-library-purpose-link {
  text-decoration: none;
  color: inherit;
}

/* line 115, app/assets/stylesheets/launch_library.scss */
.launch-library-purpose-link:hover {
  text-decoration: none;
  color: inherit;
}

/* line 121, app/assets/stylesheets/launch_library.scss */
.launch-library-item-title-section {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  margin-left: 0;
}

/* line 129, app/assets/stylesheets/launch_library.scss */
.launch-library-row-first {
  display: flex;
  justify-content: space-between;
  align-items: flex-center;
  width: 100%;
}

/* line 136, app/assets/stylesheets/launch_library.scss */
.launch-library-category-section:has(.pill) ~ .launch-library-item-title-section {
  margin-left: 16px !important;
}

/* line 140, app/assets/stylesheets/launch_library.scss */
.launch-library-item-right-first {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

/* line 147, app/assets/stylesheets/launch_library.scss */
.launch-library-pills-link {
  text-decoration: none;
  color: inherit;
  display: flex;
}

/* line 152, app/assets/stylesheets/launch_library.scss */
.launch-library-pills-link:hover {
  text-decoration: none;
  color: inherit;
}

/* line 158, app/assets/stylesheets/launch_library.scss */
.launch-library-row-second-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex: 1;
  min-width: 0;
}

/* line 165, app/assets/stylesheets/launch_library.scss */
.launch-library-row-second-link:hover {
  text-decoration: none;
  color: inherit;
}

/* line 172, app/assets/stylesheets/launch_library.scss */
.launch-library-row-second {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-top: 12px;
  gap: 16px;
}

/* line 182, app/assets/stylesheets/launch_library.scss */
.launch-library-row-second-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  justify-content: space-between;
}

/* line 190, app/assets/stylesheets/launch_library.scss */
.launch-library-actions-desktop {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
  align-items: center;
  position: relative;
  z-index: 10;
  pointer-events: auto;
}

/* line 199, app/assets/stylesheets/launch_library.scss */
.launch-library-actions-desktop .action-icon,
.launch-library-actions-desktop button {
  position: relative;
  z-index: 11;
}

/* line 206, app/assets/stylesheets/launch_library.scss */
.launch-library-item-title-link {
  text-decoration: none;
  color: inherit;
  flex: 1;
  min-width: 0;
  display: flex;
}

/* line 213, app/assets/stylesheets/launch_library.scss */
.launch-library-item-title-link:hover {
  text-decoration: none;
  color: inherit;
}

/* line 219, app/assets/stylesheets/launch_library.scss */
.launch-library-item-title {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  margin: 0;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  min-width: 0;
}

/* line 232, app/assets/stylesheets/launch_library.scss */
.launch-library-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  flex: 1;
}

/* line 240, app/assets/stylesheets/launch_library.scss */
.launch-library-item-badges {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  min-height: 32px;
}

/* line 247, app/assets/stylesheets/launch_library.scss */
.launch-library-item-badges .pill {
  font-size: 13px;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 12px;
}

/* line 255, app/assets/stylesheets/launch_library.scss */
.launch-library-rating-card {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  border: none;
  background-color: rgba(251, 191, 36, 0.1);
  color: #d97706;
  box-shadow: 0 0 0 1px rgba(251, 191, 36, 0.2);
  font-size: 13px;
  font-weight: 600;
}

/* line 268, app/assets/stylesheets/launch_library.scss */
.launch-library-rating-card .rating-star {
  width: 14px;
  height: 14px;
  stroke: #fbbf24;
  fill: #fbbf24;
  stroke-width: 1.5;
}

/* line 278, app/assets/stylesheets/launch_library.scss */
.pill.neutral-pill {
  background-color: #f3f4f6;
  color: #6b7280;
  border: 1px dashed #d1d5db;
}

/* line 285, app/assets/stylesheets/launch_library.scss */
.launch-library-scheduled-meta {
  font-size: 13px;
  color: #6b7280;
  text-align: left;
  flex-shrink: 0;
}

/* line 291, app/assets/stylesheets/launch_library.scss */
.launch-library-scheduled-meta .scheduled-text {
  white-space: nowrap;
}

/* line 296, app/assets/stylesheets/launch_library.scss */
.launch-library-meta-spacer {
  flex: 1;
  min-width: 16px;
}

/* line 301, app/assets/stylesheets/launch_library.scss */
.launch-library-contributor {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #6b7280;
  pointer-events: auto;
  flex-shrink: 0;
}

/* line 310, app/assets/stylesheets/launch_library.scss */
.launch-library-contributor .contributor-text {
  white-space: nowrap;
}

/* line 314, app/assets/stylesheets/launch_library.scss */
.launch-library-contributor .contributor-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

/* line 323, app/assets/stylesheets/launch_library.scss */
.launch-library-actions {
  pointer-events: auto;
  flex-shrink: 0;
  position: relative;
  z-index: 4;
}

/* line 330, app/assets/stylesheets/launch_library.scss */
.action-icon-form {
  display: inline-block;
  margin: 0;
  padding: 0;
}

/* line 335, app/assets/stylesheets/launch_library.scss */
.action-icon-form button.action-icon {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

/* line 345, app/assets/stylesheets/launch_library.scss */
.launch-library-empty {
  padding: 60px 24px;
  text-align: center;
  color: #6b7280;
  font-size: 15px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
}

/* line 354, app/assets/stylesheets/launch_library.scss */
.launch-library-empty p {
  margin: 0;
}

/* line 360, app/assets/stylesheets/launch_library.scss */
.launch-library-header-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* line 367, app/assets/stylesheets/launch_library.scss */
.launch-library-header-text {
  display: flex;
  flex-direction: column;
}

/* line 372, app/assets/stylesheets/launch_library.scss */
.launch-library-show-actions {
  gap: 8px;
}

/* line 375, app/assets/stylesheets/launch_library.scss */
.launch-library-show-actions .button {
  white-space: nowrap;
}

/* line 379, app/assets/stylesheets/launch_library.scss */
.launch-library-show-actions .schedule-launch-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  min-width: 260px;
  padding: 0.5rem 1.75rem;
  justify-content: center;
  text-align: center;
}

/* line 389, app/assets/stylesheets/launch_library.scss */
.launch-library-show-actions .schedule-launch-cta span {
  white-space: nowrap;
}

/* line 393, app/assets/stylesheets/launch_library.scss */
.launch-library-show-actions .schedule-launch-cta.is-scheduled {
  background: white !important;
  color: #10b981 !important;
  border: 2px solid #10b981 !important;
}

/* line 401, app/assets/stylesheets/launch_library.scss */
.box .content.launch-library-header-content {
  width: auto;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 409, app/assets/stylesheets/launch_library.scss */
.launch-library-scope-toggle .modern-toggle-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0.5rem 1rem !important;
  text-align: center;
  box-sizing: border-box;
  flex: 1 1 0;
  min-width: 0;
}

/* line 420, app/assets/stylesheets/launch_library.scss */
.launch-library-scope-toggle .modern-toggle-btn.modern-toggle-btn-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

/* line 428, app/assets/stylesheets/launch_library.scss */
.modern-actions {
  display: flex;
  gap: 8px;
}

/* line 432, app/assets/stylesheets/launch_library.scss */
.modern-actions.launch-edit-actions {
  gap: 12px !important;
}

/* line 436, app/assets/stylesheets/launch_library.scss */
.modern-actions .action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #d1d5db;
  color: #4b5563;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s;
}

/* line 447, app/assets/stylesheets/launch_library.scss */
.modern-actions .action-icon:hover {
  background-color: #f3f4f6;
  color: #111827;
  text-decoration: none;
}

/* line 453, app/assets/stylesheets/launch_library.scss */
.modern-actions .action-icon.danger {
  color: #dc2626;
  border-color: #fecaca;
}

/* line 457, app/assets/stylesheets/launch_library.scss */
.modern-actions .action-icon.danger:hover {
  background-color: #fee2e2;
  border-color: #f87171;
  color: #b91c1c;
}

/* line 464, app/assets/stylesheets/launch_library.scss */
.modern-actions .action-icon.unarchive {
  color: #047857;
  border-color: #bbf7d0;
}

/* line 468, app/assets/stylesheets/launch_library.scss */
.modern-actions .action-icon.unarchive:hover {
  background-color: #047857;
  border-color: #047857;
  color: #fff;
}

/* line 472, app/assets/stylesheets/launch_library.scss */
.modern-actions .action-icon.unarchive:hover i {
  stroke: #fff;
}

/* line 480, app/assets/stylesheets/launch_library.scss */
.launch-library-filters-form {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  width: 100%;
}

/* line 487, app/assets/stylesheets/launch_library.scss */
.launch-library-filters-form .search-input,
.launch-library-filters-form .modern-dropdown-button,
.launch-library-filters-form .sort-toggle-button,
.launch-library-filters-form .my-launches-toggle-button,
.launch-library-filters-form .clear-filters-btn {
  font-size: 15px;
  font-weight: 500;
}

/* line 498, app/assets/stylesheets/launch_library.scss */
.launch-library-filters-form.has-adoption-filter .filter-dropdown-wrapper {
  min-width: 150px;
}

/* line 502, app/assets/stylesheets/launch_library.scss */
.launch-library-filters-form.has-adoption-filter .launch-library-search-container .search-input {
  width: 220px;
}

/* line 506, app/assets/stylesheets/launch_library.scss */
.launch-library-filters-form.has-adoption-filter .sort-toggle-button {
  padding: 0 16px;
  min-width: 140px;
}

/* line 513, app/assets/stylesheets/launch_library.scss */
.launch-library-hidden-select {
  display: none;
}

/* line 517, app/assets/stylesheets/launch_library.scss */
.launches-filters {
  overflow: visible;
  width: 100%;
}

/* line 521, app/assets/stylesheets/launch_library.scss */
.launches-filters .filter-dropdown-wrapper {
  position: relative;
  min-width: 140px;
  flex: 0 0 auto;
  transition: min-width 0.2s ease;
}

/* line 528, app/assets/stylesheets/launch_library.scss */
.launches-filters .launch-library-search-container {
  flex: 0 0 auto;
}

/* line 531, app/assets/stylesheets/launch_library.scss */
.launches-filters .launch-library-search-container .search-input-wrapper {
  position: relative;
  display: inline-block;
}

/* line 536, app/assets/stylesheets/launch_library.scss */
.launches-filters .launch-library-search-container .search-input {
  width: 256px;
  border-radius: 9999px;
  border: 1px solid #e2e8f0;
  background-color: #f8fafc;
  padding: 8px 16px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s ease, width 0.2s ease;
}

/* line 546, app/assets/stylesheets/launch_library.scss */
.launches-filters .launch-library-search-container .search-input:focus {
  border-color: #cbd5e1;
}

/* line 550, app/assets/stylesheets/launch_library.scss */
.launches-filters .launch-library-search-container .search-input::-moz-placeholder {
  color: #94a3b8;
}
.launches-filters .launch-library-search-container .search-input::placeholder {
  color: #94a3b8;
}

/* line 555, app/assets/stylesheets/launch_library.scss */
.launches-filters .launch-library-search-container .search-loading {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #3498db;
  font-size: 14px;
  pointer-events: none;
  z-index: 2;
}

/* line 565, app/assets/stylesheets/launch_library.scss */
.launches-filters .launch-library-search-container .search-loading.hidden {
  display: none;
}

/* line 572, app/assets/stylesheets/launch_library.scss */
.launches-filters .sort-toggle-wrapper {
  flex: 0 0 auto;
}

/* line 576, app/assets/stylesheets/launch_library.scss */
.launches-filters .sort-toggle-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 20px;
  height: 44px;
  min-width: 160px;
  justify-content: center;
  border-radius: 22px;
  border: 1px solid #e5e7eb;
  background-color: #fff;
  color: #374151;
  font-size: 15px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease, padding 0.2s ease, min-width 0.2s ease;
}

/* line 593, app/assets/stylesheets/launch_library.scss */
.launches-filters .sort-toggle-button .sort-arrow {
  font-size: 16px;
  font-weight: 700;
}

/* line 598, app/assets/stylesheets/launch_library.scss */
.launches-filters .sort-toggle-button .sort-arrow {
  font-size: 16px;
  font-weight: 700;
  color: inherit;
}

/* line 605, app/assets/stylesheets/launch_library.scss */
.launches-filters .sort-toggle-button.active-desc, .launches-filters .sort-toggle-button.active-asc {
  border-color: #3498db;
  background-color: #3498db;
  color: #fff;
}

/* line 612, app/assets/stylesheets/launch_library.scss */
.launches-filters .sort-toggle-button.active-desc .sort-arrow, .launches-filters .sort-toggle-button.active-asc .sort-arrow {
  color: #fff;
}

/* line 618, app/assets/stylesheets/launch_library.scss */
.launches-filters .my-launches-toggle-wrapper {
  flex: 0 0 auto;
}

/* line 622, app/assets/stylesheets/launch_library.scss */
.launches-filters .my-launches-toggle-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 44px;
  min-width: 140px;
  border-radius: 22px;
  border: 1px solid #e5e7eb;
  background-color: #fff;
  color: #374151;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  text-align: center;
}

/* line 639, app/assets/stylesheets/launch_library.scss */
.launches-filters .my-launches-toggle-button .dropdown-button-text {
  text-align: center;
  width: 100%;
}

/* line 644, app/assets/stylesheets/launch_library.scss */
.launches-filters .my-launches-toggle-button:hover {
  border-color: #d1d5db;
  background-color: #fafafa;
}

/* line 649, app/assets/stylesheets/launch_library.scss */
.launches-filters .my-launches-toggle-button.active {
  background-color: #3498db;
  border-color: #3498db;
  color: #fff;
}

/* line 656, app/assets/stylesheets/launch_library.scss */
.launches-filters .modern-dropdown-button {
  width: 100%;
  height: 44px;
  padding: 0 16px;
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  font-size: 15px;
  font-weight: 500;
  color: #374151;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

/* line 674, app/assets/stylesheets/launch_library.scss */
.launches-filters .modern-dropdown-button:hover {
  border-color: #d1d5db;
  background-color: #fafafa;
}

/* line 679, app/assets/stylesheets/launch_library.scss */
.launches-filters .modern-dropdown-button:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  outline: none;
  background-color: #fff;
}

/* line 686, app/assets/stylesheets/launch_library.scss */
.launches-filters .dropdown-button-text {
  flex: 1;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 694, app/assets/stylesheets/launch_library.scss */
.launches-filters .dropdown-arrow {
  width: 16px;
  height: 16px;
  color: #6b7280;
  flex-shrink: 0;
  transition: transform 0.2s ease-in-out;
}

/* line 702, app/assets/stylesheets/launch_library.scss */
.launches-filters .filter-dropdown-wrapper[data-controller*="modern-dropdown"] .modern-dropdown-menu.show ~ .modern-dropdown-button .dropdown-arrow {
  transform: rotate(180deg);
}

/* line 706, app/assets/stylesheets/launch_library.scss */
.launches-filters .modern-dropdown-menu {
  position: fixed;
  z-index: 1000;
  min-width: 160px;
  max-height: 300px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15), 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 8px;
  margin-top: 8px;
  display: none;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

/* line 724, app/assets/stylesheets/launch_library.scss */
.launches-filters .modern-dropdown-menu.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* line 730, app/assets/stylesheets/launch_library.scss */
.launches-filters .modern-dropdown-option {
  padding: 10px 16px;
  font-size: 15px;
  font-weight: 500;
  color: #374151;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.15s ease-in-out;
  margin-bottom: 2px;
}

/* line 741, app/assets/stylesheets/launch_library.scss */
.launches-filters .modern-dropdown-option:hover {
  background-color: #f3f4f6;
  color: #111827;
  transform: translateX(2px);
}

/* line 747, app/assets/stylesheets/launch_library.scss */
.launches-filters .modern-dropdown-option.selected {
  background-color: #dbeafe;
  color: #1e40af;
  font-weight: 600;
}

/* line 753, app/assets/stylesheets/launch_library.scss */
.launches-filters .modern-dropdown-option:last-child {
  margin-bottom: 0;
}

/* line 757, app/assets/stylesheets/launch_library.scss */
.launches-filters .modern-dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

/* line 761, app/assets/stylesheets/launch_library.scss */
.launches-filters .modern-dropdown-menu::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 3px;
}

/* line 766, app/assets/stylesheets/launch_library.scss */
.launches-filters .modern-dropdown-menu::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}

/* line 771, app/assets/stylesheets/launch_library.scss */
.launches-filters .modern-dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* line 775, app/assets/stylesheets/launch_library.scss */
.launches-filters .clear-filters-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 16px;
  height: 44px;
  border-radius: 22px;
  border: 1px solid #e5e7eb;
  background-color: #fff;
  color: #374151;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

/* line 789, app/assets/stylesheets/launch_library.scss */
.launches-filters .clear-filters-btn i {
  width: 16px;
  height: 16px;
}

/* line 794, app/assets/stylesheets/launch_library.scss */
.launches-filters .clear-filters-btn:hover {
  background-color: #f3f4f6;
  border-color: #d1d5db;
  color: #111827;
}

@media (max-width: 992px) {
  /* line 802, app/assets/stylesheets/launch_library.scss */
  .launch-library-filters-form {
    flex-wrap: wrap;
    gap: 10px;
  }
  /* line 807, app/assets/stylesheets/launch_library.scss */
  .launches-filters .filter-dropdown-wrapper {
    min-width: 180px;
  }
  /* line 811, app/assets/stylesheets/launch_library.scss */
  .launches-filters .clear-filters-btn {
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  /* line 817, app/assets/stylesheets/launch_library.scss */
  .modern-badges-section {
    padding: 0 16px 32px;
  }
  /* line 821, app/assets/stylesheets/launch_library.scss */
  .launch-library-content {
    margin-top: 16px;
  }
  /* line 825, app/assets/stylesheets/launch_library.scss */
  .launches-filters {
    overflow: visible;
  }
  /* line 829, app/assets/stylesheets/launch_library.scss */
  .launch-library-filters-form {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 12px;
  }
  /* line 836, app/assets/stylesheets/launch_library.scss */
  .filter-dropdown-wrapper,
.sort-toggle-wrapper {
    flex: 0 0 calc(50% - 6px);
    min-width: 0;
  }
  /* line 842, app/assets/stylesheets/launch_library.scss */
  .launch-library-search-container {
    flex: 0 0 100%;
    width: 100%;
  }
  /* line 847, app/assets/stylesheets/launch_library.scss */
  .clear-filters-btn {
    flex: 0 0 calc(50% - 6px);
    width: auto;
  }
  /* line 852, app/assets/stylesheets/launch_library.scss */
  .launch-library-list {
    gap: 16px;
  }
  /* line 856, app/assets/stylesheets/launch_library.scss */
  .launch-library-item {
    padding: 16px;
  }
  /* line 861, app/assets/stylesheets/launch_library.scss */
  .launch-library-actions-desktop,
.launch-library-row-first,
.launch-library-row-second {
    display: none !important;
  }
  /* line 868, app/assets/stylesheets/launch_library.scss */
  .launch-library-mobile-structure {
    pointer-events: none;
  }
  /* line 873, app/assets/stylesheets/launch_library.scss */
  .launch-library-item-content > .modern-actions:not(.launch-library-actions) {
    display: none !important;
  }
  /* line 878, app/assets/stylesheets/launch_library.scss */
  .launch-library-mobile-structure {
    display: block;
    position: relative;
    width: 100%;
  }
  /* line 884, app/assets/stylesheets/launch_library.scss */
  .launch-library-row {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    pointer-events: none;
  }
  /* line 894, app/assets/stylesheets/launch_library.scss */
  .launch-library-row-top {
    margin-bottom: 8px;
    align-items: center;
  }
  /* line 899, app/assets/stylesheets/launch_library.scss */
  .launch-library-row-pills {
    margin-bottom: 8px;
    align-items: center;
    justify-content: flex-start;
  }
  /* line 905, app/assets/stylesheets/launch_library.scss */
  .launch-library-row-actions {
    margin-top: 0;
    margin-bottom: 4px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  /* line 913, app/assets/stylesheets/launch_library.scss */
  .launch-library-row-scheduled {
    margin-top: 0;
    margin-bottom: 4px;
    align-items: center;
    justify-content: flex-start;
  }
  /* line 920, app/assets/stylesheets/launch_library.scss */
  .launch-library-row-middle {
    align-items: center;
  }
  /* line 924, app/assets/stylesheets/launch_library.scss */
  .launch-library-row-bottom-meta {
    margin-top: 4px;
    justify-content: flex-start;
  }
  /* line 929, app/assets/stylesheets/launch_library.scss */
  .launch-library-row-bottom-contributor {
    margin-top: 2px;
    justify-content: flex-start;
  }
  /* line 934, app/assets/stylesheets/launch_library.scss */
  .launch-library-icee-link-mobile {
    text-decoration: none;
    color: inherit;
    flex-shrink: 0;
    pointer-events: auto;
    position: relative;
    z-index: 4;
  }
  /* line 942, app/assets/stylesheets/launch_library.scss */
  .launch-library-icee-link-mobile:hover {
    text-decoration: none;
    color: inherit;
  }
  /* line 948, app/assets/stylesheets/launch_library.scss */
  .launch-library-icee-category-mobile {
    display: flex;
    align-items: center;
  }
  /* line 952, app/assets/stylesheets/launch_library.scss */
  .launch-library-icee-category-mobile .pill {
    font-size: 13px;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 12px;
  }
  /* line 960, app/assets/stylesheets/launch_library.scss */
  .launch-library-purpose-link-mobile {
    text-decoration: none;
    color: inherit;
  }
  /* line 964, app/assets/stylesheets/launch_library.scss */
  .launch-library-purpose-link-mobile:hover {
    text-decoration: none;
    color: inherit;
  }
  /* line 970, app/assets/stylesheets/launch_library.scss */
  .launch-library-item-title-link-mobile {
    text-decoration: none;
    color: inherit;
    flex: 1;
    min-width: 0;
    display: flex;
    pointer-events: auto;
    position: relative;
    z-index: 4;
    margin-left: 0;
  }
  /* line 981, app/assets/stylesheets/launch_library.scss */
  .launch-library-item-title-link-mobile:hover {
    text-decoration: none;
    color: inherit;
  }
  /* line 987, app/assets/stylesheets/launch_library.scss */
  .launch-library-tags-mobile {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    pointer-events: auto;
    position: relative;
    z-index: 4;
    width: 100%;
  }
  /* line 998, app/assets/stylesheets/launch_library.scss */
  .launch-library-item-title-mobile {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin: 0;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0;
  }
  /* line 1011, app/assets/stylesheets/launch_library.scss */
  .launch-library-pills-link-mobile {
    text-decoration: none;
    color: inherit;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    pointer-events: auto;
    position: relative;
    z-index: 4;
  }
  /* line 1021, app/assets/stylesheets/launch_library.scss */
  .launch-library-pills-link-mobile:hover {
    text-decoration: none;
    color: inherit;
  }
  /* line 1027, app/assets/stylesheets/launch_library.scss */
  .launch-library-scheduled-link-mobile {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
    pointer-events: auto;
    position: relative;
    z-index: 4;
  }
  /* line 1036, app/assets/stylesheets/launch_library.scss */
  .launch-library-scheduled-link-mobile:hover {
    text-decoration: none;
    color: inherit;
  }
  /* line 1042, app/assets/stylesheets/launch_library.scss */
  .launch-library-row-scheduled {
    width: 100%;
    min-width: 0;
    align-items: flex-start;
  }
  /* line 1048, app/assets/stylesheets/launch_library.scss */
  .launch-library-row-scheduled .launch-library-scheduled-meta {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    flex-shrink: 1;
    overflow: hidden;
  }
  /* line 1057, app/assets/stylesheets/launch_library.scss */
  .launch-library-row-scheduled .launch-library-scheduled-meta .scheduled-text {
    white-space: normal;
    word-break: break-word;
    display: block;
    line-height: 1.4;
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  /* line 1068, app/assets/stylesheets/launch_library.scss */
  .launch-library-row-actions .modern-actions {
    flex-shrink: 0;
  }
  /* line 1072, app/assets/stylesheets/launch_library.scss */
  .launch-library-contributor-link-mobile {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex: 1;
    min-width: 0;
    justify-content: flex-end;
    pointer-events: auto;
    position: relative;
    z-index: 4;
  }
  /* line 1083, app/assets/stylesheets/launch_library.scss */
  .launch-library-contributor-link-mobile:hover {
    text-decoration: none;
    color: inherit;
  }
  /* line 1090, app/assets/stylesheets/launch_library.scss */
  .launch-library-actions {
    pointer-events: auto;
    z-index: 4;
  }
  /* line 1095, app/assets/stylesheets/launch_library.scss */
  .launch-library-tags {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    flex: 1;
  }
  /* line 1102, app/assets/stylesheets/launch_library.scss */
  .launch-library-tags .pill {
    font-size: 13px;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 12px;
  }
  /* line 1110, app/assets/stylesheets/launch_library.scss */
  .launch-library-contributor-mobile {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #6b7280;
    pointer-events: auto;
    z-index: 4;
    min-width: 0;
    flex: 1;
    justify-content: flex-end;
  }
  /* line 1122, app/assets/stylesheets/launch_library.scss */
  .launch-library-contributor-mobile .contributor-text-mobile {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    min-width: 0;
  }
  /* line 1130, app/assets/stylesheets/launch_library.scss */
  .launch-library-contributor-mobile .contributor-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    flex-shrink: 0;
  }
  /* line 1139, app/assets/stylesheets/launch_library.scss */
  .launch-library-item-content {
    flex-direction: column;
    gap: 12px;
  }
  /* line 1146, app/assets/stylesheets/launch_library.scss */
  .launch-library-search-container .search-input-wrapper {
    width: 100% !important;
  }
  /* line 1150, app/assets/stylesheets/launch_library.scss */
  .launch-library-search-container .search-input {
    width: 100% !important;
  }
  /* line 1155, app/assets/stylesheets/launch_library.scss */
  .sort-toggle-button {
    width: 100%;
  }
  /* line 1159, app/assets/stylesheets/launch_library.scss */
  .launch-library-show-actions {
    justify-content: flex-start;
  }
  /* line 1161, app/assets/stylesheets/launch_library.scss */
  .launch-library-show-actions .button {
    width: 100%;
  }
  /* line 1166, app/assets/stylesheets/launch_library.scss */
  .launch-library-peer-pill {
    margin-left: 0;
  }
}

/* line 1171, app/assets/stylesheets/launch_library.scss */
.launch-library-peer-pill {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
}

/* line 1176, app/assets/stylesheets/launch_library.scss */
.launch-library-peer-pill .challenge-pill {
  height: 27px !important;
}

/* line 1180, app/assets/stylesheets/launch_library.scss */
.launch-library-peer-pill .pill {
  margin-bottom: 0;
}

/* line 1185, app/assets/stylesheets/launch_library.scss */
.purpose-pill {
  height: 27px !important;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 0 16px;
  border-radius: 999px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  border: none;
}

/* line 1198, app/assets/stylesheets/launch_library.scss */
.purpose-pill.inspire-purpose-pill {
  background-color: rgba(251, 191, 36, 0.1);
  color: #d97706;
  box-shadow: 0 0 0 1px rgba(251, 191, 36, 0.8);
}

/* line 1204, app/assets/stylesheets/launch_library.scss */
.purpose-pill.equip-purpose-pill {
  background-color: rgba(59, 130, 246, 0.1);
  color: #2563eb;
  box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.8);
}

/* line 1210, app/assets/stylesheets/launch_library.scss */
.purpose-pill.connect-purpose-pill {
  background-color: rgba(168, 85, 247, 0.1);
  color: #9333ea;
  box-shadow: 0 0 0 1px rgba(168, 85, 247, 0.8);
}

/* line 1217, app/assets/stylesheets/launch_library.scss */
.draft-pill {
  height: 27px !important;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 0 16px;
  border-radius: 999px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  border: none;
  background-color: rgba(245, 120, 79, 0.16) !important;
  color: #f5784f !important;
  box-shadow: 0 0 0 1px rgba(245, 120, 79, 0.28) !important;
}

/* line 1234, app/assets/stylesheets/launch_library.scss */
.badge-type-pill {
  height: 27px !important;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 0 16px;
  border-radius: 999px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  background-color: #fff !important;
  color: #374151 !important;
  border: 1px solid #d1d5db !important;
  box-shadow: none !important;
}

/* line 1251, app/assets/stylesheets/launch_library.scss */
.adoption-pill {
  height: 27px !important;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 0 16px;
  border-radius: 999px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  border: none;
  background-color: rgba(16, 185, 129, 0.1) !important;
  color: #10b981 !important;
  box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.2) !important;
  transition: all 0.2s ease;
}

/* line 1269, app/assets/stylesheets/launch_library.scss */
.adopted-pill {
  height: 27px !important;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 0 16px;
  border-radius: 999px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  border: none;
  background-color: #10b981 !important;
  color: white !important;
  transition: all 0.2s ease;
  text-decoration: none;
}

/* line 1286, app/assets/stylesheets/launch_library.scss */
.adopted-pill:hover {
  background-color: #0c8a60 !important;
  text-decoration: none;
  color: white !important;
}

/* line 1294, app/assets/stylesheets/launch_library.scss */
.original-version-pill {
  margin-left: 12px;
  height: 28px !important;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0 14px;
  border-radius: 999px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  border: none;
  background: linear-gradient(135deg, #3498db 0%, #2383c4 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 2px 8px rgba(52, 152, 219, 0.3), 0 0 0 1px rgba(52, 152, 219, 0.2);
  transition: all 0.2s ease;
  text-transform: uppercase;
  position: relative;
}

/* line 1314, app/assets/stylesheets/launch_library.scss */
.original-version-pill::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

/* line 1327, app/assets/stylesheets/launch_library.scss */
.launch-library-actions-desktop .schedule-button,
.launch-library-actions .schedule-button {
  background-color: #e0f2fe;
  color: #0369a1;
  border: none;
  transition: background-color 0.2s ease;
}

/* line 1334, app/assets/stylesheets/launch_library.scss */
.launch-library-actions-desktop .schedule-button:hover:not(.is-disabled),
.launch-library-actions .schedule-button:hover:not(.is-disabled) {
  background-color: #bae6fd;
}

/* line 1338, app/assets/stylesheets/launch_library.scss */
.launch-library-actions-desktop .schedule-button.is-disabled, .launch-library-actions-desktop .schedule-button[disabled],
.launch-library-actions .schedule-button.is-disabled,
.launch-library-actions .schedule-button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 1344, app/assets/stylesheets/launch_library.scss */
.launch-library-actions-desktop .schedule-button.is-scheduled,
.launch-library-actions .schedule-button.is-scheduled {
  background-color: white !important;
  color: #10b981 !important;
  border: 2px solid #10b981 !important;
}

/* line 1351, app/assets/stylesheets/launch_library.scss */
.launch-library-schedule-modal .modal-content {
  border-radius: 16px;
}

/* line 1355, app/assets/stylesheets/launch_library.scss */
.launch-library-schedule-modal .modal-header {
  border-bottom: none;
}

/* line 1360, app/assets/stylesheets/launch_library.scss */
.launch-adopted-redirect-modal .modal-dialog {
  max-width: 50vw !important;
}

@media (max-width: 576px) {
  /* line 1360, app/assets/stylesheets/launch_library.scss */
  .launch-adopted-redirect-modal .modal-dialog {
    max-width: calc(100vw - 1rem);
  }
}

/* line 1368, app/assets/stylesheets/launch_library.scss */
.launch-adopted-redirect-modal .launch-adopted-redirect-modal__title {
  font-size: 1rem;
  font-weight: 600;
}

/* line 1375, app/assets/stylesheets/launch_library.scss */
.launch-library-schedule-modal .modal-dialog {
  max-width: 640px;
}

/* line 1379, app/assets/stylesheets/launch_library.scss */
.launch-library-schedule-modal .modal-body .form-row .form-group {
  margin-bottom: 0;
}

/* line 1383, app/assets/stylesheets/launch_library.scss */
.launch-library-schedule-modal .launch-schedule-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

/* line 1388, app/assets/stylesheets/launch_library.scss */
.launch-library-schedule-modal .launch-schedule-actions button,
.launch-library-schedule-modal .launch-schedule-actions .modern-button,
.launch-library-schedule-modal .launch-schedule-actions .modern-button-border {
  min-width: 140px;
  text-align: center;
}

/* line 1398, app/assets/stylesheets/launch_library.scss */
.launch-card {
  background-color: #fff;
  transition: box-shadow 0.2s ease;
}

/* line 1402, app/assets/stylesheets/launch_library.scss */
.launch-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* line 1407, app/assets/stylesheets/launch_library.scss */
.launch-compare-card {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
  transition: box-shadow 0.2s ease;
  position: relative;
}

/* line 1416, app/assets/stylesheets/launch_library.scss */
.launch-compare-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* line 1421, app/assets/stylesheets/launch_library.scss */
.launch-copies-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 1428, app/assets/stylesheets/launch_library.scss */
.launch-tab-compare h3 {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 24px;
}

/* line 1435, app/assets/stylesheets/launch_library.scss */
.launch-tab-compare h4 {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 12px;
  line-height: 1.4;
}

/* line 1443, app/assets/stylesheets/launch_library.scss */
.launch-tab-compare .compare-content {
  margin-top: 0;
}

/* line 1447, app/assets/stylesheets/launch_library.scss */
.launch-tab-compare .compare-description {
  margin-top: 8px;
}

/* line 1452, app/assets/stylesheets/launch_library.scss */
.launch-tab-compare .compare-meta-row {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  width: 100%;
  min-width: 0;
}

/* line 1459, app/assets/stylesheets/launch_library.scss */
.launch-tab-compare .compare-meta-row:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  /* line 1452, app/assets/stylesheets/launch_library.scss */
  .launch-tab-compare .compare-meta-row {
    flex-wrap: nowrap;
    overflow: hidden;
    gap: 6px;
  }
}

/* line 1471, app/assets/stylesheets/launch_library.scss */
.launch-tab-compare .user-count-text {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 0;
  margin-right: 8px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  /* line 1471, app/assets/stylesheets/launch_library.scss */
  .launch-tab-compare .user-count-text {
    font-size: 13px;
    margin-right: 6px;
  }
}

/* line 1488, app/assets/stylesheets/launch_library.scss */
.launch-tab-compare .compare-avatars-group {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  flex-wrap: wrap;
  gap: 0;
}

@media (max-width: 768px) {
  /* line 1488, app/assets/stylesheets/launch_library.scss */
  .launch-tab-compare .compare-avatars-group {
    flex-wrap: nowrap;
    overflow: hidden;
    flex-shrink: 1;
    min-width: 0;
  }
}

@media (max-width: 768px) {
  /* line 1504, app/assets/stylesheets/launch_library.scss */
  .launch-tab-compare .compare-meta-row .avatar-group {
    flex-wrap: nowrap;
    overflow: hidden;
    flex-shrink: 1;
    min-width: 0;
    max-width: 100%;
  }
}

/* line 1514, app/assets/stylesheets/launch_library.scss */
.launch-tab-compare .compare-footer-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e5e7eb;
}

/* line 1523, app/assets/stylesheets/launch_library.scss */
.launch-tab-compare .compare-footer-spacer {
  flex: 1;
}

/* line 1527, app/assets/stylesheets/launch_library.scss */
.launch-tab-compare .compare-improved-by {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

/* line 1534, app/assets/stylesheets/launch_library.scss */
.launch-tab-compare .improved-by-text {
  font-size: 13px;
  color: #6b7280;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
}

/* line 1543, app/assets/stylesheets/launch_library.scss */
.launch-tab-compare .compare-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #fff;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: -8px;
  box-shadow: 0 0 0 2px #fff;
}

/* line 1552, app/assets/stylesheets/launch_library.scss */
.launch-tab-compare .compare-avatar:first-child {
  margin-left: 0;
}

/* line 1558, app/assets/stylesheets/launch_library.scss */
.launch-tab-compare .your-challenge-label {
  font-size: 14px;
  color: #6b7280;
  font-weight: 500;
  margin-bottom: 12px;
  margin-top: 24px;
  line-height: 1.5;
}

/* line 1568, app/assets/stylesheets/launch_library.scss */
.launch-tab-compare .trix-content {
  font-size: 16px;
  line-height: 1.6;
  color: #374151;
  margin-bottom: 0;
}

/* line 1574, app/assets/stylesheets/launch_library.scss */
.launch-tab-compare .trix-content p {
  margin-bottom: 12px;
}

/* line 1577, app/assets/stylesheets/launch_library.scss */
.launch-tab-compare .trix-content p:last-child {
  margin-bottom: 0;
}

/* line 1584, app/assets/stylesheets/launch_library.scss */
.launch-tab-compare .compare-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  gap: 16px;
}

@media (max-width: 768px) {
  /* line 1584, app/assets/stylesheets/launch_library.scss */
  .launch-tab-compare .compare-header-row {
    gap: 8px;
    overflow: hidden;
  }
}

/* line 1597, app/assets/stylesheets/launch_library.scss */
.launch-tab-compare .compare-user-info-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  flex: 1;
  min-width: 0;
}

@media (max-width: 768px) {
  /* line 1597, app/assets/stylesheets/launch_library.scss */
  .launch-tab-compare .compare-user-info-top {
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
    max-width: calc(100% - 88px);
  }
}

/* line 1613, app/assets/stylesheets/launch_library.scss */
.launch-tab-compare .compare-title {
  margin-bottom: 12px;
  margin-top: 0;
}

/* line 1619, app/assets/stylesheets/launch_library.scss */
.launch-tab-compare .adopt-button-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  /* line 1619, app/assets/stylesheets/launch_library.scss */
  .launch-tab-compare .adopt-button-wrapper {
    flex-shrink: 0;
    min-width: 80px;
  }
}

/* line 1632, app/assets/stylesheets/launch_library.scss */
.launch-tab-compare .adopt-compare-btn {
  background-color: #4285F4;
  color: white;
  border: none;
  padding: 8px;
  border-radius: 50%;
  font-weight: 500;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background-color 0.2s ease;
  cursor: pointer;
  box-shadow: none;
  text-transform: none;
  text-decoration: none;
  line-height: 20px;
  height: 36px;
  width: 36px;
  vertical-align: middle;
}

/* line 1654, app/assets/stylesheets/launch_library.scss */
.launch-tab-compare .adopt-compare-btn:hover {
  background-color: #357ae8;
  color: white;
  box-shadow: none;
}

/* line 1660, app/assets/stylesheets/launch_library.scss */
.launch-tab-compare .adopt-compare-btn:focus {
  outline: none;
  box-shadow: none;
}

/* line 1665, app/assets/stylesheets/launch_library.scss */
.launch-tab-compare .adopt-compare-btn:active {
  background-color: #3367d6;
}

/* line 1669, app/assets/stylesheets/launch_library.scss */
.launch-tab-compare .adopt-compare-btn i[data-feather] {
  width: 18px;
  height: 18px;
  stroke-width: 2.5;
  color: white;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  /* line 1632, app/assets/stylesheets/launch_library.scss */
  .launch-tab-compare .adopt-compare-btn {
    padding: 8px;
    min-width: 36px;
    width: 36px;
    height: 36px;
    gap: 0;
  }
  /* line 1679, app/assets/stylesheets/launch_library.scss */
  .launch-tab-compare .adopt-compare-btn span {
    display: none;
  }
}

@media (max-width: 768px) {
  /* line 1691, app/assets/stylesheets/launch_library.scss */
  .launch-tab-compare .flag-compare-btn {
    padding: 8px;
    min-width: 36px;
    width: 36px;
    height: 36px;
    gap: 0;
    justify-content: center;
  }
  /* line 1693, app/assets/stylesheets/launch_library.scss */
  .launch-tab-compare .flag-compare-btn span {
    display: none;
  }
  /* line 1703, app/assets/stylesheets/launch_library.scss */
  .launch-tab-compare .flag-compare-btn svg {
    display: block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }
}

/* line 1715, app/assets/stylesheets/launch_library.scss */
.launch-tab-versions .launch-versions-title {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 24px;
}

/* line 1722, app/assets/stylesheets/launch_library.scss */
.launch-tab-versions .version-card {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 16px;
  transition: box-shadow 0.2s ease;
}

/* line 1730, app/assets/stylesheets/launch_library.scss */
.launch-tab-versions .version-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* line 1734, app/assets/stylesheets/launch_library.scss */
.launch-tab-versions .version-card .version-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e7eb;
}

/* line 1744, app/assets/stylesheets/launch_library.scss */
.launch-tab-versions .version-timestamp {
  font-size: 14px;
  font-weight: 300;
  color: #111827;
  line-height: 1.5;
}

/* line 1751, app/assets/stylesheets/launch_library.scss */
.launch-tab-versions .version-title {
  font-size: 18px;
  font-weight: 400;
  color: #111827;
  margin-bottom: 12px;
  line-height: 1.5;
}

/* line 1759, app/assets/stylesheets/launch_library.scss */
.launch-tab-versions .version-description {
  font-size: 16px;
  font-weight: 300;
  color: #111827;
  line-height: 1.7;
  margin-bottom: 16px;
}

/* line 1766, app/assets/stylesheets/launch_library.scss */
.launch-tab-versions .version-description p {
  margin-bottom: 0.75em;
  font-weight: 300;
}

/* line 1770, app/assets/stylesheets/launch_library.scss */
.launch-tab-versions .version-description p:last-child {
  margin-bottom: 0;
}

/* line 1776, app/assets/stylesheets/launch_library.scss */
.launch-tab-versions .version-actions {
  margin-top: 0;
}

/* line 1780, app/assets/stylesheets/launch_library.scss */
.launch-tab-versions .version-mark-current-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 400;
  border: none;
  border-radius: 8px;
  background: #3b82f6;
  color: white;
  cursor: pointer;
  transition: all 150ms ease;
  text-decoration: none;
}

/* line 1795, app/assets/stylesheets/launch_library.scss */
.launch-tab-versions .version-mark-current-btn:hover {
  background: #2563eb;
  text-decoration: none;
}

/* line 1800, app/assets/stylesheets/launch_library.scss */
.launch-tab-versions .version-mark-current-btn i {
  width: 16px;
  height: 16px;
  stroke-width: 2;
  color: white;
}

/* line 1808, app/assets/stylesheets/launch_library.scss */
.launch-tab-versions .version-mark-current-btn button[type="submit"] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  border: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
}

@media (max-width: 768px) {
  /* line 1824, app/assets/stylesheets/launch_library.scss */
  .launch-tab-versions .version-timestamp {
    max-width: 58%;
  }
  /* line 1828, app/assets/stylesheets/launch_library.scss */
  .launch-tab-versions .version-mark-current-btn {
    gap: 4px;
    padding: 8px 8px;
    font-size: 13px;
  }
  /* line 1833, app/assets/stylesheets/launch_library.scss */
  .launch-tab-versions .version-mark-current-btn button[type="submit"] {
    gap: 4px;
    font-size: 14px;
  }
}

/* line 1841, app/assets/stylesheets/launch_library.scss */
.highlight-difference {
  background-color: #fef3c7;
  /* Yellow background matching screenshot */
  padding: 2px 4px;
  border-radius: 3px;
  display: inline;
  font-weight: 400;
}

/* line 1850, app/assets/stylesheets/launch_library.scss */
.highlight-diff-add {
  background-color: #d1fae5;
  /* green-100 */
  color: #065f46;
  /* green-800 */
  padding: 2px 4px;
  border-radius: 3px;
  display: inline;
  font-weight: 400;
}

/* line 1859, app/assets/stylesheets/launch_library.scss */
.highlight-diff-remove {
  background-color: #fee2e2;
  /* red-100 */
  color: #991b1b;
  /* red-800 */
  padding: 2px 4px;
  border-radius: 3px;
  display: inline;
  font-weight: 400;
}

/* line 1869, app/assets/stylesheets/launch_library.scss */
.launch-detail-tabs {
  background: #fff;
  border-radius: 12px;
}

/* line 1874, app/assets/stylesheets/launch_library.scss */
.launch-tabs-nav {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e7eb;
}

/* line 1879, app/assets/stylesheets/launch_library.scss */
.launch-tabs-nav::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}

@media (max-width: 768px) {
  /* line 1874, app/assets/stylesheets/launch_library.scss */
  .launch-tabs-nav {
    padding-right: 12px;
  }
}

/* line 1887, app/assets/stylesheets/launch_library.scss */
.launch-tabs-nav .launch-tab-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  color: #6b7280;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease;
  flex-shrink: 0;
  text-decoration: none;
  position: relative;
}

/* line 1905, app/assets/stylesheets/launch_library.scss */
.launch-tabs-nav .launch-tab-btn:hover {
  color: #111827;
  background-color: #f9fafb;
}

/* line 1910, app/assets/stylesheets/launch_library.scss */
.launch-tabs-nav .launch-tab-btn:first-child {
  padding-left: 0;
}

/* line 1914, app/assets/stylesheets/launch_library.scss */
.launch-tabs-nav .launch-tab-btn.active {
  color: #3498db;
  border-bottom-color: #3498db;
  background-color: #fff;
}

/* line 1920, app/assets/stylesheets/launch_library.scss */
.launch-tabs-nav .launch-tab-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

/* line 1926, app/assets/stylesheets/launch_library.scss */
.launch-tabs-nav .launch-tab-btn i {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

/* line 1932, app/assets/stylesheets/launch_library.scss */
.launch-tabs-nav .launch-tab-btn .tab-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: #3498db;
  color: #fff;
  border-radius: 10px;
  min-width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  padding: 0 6px;
  line-height: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 1953, app/assets/stylesheets/launch_library.scss */
.launch-tabs-content {
  position: relative;
}

/* line 1956, app/assets/stylesheets/launch_library.scss */
.launch-tabs-content:not(:has(.launch-tab-pane)) {
  margin-bottom: 10px;
}

/* line 1960, app/assets/stylesheets/launch_library.scss */
.launch-tabs-content:has(.launch-tab-pane) {
  min-height: 200px;
}

/* line 1965, app/assets/stylesheets/launch_library.scss */
.launch-tab-pane {
  display: none;
  padding: 24px;
  animation: fadeIn 0.2s ease-in-out;
}

/* line 1970, app/assets/stylesheets/launch_library.scss */
.launch-tab-pane.active {
  display: block;
}

/* line 1975, app/assets/stylesheets/launch_library.scss */
.launch-tab-pane-body {
  position: relative;
  min-height: 250px;
}

/* line 1979, app/assets/stylesheets/launch_library.scss */
.launch-tab-pane-body .modern-peer-reviews-section {
  margin-top: 0 !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 1995, app/assets/stylesheets/launch_library.scss */
.submissions-with-reviews {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* line 2001, app/assets/stylesheets/launch_library.scss */
.submission-review-group {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 0;
  margin: 0;
  overflow: visible;
}

/* line 2009, app/assets/stylesheets/launch_library.scss */
.submission-review-group:not(:first-child) {
  margin-top: 10px;
  border-top: 1px solid #e5e7eb;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 2016, app/assets/stylesheets/launch_library.scss */
.submission-review-group .modern-submission-card {
  margin: 0;
  background: transparent;
  border: none !important;
  border-radius: 0;
  padding: 16px 20px;
}

/* line 2024, app/assets/stylesheets/launch_library.scss */
.submission-review-group .modern-peer-reviews-section {
  margin-top: 0 !important;
  padding: 0 20px 20px 20px !important;
  background: transparent;
  border-top: 1px solid #e2e8f0;
}

/* line 2030, app/assets/stylesheets/launch_library.scss */
.submission-review-group .modern-peer-reviews-section .modern-peer-reviews-header {
  margin-top: 16px;
  margin-bottom: 20px;
}

/* line 2043, app/assets/stylesheets/launch_library.scss */
.launch-tab-submissions .submission-card,
.launch-tab-submissions .rating-card,
.launch-tab-versions .submission-card,
.launch-tab-versions .rating-card,
.launch-tab-compare .submission-card,
.launch-tab-compare .rating-card,
.launch-tab-comments .submission-card,
.launch-tab-comments .rating-card,
.launch-tab-feedback .submission-card,
.launch-tab-feedback .rating-card {
  transition: box-shadow 0.2s ease;
}

/* line 2047, app/assets/stylesheets/launch_library.scss */
.launch-tab-submissions .submission-card:hover,
.launch-tab-submissions .rating-card:hover,
.launch-tab-versions .submission-card:hover,
.launch-tab-versions .rating-card:hover,
.launch-tab-compare .submission-card:hover,
.launch-tab-compare .rating-card:hover,
.launch-tab-comments .submission-card:hover,
.launch-tab-comments .rating-card:hover,
.launch-tab-feedback .submission-card:hover,
.launch-tab-feedback .rating-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* line 2053, app/assets/stylesheets/launch_library.scss */
.launch-tab-submissions .ratings-list .rating-item,
.launch-tab-versions .ratings-list .rating-item,
.launch-tab-compare .ratings-list .rating-item,
.launch-tab-comments .ratings-list .rating-item,
.launch-tab-feedback .ratings-list .rating-item {
  gap: 16px;
}

/* line 2057, app/assets/stylesheets/launch_library.scss */
.launch-tab-submissions .ratings-list .rating-left-column,
.launch-tab-versions .ratings-list .rating-left-column,
.launch-tab-compare .ratings-list .rating-left-column,
.launch-tab-comments .ratings-list .rating-left-column,
.launch-tab-feedback .ratings-list .rating-left-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 60px;
}

/* line 2065, app/assets/stylesheets/launch_library.scss */
.launch-tab-submissions .ratings-list .rating-initial,
.launch-tab-versions .ratings-list .rating-initial,
.launch-tab-compare .ratings-list .rating-initial,
.launch-tab-comments .ratings-list .rating-initial,
.launch-tab-feedback .ratings-list .rating-initial {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #374151;
  background: #e5e7eb;
  border: 2px solid white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 8px;
}

/* line 2080, app/assets/stylesheets/launch_library.scss */
.launch-tab-submissions .ratings-list .rating-user-first-name,
.launch-tab-versions .ratings-list .rating-user-first-name,
.launch-tab-compare .ratings-list .rating-user-first-name,
.launch-tab-comments .ratings-list .rating-user-first-name,
.launch-tab-feedback .ratings-list .rating-user-first-name {
  font-weight: 600;
  font-size: 0.875rem;
  color: #1f2937;
  text-align: center;
  line-height: 1.3;
}

/* line 2088, app/assets/stylesheets/launch_library.scss */
.launch-tab-submissions .ratings-list .rating-right-column,
.launch-tab-versions .ratings-list .rating-right-column,
.launch-tab-compare .ratings-list .rating-right-column,
.launch-tab-comments .ratings-list .rating-right-column,
.launch-tab-feedback .ratings-list .rating-right-column {
  min-width: 0;
}

/* line 2092, app/assets/stylesheets/launch_library.scss */
.launch-tab-submissions .ratings-list .rating-comment,
.launch-tab-versions .ratings-list .rating-comment,
.launch-tab-compare .ratings-list .rating-comment,
.launch-tab-comments .ratings-list .rating-comment,
.launch-tab-feedback .ratings-list .rating-comment {
  font-size: 0.875rem;
  color: #374151;
  line-height: 1.5;
}

/* line 2098, app/assets/stylesheets/launch_library.scss */
.launch-tab-submissions .ratings-list .rating-stars,
.launch-tab-versions .ratings-list .rating-stars,
.launch-tab-compare .ratings-list .rating-stars,
.launch-tab-comments .ratings-list .rating-stars,
.launch-tab-feedback .ratings-list .rating-stars {
  gap: 2px;
}

/* line 2102, app/assets/stylesheets/launch_library.scss */
.launch-tab-submissions .ratings-list .rating-divider,
.launch-tab-versions .ratings-list .rating-divider,
.launch-tab-compare .ratings-list .rating-divider,
.launch-tab-comments .ratings-list .rating-divider,
.launch-tab-feedback .ratings-list .rating-divider {
  margin: 16px 0;
  border: none;
  border-top: 1px solid #e5e7eb;
}

/* line 2109, app/assets/stylesheets/launch_library.scss */
.launch-tab-submissions .badge,
.launch-tab-versions .badge,
.launch-tab-compare .badge,
.launch-tab-comments .badge,
.launch-tab-feedback .badge {
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
}

/* line 2115, app/assets/stylesheets/launch_library.scss */
.launch-tab-submissions .badge.badge-success,
.launch-tab-versions .badge.badge-success,
.launch-tab-compare .badge.badge-success,
.launch-tab-comments .badge.badge-success,
.launch-tab-feedback .badge.badge-success {
  background-color: #10b981;
  color: #fff;
}

/* line 2120, app/assets/stylesheets/launch_library.scss */
.launch-tab-submissions .badge.badge-danger,
.launch-tab-versions .badge.badge-danger,
.launch-tab-compare .badge.badge-danger,
.launch-tab-comments .badge.badge-danger,
.launch-tab-feedback .badge.badge-danger {
  background-color: #ef4444;
  color: #fff;
}

/* line 2128, app/assets/stylesheets/launch_library.scss */
.launch-tab-comments .modern-comment-box-container {
  padding: 0 !important;
}

/* line 2131, app/assets/stylesheets/launch_library.scss */
.launch-tab-comments .modern-comment-box-container .modern-comment-header {
  margin-bottom: 10px !important;
}

/* line 2135, app/assets/stylesheets/launch_library.scss */
.launch-tab-comments .modern-comment-box-container .modern-comment-new {
  padding: 0 !important;
  margin-top: 0 !important;
}

/* line 2144, app/assets/stylesheets/launch_library.scss */
.launch-tab-submissions .post .person {
  margin-left: 30px !important;
}

/* line 2151, app/assets/stylesheets/launch_library.scss */
.admin-flag-management .admin-flag-management-header {
  margin-bottom: 20px;
}

/* line 2155, app/assets/stylesheets/launch_library.scss */
.admin-flag-management .admin-flag-management-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
  display: flex;
  align-items: center;
}

/* line 2163, app/assets/stylesheets/launch_library.scss */
.admin-flag-management .admin-flag-count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 8px;
  margin-left: 8px;
  background-color: #fee2e2;
  color: #dc2626;
  border-radius: 9999px;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1;
}

/* line 2179, app/assets/stylesheets/launch_library.scss */
.admin-flag-management .admin-flag-list {
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  padding: 8px 0;
}

/* line 2186, app/assets/stylesheets/launch_library.scss */
.admin-flag-management .admin-flag-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 20px;
  transition: background-color 0.2s ease;
}

/* line 2194, app/assets/stylesheets/launch_library.scss */
.admin-flag-management .admin-flag-item:hover {
  background-color: #f1f5f9;
}

/* line 2199, app/assets/stylesheets/launch_library.scss */
.admin-flag-management .admin-flag-divider {
  margin: 0;
  border: none;
  border-top: 1px solid #e5e7eb;
}

/* line 2205, app/assets/stylesheets/launch_library.scss */
.admin-flag-management .admin-flag-user {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}

/* line 2213, app/assets/stylesheets/launch_library.scss */
.admin-flag-management .admin-flag-avatar {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

/* line 2224, app/assets/stylesheets/launch_library.scss */
.admin-flag-management .admin-flag-user-info {
  flex: 1;
  min-width: 0;
}

/* line 2229, app/assets/stylesheets/launch_library.scss */
.admin-flag-management .admin-flag-user-name {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 2px 0;
  line-height: 1.3;
}

/* line 2237, app/assets/stylesheets/launch_library.scss */
.admin-flag-management .admin-flag-user-label {
  font-size: 0.8125rem;
  color: #6b7280;
  line-height: 1.4;
}

/* line 2243, app/assets/stylesheets/launch_library.scss */
.admin-flag-management .admin-flag-remove-btn {
  flex-shrink: 0;
  padding: 6px 16px;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: white;
  color: #dc2626;
  border: 1px solid #fecaca;
  border-radius: 8px;
  transition: all 0.2s ease;
}

/* line 2254, app/assets/stylesheets/launch_library.scss */
.admin-flag-management .admin-flag-remove-btn:hover {
  background-color: #fee2e2;
  border-color: #fca5a5;
  color: #b91c1c;
}

/* line 2260, app/assets/stylesheets/launch_library.scss */
.admin-flag-management .admin-flag-remove-btn:active {
  transform: scale(0.98);
}

@media (max-width: 768px) {
  /* line 2268, app/assets/stylesheets/launch_library.scss */
  .launch-tabs-nav {
    padding-left: 16px;
    padding-right: 16px;
  }
  /* line 2272, app/assets/stylesheets/launch_library.scss */
  .launch-tabs-nav .launch-tab-btn {
    padding: 12px 20px;
    font-size: 20px;
  }
  /* line 2276, app/assets/stylesheets/launch_library.scss */
  .launch-tabs-nav .launch-tab-btn i {
    width: 16px;
    height: 16px;
  }
  /* line 2281, app/assets/stylesheets/launch_library.scss */
  .launch-tabs-nav .launch-tab-btn span {
    display: none;
  }
  /* line 2287, app/assets/stylesheets/launch_library.scss */
  .launch-tab-pane {
    padding: 16px;
  }
}

/* line 2293, app/assets/stylesheets/launch_library.scss */
.button.flag-compare-btn,
.flag-compare-btn {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px;
  background-color: #ef4444 !important;
  color: #ffffff !important;
  border: 1px solid #dc2626 !important;
  transition: all 0.2s ease;
}

/* line 2306, app/assets/stylesheets/launch_library.scss */
.button.flag-compare-btn:hover, .button.flag-compare-btn:focus, .button.flag-compare-btn:active,
.flag-compare-btn:hover,
.flag-compare-btn:focus,
.flag-compare-btn:active {
  background-color: #dc2626 !important;
  border-color: #b91c1c !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

/* line 2315, app/assets/stylesheets/launch_library.scss */
.button.flag-compare-btn.flagged,
.flag-compare-btn.flagged {
  background-color: #dc2626 !important;
  color: #ffffff !important;
  border-color: #b91c1c !important;
}

/* line 2320, app/assets/stylesheets/launch_library.scss */
.button.flag-compare-btn.flagged:hover, .button.flag-compare-btn.flagged:focus, .button.flag-compare-btn.flagged:active,
.flag-compare-btn.flagged:hover,
.flag-compare-btn.flagged:focus,
.flag-compare-btn.flagged:active {
  background-color: #b91c1c !important;
  border-color: #991b1b !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

/* line 2330, app/assets/stylesheets/launch_library.scss */
.button.flag-compare-btn svg,
.flag-compare-btn svg {
  width: 16px;
  height: 16px;
  display: block;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  /* line 2338, app/assets/stylesheets/launch_library.scss */
  .button.flag-compare-btn svg,
.flag-compare-btn svg {
    width: 18px;
    height: 18px;
    display: block;
  }
}

/* line 2348, app/assets/stylesheets/launch_library.scss */
.launch-live-users-pill-wrap .modern-info-pill {
  background: rgba(148, 163, 184, 0.12);
  color: #475569;
  border: 1px solid rgba(148, 163, 184, 0.18);
  font-size: 13px;
  font-weight: 600;
  height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
}

@media (max-width: 767px) {
  /* line 2348, app/assets/stylesheets/launch_library.scss */
  .launch-live-users-pill-wrap .modern-info-pill {
    height: 32px;
    padding: 0 12px;
    font-size: 12px;
  }
}

/* line 2367, app/assets/stylesheets/launch_library.scss */
.launch-live-users-pill-wrap .modern-info-pill svg,
.launch-live-users-pill-wrap .modern-info-pill i {
  width: 16px;
  height: 16px;
}

/* line 2373, app/assets/stylesheets/launch_library.scss */
.launch-live-users-pill-wrap .modern-info-pill.subscribers-pill {
  position: relative;
  overflow: visible;
}

/* line 2377, app/assets/stylesheets/launch_library.scss */
.launch-live-users-pill-wrap .modern-info-pill.subscribers-pill .avatar-group {
  --avatar-size: 28px;
}

/* line 2385, app/assets/stylesheets/launch_library.scss */
.launch-show-meta-section {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (max-width: 768px) {
  /* line 2385, app/assets/stylesheets/launch_library.scss */
  .launch-show-meta-section {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    flex-wrap: wrap;
  }
}

/* line 2404, app/assets/stylesheets/launch_library.scss */
.launch-show-meta-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  /* line 2404, app/assets/stylesheets/launch_library.scss */
  .launch-show-meta-right {
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
  }
}

/* line 2418, app/assets/stylesheets/launch_library.scss */
.launch-show-contributor {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #6b7280;
  flex-shrink: 0;
}

/* line 2426, app/assets/stylesheets/launch_library.scss */
.launch-show-contributor .contributor-text {
  white-space: nowrap;
  color: #374151;
  font-weight: 500;
}

/* line 2431, app/assets/stylesheets/launch_library.scss */
.launch-show-contributor .contributor-text .contributor-role {
  color: #6b7280;
  font-weight: 400;
}

/* line 2437, app/assets/stylesheets/launch_library.scss */
.launch-show-contributor .contributor-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  /* line 2418, app/assets/stylesheets/launch_library.scss */
  .launch-show-contributor {
    font-size: 13px;
    gap: 6px;
  }
  /* line 2449, app/assets/stylesheets/launch_library.scss */
  .launch-show-contributor .contributor-avatar {
    width: 24px;
    height: 24px;
  }
}

/* line 2456, app/assets/stylesheets/launch_library.scss */
.launch-show-live-users {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  /* line 2456, app/assets/stylesheets/launch_library.scss */
  .launch-show-live-users {
    flex-shrink: 0;
    gap: 8px;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  /* line 2470, app/assets/stylesheets/launch_library.scss */
  .launch-show-live-users .avatar-group {
    flex-shrink: 1;
    min-width: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
  }
}

/* line 2480, app/assets/stylesheets/launch_library.scss */
.launch-show-live-users .user-count-text {
  font-size: 14px;
  color: #6b7280;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  white-space: nowrap;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  /* line 2480, app/assets/stylesheets/launch_library.scss */
  .launch-show-live-users .user-count-text {
    font-size: 13px;
    white-space: nowrap;
    flex-shrink: 0;
  }
}

/* line 2496, app/assets/stylesheets/launch_library.scss */
.launch-tabs-nav-right {
  margin-left: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 16px;
  position: sticky;
  right: 0;
  background: #fff;
  z-index: 10;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

@media (max-width: 768px) {
  /* line 2496, app/assets/stylesheets/launch_library.scss */
  .launch-tabs-nav-right {
    padding-left: 12px;
    padding-right: 0;
    gap: 8px;
  }
}

/* line 2516, app/assets/stylesheets/launch_library.scss */
.launch-tabs-nav-right .launch-live-users-pill-wrap--in-nav {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 2521, app/assets/stylesheets/launch_library.scss */
.launch-tabs-nav-flag-button {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  /* line 2527, app/assets/stylesheets/launch_library.scss */
  .launch-tabs-nav-flag-button .flag-compare-btn {
    width: auto;
    min-width: auto;
    padding: 8px 12px;
    font-size: 13px;
    white-space: nowrap;
  }
}

/* line 2537, app/assets/stylesheets/launch_library.scss */
.launch-show-flag-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  /* line 2543, app/assets/stylesheets/launch_library.scss */
  .launch-show-flag-button .flag-compare-btn {
    width: auto;
    min-width: auto;
    padding: 8px 12px;
    font-size: 13px;
    white-space: nowrap;
  }
}

/* line 2554, app/assets/stylesheets/launch_library.scss */
.launch-show-avatar,
.launch-show-live-users .compare-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50% !important;
  border: 2px solid #fff;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: -8px;
  box-shadow: 0 0 0 2px #fff;
}

/* line 2564, app/assets/stylesheets/launch_library.scss */
.launch-show-avatar:first-child,
.launch-show-live-users .compare-avatar:first-child {
  margin-left: 0;
}

/* line 2570, app/assets/stylesheets/launch_library.scss */
.library-launch-time-wrapper .time-field-wrapper {
  min-width: 122px !important;
}

/* line 5, app/assets/stylesheets/leaderboard.scss */
.leaderboard-section {
  margin-bottom: 24px;
}

/* line 9, app/assets/stylesheets/leaderboard.scss */
.leaderboard-title {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 16px 0;
  color: #111827;
}

/* line 16, app/assets/stylesheets/leaderboard.scss */
.leaderboard-categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

/* line 22, app/assets/stylesheets/leaderboard.scss */
.leaderboard-category {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  min-width: 0;
}

/* line 30, app/assets/stylesheets/leaderboard.scss */
.leaderboard-category-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

/* line 37, app/assets/stylesheets/leaderboard.scss */
.leaderboard-category-icon {
  font-size: 20px;
  line-height: 1;
}

/* line 42, app/assets/stylesheets/leaderboard.scss */
.leaderboard-category-name {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin: 0;
}

/* line 49, app/assets/stylesheets/leaderboard.scss */
.leaderboard-category-desc {
  font-size: 13px;
  color: #9ca3af;
  margin: 0 0 16px 0;
}

/* line 55, app/assets/stylesheets/leaderboard.scss */
.leaderboard-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 64, app/assets/stylesheets/leaderboard.scss */
.leaderboard-entry {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

/* line 71, app/assets/stylesheets/leaderboard.scss */
.leaderboard-rank {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f3f4f6;
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* line 85, app/assets/stylesheets/leaderboard.scss */
.leaderboard-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

/* line 93, app/assets/stylesheets/leaderboard.scss */
.leaderboard-name {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  flex: 1 1 auto;
  width: 0;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
}

/* line 110, app/assets/stylesheets/leaderboard.scss */
.leaderboard-name:hover {
  color: #2563eb;
}

/* line 114, app/assets/stylesheets/leaderboard.scss */
.leaderboard-name--active {
  color: #2563eb;
}

/* line 119, app/assets/stylesheets/leaderboard.scss */
.leaderboard-score {
  font-size: 13px;
  color: #6b7280;
  flex-shrink: 0;
  white-space: nowrap;
}

/* line 126, app/assets/stylesheets/leaderboard.scss */
.leaderboard-star {
  color: #fbbf24;
  margin-right: 2px;
}

/* line 131, app/assets/stylesheets/leaderboard.scss */
.leaderboard-show-more-btn {
  display: block;
  margin-top: 10px;
  padding: 6px 0;
  background: none;
  border: none;
  color: #6b7280;
  font-size: 13px;
  font-weight: 500;
  text-align: right;
  cursor: pointer;
  margin-left: auto;
}

/* line 144, app/assets/stylesheets/leaderboard.scss */
.leaderboard-show-more-btn:hover {
  color: #111827;
}

/* line 149, app/assets/stylesheets/leaderboard.scss */
.contributor-filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 0 12px 0 16px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #374151;
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

/* line 162, app/assets/stylesheets/leaderboard.scss */
.contributor-filter-pill:hover {
  border-color: #d1d5db;
  background-color: #fafafa;
  color: #111827;
  text-decoration: none;
}

/* line 170, app/assets/stylesheets/leaderboard.scss */
.contributor-filter-pill__text {
  font-size: 15px;
  font-weight: 500;
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 179, app/assets/stylesheets/leaderboard.scss */
.contributor-filter-pill__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #6b7280;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
}

@media (max-width: 768px) {
  /* line 196, app/assets/stylesheets/leaderboard.scss */
  .leaderboard-categories {
    grid-template-columns: 1fr;
  }
  /* line 200, app/assets/stylesheets/leaderboard.scss */
  .leaderboard-category {
    padding: 16px;
  }
}

/* line 1, app/assets/stylesheets/autosave.scss */
.trix-wrapper {
  position: relative;
  margin-bottom: 1rem;
}

/* line 5, app/assets/stylesheets/autosave.scss */
.trix-wrapper::after {
  transition: all 0.2s;
  content: 'Saved to your computer.';
  position: absolute;
  right: 0;
  bottom: -1.2rem;
  color: #525f7f;
  opacity: 0;
  font-size: 0.8rem;
}

/* line 18, app/assets/stylesheets/autosave.scss */
.autosaveable-show-notice .trix-wrapper::after {
  opacity: 0.6;
}

/* line 1, app/assets/stylesheets/buttons.scss */
.button {
  font-weight: 500;
  padding: 8px 16px;
  font-size: 0.9rem;
  font-weight: 500;
  background-color: #3498db;
  color: white;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: normal;
  border-radius: 4px;
  text-transform: capitalize;
  border: 1px solid #3498db;
  box-shadow: none;
  transition: all 0.2s;
}

/* line 26, app/assets/stylesheets/buttons.scss */
.button:hover, .button:focus, .button:active {
  text-decoration: none;
  opacity: 1;
  outline: none;
  box-shadow: none;
  background-color: #217dbb;
  border-color: #217dbb;
  color: white;
}

/* line 36, app/assets/stylesheets/buttons.scss */
.button.button-xs, .button.xs {
  font-size: 0.65rem;
  padding: 0.3rem 0.75rem;
  line-height: 1;
}

/* line 42, app/assets/stylesheets/buttons.scss */
.button.button-small, .button.button-sm, .button.sm, .button.small {
  font-size: 0.8rem;
}

/* line 46, app/assets/stylesheets/buttons.scss */
.button.md, .button .button-md {
  font-size: 1rem;
  padding: 10px 18px;
}

/* line 51, app/assets/stylesheets/buttons.scss */
.button.big, .button.button-big {
  font-size: 18px;
  padding: 12px 24px;
}

/* line 56, app/assets/stylesheets/buttons.scss */
.button.width-auto {
  width: auto;
}

/* line 60, app/assets/stylesheets/buttons.scss */
.button.h32 {
  height: 32px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 32px;
}

/* line 67, app/assets/stylesheets/buttons.scss */
.button.w100 {
  width: 100%;
}

/* line 69, app/assets/stylesheets/buttons.scss */
.button .feather, .button .fa {
  margin-top: 0.1em;
  margin-right: 0.5rem;
  line-height: 100%;
}

/* line 76, app/assets/stylesheets/buttons.scss */
.feather-icon-wrapper {
  /* Prevents the icon's container from shrinking */
  flex-shrink: 0;
}

/* line 79, app/assets/stylesheets/buttons.scss */
.feather-icon-wrapper.simple-v2 {
  line-height: 0;
}

/* line 83, app/assets/stylesheets/buttons.scss */
.feather-text-container {
  /* Allows the text to expand and take up remaining space */
  flex-grow: 1;
}

/* line 87, app/assets/stylesheets/buttons.scss */
.button-primary, .button.primary {
  background: #27ae60;
  border-color: #27ae60;
}

/* line 90, app/assets/stylesheets/buttons.scss */
.button-primary:hover, .button-primary:focus, .button.primary:hover, .button.primary:focus {
  color: #fff;
  background: #36d278;
  border-color: #36d278;
}

/* line 97, app/assets/stylesheets/buttons.scss */
.button-border {
  background: white;
  border-color: #dce0e0;
  color: #003a68;
}

/* line 102, app/assets/stylesheets/buttons.scss */
.button-border:hover, .button-border:focus {
  color: #003a68;
  background: whitesmoke;
  border-color: whitesmoke;
}

/* line 109, app/assets/stylesheets/buttons.scss */
.button-secondary, .button.secondary {
  background: transparent;
  border-color: white;
  color: #fff;
}

/* line 113, app/assets/stylesheets/buttons.scss */
.button-secondary:hover, .button-secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #27ae60;
  background: white;
  border-color: white;
}

/* line 120, app/assets/stylesheets/buttons.scss */
.button-danger {
  background: rgba(231, 76, 60, 0.1);
  border-color: #e74c3c;
  color: #e74c3c;
}

/* line 124, app/assets/stylesheets/buttons.scss */
.button-danger:hover, .button-danger:focus {
  background: #e74c3c;
  border-color: #e74c3c;
  color: white;
}

/* line 131, app/assets/stylesheets/buttons.scss */
.button-white {
  background: white;
  border-color: white;
  color: #003a68;
}

/* line 135, app/assets/stylesheets/buttons.scss */
.button-white:hover, .button-white:focus {
  color: #003a68;
  background: rgba(255, 255, 255, 0.75);
  border-color: rgba(255, 255, 255, 0.75);
}

/* line 143, app/assets/stylesheets/buttons.scss */
.button-link:hover, .button-link:focus, .button-link:active {
  text-decoration: none;
  outline: none;
}

/* line 149, app/assets/stylesheets/buttons.scss */
.button.disabled, .button[disabled] {
  background-color: #dce0e0;
  background: #dce0e0;
  color: #525f7f;
  border-color: #dce0e0;
  transform: none;
  pointer-events: none;
  box-shadow: none;
}

/* line 161, app/assets/stylesheets/buttons.scss */
.effects .button-rating {
  background-color: white;
  border-color: #EAAD21;
  color: #EAAD21;
  animation: rating-button-pulse 2s infinite;
}

/* line 167, app/assets/stylesheets/buttons.scss */
.effects .button-rating:hover, .effects .button-rating:focus {
  color: white;
  background: #f6b215;
  border-color: #f6b215;
}

/* line 175, app/assets/stylesheets/buttons.scss */
.button-group {
  display: flex;
  flex-direction: row;
}

/* line 179, app/assets/stylesheets/buttons.scss */
.button-group .button {
  box-shadow: none;
  border: none;
}

/* line 183, app/assets/stylesheets/buttons.scss */
.button-group .button:first-child {
  border-radius: 4px 0 0 4px;
}

/* line 187, app/assets/stylesheets/buttons.scss */
.button-group .button:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 191, app/assets/stylesheets/buttons.scss */
.button-group .button:last-child {
  border-radius: 0 4px 4px 0;
}

/* line 195, app/assets/stylesheets/buttons.scss */
.badge-nav-buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 1rem;
  padding-top: 1rem;
}

/* line 203, app/assets/stylesheets/buttons.scss */
.badge-nav-button {
  flex: 1;
  margin: 0 4px;
  border-radius: 0 !important;
  padding: 6px 0 !important;
  text-align: center;
  text-decoration: none !important;
}

/* line 212, app/assets/stylesheets/buttons.scss */
.badge-nav-button:not(.active) {
  background-color: white !important;
  color: #333 !important;
  border: 1px solid #ccc !important;
}

/* line 218, app/assets/stylesheets/buttons.scss */
.milestone-buttons a.button {
  display: inline-block;
  width: 165px;
  text-align: center;
  margin-right: 0.5rem;
}

@media (max-width: 539px) {
  /* line 226, app/assets/stylesheets/buttons.scss */
  .milestone-buttons {
    padding: 10px 0;
    text-align: center;
  }
  /* line 229, app/assets/stylesheets/buttons.scss */
  .milestone-buttons .modal {
    text-align: left;
  }
  /* line 233, app/assets/stylesheets/buttons.scss */
  .milestone-buttons a.button {
    display: inline-block;
    font-size: 14px;
    margin: 0.25rem auto 0.25rem 0 !important;
    padding: 8px !important;
    width: auto !important;
  }
}

/* line 1, app/assets/stylesheets/avatars.scss */
.avatar {
  display: block;
  border-radius: 50%;
  height: 86px;
  width: 86px;
  min-width: 86px;
  line-height: 86px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #f6f9fb;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

/* line 12, app/assets/stylesheets/avatars.scss */
.avatar.profile {
  border: 10px solid #F6F9FB;
  height: 112px;
  width: 112px;
  min-width: 112px;
  line-height: 112px;
}

/* line 20, app/assets/stylesheets/avatars.scss */
.avatar.sm {
  height: 32px;
  width: 32px;
  min-width: 32px;
  line-height: 32px;
}

/* line 27, app/assets/stylesheets/avatars.scss */
.avatar.xxs {
  height: 16px;
  width: 16px;
  min-width: 16px;
  line-height: 16px;
}

/* line 34, app/assets/stylesheets/avatars.scss */
.avatar.xs {
  height: 24px;
  width: 24px;
  min-width: 24px;
  line-height: 24px;
}

/* line 41, app/assets/stylesheets/avatars.scss */
.avatar.md {
  height: 48px;
  width: 48px;
  min-width: 48px;
  line-height: 48px;
}

/* line 48, app/assets/stylesheets/avatars.scss */
.avatar.lg {
  height: 128px;
  width: 128px;
  min-width: 128px;
  line-height: 128px;
}

/* line 55, app/assets/stylesheets/avatars.scss */
.avatar.xl {
  height: 192px;
  width: 192px;
  min-width: 192px;
  line-height: 192px;
}

/* line 62, app/assets/stylesheets/avatars.scss */
.avatar.blur-up {
  filter: blur(5px);
}

/* line 66, app/assets/stylesheets/avatars.scss */
.avatar.placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
  font-weight: bold;
}

/* line 74, app/assets/stylesheets/avatars.scss */
.avatar.styled {
  background-color: white;
  color: #4D43C1;
  border: 2px solid #4D43C1;
}

/* line 81, app/assets/stylesheets/avatars.scss */
.profile-avatar-clickable {
  display: inline-block;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease;
}

/* line 89, app/assets/stylesheets/avatars.scss */
.profile-avatar-clickable:hover {
  transform: scale(1.05);
}

/* line 92, app/assets/stylesheets/avatars.scss */
.profile-avatar-clickable:hover .avatar {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}

/* line 97, app/assets/stylesheets/avatars.scss */
.profile-avatar-clickable:focus {
  outline: none;
}

/* line 101, app/assets/stylesheets/avatars.scss */
.profile-avatar-clickable .avatar {
  cursor: pointer;
}

/* line 105, app/assets/stylesheets/avatars.scss */
.profile-avatar-clickable.sm {
  height: 32px;
  width: 32px;
  min-width: 32px;
  line-height: 32px;
}

/* line 112, app/assets/stylesheets/avatars.scss */
.profile-avatar-clickable.xxs {
  height: 16px;
  width: 16px;
  min-width: 16px;
  line-height: 16px;
}

/* line 119, app/assets/stylesheets/avatars.scss */
.profile-avatar-clickable.xs {
  height: 24px;
  width: 24px;
  min-width: 24px;
  line-height: 24px;
}

/* line 126, app/assets/stylesheets/avatars.scss */
.profile-avatar-clickable.md {
  height: 48px;
  width: 48px;
  min-width: 48px;
  line-height: 48px;
}

/* line 133, app/assets/stylesheets/avatars.scss */
.profile-avatar-clickable.lg {
  height: 128px;
  width: 128px;
  min-width: 128px;
  line-height: 128px;
}

/* line 140, app/assets/stylesheets/avatars.scss */
.profile-avatar-clickable.xl {
  height: 192px;
  width: 192px;
  min-width: 192px;
  line-height: 192px;
}

/* line 147, app/assets/stylesheets/avatars.scss */
.profile-avatar-clickable.blur-up {
  filter: blur(5px);
}

/* line 151, app/assets/stylesheets/avatars.scss */
.profile-avatar-clickable.placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
  font-weight: bold;
}

/* line 159, app/assets/stylesheets/avatars.scss */
.profile-avatar-clickable.styled {
  background-color: white;
  color: #4D43C1;
  border: 2px solid #4D43C1;
}

/* line 166, app/assets/stylesheets/avatars.scss */
.avatar-and-name {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* line 170, app/assets/stylesheets/avatars.scss */
.avatar-and-name .avatar {
  margin-right: 4px;
}

/* line 175, app/assets/stylesheets/avatars.scss */
.avatar-group {
  display: flex;
  flex-wrap: wrap;
}

/* line 179, app/assets/stylesheets/avatars.scss */
.avatar-group .avatar-wrapper {
  margin: 0 -16px 0 0;
}

/* line 182, app/assets/stylesheets/avatars.scss */
.avatar-group .avatar-wrapper .avatar {
  box-shadow: 0 0 0 3px #fff;
}

/* line 185, app/assets/stylesheets/avatars.scss */
.avatar-group .avatar-wrapper .avatar.border-green {
  box-shadow: 0 0 0 3px #27ae60;
}

/* line 186, app/assets/stylesheets/avatars.scss */
.avatar-group .avatar-wrapper .avatar.border-red {
  box-shadow: 0 0 0 3px #e74c3c;
}

/* line 189, app/assets/stylesheets/avatars.scss */
.avatar-group .avatar-wrapper.sm {
  margin-right: -8px;
}

/* line 193, app/assets/stylesheets/avatars.scss */
.avatar-group .avatar-wrapper:last-child {
  margin: 0;
}

/* line 197, app/assets/stylesheets/avatars.scss */
.avatar-group--fixed-size {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* line 202, app/assets/stylesheets/avatars.scss */
.avatar-group--fixed-size .avatar-wrapper.sm {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 50%;
  margin-right: -8px;
}

/* line 212, app/assets/stylesheets/avatars.scss */
.avatar-group--fixed-size .avatar-wrapper.sm .avatar,
.avatar-group--fixed-size .avatar-wrapper.sm img.avatar {
  width: 100% !important;
  height: 100% !important;
  min-width: 0;
  min-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* line 2, app/assets/stylesheets/menus.scss */
.dropdown .dropdown-menu {
  border-radius: 4px;
  border: 0;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(136, 152, 170, 0.1), 0 15px 35px 0 rgba(49, 49, 93, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
  animation-duration: 0.12s;
  animation-fill-mode: both;
  animation-name: dropdownAnimation;
}

/* line 11, app/assets/stylesheets/menus.scss */
.dropdown .dropdown-menu.narrow {
  min-width: 240px;
  max-width: 400px;
}

/* line 18, app/assets/stylesheets/menus.scss */
.dropdown .dropdown-toggle:hover, .dropdown .dropdown-toggle:focus, .dropdown .dropdown-toggle:active {
  outline: none;
}

/* line 21, app/assets/stylesheets/menus.scss */
.dropdown .dropdown-item {
  font-size: 0.9rem;
  font-weight: 300;
  color: #525f7f;
}

/* line 26, app/assets/stylesheets/menus.scss */
.dropdown .dropdown-item:hover, .dropdown .dropdown-item:focus, .dropdown .dropdown-item:active {
  color: #283c46;
  background-color: #f6f9fb;
}

/* line 31, app/assets/stylesheets/menus.scss */
.dropdown .dropdown-item.active {
  color: #3498db;
  font-weight: bold;
  background-color: #f6f9fb;
}

/* line 38, app/assets/stylesheets/menus.scss */
.dropdown input.dropdown-item {
  pointer-events: auto;
  border: 0;
  box-shadow: none;
  background-color: white;
}

/* line 45, app/assets/stylesheets/menus.scss */
.dropdown .dropdown-menu .dropdown-header {
  color: #283c46;
  white-space: normal;
  font-size: 1rem;
}

/* line 52, app/assets/stylesheets/menus.scss */
.dropdown-item .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  height: 1em;
}

/* line 59, app/assets/stylesheets/menus.scss */
.dropdown-item .icon .feather {
  height: 100%;
}

/* line 65, app/assets/stylesheets/menus.scss */
.dropdown-menu.with-arrow::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 36px;
  margin: 0 0 0 -6px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  border-radius: 4px 0 0 0;
  background: #fff;
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  will-change: transform;
  transition-property: transform;
}

/* line 87, app/assets/stylesheets/menus.scss */
.dropdown.with-path-menu .dropdown-toggle {
  cursor: pointer;
}

/* line 91, app/assets/stylesheets/menus.scss */
.dropdown.with-path-menu .dropdown-toggle:after {
  content: none;
}

/* line 94, app/assets/stylesheets/menus.scss */
.dropdown.with-path-menu:hover .avatar, .dropdown.with-path-menu:focus .avatar, .dropdown.with-path-menu:active .avatar, .dropdown.with-path-menu.show .avatar {
  transition: 200ms all ease-in;
  transform: scale(1.025);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
}

/* line 103, app/assets/stylesheets/menus.scss */
.dropdown[data-trigger="hover"]:hover .dropdown-menu {
  display: block;
}

/* line 107, app/assets/stylesheets/menus.scss */
.dropdown.no-caret .dropdown-toggle:after {
  content: none;
}

/* line 110, app/assets/stylesheets/menus.scss */
.more-menu {
  display: inline-block;
}

/* line 112, app/assets/stylesheets/menus.scss */
.more-menu i {
  color: #525f7f;
}

/* line 113, app/assets/stylesheets/menus.scss */
.more-menu .dropdown-toggle:after {
  content: none;
}

/* line 117, app/assets/stylesheets/menus.scss */
[aria-expanded="true"] .fa-caret-down {
  display: none;
}

/* line 118, app/assets/stylesheets/menus.scss */
[aria-expanded="true"] .fa-caret-up {
  display: inline-block;
}

/* line 122, app/assets/stylesheets/menus.scss */
[aria-expanded="false"] .fa-caret-down {
  display: inline-block;
}

/* line 123, app/assets/stylesheets/menus.scss */
[aria-expanded="false"] .fa-caret-up {
  display: none;
}

/* line 1, app/assets/stylesheets/popovers.scss */
.popover {
  font-family: "Graphik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  max-width: 400px;
}

/* line 5, app/assets/stylesheets/popovers.scss */
.popover .popover-header {
  font-weight: normal;
  font-size: 0.85rem;
  padding: 1rem;
  background-color: white;
  border: 0;
}

/* line 13, app/assets/stylesheets/popovers.scss */
.popover .popover-body {
  padding: 1rem;
  font-weight: 300;
  color: #525f7f;
  font-size: 0.85rem;
}

/* line 1, app/assets/stylesheets/files.scss */
.file-preview {
  max-height: 400px;
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
}

/* line 9, app/assets/stylesheets/files.scss */
.file-preview-wrapper {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 16, app/assets/stylesheets/files.scss */
.file-preview-wrapper .bubble {
  position: absolute;
  opacity: 0;
  font-size: 0.8rem;
  color: #283c46;
  padding: 0.5rem 0.25rem;
  width: 100%;
  font-weight: 600;
  text-align: center;
  margin: 0;
  transition: 80ms all ease-in;
}

/* line 30, app/assets/stylesheets/files.scss */
.file-preview-wrapper:hover .bubble {
  opacity: 1;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
}

/* line 1, app/assets/stylesheets/boxes.scss */
.box {
  background: white;
  box-shadow: 0 5px 10px 0 rgba(50, 50, 93, 0.067), 0 3px 6px 0 rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}

/* line 6, app/assets/stylesheets/boxes.scss */
.box .box-header {
  position: relative;
  padding: 20px;
  box-shadow: inset 0 -1px #e6ebf1;
  display: flex;
  justify-content: space-between;
}

/* line 13, app/assets/stylesheets/boxes.scss */
.box .box-header h1, .box .box-header h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

/* line 17, app/assets/stylesheets/boxes.scss */
.box .box-header h1:last-child, .box .box-header h2:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  /* line 13, app/assets/stylesheets/boxes.scss */
  .box .box-header h1, .box .box-header h2 {
    font-size: 1.5rem;
  }
}

/* line 24, app/assets/stylesheets/boxes.scss */
.box .box-header h3, .box .box-header h4 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

/* line 27, app/assets/stylesheets/boxes.scss */
.box .box-header h3:last-child, .box .box-header h4:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  /* line 24, app/assets/stylesheets/boxes.scss */
  .box .box-header h3, .box .box-header h4 {
    font-size: 1.25rem;
  }
}

/* line 34, app/assets/stylesheets/boxes.scss */
.box .box-header p {
  color: #525f7f;
}

/* line 38, app/assets/stylesheets/boxes.scss */
.box .box-header p:last-child {
  margin-bottom: 0;
}

/* line 42, app/assets/stylesheets/boxes.scss */
.box .box-header.no-border {
  border: 0;
  box-shadow: none;
}

/* line 47, app/assets/stylesheets/boxes.scss */
.box .box-header.center {
  justify-content: center;
}

@media (max-width: 991px) {
  /* line 6, app/assets/stylesheets/boxes.scss */
  .box .box-header {
    flex-direction: column;
    padding: 10px 20px 15px;
  }
}

/* line 57, app/assets/stylesheets/boxes.scss */
.box .content {
  width: 100%;
  padding-right: 2rem;
}

@media (max-width: 991px) {
  /* line 57, app/assets/stylesheets/boxes.scss */
  .box .content {
    padding: 0;
  }
}

/* line 66, app/assets/stylesheets/boxes.scss */
.box .box-header-actions {
  display: flex;
  align-items: flex-start;
}

/* line 70, app/assets/stylesheets/boxes.scss */
.box .box-header-actions .button {
  white-space: nowrap;
  width: auto;
  margin-right: 0.5rem;
}

/* line 74, app/assets/stylesheets/boxes.scss */
.box .box-header-actions .button:last-child {
  margin-right: 0;
}

/* line 76, app/assets/stylesheets/boxes.scss */
.box .box-header-actions .button .fa-caret-down {
  margin-left: 6px;
  margin-right: 0;
  font-size: 0.8em;
}

/* line 84, app/assets/stylesheets/boxes.scss */
.box .box-header-actions .badge-start-at .cursor-pointer {
  height: 1.35em;
}

@media (max-width: 991px) {
  /* line 66, app/assets/stylesheets/boxes.scss */
  .box .box-header-actions {
    margin-bottom: 0.25rem;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  /* line 95, app/assets/stylesheets/boxes.scss */
  .box .box-header-actions .button {
    font-size: 0.8rem;
    padding: 4px 10px;
  }
}

/* line 102, app/assets/stylesheets/boxes.scss */
.box .box-body, .box .box-footer {
  padding: 20px;
}

/* line 105, app/assets/stylesheets/boxes.scss */
.box .box-body.padding-lg, .box .box-footer.padding-lg {
  padding: 30px;
}

/* line 106, app/assets/stylesheets/boxes.scss */
.box .box-body.padding-sm, .box .box-footer.padding-sm {
  padding: 8px 20px;
}

/* line 107, app/assets/stylesheets/boxes.scss */
.box .box-body.padding-6, .box .box-footer.padding-6 {
  padding: 4px;
}

/* line 108, app/assets/stylesheets/boxes.scss */
.box .box-body.no-padding, .box .box-footer.no-padding {
  padding: 0;
}

/* line 109, app/assets/stylesheets/boxes.scss */
.box .box-body.no-padding-x, .box .box-footer.no-padding-x {
  padding-left: 0;
  padding-right: 0;
}

/* line 110, app/assets/stylesheets/boxes.scss */
.box .box-body.no-padding-y, .box .box-footer.no-padding-y {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 113, app/assets/stylesheets/boxes.scss */
.box.disabled {
  pointer-events: none;
  opacity: 0.5;
}

/* line 118, app/assets/stylesheets/boxes.scss */
.box.overflow-auto {
  overflow: auto;
}

/* line 119, app/assets/stylesheets/boxes.scss */
.box.margin-top {
  margin-top: 12px;
}

/* line 120, app/assets/stylesheets/boxes.scss */
.box.margin-bottom {
  margin-bottom: 12px;
}

/* line 121, app/assets/stylesheets/boxes.scss */
.box.bg-grey {
  background-color: #f6f9fb;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/boxes.scss */
  .box {
    border-radius: 0px;
  }
}

/* line 128, app/assets/stylesheets/boxes.scss */
.box-nav {
  width: 100%;
  display: flex;
  margin-bottom: 8px;
  box-shadow: 0 3px 7px 0 rgba(50, 50, 93, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  border-radius: 0 4px 4px 0;
  overflow-y: hidden;
}

/* line 136, app/assets/stylesheets/boxes.scss */
.box-nav:blank {
  margin: 0 !important;
}

/* line 140, app/assets/stylesheets/boxes.scss */
.box-nav .box {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: center;
  width: 100%;
  padding: 12px 6px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  box-shadow: none;
  border-radius: 0;
  box-shadow: inset -1px 0 #e6ebf1;
  background-color: #fafbfd;
  text-decoration: none;
  color: #525f7f;
  transition: 100ms all ease-in-out;
}

/* line 158, app/assets/stylesheets/boxes.scss */
.box-nav .box.next, .box-nav .box.prev {
  max-width: 250px;
}

/* line 162, app/assets/stylesheets/boxes.scss */
.box-nav .box:hover, .box-nav .box:focus, .box-nav .box:active, .box-nav .box.animation-active {
  background-color: white;
  color: #3498db;
}

/* line 167, app/assets/stylesheets/boxes.scss */
.box-nav .box:last-child {
  box-shadow: none;
}

/* line 169, app/assets/stylesheets/boxes.scss */
.box-nav .box.active {
  background-color: white;
  border-top: 2px solid #3498db;
  color: #3498db;
}

@media (max-width: 991px) {
  /* line 128, app/assets/stylesheets/boxes.scss */
  .box-nav {
    white-space: nowrap;
    margin-bottom: 6px;
  }
  /* line 180, app/assets/stylesheets/boxes.scss */
  .box-nav .box {
    padding: 8px 16px;
  }
  /* line 184, app/assets/stylesheets/boxes.scss */
  .box-nav .box.picker, .box-nav .box.dropdown {
    white-space: normal;
  }
}

/* line 190, app/assets/stylesheets/boxes.scss */
.box-table {
  overflow: auto;
}

/* line 194, app/assets/stylesheets/boxes.scss */
.ui-card {
  border: 1px solid #d5eaf9;
  height: 100%;
  border-radius: 4px;
}

/* line 199, app/assets/stylesheets/boxes.scss */
.ui-card .ui-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #d5eaf9;
  background-color: white;
}

/* line 207, app/assets/stylesheets/boxes.scss */
.ui-card .ui-card-header h2 {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}

/* line 214, app/assets/stylesheets/boxes.scss */
.ui-card .ui-card-header .actions a {
  font-size: 0.9rem;
  margin: 0;
}

/* line 221, app/assets/stylesheets/boxes.scss */
.ui-card .ui-card-body {
  padding: 20px;
}

/* line 226, app/assets/stylesheets/boxes.scss */
.ui-resource-cards {
  display: flex;
  flex-wrap: wrap;
}

/* line 230, app/assets/stylesheets/boxes.scss */
.ui-resource-cards .ui-resource-card {
  padding: 1rem;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

@media (max-width: 991px) {
  /* line 230, app/assets/stylesheets/boxes.scss */
  .ui-resource-cards .ui-resource-card {
    width: 100%;
    max-width: 50%;
    flex: auto;
  }
}

/* line 240, app/assets/stylesheets/boxes.scss */
.ui-resource-cards .ui-resource-card.min-width-auto {
  min-width: auto;
}

/* line 246, app/assets/stylesheets/boxes.scss */
.ui-resource-card {
  position: relative;
  display: flex;
  align-items: center;
  color: #283c46;
  border-radius: 4px;
}

/* line 253, app/assets/stylesheets/boxes.scss */
.ui-resource-card:hover, .ui-resource-card:active, .ui-resource-card:focus {
  text-decoration: none;
  color: inherit;
}

/* line 258, app/assets/stylesheets/boxes.scss */
.ui-resource-card .avatar {
  margin-right: 1rem;
}

/* line 263, app/assets/stylesheets/boxes.scss */
.ui-resource-card .resource-info .title {
  font-weight: normal;
}

/* line 264, app/assets/stylesheets/boxes.scss */
.ui-resource-card .resource-info .small {
  color: #525f7f;
  font-size: 0.9rem;
}

/* line 269, app/assets/stylesheets/boxes.scss */
.ui-resource-card .resource-info .xs, .ui-resource-card .resource-info .x-small {
  color: #525f7f;
  font-size: 0.8rem;
}

/* line 275, app/assets/stylesheets/boxes.scss */
.ui-resource-card.birthday-box {
  background-color: rgba(52, 152, 219, 0.1);
}

/* line 278, app/assets/stylesheets/boxes.scss */
.ui-resource-card.birthday-box .happy-birthday {
  color: #3498db;
  font-size: 0.9rem;
  font-weight: bold;
}

/* line 286, app/assets/stylesheets/boxes.scss */
.image-and-content-card {
  display: flex;
  align-items: center;
}

/* line 290, app/assets/stylesheets/boxes.scss */
.image-and-content-card .card-img {
  margin-right: 1rem;
}

/* line 295, app/assets/stylesheets/boxes.scss */
.image-and-content-card .card-content p:last-child {
  margin-bottom: 0;
}

/* line 299, app/assets/stylesheets/boxes.scss */
.copy-link-box {
  position: relative;
  max-width: 600px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

/* line 307, app/assets/stylesheets/boxes.scss */
.copy-link-box .link, .copy-link-box .button {
  height: 40px;
}

/* line 311, app/assets/stylesheets/boxes.scss */
.copy-link-box .link {
  width: 100%;
  overflow: hidden;
  border: 1px solid #dce0e0;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
  line-height: 1.6;
  padding: 4px 7px 2px;
}

/* line 320, app/assets/stylesheets/boxes.scss */
.copy-link-box .link:hover, .copy-link-box .link:focus, .copy-link-box .link:active {
  outline: 0;
}

/* line 325, app/assets/stylesheets/boxes.scss */
.copy-link-box .button {
  border-radius: 0 4px 4px 0;
}

/* line 330, app/assets/stylesheets/boxes.scss */
.border-grey {
  border: 1px solid #dce0e0;
}

/* line 334, app/assets/stylesheets/boxes.scss */
.border-radius {
  border-radius: 4px;
}

/* line 339, app/assets/stylesheets/boxes.scss */
.box.with-separator-top, .box-header.with-separator-top, .box-footer.with-separator-top {
  box-shadow: inset 0px 1px #e6ebf1;
}

/* line 343, app/assets/stylesheets/boxes.scss */
.box.with-separator-bottom, .box-header.with-separator-bottom, .box-footer.with-separator-bottom {
  border-bottom: 1px solid #e6ebf1;
}

/* line 349, app/assets/stylesheets/boxes.scss */
.modern-ui-body .studio-selector {
  min-width: -moz-max-content;
  min-width: max-content;
  width: auto !important;
  flex: 0 0 auto;
  height: 52px;
  border-radius: 9999px !important;
  font-weight: 600;
  border-color: #d7e1ea;
  color: #2f4458;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2390A4B7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 44px;
}

/* line 368, app/assets/stylesheets/boxes.scss */
.modern-ui-body .studio-selector:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.15);
  border-color: #9cc7f6;
}

/* line 375, app/assets/stylesheets/boxes.scss */
.modern-ui-body .floating-main-content .floating-content-card select.form-control.studio-selector {
  border-radius: 9999px !important;
  height: 42px !important;
  width: auto !important;
  min-width: -moz-max-content;
  min-width: max-content;
  padding-right: 44px !important;
}

/* line 1, app/assets/stylesheets/cards.scss */
.card-summary {
  display: flex;
  align-items: center;
}

/* line 5, app/assets/stylesheets/cards.scss */
.card-summary .card-content {
  width: 100%;
}

/* line 8, app/assets/stylesheets/cards.scss */
.card-summary .card-content h1, .card-summary .card-content h2 {
  font-size: 2rem;
  font-weight: bold;
}

@media (max-width: 991px) {
  /* line 8, app/assets/stylesheets/cards.scss */
  .card-summary .card-content h1, .card-summary .card-content h2 {
    font-size: 1.5rem;
  }
}

/* line 18, app/assets/stylesheets/cards.scss */
.card-summary.space-bottom {
  margin-bottom: 2rem;
}

@media (max-width: 991px) {
  /* line 23, app/assets/stylesheets/cards.scss */
  .card-summary .content {
    padding: 0;
  }
  /* line 27, app/assets/stylesheets/cards.scss */
  .card-summary .person-wrapper {
    margin: 0 1rem 0 0;
  }
}

/* line 1, app/assets/stylesheets/bubbles.scss */
.bubble {
  position: relative;
  padding: 1rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f9fb;
  color: #525f7f;
  margin: 0.5rem 0;
  transition: 200ms all;
}

/* line 13, app/assets/stylesheets/bubbles.scss */
.bubble .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(77, 67, 193, 0.1);
  color: #4D43C1;
  margin-right: 2rem;
  min-height: 48px;
  height: 48px;
  min-width: 48px;
  width: 48px;
}

/* line 27, app/assets/stylesheets/bubbles.scss */
.bubble .content {
  width: 100%;
}

/* line 31, app/assets/stylesheets/bubbles.scss */
.bubble .bubble-actions {
  margin-top: 1rem;
}

/* line 35, app/assets/stylesheets/bubbles.scss */
.bubble.draft {
  background-color: rgba(245, 120, 79, 0.1);
}

/* line 37, app/assets/stylesheets/bubbles.scss */
.bubble.draft .icon {
  color: #f5784f;
  background-color: rgba(245, 120, 79, 0.15);
}

/* line 1, app/assets/stylesheets/posts.scss */
.infinite-scroll-container {
  max-height: calc(100vh - 260px);
  overflow-y: auto;
}

/* line 5, app/assets/stylesheets/posts.scss */
.infinite-scroll-container.box-body {
  padding: 0;
}

/* line 9, app/assets/stylesheets/posts.scss */
.infinite-scroll-container .post-board-grid-wrapper {
  padding: 1.5rem;
}

/* line 14, app/assets/stylesheets/posts.scss */
.infinite-scroll-container .post-board-grid .post-card:last-child {
  margin-bottom: 0;
}

/* line 20, app/assets/stylesheets/posts.scss */
.infinite-scroll-loader {
  padding: 0.5rem 1rem;
  text-align: center;
  margin: 0;
  background: transparent;
  border: none;
}

/* line 27, app/assets/stylesheets/posts.scss */
.infinite-scroll-loader .spinner-border {
  width: 2rem;
  height: 2rem;
}

/* line 33, app/assets/stylesheets/posts.scss */
.modern-table-header--post-show {
  position: relative;
}

@media (max-width: 767px) {
  /* line 38, app/assets/stylesheets/posts.scss */
  .modern-table-header.modern-table-header--post-show {
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    position: relative;
  }
  /* line 45, app/assets/stylesheets/posts.scss */
  .modern-table-header.modern-table-header--post-show .modern-header-left {
    flex: 1 1 auto;
    width: auto;
    overflow: visible !important;
  }
  /* line 51, app/assets/stylesheets/posts.scss */
  .modern-table-header.modern-table-header--post-show .modern-badge-header__title-group {
    position: relative;
  }
  /* line 55, app/assets/stylesheets/posts.scss */
  .modern-table-header.modern-table-header--post-show .modern-header-actions {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    flex-direction: row;
    gap: 8px;
    margin: 0 !important;
  }
}

@media (max-width: 767px) {
  /* line 67, app/assets/stylesheets/posts.scss */
  .modern-table-header.modern-table-header--post-show .modern-header-actions {
    gap: 8px;
    left: 98px;
  }
  /* line 71, app/assets/stylesheets/posts.scss */
  .modern-table-header.modern-table-header--post-show .modern-header-actions .modern-button-border,
.modern-table-header.modern-table-header--post-show .modern-header-actions .modern-add-btn {
    height: 32px;
    padding: 0 12px;
    font-size: 12px;
  }
  /* line 78, app/assets/stylesheets/posts.scss */
  .modern-table-header.modern-table-header--post-show .modern-header-actions .modern-add-btn {
    width: 32px;
    min-width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* line 89, app/assets/stylesheets/posts.scss */
.infinite-scroll-container .post-board-grid-wrapper .post-board-grid {
  align-items: start;
}

/* line 92, app/assets/stylesheets/posts.scss */
.infinite-scroll-container .post-board-grid-wrapper .post-board-grid::after {
  content: '';
  display: none;
}

/* line 97, app/assets/stylesheets/posts.scss */
.infinite-scroll-container .post-board-grid-wrapper .post-board-grid .post-card {
  margin: 0;
}

/* line 100, app/assets/stylesheets/posts.scss */
.infinite-scroll-container .post-board-grid-wrapper .post-board-grid .post-card:last-child {
  margin-bottom: 0;
}

/* line 108, app/assets/stylesheets/posts.scss */
.infinite-scroll-container .post-board-grid-wrapper {
  margin: 0;
}

/* line 111, app/assets/stylesheets/posts.scss */
.infinite-scroll-container .post-board-grid-wrapper .post-board-grid {
  gap: 1.5rem;
  align-items: start;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 125, app/assets/stylesheets/posts.scss */
.posts .post, .comments .post {
  max-height: 300px;
  overflow: auto;
}

/* line 130, app/assets/stylesheets/posts.scss */
.posts .post:last-child, .comments .post:last-child {
  box-shadow: none;
}

/* line 135, app/assets/stylesheets/posts.scss */
.posts.first-child-separator .post:first-child, .comments.first-child-separator .post:first-child {
  border-top: 1px solid #e6ebf1;
}

/* line 141, app/assets/stylesheets/posts.scss */
.posts.pinnable .pinned .post:last-child, .comments.pinnable .pinned .post:last-child {
  box-shadow: inset 0 -3px #e6ebf1;
}

/* line 145, app/assets/stylesheets/posts.scss */
.posts.pinnable .unpinned .post:last-child, .comments.pinnable .unpinned .post:last-child {
  box-shadow: none;
}

/* line 149, app/assets/stylesheets/posts.scss */
.posts.pinnable .post:last-child, .comments.pinnable .post:last-child {
  border-bottom: 0;
  box-shadow: none;
}

/* line 154, app/assets/stylesheets/posts.scss */
.posts.pinnable.with-separator-top, .comments.pinnable.with-separator-top {
  box-shadow: inset 0px 1px #e6ebf1;
}

/* line 160, app/assets/stylesheets/posts.scss */
.posts.hoverable .post:hover, .posts.hoverable .post:focus, .posts.hoverable .post:active, .comments.hoverable .post:hover, .comments.hoverable .post:focus, .comments.hoverable .post:active {
  background-color: #f6f9fb;
  text-decoration: none;
  color: #283c46;
}

/* line 168, app/assets/stylesheets/posts.scss */
.posts.with-post-padding .post, .comments.with-post-padding .post {
  padding: 1.25rem;
}

/* line 174, app/assets/stylesheets/posts.scss */
.post {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 0.5rem 0;
  box-shadow: inset 0 -1px #e6ebf1;
}

/* line 182, app/assets/stylesheets/posts.scss */
.post .person {
  max-width: 64px;
  margin-right: 1.75rem;
}

/* line 187, app/assets/stylesheets/posts.scss */
.post .content {
  min-height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  max-width: calc(100% - (64px + 1.75rem));
}

/* line 195, app/assets/stylesheets/posts.scss */
.post .content h2 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 4px;
}

/* line 201, app/assets/stylesheets/posts.scss */
.post .content .preview-text {
  font-size: 0.9rem;
}

/* line 205, app/assets/stylesheets/posts.scss */
.post .content .info-bits {
  margin-top: auto;
  padding-top: 0.25rem;
}

/* line 211, app/assets/stylesheets/posts.scss */
.post .actions {
  margin-left: 1rem;
}

/* line 215, app/assets/stylesheets/posts.scss */
.post.bulletin-board-post .person {
  max-width: 86px;
}

/* line 219, app/assets/stylesheets/posts.scss */
.post.no-borders {
  box-shadow: none;
  border: 0;
}

/* line 224, app/assets/stylesheets/posts.scss */
.post.slim {
  padding: 0;
}

/* line 227, app/assets/stylesheets/posts.scss */
.post.slim .person {
  width: auto;
  margin-right: 1rem;
}

/* line 233, app/assets/stylesheets/posts.scss */
.post.featured {
  padding: 1rem;
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid #e6ebf1;
}

/* line 240, app/assets/stylesheets/posts.scss */
.post.new-comment {
  box-shadow: inset 0 1px #e6ebf1;
  padding-top: 1rem;
  max-height: none;
  overflow: visible;
}

@media (max-width: 991px) {
  /* line 174, app/assets/stylesheets/posts.scss */
  .post {
    flex-direction: column;
  }
  /* line 250, app/assets/stylesheets/posts.scss */
  .post .content {
    max-width: 100%;
  }
  /* line 254, app/assets/stylesheets/posts.scss */
  .post .person {
    flex-direction: row;
    max-width: none;
    justify-content: flex-start;
    margin: 0 0 0.5rem 0;
  }
  /* line 260, app/assets/stylesheets/posts.scss */
  .post .person .avatar {
    margin-right: 0.5rem;
    height: 32px;
    width: 32px;
    min-width: 32px;
    line-height: 32px;
  }
  /* line 269, app/assets/stylesheets/posts.scss */
  .post .actions {
    margin: 0.5rem 0 0 0;
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }
}

/* line 279, app/assets/stylesheets/posts.scss */
.post.comment:target {
  border-radius: 4px;
  padding: 0.75rem !important;
  margin: -0.25rem;
  animation: highlight-fade 4s ease-out forwards;
}

@keyframes highlight-fade {
  0% {
    background-color: #fff3cd;
  }
  25% {
    background-color: #fff3cd;
  }
  100% {
    background-color: transparent;
  }
}

/* line 298, app/assets/stylesheets/posts.scss */
.new-post-button {
  background: white;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  color: #525f7f;
  border: 1px solid #e6ebf1;
  transition: 200ms all;
}

/* line 306, app/assets/stylesheets/posts.scss */
.new-post-button:hover {
  color: #283c46;
  text-decoration: none;
}

/* line 311, app/assets/stylesheets/posts.scss */
.new-post-button:focus, .new-post-button:active {
  border-color: #3498db;
}

/* line 315, app/assets/stylesheets/posts.scss */
.new-post-button[aria-expanded='true'] {
  display: none;
}

/* line 320, app/assets/stylesheets/posts.scss */
.post-title-with-badges {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* line 326, app/assets/stylesheets/posts.scss */
.post-title-with-badges .title-text {
  flex: 0 0 auto;
}

/* line 331, app/assets/stylesheets/posts.scss */
.studio-badges {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  align-items: center;
}

/* line 337, app/assets/stylesheets/posts.scss */
.studio-badges .studio-badge {
  display: inline-block;
  padding: 0.25rem 0.625rem;
  background-color: #f8f9fa;
  color: #495057;
  border: 1px solid #dee2e6;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  transition: all 0.15s ease;
}

/* line 350, app/assets/stylesheets/posts.scss */
.studio-badges .studio-badge:hover {
  background-color: #e9ecef;
  border-color: #adb5bd;
}

/* line 355, app/assets/stylesheets/posts.scss */
.studio-badges .studio-badge.current-studio {
  background-color: #e7f3ff;
  color: #004085;
  border-color: #b8daff;
}

/* line 364, app/assets/stylesheets/posts.scss */
[data-controller="multi-studio-count"] + .chosen-container-multi .chosen-choices {
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 4px 5px;
  min-height: 42px;
}

/* line 371, app/assets/stylesheets/posts.scss */
[data-controller="multi-studio-count"] + .chosen-container-multi .chosen-choices li.search-choice.locked-studio[data-studio-id] {
  padding-right: 8px;
  background-color: #6c757d;
}

/* line 375, app/assets/stylesheets/posts.scss */
[data-controller="multi-studio-count"] + .chosen-container-multi .chosen-choices li.search-choice.locked-studio[data-studio-id] .search-choice-close {
  display: none !important;
}

/* line 382, app/assets/stylesheets/posts.scss */
[data-controller="multi-studio-count"] + .chosen-container-multi.chosen-container-active .chosen-choices {
  border-color: #3498db;
}

/* line 387, app/assets/stylesheets/posts.scss */
.responsive-select--mobile[data-controller~="responsive-select"] ~ .chosen-container {
  display: none !important;
}

/* line 392, app/assets/stylesheets/posts.scss */
.responsive-select-control.selectize-control.multi .selectize-input {
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 6px;
  min-height: 46px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  background-color: #fff;
  box-shadow: none;
}

/* line 403, app/assets/stylesheets/posts.scss */
.responsive-select-control.selectize-control.multi .selectize-input.focus {
  border-color: #3498db;
  box-shadow: 0 0 0 1px rgba(52, 152, 219, 0.15);
}

/* line 408, app/assets/stylesheets/posts.scss */
.responsive-select-control.selectize-control.multi .selectize-input .item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 26px 6px 12px;
  border-radius: 8px;
  background-color: #e9ecef;
  border: 0;
  color: #212529;
  font-size: 0.85rem;
  font-weight: 500;
}

/* line 420, app/assets/stylesheets/posts.scss */
.responsive-select-control.selectize-control.multi .selectize-input .item.locked-studio {
  background-color: #6c757d;
  color: #fff;
  position: relative;
}

/* line 425, app/assets/stylesheets/posts.scss */
.responsive-select-control.selectize-control.multi .selectize-input .item.locked-studio .remove {
  display: none !important;
}

/* line 432, app/assets/stylesheets/posts.scss */
.responsive-select-control.selectize-control.multi .selectize-dropdown {
  border: 1px solid rgba(148, 163, 184, 0.25);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.18);
  border-radius: 10px;
  margin-top: 6px;
}

/* line 438, app/assets/stylesheets/posts.scss */
.responsive-select-control.selectize-control.multi .selectize-dropdown .option {
  padding: 10px 12px;
  font-size: 0.95rem;
  line-height: 1.4;
}

/* line 443, app/assets/stylesheets/posts.scss */
.responsive-select-control.selectize-control.multi .selectize-dropdown .option.active {
  background-color: #e9f2ff;
  color: #0c3c78;
}

@media (max-width: 767px) {
  /* line 453, app/assets/stylesheets/posts.scss */
  .post-show-page .post-show-header {
    flex-direction: column;
    gap: 16px;
    padding: 16px;
  }
  /* line 458, app/assets/stylesheets/posts.scss */
  .post-show-page .post-show-header .content {
    padding-right: 0;
    width: 100%;
  }
  /* line 462, app/assets/stylesheets/posts.scss */
  .post-show-page .post-show-header .content .card-summary {
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }
  /* line 467, app/assets/stylesheets/posts.scss */
  .post-show-page .post-show-header .content .card-summary .person-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
  }
  /* line 473, app/assets/stylesheets/posts.scss */
  .post-show-page .post-show-header .content .card-summary .person-wrapper .person {
    margin: 0;
  }
  /* line 476, app/assets/stylesheets/posts.scss */
  .post-show-page .post-show-header .content .card-summary .person-wrapper .person .avatar.card-img {
    width: 86px;
    height: 86px;
    min-width: 86px;
  }
  /* line 483, app/assets/stylesheets/posts.scss */
  .post-show-page .post-show-header .content .card-summary .person-wrapper .name {
    margin-top: 8px;
    font-size: 0.875rem;
    text-align: center;
    line-height: 1.3;
    color: #64748b;
    white-space: nowrap;
  }
  /* line 493, app/assets/stylesheets/posts.scss */
  .post-show-page .post-show-header .content .card-summary .card-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  /* line 500, app/assets/stylesheets/posts.scss */
  .post-show-page .post-show-header .content .card-summary .card-content .post-title {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 0;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 0 0 auto;
    min-height: 86px;
    max-height: calc(1.5rem * 1.3 * 2);
  }
  /* line 516, app/assets/stylesheets/posts.scss */
  .post-show-page .post-show-header .content .card-summary .card-content .info-bits {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
    margin-top: -2px;
  }
  /* line 524, app/assets/stylesheets/posts.scss */
  .post-show-page .post-show-header .content .card-summary .card-content .info-bits .bit .text {
    font-size: 0.875rem;
    line-height: 1.3;
    color: #64748b;
  }
  /* line 535, app/assets/stylesheets/posts.scss */
  .post-show-page .post-show-header .post-header-actions-row-1 {
    display: none;
  }
  /* line 539, app/assets/stylesheets/posts.scss */
  .post-show-page .post-show-header .post-header-actions-row-2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    width: 100%;
    flex-wrap: wrap;
  }
  /* line 547, app/assets/stylesheets/posts.scss */
  .post-show-page .post-show-header .post-header-actions-row-2 .button {
    flex: 1;
    min-width: 0;
    justify-content: center;
  }
  /* line 553, app/assets/stylesheets/posts.scss */
  .post-show-page .post-show-header .post-header-actions-row-2 .dropdown {
    flex: 1;
    min-width: 0;
    position: relative;
  }
  /* line 558, app/assets/stylesheets/posts.scss */
  .post-show-page .post-show-header .post-header-actions-row-2 .dropdown .button {
    width: 100%;
    justify-content: center;
  }
  /* line 563, app/assets/stylesheets/posts.scss */
  .post-show-page .post-show-header .post-header-actions-row-2 .dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    margin-top: 4px;
    min-width: 200px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }
  /* line 577, app/assets/stylesheets/posts.scss */
  .post-show-page .box-body {
    padding: 16px;
  }
  /* line 580, app/assets/stylesheets/posts.scss */
  .post-show-page .box-body .trix-content {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
  /* line 584, app/assets/stylesheets/posts.scss */
  .post-show-page .box-body .trix-content img {
    max-width: 100%;
    height: auto;
  }
  /* line 589, app/assets/stylesheets/posts.scss */
  .post-show-page .box-body .trix-content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  /* line 599, app/assets/stylesheets/posts.scss */
  .post-show-page .comment-box .comment-box-body .box-header {
    padding: 16px;
    margin-bottom: 0;
  }
  /* line 603, app/assets/stylesheets/posts.scss */
  .post-show-page .comment-box .comment-box-body .box-header h4 {
    font-size: 1.125rem;
    margin: 0;
  }
  /* line 609, app/assets/stylesheets/posts.scss */
  .post-show-page .comment-box .comment-box-body .comments {
    padding: 0 16px;
  }
  /* line 615, app/assets/stylesheets/posts.scss */
  .post-show-page #notification_subscription_for_post {
    padding: 16px;
  }
}

@media (min-width: 768px) {
  /* line 624, app/assets/stylesheets/posts.scss */
  .post-show-page .post-show-header .post-header-actions-row-2 {
    display: none;
  }
}

/* line 637, app/assets/stylesheets/posts.scss */
.modern-ui-body .box .modern-badge-header__pills .modern-info-pill img.rounded-circle {
  flex-shrink: 0;
  border: 2px solid rgba(255, 255, 255, 0.8);
}

/* line 644, app/assets/stylesheets/posts.scss */
.modern-ui-body .box .modern-badge-header__pills .modern-info-pill.dropdown-toggle::after {
  margin-left: 6px;
  vertical-align: 0.15em;
}

/* line 651, app/assets/stylesheets/posts.scss */
.modern-ui-body .box .modern-badge-header__pills .modern-info-pill[data-controller="user-profile-modal"] {
  transition: all 150ms ease;
}

/* line 654, app/assets/stylesheets/posts.scss */
.modern-ui-body .box .modern-badge-header__pills .modern-info-pill[data-controller="user-profile-modal"]:hover {
  background-color: rgba(148, 163, 184, 0.18);
  transform: translateY(-1px);
}

/* line 1, app/assets/stylesheets/studio_filter.scss */
.box[data-controller="studio-filter"] .box-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* line 7, app/assets/stylesheets/studio_filter.scss */
.box[data-controller="studio-filter"] .header-top-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

/* line 14, app/assets/stylesheets/studio_filter.scss */
.box[data-controller="studio-filter"] .search-section {
  width: 100%;
  margin: 0.5rem 0 0 0;
  padding: 0;
}

@media (max-width: 768px) {
  /* line 14, app/assets/stylesheets/studio_filter.scss */
  .box[data-controller="studio-filter"] .search-section {
    margin: 0.375rem 0 0 0;
  }
}

/* line 24, app/assets/stylesheets/studio_filter.scss */
.box[data-controller="studio-filter"] .search-container {
  position: relative;
  width: 100%;
  max-width: none;
}

@media (max-width: 768px) {
  /* line 24, app/assets/stylesheets/studio_filter.scss */
  .box[data-controller="studio-filter"] .search-container {
    max-width: none;
  }
}

/* line 34, app/assets/stylesheets/studio_filter.scss */
.bulletin-board-single-studio .box-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* line 40, app/assets/stylesheets/studio_filter.scss */
.bulletin-board-single-studio .header-top-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

/* line 47, app/assets/stylesheets/studio_filter.scss */
.bulletin-board-single-studio .box-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 53, app/assets/stylesheets/studio_filter.scss */
.bulletin-board-single-studio .search-and-filter-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  /* line 53, app/assets/stylesheets/studio_filter.scss */
  .bulletin-board-single-studio .search-and-filter-row {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    justify-content: stretch;
  }
}

/* line 68, app/assets/stylesheets/studio_filter.scss */
.bulletin-board-single-studio .search-section {
  width: 100%;
  margin: 0.5rem 0 0 0;
  padding: 0;
}

@media (max-width: 768px) {
  /* line 68, app/assets/stylesheets/studio_filter.scss */
  .bulletin-board-single-studio .search-section {
    margin: 0.375rem 0 0 0;
  }
}

/* line 78, app/assets/stylesheets/studio_filter.scss */
.bulletin-board-single-studio .search-container {
  position: relative;
  width: 100%;
  max-width: none;
}

@media (max-width: 768px) {
  /* line 78, app/assets/stylesheets/studio_filter.scss */
  .bulletin-board-single-studio .search-container {
    max-width: none;
  }
}

/* line 88, app/assets/stylesheets/studio_filter.scss */
.search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

/* line 93, app/assets/stylesheets/studio_filter.scss */
.search-input-wrapper .search-icon {
  position: absolute;
  left: 14px;
  width: 18px;
  height: 18px;
  color: #6c757d;
  z-index: 2;
  pointer-events: none;
}

/* line 103, app/assets/stylesheets/studio_filter.scss */
.search-input-wrapper .search-input {
  width: 100%;
  padding: 10px 14px 10px 44px;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  font-size: 15px;
  background-color: #fff;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 113, app/assets/stylesheets/studio_filter.scss */
.search-input-wrapper .search-input:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 119, app/assets/stylesheets/studio_filter.scss */
.search-input-wrapper .search-input::-moz-placeholder {
  color: #6c757d;
  font-size: 15px;
  font-weight: 400;
}
.search-input-wrapper .search-input::placeholder {
  color: #6c757d;
  font-size: 15px;
  font-weight: 400;
}

/* line 126, app/assets/stylesheets/studio_filter.scss */
.search-input-wrapper .clear-search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  color: #6c757d;
  border-radius: 4px;
  display: none;
  z-index: 2;
  transition: all 0.2s ease;
}

/* line 141, app/assets/stylesheets/studio_filter.scss */
.search-input-wrapper .clear-search-btn:hover {
  background-color: #f8f9fa;
  color: #495057;
  transform: translateY(-50%) scale(1.1);
}

/* line 147, app/assets/stylesheets/studio_filter.scss */
.search-input-wrapper .clear-search-btn i {
  width: 14px;
  height: 14px;
}

/* line 155, app/assets/stylesheets/studio_filter.scss */
.studio-filter-dropdown {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
}

/* line 160, app/assets/stylesheets/studio_filter.scss */
.studio-filter-dropdown .button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 165, app/assets/stylesheets/studio_filter.scss */
.studio-filter-dropdown .button i {
  width: 16px;
  height: 16px;
}

/* line 170, app/assets/stylesheets/studio_filter.scss */
.studio-filter-dropdown .button span[data-selected-count] {
  font-size: 0.875rem;
  color: #6c757d;
}

/* line 177, app/assets/stylesheets/studio_filter.scss */
.studio-filter-menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  background: white;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  min-width: 280px;
  max-height: 400px;
  overflow-y: auto;
  z-index: 1000;
}

/* line 190, app/assets/stylesheets/studio_filter.scss */
.studio-filter-menu.show {
  display: block !important;
}

/* line 194, app/assets/stylesheets/studio_filter.scss */
.studio-filter-menu .dropdown-search {
  padding: 0.75rem 1rem;
}

/* line 197, app/assets/stylesheets/studio_filter.scss */
.studio-filter-menu .dropdown-search input {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  font-size: 0.875rem;
}

/* line 204, app/assets/stylesheets/studio_filter.scss */
.studio-filter-menu .dropdown-search input:focus {
  outline: none;
  border-color: #3498db;
}

/* line 211, app/assets/stylesheets/studio_filter.scss */
.studio-filter-menu .dropdown-content {
  padding: 0.5rem 0;
  max-height: 350px;
  overflow-y: auto;
}

/* line 217, app/assets/stylesheets/studio_filter.scss */
.studio-filter-menu .select-all-option {
  padding: 0;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 222, app/assets/stylesheets/studio_filter.scss */
.studio-filter-menu .select-all-option .select-all-label {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: background-color 0.15s ease;
  font-weight: 600;
}

/* line 230, app/assets/stylesheets/studio_filter.scss */
.studio-filter-menu .select-all-option .select-all-label:hover {
  background-color: #f8f9fa;
}

/* line 234, app/assets/stylesheets/studio_filter.scss */
.studio-filter-menu .select-all-option .select-all-label input[type="checkbox"] {
  margin-right: 0.75rem;
  cursor: pointer;
}

/* line 239, app/assets/stylesheets/studio_filter.scss */
.studio-filter-menu .select-all-option .select-all-label span {
  flex: 1;
  font-size: 0.925rem;
}

/* line 246, app/assets/stylesheets/studio_filter.scss */
.studio-filter-menu .dropdown-divider {
  height: 1px;
  background: #f0f0f0;
  margin: 0.5rem 0;
}

/* line 253, app/assets/stylesheets/studio_filter.scss */
.studio-filter-menu .filter-group:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 259, app/assets/stylesheets/studio_filter.scss */
.studio-filter-menu .filter-group .filter-group-header {
  padding: 0.5rem 1rem;
  font-weight: 600;
  font-size: 0.875rem;
  color: #495057;
  background-color: #f8f9fa;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* line 269, app/assets/stylesheets/studio_filter.scss */
.studio-filter-menu .filter-group .filter-option {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: background-color 0.15s ease;
}

/* line 276, app/assets/stylesheets/studio_filter.scss */
.studio-filter-menu .filter-group .filter-option:hover {
  background-color: #f8f9fa;
}

/* line 280, app/assets/stylesheets/studio_filter.scss */
.studio-filter-menu .filter-group .filter-option input[type="checkbox"] {
  margin-right: 0.75rem;
  cursor: pointer;
}

/* line 284, app/assets/stylesheets/studio_filter.scss */
.studio-filter-menu .filter-group .filter-option input[type="checkbox"]:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

/* line 290, app/assets/stylesheets/studio_filter.scss */
.studio-filter-menu .filter-group .filter-option span {
  flex: 1;
  font-size: 0.925rem;
}

/* line 295, app/assets/stylesheets/studio_filter.scss */
.studio-filter-menu .filter-group .filter-option small {
  margin-left: 0.5rem;
  font-size: 0.75rem;
}

/* line 306, app/assets/stylesheets/studio_filter.scss */
.bulletin-tag-filter-dropdown.studio-filter-dropdown .filter-group .filter-option span {
  font-weight: 600;
  color: #212529;
}

/* line 313, app/assets/stylesheets/studio_filter.scss */
.position-relative:has(#post-search-loader) {
  min-height: 300px;
}

@media (max-width: 768px) {
  /* line 318, app/assets/stylesheets/studio_filter.scss */
  .box[data-controller="studio-filter"] .box-header {
    gap: 0.75rem;
  }
  /* line 322, app/assets/stylesheets/studio_filter.scss */
  .box[data-controller="studio-filter"] .header-top-row {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }
  /* line 329, app/assets/stylesheets/studio_filter.scss */
  .box[data-controller="studio-filter"] .search-section .search-input {
    font-size: 16px;
  }
  /* line 334, app/assets/stylesheets/studio_filter.scss */
  .bulletin-board-single-studio .box-header {
    gap: 0.75rem;
  }
  /* line 338, app/assets/stylesheets/studio_filter.scss */
  .bulletin-board-single-studio .header-top-row {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }
  /* line 345, app/assets/stylesheets/studio_filter.scss */
  .bulletin-board-single-studio .search-section .search-input {
    font-size: 16px;
  }
  /* line 352, app/assets/stylesheets/studio_filter.scss */
  .search-and-filter-row .studio-filter-dropdown .studio-filter-menu {
    left: 0;
    right: auto;
  }
  /* line 361, app/assets/stylesheets/studio_filter.scss */
  .box-header-actions .search-and-filter-row .button {
    width: 100%;
    justify-content: center;
  }
}

/* line 2, app/assets/stylesheets/lists.scss */
.resource-list .resource {
  padding: 8px 0;
  border-top: 1px solid #e6ebf1;
}

/* line 6, app/assets/stylesheets/lists.scss */
.resource-list .resource:last-child {
  border-bottom: 1px solid #e6ebf1;
}

/* line 1, app/assets/stylesheets/tables.scss */
.table {
  margin-bottom: 0;
}

/* line 4, app/assets/stylesheets/tables.scss */
.table thead {
  background-color: #fafbfd;
}

/* line 7, app/assets/stylesheets/tables.scss */
.table thead th {
  border: 0;
  font-weight: 300;
  color: #283c46;
  text-transform: capitalize;
}

/* line 13, app/assets/stylesheets/tables.scss */
.table thead th.padding-sm {
  padding: 4px;
}

/* line 19, app/assets/stylesheets/tables.scss */
.table th, .table td {
  font-weight: 300;
  color: #525f7f;
  font-size: 0.9rem;
}

/* line 24, app/assets/stylesheets/tables.scss */
.table th.compact-cell, .table td.compact-cell {
  max-width: 140px;
  word-wrap: break-word;
  padding: 6px;
}

/* line 29, app/assets/stylesheets/tables.scss */
.table th.compact-cell .vertical-writing, .table td.compact-cell .vertical-writing {
  line-height: 1.1;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 80px;
}

/* line 39, app/assets/stylesheets/tables.scss */
.table th.semi-compact-cell, .table td.semi-compact-cell {
  max-width: 240px;
  word-wrap: break-word;
}

/* line 44, app/assets/stylesheets/tables.scss */
.table th:focus, .table th:active, .table td:focus, .table td:active {
  outline: none;
}

/* line 48, app/assets/stylesheets/tables.scss */
.table th .tablesorter-header-inner, .table td .tablesorter-header-inner {
  margin-right: 10px;
}

/* line 53, app/assets/stylesheets/tables.scss */
.table td i {
  font-size: 1.25rem;
  color: #525f7f;
  margin: 0 5px;
}

/* line 59, app/assets/stylesheets/tables.scss */
.table .buffer-cell {
  background-color: rgba(52, 152, 219, 0.1);
}

/* line 64, app/assets/stylesheets/tables.scss */
.table .more-menu .dropdown-toggle {
  opacity: 0.7;
  transition: 200ms all;
}

/* line 68, app/assets/stylesheets/tables.scss */
.table .more-menu .dropdown-toggle:hover {
  opacity: 1;
}

/* line 74, app/assets/stylesheets/tables.scss */
.table a:hover, .table a:active, .table a:focus {
  outline: none;
}

/* line 78, app/assets/stylesheets/tables.scss */
.table tr.clickable {
  transition: 80ms all;
}

/* line 81, app/assets/stylesheets/tables.scss */
.table tr.clickable:hover {
  background-color: #f6f9fb;
  opacity: 1;
}

/* line 87, app/assets/stylesheets/tables.scss */
.table tr.draft {
  background-color: rgba(245, 120, 79, 0.1);
}

/* line 91, app/assets/stylesheets/tables.scss */
.table tr.archived {
  opacity: 0.35;
}

/* line 96, app/assets/stylesheets/tables.scss */
.table.vertical-align-m th, .table.vertical-align-m td {
  vertical-align: middle;
}

/* line 102, app/assets/stylesheets/tables.scss */
.table .divider, .table-divider {
  padding: 0.5rem 0.75rem;
  font-weight: 500;
  background-color: rgba(52, 152, 219, 0.1);
  font-size: 0.8rem;
  color: #525f7f;
}

/* line 109, app/assets/stylesheets/tables.scss */
.table .divider th, .table-divider th {
  font-weight: 500;
  padding: 0.5rem 0.75rem;
}

/* line 114, app/assets/stylesheets/tables.scss */
.table .divider.bg-light-purple, .table-divider.bg-light-purple {
  background-color: rgba(77, 67, 193, 0.1);
}

/* line 118, app/assets/stylesheets/tables.scss */
.table .divider.with-separator-top, .table-divider.with-separator-top {
  border-top: 1px solid #dee2e6;
}

/* line 122, app/assets/stylesheets/tables.scss */
.table .divider.with-separator-bottom, .table-divider.with-separator-bottom {
  border-bottom: 1px solid #dee2e6;
}

/* line 127, app/assets/stylesheets/tables.scss */
.spinner-wrapper {
  left: 0%;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
  width: 112px;
  height: 112px;
  border-radius: 50px;
  display: block;
  overflow: hidden;
}

/* line 138, app/assets/stylesheets/tables.scss */
.table tr.auto-enrolled {
  background-color: #fafafa;
}

/* line 141, app/assets/stylesheets/tables.scss */
.table tr.auto-enrolled:hover {
  background-color: #fafafa;
  cursor: default;
}

/* line 146, app/assets/stylesheets/tables.scss */
.table tr.auto-enrolled > th:first-child,
.table tr.auto-enrolled > td {
  color: #aaa;
}

/* line 151, app/assets/stylesheets/tables.scss */
.table tr.auto-enrolled .pill.grey {
  background-color: #e0e0e0;
  color: #666;
}

/* line 157, app/assets/stylesheets/tables.scss */
.table .more-menu .dropdown-menu {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 163, app/assets/stylesheets/tables.scss */
.box-table {
  position: relative;
}

/* line 170, app/assets/stylesheets/tables.scss */
.table .drag-handle-cell {
  width: 40px;
  padding: 8px;
  text-align: right;
  vertical-align: middle;
}

/* line 176, app/assets/stylesheets/tables.scss */
.table .drag-handle-cell .drag-handle {
  color: #525f7f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
  transition: color 0.2s ease;
  margin-right: 0;
  z-index: 50;
  line-height: 1;
}

/* line 187, app/assets/stylesheets/tables.scss */
.table .drag-handle-cell .drag-handle:hover {
  color: #343c51;
}

/* line 191, app/assets/stylesheets/tables.scss */
.table .drag-handle-cell .drag-handle:active {
  cursor: grabbing;
}

/* line 195, app/assets/stylesheets/tables.scss */
.table .drag-handle-cell .drag-handle i {
  width: 20px;
  height: 20px;
}

/* line 204, app/assets/stylesheets/tables.scss */
.table tbody.badge-size-sm .drag-handle-cell {
  vertical-align: middle;
  text-align: center;
}

/* line 212, app/assets/stylesheets/tables.scss */
.table tbody.badge-size-lg .drag-handle-cell {
  vertical-align: top;
  text-align: right;
  padding-top: 15px;
}

/* line 220, app/assets/stylesheets/tables.scss */
.table tr.category-row {
  transition: opacity 0.2s ease;
}

/* line 223, app/assets/stylesheets/tables.scss */
.table tr.category-row.dragging {
  opacity: 0.5;
  background-color: #f6f9fb;
}

/* line 228, app/assets/stylesheets/tables.scss */
.table tr.category-row.ui-sortable-helper {
  cursor: grabbing !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  display: table;
}

/* line 237, app/assets/stylesheets/tables.scss */
.table .sortable-placeholder {
  background-color: #fdfefe;
  border: 2px dashed #d3e1eb;
  visibility: visible !important;
}

/* line 242, app/assets/stylesheets/tables.scss */
.table .sortable-placeholder td {
  visibility: hidden;
}

@media (max-width: 768px) {
  /* line 251, app/assets/stylesheets/tables.scss */
  .table .drag-handle-cell {
    width: 32px;
    padding: 4px;
  }
  /* line 255, app/assets/stylesheets/tables.scss */
  .table .drag-handle-cell .drag-handle i {
    width: 16px;
    height: 16px;
  }
}

/* line 141, app/assets/stylesheets/variables.scss */
.blue {
  color: #003a68;
}

/* line 142, app/assets/stylesheets/variables.scss */
.light-blue {
  color: #3498db;
}

/* line 143, app/assets/stylesheets/variables.scss */
.red {
  color: #e74c3c;
}

/* line 144, app/assets/stylesheets/variables.scss */
.green {
  color: #27ae60;
}

/* line 145, app/assets/stylesheets/variables.scss */
.yellow {
  color: #EAAD21;
}

/* line 146, app/assets/stylesheets/variables.scss */
.yellow-fill {
  fill: #EAAD21;
}

/* line 147, app/assets/stylesheets/variables.scss */
.purple {
  color: #4D43C1;
}

/* line 148, app/assets/stylesheets/variables.scss */
.orange {
  color: #f5784f;
}

/* line 149, app/assets/stylesheets/variables.scss */
.grey {
  color: #525f7f;
}

/* line 150, app/assets/stylesheets/variables.scss */
.icon-grey {
  color: #dce0e0;
}

/* line 151, app/assets/stylesheets/variables.scss */
.black {
  color: #283c46;
}

/* line 152, app/assets/stylesheets/variables.scss */
.white {
  color: white;
}

/* line 153, app/assets/stylesheets/variables.scss */
.light-mint {
  color: #0891b2;
}

/* line 155, app/assets/stylesheets/variables.scss */
.bg-yellow {
  background-color: #EAAD21;
}

/* line 156, app/assets/stylesheets/variables.scss */
.bg-blue {
  background-color: #003a68;
}

/* line 157, app/assets/stylesheets/variables.scss */
.bg-light-blue {
  background-color: #3498db;
}

/* line 158, app/assets/stylesheets/variables.scss */
.bg-red {
  background-color: #e74c3c;
}

/* line 159, app/assets/stylesheets/variables.scss */
.bg-green {
  background-color: #27ae60;
}

/* line 160, app/assets/stylesheets/variables.scss */
.bg-white {
  background-color: white;
}

/* line 161, app/assets/stylesheets/variables.scss */
.bg-grey {
  background-color: #f6f9fb;
}

/* line 162, app/assets/stylesheets/variables.scss */
.bg-purple {
  background-color: #4D43C1;
}

/* line 163, app/assets/stylesheets/variables.scss */
.bg-light-purple {
  background-color: rgba(77, 67, 193, 0.1);
}

/* line 164, app/assets/stylesheets/variables.scss */
.pill.bg-light-blue {
  background-color: #3498db !important;
}

/* line 7, app/assets/stylesheets/modern/sections.scss */
.modern-ui-body .modern-badges-section {
  position: relative;
  border-radius: 24px;
  background: white;
  padding: 32px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border: 1px solid #dfe7f2;
}

/* line 15, app/assets/stylesheets/modern/sections.scss */
.modern-ui-body .modern-badges-section.modern-badges-section-no-border {
  border: none;
}

/* line 21, app/assets/stylesheets/modern/sections.scss */
.modern-ui-body .modern-table-wrapper {
  overflow-x: auto;
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid #D9D9D9;
  margin-top: 0;
  padding: 0;
}

/* line 32, app/assets/stylesheets/modern/sections.scss */
.modern-ui-body .modern-badge-plan-wrapper {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  overflow: visible;
}

/* line 41, app/assets/stylesheets/modern/sections.scss */
.modern-ui-body .modern-table-scroll-container {
  overflow-y: auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  max-height: calc(100vh - 200px);
}

/* line 51, app/assets/stylesheets/modern/sections.scss */
.modern-ui-body .modern-table-scroll-container .modern-table,
.modern-ui-body .modern-table-scroll-container .modern-badge-plan-matrix {
  width: 100%;
}

/* line 60, app/assets/stylesheets/modern/sections.scss */
.modern-ui-body #loading-spinner {
  border-radius: inherit;
}

/* line 64, app/assets/stylesheets/modern/sections.scss */
.modern-ui-body .loading-spinner {
  border-radius: inherit;
}

/* line 69, app/assets/stylesheets/modern/sections.scss */
.modern-ui-body .modern-table-wrapper {
  position: relative;
}

/* line 72, app/assets/stylesheets/modern/sections.scss */
.modern-ui-body .modern-table-wrapper .loading-spinner {
  border-radius: 16px;
}

/* line 78, app/assets/stylesheets/modern/sections.scss */
.modern-ui-body .modern-table-empty {
  padding: 48px 24px;
  text-align: center;
  color: #9ca3af;
  font-size: 0.875rem;
  font-weight: 400;
}

@media (max-width: 768px) {
  /* line 92, app/assets/stylesheets/modern/sections.scss */
  .modern-ui-body .modern-badges-section,
.modern-ui-body .box {
    padding: 16px;
    border-radius: 16px;
    overflow: visible;
  }
  /* line 99, app/assets/stylesheets/modern/sections.scss */
  .modern-ui-body .box-table {
    padding: 0;
    margin-top: 16px;
  }
  /* line 105, app/assets/stylesheets/modern/sections.scss */
  .modern-ui-body .modern-learner-header {
    flex-shrink: 0;
  }
  /* line 110, app/assets/stylesheets/modern/sections.scss */
  .modern-ui-body .modern-table-wrapper,
.modern-ui-body .box-table {
    overflow: visible;
    border-radius: 12px;
  }
  /* line 117, app/assets/stylesheets/modern/sections.scss */
  .modern-ui-body .modern-table-scroll-container {
    max-height: calc(100vh - 250px);
    background: linear-gradient(90deg, white 30%, rgba(255, 255, 255, 0)), linear-gradient(90deg, rgba(255, 255, 255, 0), white 70%) 100% 0, radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0)) 100% 0;
    background-repeat: no-repeat;
    background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
    background-attachment: local, local, scroll, scroll;
  }
  /* line 131, app/assets/stylesheets/modern/sections.scss */
  .modern-ui-body .modern-table-scroll-container .modern-table,
.modern-ui-body .modern-table-scroll-container .modern-badge-plan-matrix {
    min-width: 600px;
  }
  /* line 138, app/assets/stylesheets/modern/sections.scss */
  .modern-ui-body .modern-table-empty {
    padding: 32px 16px;
    font-size: 0.8125rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  /* line 145, app/assets/stylesheets/modern/sections.scss */
  .modern-ui-body .modern-badges-section {
    padding: 24px;
  }
}

@media (max-width: 480px) {
  /* line 151, app/assets/stylesheets/modern/sections.scss */
  .modern-ui-body .modern-badges-section,
.modern-ui-body .box {
    padding: 12px;
    border-radius: 12px;
  }
  /* line 157, app/assets/stylesheets/modern/sections.scss */
  .modern-ui-body .box-table {
    margin-top: 12px;
  }
}

/* line 7, app/assets/stylesheets/modern/tables.scss */
.modern-ui-body .modern-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.875rem;
}

/* line 15, app/assets/stylesheets/modern/tables.scss */
.modern-ui-body .modern-table thead th {
  text-align: left;
  padding: 12px;
  border-bottom: 1px solid #D9D9D9;
  font-weight: 500;
  color: #1f2937;
  background: transparent;
  font-size: 0.875rem;
  text-transform: none;
  vertical-align: bottom;
}

/* line 27, app/assets/stylesheets/modern/tables.scss */
.modern-ui-body .modern-table thead th.compact-cell .vertical-writing {
  display: flex;
  flex-direction: column;
  text-align: right;
  align-items: flex-end;
  justify-content: flex-end;
}

/* line 40, app/assets/stylesheets/modern/tables.scss */
.modern-ui-body .modern-table tbody tr {
  transition: background-color 100ms ease;
}

/* line 43, app/assets/stylesheets/modern/tables.scss */
.modern-ui-body .modern-table tbody tr:hover {
  background-color: #f9fafb;
}

/* line 47, app/assets/stylesheets/modern/tables.scss */
.modern-ui-body .modern-table tbody tr.clickable {
  cursor: pointer;
}

/* line 52, app/assets/stylesheets/modern/tables.scss */
.modern-ui-body .modern-table tbody tr.draft {
  background-color: rgba(255, 158, 27, 0.03);
}

/* line 57, app/assets/stylesheets/modern/tables.scss */
.modern-ui-body .modern-table tbody tr.archived {
  opacity: 0.5;
}

/* line 62, app/assets/stylesheets/modern/tables.scss */
.modern-ui-body .modern-table tbody th,
.modern-ui-body .modern-table tbody td {
  padding: 12px;
  border-bottom: 1px solid #D9D9D9;
  color: #4b5563;
  font-weight: 400;
}

/* line 69, app/assets/stylesheets/modern/tables.scss */
.modern-ui-body .modern-table tbody th:first-child,
.modern-ui-body .modern-table tbody td:first-child {
  font-weight: 500;
  color: #1f2937;
}

/* line 77, app/assets/stylesheets/modern/tables.scss */
.modern-ui-body .modern-table tbody tr:last-child th,
.modern-ui-body .modern-table tbody tr:last-child td {
  border-bottom: none;
}

/* line 89, app/assets/stylesheets/modern/tables.scss */
.modern-ui-body .modern-table thead .search-field,
.modern-ui-body .modern-table thead input[type="text"],
.modern-ui-body .modern-table thead input[type="search"] {
  width: 100%;
  padding: 8px 12px;
  border: 0;
  border-radius: 6px;
  font-size: 0.875rem;
  color: #374151;
  background: #f9fafb;
  transition: all 100ms ease;
  outline: none;
}

/* line 102, app/assets/stylesheets/modern/tables.scss */
.modern-ui-body .modern-table thead .search-field::-moz-placeholder, .modern-ui-body .modern-table thead input[type="text"]::-moz-placeholder, .modern-ui-body .modern-table thead input[type="search"]::-moz-placeholder {
  color: #9ca3af;
}
.modern-ui-body .modern-table thead .search-field::placeholder,
.modern-ui-body .modern-table thead input[type="text"]::placeholder,
.modern-ui-body .modern-table thead input[type="search"]::placeholder {
  color: #9ca3af;
}

/* line 106, app/assets/stylesheets/modern/tables.scss */
.modern-ui-body .modern-table thead .search-field:focus,
.modern-ui-body .modern-table thead input[type="text"]:focus,
.modern-ui-body .modern-table thead input[type="search"]:focus {
  background: #fff;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.15);
}

/* line 111, app/assets/stylesheets/modern/tables.scss */
.modern-ui-body .modern-table thead .search-field:hover:not(:focus),
.modern-ui-body .modern-table thead input[type="text"]:hover:not(:focus),
.modern-ui-body .modern-table thead input[type="search"]:hover:not(:focus) {
  background: #f3f4f6;
}

/* line 120, app/assets/stylesheets/modern/tables.scss */
.modern-ui-body .badge-assignment-grid-table.modern-table {
  border-collapse: separate;
  border-spacing: 0;
}

/* line 125, app/assets/stylesheets/modern/tables.scss */
.modern-ui-body .badge-assignment-grid-table.modern-table thead th,
.modern-ui-body .badge-assignment-grid-table.modern-table tbody th,
.modern-ui-body .badge-assignment-grid-table.modern-table tbody td {
  border: none;
  padding: 12px 8px;
}

/* line 134, app/assets/stylesheets/modern/tables.scss */
.modern-ui-body .badge-assignment-grid-table thead th.center,
.modern-ui-body .badge-assignment-grid-table tbody th.center {
  text-align: center;
}

/* line 139, app/assets/stylesheets/modern/tables.scss */
.modern-ui-body .badge-assignment-grid-table tbody th.vertical-align-middle {
  vertical-align: middle;
}

/* line 144, app/assets/stylesheets/modern/tables.scss */
.modern-ui-body .badge-assignment-grid-table .badge-assignment-grid-cards-level {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  gap: 0.5rem;
}

/* line 154, app/assets/stylesheets/modern/tables.scss */
.modern-ui-body .avatar-and-name {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 159, app/assets/stylesheets/modern/tables.scss */
.modern-ui-body .avatar-and-name .avatar {
  flex-shrink: 0;
}

/* line 162, app/assets/stylesheets/modern/tables.scss */
.modern-ui-body .avatar-and-name .avatar.xs {
  width: 32px;
  height: 32px;
}

@media (max-width: 768px) {
  /* line 174, app/assets/stylesheets/modern/tables.scss */
  .modern-ui-body .modern-table {
    min-width: 600px;
    font-size: 0.8125rem;
  }
  /* line 178, app/assets/stylesheets/modern/tables.scss */
  .modern-ui-body .modern-table thead th {
    padding: 10px 8px;
    font-size: 0.8125rem;
  }
  /* line 184, app/assets/stylesheets/modern/tables.scss */
  .modern-ui-body .modern-table tbody th, .modern-ui-body .modern-table tbody td {
    padding: 10px 8px;
    font-size: 0.8125rem;
  }
  /* line 192, app/assets/stylesheets/modern/tables.scss */
  .modern-ui-body .modern-table.badges-index-table th:nth-child(3),
.modern-ui-body .modern-table.badges-index-table td:nth-child(3),
.modern-ui-body .modern-table.badges-index-table th:nth-child(4),
.modern-ui-body .modern-table.badges-index-table td:nth-child(4) {
    display: none;
  }
  /* line 203, app/assets/stylesheets/modern/tables.scss */
  .modern-ui-body #users-table.modern-table th:nth-child(3),
.modern-ui-body #users-table.modern-table td:nth-child(3),
.modern-ui-body #users-table.modern-table th:nth-child(5),
.modern-ui-body #users-table.modern-table td:nth-child(5) {
    display: none;
  }
  /* line 213, app/assets/stylesheets/modern/tables.scss */
  .modern-ui-body #schools-table.modern-table th:nth-child(3),
.modern-ui-body #schools-table.modern-table td:nth-child(3),
.modern-ui-body #schools-table.modern-table th:nth-child(4),
.modern-ui-body #schools-table.modern-table td:nth-child(4) {
    display: none;
  }
  /* line 223, app/assets/stylesheets/modern/tables.scss */
  .modern-ui-body #categories-table.modern-table th:nth-child(3),
.modern-ui-body #categories-table.modern-table td:nth-child(3),
.modern-ui-body #categories-table.modern-table th:nth-child(4),
.modern-ui-body #categories-table.modern-table td:nth-child(4),
.modern-ui-body #categories-table.modern-table th:nth-child(5),
.modern-ui-body #categories-table.modern-table td:nth-child(5) {
    display: none;
  }
  /* line 235, app/assets/stylesheets/modern/tables.scss */
  .modern-ui-body .modern-table.badge-reviews-table th:nth-child(3),
.modern-ui-body .modern-table.badge-reviews-table td:nth-child(3),
.modern-ui-body .modern-table.badge-reviews-table th:nth-child(5),
.modern-ui-body .modern-table.badge-reviews-table td:nth-child(5), .modern-ui-body .modern-table.past-reviews-table th:nth-child(3),
.modern-ui-body .modern-table.past-reviews-table td:nth-child(3),
.modern-ui-body .modern-table.past-reviews-table th:nth-child(5),
.modern-ui-body .modern-table.past-reviews-table td:nth-child(5) {
    display: none;
  }
  /* line 244, app/assets/stylesheets/modern/tables.scss */
  .modern-ui-body .modern-table.badge-library-table th:nth-child(3),
.modern-ui-body .modern-table.badge-library-table td:nth-child(3) {
    display: none;
  }
  /* line 254, app/assets/stylesheets/modern/tables.scss */
  .modern-ui-body .avatar-and-name .avatar.xs {
    width: 28px;
    height: 28px;
  }
  /* line 263, app/assets/stylesheets/modern/tables.scss */
  .modern-ui-body .modern-table tbody tr.clickable {
    cursor: pointer;
  }
  /* line 267, app/assets/stylesheets/modern/tables.scss */
  .modern-ui-body .modern-table tbody tr.clickable th, .modern-ui-body .modern-table tbody tr.clickable td {
    min-height: 44px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  /* line 275, app/assets/stylesheets/modern/tables.scss */
  .modern-ui-body .modern-table {
    font-size: 0.8125rem;
  }
  /* line 278, app/assets/stylesheets/modern/tables.scss */
  .modern-ui-body .modern-table thead th,
.modern-ui-body .modern-table tbody th,
.modern-ui-body .modern-table tbody td {
    padding: 11px;
  }
}

@media (max-width: 480px) {
  /* line 287, app/assets/stylesheets/modern/tables.scss */
  .modern-ui-body .modern-table {
    min-width: 500px;
    font-size: 0.75rem;
  }
  /* line 291, app/assets/stylesheets/modern/tables.scss */
  .modern-ui-body .modern-table thead th {
    padding: 8px 6px;
    font-size: 0.75rem;
  }
  /* line 297, app/assets/stylesheets/modern/tables.scss */
  .modern-ui-body .modern-table tbody th, .modern-ui-body .modern-table tbody td {
    padding: 8px 6px;
    font-size: 0.75rem;
  }
}

/* line 306, app/assets/stylesheets/modern/tables.scss */
.modern-ui-body .drag-handle-cell {
  width: 40px;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}

/* line 312, app/assets/stylesheets/modern/tables.scss */
.modern-ui-body .drag-handle-cell .drag-handle {
  color: #6c757d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
  transition: color 0.2s ease;
}

/* line 320, app/assets/stylesheets/modern/tables.scss */
.modern-ui-body .drag-handle-cell .drag-handle:hover {
  color: #495057;
}

/* line 324, app/assets/stylesheets/modern/tables.scss */
.modern-ui-body .drag-handle-cell .drag-handle:active {
  cursor: grabbing;
}

/* line 328, app/assets/stylesheets/modern/tables.scss */
.modern-ui-body .drag-handle-cell .drag-handle i {
  width: 20px;
  height: 20px;
}

/* line 336, app/assets/stylesheets/modern/tables.scss */
.modern-ui-body .drag-modern-ui-category {
  vertical-align: top;
}

/* line 342, app/assets/stylesheets/modern/tables.scss */
.modern-ui-body tbody.badge-size-lg .drag-handle-cell {
  vertical-align: top;
  text-align: right;
  padding-top: 15px;
  margin-left: 12px;
}

/* line 350, app/assets/stylesheets/modern/tables.scss */
.modern-ui-body tr.category-row {
  transition: opacity 0.2s ease;
}

/* line 353, app/assets/stylesheets/modern/tables.scss */
.modern-ui-body tr.category-row.dragging {
  opacity: 0.5;
  background-color: #f8f9fa;
}

/* line 358, app/assets/stylesheets/modern/tables.scss */
.modern-ui-body tr.category-row.ui-sortable-helper {
  cursor: grabbing !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  display: table;
}

/* line 366, app/assets/stylesheets/modern/tables.scss */
.modern-ui-body .sortable-placeholder {
  background-color: #e9ecef;
  border: 2px dashed #adb5bd;
  visibility: visible !important;
}

/* line 371, app/assets/stylesheets/modern/tables.scss */
.modern-ui-body .sortable-placeholder td {
  visibility: hidden;
}

@media (max-width: 768px) {
  /* line 378, app/assets/stylesheets/modern/tables.scss */
  .modern-ui-body .drag-handle-cell {
    width: 32px;
    padding: 4px;
  }
  /* line 382, app/assets/stylesheets/modern/tables.scss */
  .modern-ui-body .drag-handle-cell .drag-handle i {
    width: 16px;
    height: 16px;
  }
}

/* line 391, app/assets/stylesheets/modern/tables.scss */
.ui-sortable-helper.badge-plan-drag-helper {
  z-index: 9990;
}

/* line 6, app/assets/stylesheets/modern/headers.scss */
.modern-ui-body .modern-table-header {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between;
}

/* line 13, app/assets/stylesheets/modern/headers.scss */
.modern-ui-body .modern-table-header .modern-header-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

/* line 22, app/assets/stylesheets/modern/headers.scss */
.modern-ui-body .modern-table-header .row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

/* line 31, app/assets/stylesheets/modern/headers.scss */
.modern-ui-body .modern-table-header .modern-table-title {
  font-size: 1.50rem;
  font-weight: 600;
  color: #0f172a;
  margin: 0;
  line-height: 1.2;
}

/* line 39, app/assets/stylesheets/modern/headers.scss */
.modern-ui-body .modern-table-header .modern-header-actions,
.modern-ui-body .modern-table-header .box-header-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

/* line 50, app/assets/stylesheets/modern/headers.scss */
.modern-ui-body .modern-table-header .modern-header-left:has(.card-summary) ~ .modern-header-actions {
  align-self: flex-start;
}

/* line 55, app/assets/stylesheets/modern/headers.scss */
.modern-ui-body .modern-table-header:has(.modern-header-left .card-summary) {
  align-items: flex-start;
}

@media (max-width: 768px) {
  /* line 61, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-table-header:has(.modern-header-left .card-summary) .modern-header-left .card-summary {
    align-items: flex-start;
    gap: 12px;
  }
  /* line 65, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-table-header:has(.modern-header-left .card-summary) .modern-header-left .card-summary .person-wrapper {
    flex-shrink: 0;
    margin-right: 12px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* line 73, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-table-header:has(.modern-header-left .card-summary) .modern-header-left .card-summary .person-wrapper .avatar.card-img {
    height: 86px;
    width: 86px;
    min-width: 86px;
  }
  /* line 79, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-table-header:has(.modern-header-left .card-summary) .modern-header-left .card-summary .person-wrapper .name {
    margin-top: 8px;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.3;
  }
  /* line 87, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-table-header:has(.modern-header-left .card-summary) .modern-header-left .card-summary .card-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  /* line 94, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-table-header:has(.modern-header-left .card-summary) .modern-header-left .card-summary .card-content .modern-table-title {
    max-height: 86px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    margin: 0;
    align-self: flex-start;
  }
  /* line 107, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-table-header:has(.modern-header-left .card-summary) .modern-header-left .card-summary .card-content .info-bits {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 4px;
  }
  /* line 114, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-table-header:has(.modern-header-left .card-summary) .modern-header-left .card-summary .card-content .info-bits .bit {
    display: flex;
    align-items: center;
    margin: 0;
  }
  /* line 124, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-table-header:has(.modern-header-left .card-summary) .modern-header-actions {
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    flex-shrink: 0;
    padding-bottom: 16px;
    margin-bottom: 16px;
    justify-content: center;
  }
  /* line 131, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-table-header:has(.modern-header-left .card-summary) .modern-header-actions .modern-button-border,
.modern-ui-body .modern-table-header:has(.modern-header-left .card-summary) .modern-header-actions .dropdown.more-menu {
    width: auto;
    flex-shrink: 0;
  }
  /* line 136, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-table-header:has(.modern-header-left .card-summary) .modern-header-actions .modern-button-border .modern-button-border,
.modern-ui-body .modern-table-header:has(.modern-header-left .card-summary) .modern-header-actions .dropdown.more-menu .modern-button-border {
    width: auto;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  /* line 151, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-table-header:has(.modern-header-left .card-summary) .modern-header-left .card-summary .card-content .modern-table-title {
    font-size: 1.25rem;
    max-height: 72px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  /* line 161, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-table-header:has(.modern-header-left .card-summary) .modern-header-actions {
    gap: 6px;
  }
  /* line 164, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-table-header:has(.modern-header-left .card-summary) .modern-header-actions .modern-button-border,
.modern-ui-body .modern-table-header:has(.modern-header-left .card-summary) .modern-header-actions .dropdown.more-menu .modern-button-border {
    font-size: 0.875rem;
    padding: 0.5rem 0.75rem;
  }
}

/* line 175, app/assets/stylesheets/modern/headers.scss */
.modern-ui-body .subtitle.with-separator:before {
  display: none !important;
}

/* line 179, app/assets/stylesheets/modern/headers.scss */
.modern-ui-body .subtitle.with-separator span {
  background: transparent;
  padding-right: 0.5rem;
}

/* line 186, app/assets/stylesheets/modern/headers.scss */
.modern-ui-body .modern-archive-description {
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 12px 16px;
  background: #f9fafb;
  border-radius: 8px;
  border-left: 3px solid #3b82f6;
}

/* line 198, app/assets/stylesheets/modern/headers.scss */
.modern-ui-body .modern-learner-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

/* line 204, app/assets/stylesheets/modern/headers.scss */
.modern-ui-body .modern-learner-header .modern-header-row-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

/* line 212, app/assets/stylesheets/modern/headers.scss */
.modern-ui-body .modern-learner-header .modern-header-row-2 {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 6px;
}

/* line 219, app/assets/stylesheets/modern/headers.scss */
.modern-ui-body .modern-learner-header .modern-header-row-2 .badge-plans-actions,
.modern-ui-body .modern-learner-header .modern-header-row-2 .badge-size-toggle-wrapper {
  flex: 0 0 auto;
}

/* line 224, app/assets/stylesheets/modern/headers.scss */
.modern-ui-body .modern-learner-header .modern-header-row-2 .badge-plans-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* line 230, app/assets/stylesheets/modern/headers.scss */
.modern-ui-body .modern-learner-header .modern-header-row-2 .modern-header-right {
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
}

/* line 236, app/assets/stylesheets/modern/headers.scss */
.modern-ui-body .modern-learner-header .modern-header-row-2 .modern-header-right.student-controls-desktop {
  gap: 8px;
}

/* line 242, app/assets/stylesheets/modern/headers.scss */
.modern-ui-body .modern-learner-header .modern-header-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  flex: 1 1 auto;
  min-width: 0;
  justify-content: space-between;
}

/* line 251, app/assets/stylesheets/modern/headers.scss */
.modern-ui-body .modern-learner-header .modern-header-left .modern-toggle-group,
.modern-ui-body .modern-learner-header .modern-header-left .badge-plan-view-toggles {
  margin-left: auto;
}

/* line 257, app/assets/stylesheets/modern/headers.scss */
.modern-ui-body .modern-learner-header .modern-header-right-row-1 {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  flex-shrink: 0;
  margin-left: auto;
  justify-content: flex-end;
}

@media (min-width: 1024px) and (max-width: 1500px) {
  /* line 257, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right-row-1 {
    max-width: calc(50% - 90px);
  }
}

/* line 271, app/assets/stylesheets/modern/headers.scss */
.modern-ui-body .modern-learner-header .modern-header-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  flex-shrink: 0;
  margin-left: auto;
  justify-content: flex-end;
}

/* line 280, app/assets/stylesheets/modern/headers.scss */
.modern-ui-body .modern-learner-header .modern-header-right .badge-plans-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 0;
}

/* line 287, app/assets/stylesheets/modern/headers.scss */
.modern-ui-body .modern-learner-header .modern-header-right .badge-plan-view-toggles {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* line 293, app/assets/stylesheets/modern/headers.scss */
.modern-ui-body .modern-learner-header .modern-header-right .badge-plan-view-toggles .views-label {
  font-size: 0.8125rem;
  color: #6b7280;
  margin-right: 8px;
  flex-shrink: 0;
}

/* line 300, app/assets/stylesheets/modern/headers.scss */
.modern-ui-body .modern-learner-header .modern-header-right .badge-plan-view-toggles .badge-plan-view-toggle-form {
  display: inline-block;
  margin: 0;
}

@media (max-width: 768px) {
  /* line 287, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right .badge-plan-view-toggles {
    gap: 6px;
    flex-wrap: wrap;
  }
  /* line 309, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right .badge-plan-view-toggles .views-label {
    font-size: 0.75rem;
    margin-right: 4px;
    width: 100%;
    margin-bottom: 4px;
  }
}

@media (max-width: 480px) {
  /* line 287, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right .badge-plan-view-toggles {
    gap: 0;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  /* line 323, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right .badge-plan-view-toggles .views-label {
    font-size: 0.75rem;
    margin-right: 0;
    margin-bottom: 8px;
    width: 100%;
  }
  /* line 330, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right .badge-plan-view-toggles .badge-plan-view-toggle-form {
    width: 100%;
    margin-bottom: 8px;
  }
  /* line 334, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right .badge-plan-view-toggles .badge-plan-view-toggle-form:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 1200px) {
  /* line 271, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right {
    flex-basis: 100%;
    width: 100%;
    margin-top: 12px;
    margin-left: auto;
    justify-content: flex-end;
  }
}

/* line 351, app/assets/stylesheets/modern/headers.scss */
.modern-ui-body .modern-learner-header .modern-header-content {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 360, app/assets/stylesheets/modern/headers.scss */
.modern-ui-body .modern-learner-header .modern-header-content .modern-header-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* line 367, app/assets/stylesheets/modern/headers.scss */
.modern-ui-body .modern-learner-header .modern-header-content .modern-header-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* line 375, app/assets/stylesheets/modern/headers.scss */
.modern-ui-body .modern-learner-header .modern-learner-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #0f172a;
  margin: 0;
  line-height: 1.2;
}

/* line 383, app/assets/stylesheets/modern/headers.scss */
.modern-ui-body .modern-learner-header .modern-header-info {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

/* line 390, app/assets/stylesheets/modern/headers.scss */
.modern-ui-body .modern-learner-header .modern-header-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

/* line 399, app/assets/stylesheets/modern/headers.scss */
.modern-ui-body .modern-badge-plan-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  gap: 16px;
  flex-wrap: wrap;
}

/* line 407, app/assets/stylesheets/modern/headers.scss */
.modern-ui-body .modern-badge-plan-header .modern-header-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* line 414, app/assets/stylesheets/modern/headers.scss */
.modern-ui-body .modern-badge-plan-header .modern-header-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* line 421, app/assets/stylesheets/modern/headers.scss */
.modern-ui-body .modern-badge-plan-header .modern-badge-plan-title {
  font-size: 1.50rem;
  font-weight: 600;
  color: #0f172a;
  margin: 0;
  line-height: 1.2;
}

/* line 431, app/assets/stylesheets/modern/headers.scss */
.modern-ui-body .badge-plans-actions {
  gap: 12px;
}

@media (max-width: 768px) {
  /* line 442, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .smart-methods-header .users-header-row-2 .modern-header-actions.smart-methods-row-2 {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100%;
    gap: 8px;
    margin-top: 0;
  }
  /* line 451, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .smart-methods-header .users-header-row-2 .modern-header-actions.smart-methods-row-2 .modern-toggle-group {
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 56px);
  }
  /* line 457, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .smart-methods-header .users-header-row-2 .modern-header-actions.smart-methods-row-2 .smart-methods-add-btn {
    flex: 0 0 auto;
    display: inline-flex;
  }
  /* line 465, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-left,
.modern-ui-body .modern-table-header .modern-header-left,
.modern-ui-body .modern-badge-plan-header .modern-header-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 5px !important;
    flex-wrap: nowrap;
    min-width: 0;
    overflow: hidden;
  }
  /* line 478, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-left .modern-learner-title,
.modern-ui-body .modern-learner-header .modern-header-left .modern-table-title,
.modern-ui-body .modern-learner-header .modern-header-left .modern-badge-plan-title,
.modern-ui-body .modern-table-header .modern-header-left .modern-learner-title,
.modern-ui-body .modern-table-header .modern-header-left .modern-table-title,
.modern-ui-body .modern-table-header .modern-header-left .modern-badge-plan-title,
.modern-ui-body .modern-badge-plan-header .modern-header-left .modern-learner-title,
.modern-ui-body .modern-badge-plan-header .modern-header-left .modern-table-title,
.modern-ui-body .modern-badge-plan-header .modern-header-left .modern-badge-plan-title {
    margin: 0;
    flex: 0 0 auto;
    order: 1;
  }
  /* line 486, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-left .modern-toggle-group,
.modern-ui-body .modern-learner-header .modern-header-left .badge-plan-view-toggles,
.modern-ui-body .modern-table-header .modern-header-left .modern-toggle-group,
.modern-ui-body .modern-table-header .modern-header-left .badge-plan-view-toggles,
.modern-ui-body .modern-badge-plan-header .modern-header-left .modern-toggle-group,
.modern-ui-body .modern-badge-plan-header .modern-header-left .badge-plan-view-toggles {
    flex: 0 0 auto;
    margin-left: auto !important;
    width: auto;
    max-width: 60%;
    order: 2;
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
  }
  /* line 497, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-left .modern-toggle-group .modern-toggle-btn,
.modern-ui-body .modern-learner-header .modern-header-left .modern-toggle-group .badge-plan-view-toggle-pill,
.modern-ui-body .modern-learner-header .modern-header-left .badge-plan-view-toggles .modern-toggle-btn,
.modern-ui-body .modern-learner-header .modern-header-left .badge-plan-view-toggles .badge-plan-view-toggle-pill,
.modern-ui-body .modern-table-header .modern-header-left .modern-toggle-group .modern-toggle-btn,
.modern-ui-body .modern-table-header .modern-header-left .modern-toggle-group .badge-plan-view-toggle-pill,
.modern-ui-body .modern-table-header .modern-header-left .badge-plan-view-toggles .modern-toggle-btn,
.modern-ui-body .modern-table-header .modern-header-left .badge-plan-view-toggles .badge-plan-view-toggle-pill,
.modern-ui-body .modern-badge-plan-header .modern-header-left .modern-toggle-group .modern-toggle-btn,
.modern-ui-body .modern-badge-plan-header .modern-header-left .modern-toggle-group .badge-plan-view-toggle-pill,
.modern-ui-body .modern-badge-plan-header .modern-header-left .badge-plan-view-toggles .modern-toggle-btn,
.modern-ui-body .modern-badge-plan-header .modern-header-left .badge-plan-view-toggles .badge-plan-view-toggle-pill {
    flex: 1 1 0;
    min-width: 0;
    white-space: nowrap;
    font-size: 0.8125rem !important;
    padding: 0.5rem 0.75rem !important;
  }
  /* line 507, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-left .modern-toggle-group:has(.modern-toggle-btn:nth-child(3)),
.modern-ui-body .modern-learner-header .modern-header-left .badge-plan-view-toggles:has(.modern-toggle-btn:nth-child(3)),
.modern-ui-body .modern-learner-header .modern-header-left .badge-plan-view-toggles:has(.badge-plan-view-toggle-pill:nth-child(3)),
.modern-ui-body .modern-table-header .modern-header-left .modern-toggle-group:has(.modern-toggle-btn:nth-child(3)),
.modern-ui-body .modern-table-header .modern-header-left .badge-plan-view-toggles:has(.modern-toggle-btn:nth-child(3)),
.modern-ui-body .modern-table-header .modern-header-left .badge-plan-view-toggles:has(.badge-plan-view-toggle-pill:nth-child(3)),
.modern-ui-body .modern-badge-plan-header .modern-header-left .modern-toggle-group:has(.modern-toggle-btn:nth-child(3)),
.modern-ui-body .modern-badge-plan-header .modern-header-left .badge-plan-view-toggles:has(.modern-toggle-btn:nth-child(3)),
.modern-ui-body .modern-badge-plan-header .modern-header-left .badge-plan-view-toggles:has(.badge-plan-view-toggle-pill:nth-child(3)) {
    max-width: 100%;
    flex: 1 1 auto;
    min-width: 0;
    margin-left: 12px;
    gap: 4px;
    padding: 3px;
  }
  /* line 517, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-left .modern-toggle-group:has(.modern-toggle-btn:nth-child(3)) .modern-toggle-btn,
.modern-ui-body .modern-learner-header .modern-header-left .modern-toggle-group:has(.modern-toggle-btn:nth-child(3)) .badge-plan-view-toggle-pill,
.modern-ui-body .modern-learner-header .modern-header-left .badge-plan-view-toggles:has(.modern-toggle-btn:nth-child(3)) .modern-toggle-btn,
.modern-ui-body .modern-learner-header .modern-header-left .badge-plan-view-toggles:has(.modern-toggle-btn:nth-child(3)) .badge-plan-view-toggle-pill,
.modern-ui-body .modern-learner-header .modern-header-left .badge-plan-view-toggles:has(.badge-plan-view-toggle-pill:nth-child(3)) .modern-toggle-btn,
.modern-ui-body .modern-learner-header .modern-header-left .badge-plan-view-toggles:has(.badge-plan-view-toggle-pill:nth-child(3)) .badge-plan-view-toggle-pill,
.modern-ui-body .modern-table-header .modern-header-left .modern-toggle-group:has(.modern-toggle-btn:nth-child(3)) .modern-toggle-btn,
.modern-ui-body .modern-table-header .modern-header-left .modern-toggle-group:has(.modern-toggle-btn:nth-child(3)) .badge-plan-view-toggle-pill,
.modern-ui-body .modern-table-header .modern-header-left .badge-plan-view-toggles:has(.modern-toggle-btn:nth-child(3)) .modern-toggle-btn,
.modern-ui-body .modern-table-header .modern-header-left .badge-plan-view-toggles:has(.modern-toggle-btn:nth-child(3)) .badge-plan-view-toggle-pill,
.modern-ui-body .modern-table-header .modern-header-left .badge-plan-view-toggles:has(.badge-plan-view-toggle-pill:nth-child(3)) .modern-toggle-btn,
.modern-ui-body .modern-table-header .modern-header-left .badge-plan-view-toggles:has(.badge-plan-view-toggle-pill:nth-child(3)) .badge-plan-view-toggle-pill,
.modern-ui-body .modern-badge-plan-header .modern-header-left .modern-toggle-group:has(.modern-toggle-btn:nth-child(3)) .modern-toggle-btn,
.modern-ui-body .modern-badge-plan-header .modern-header-left .modern-toggle-group:has(.modern-toggle-btn:nth-child(3)) .badge-plan-view-toggle-pill,
.modern-ui-body .modern-badge-plan-header .modern-header-left .badge-plan-view-toggles:has(.modern-toggle-btn:nth-child(3)) .modern-toggle-btn,
.modern-ui-body .modern-badge-plan-header .modern-header-left .badge-plan-view-toggles:has(.modern-toggle-btn:nth-child(3)) .badge-plan-view-toggle-pill,
.modern-ui-body .modern-badge-plan-header .modern-header-left .badge-plan-view-toggles:has(.badge-plan-view-toggle-pill:nth-child(3)) .modern-toggle-btn,
.modern-ui-body .modern-badge-plan-header .modern-header-left .badge-plan-view-toggles:has(.badge-plan-view-toggle-pill:nth-child(3)) .badge-plan-view-toggle-pill {
    font-size: 0.8125rem;
    padding: 0.5rem 0.75rem !important;
    white-space: nowrap;
  }
  /* line 525, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-left .badge-plan-view-toggles,
.modern-ui-body .modern-table-header .modern-header-left .badge-plan-view-toggles,
.modern-ui-body .modern-badge-plan-header .modern-header-left .badge-plan-view-toggles {
    gap: 4px;
  }
  /* line 527, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-left .badge-plan-view-toggles .badge-plan-view-toggle-pill,
.modern-ui-body .modern-table-header .modern-header-left .badge-plan-view-toggles .badge-plan-view-toggle-pill,
.modern-ui-body .modern-badge-plan-header .modern-header-left .badge-plan-view-toggles .badge-plan-view-toggle-pill {
    font-size: 0.8125rem;
    padding: 0.5rem 0.75rem;
    flex: 1 1 0;
    min-width: 0;
  }
}

@media (max-width: 768px) and (max-width: 480px) {
  /* line 536, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-left .modern-toggle-group:has(.modern-toggle-btn:nth-child(3)),
.modern-ui-body .modern-learner-header .modern-header-left .badge-plan-view-toggles:has(.badge-plan-view-toggle-pill:nth-child(3)),
.modern-ui-body .modern-table-header .modern-header-left .modern-toggle-group:has(.modern-toggle-btn:nth-child(3)),
.modern-ui-body .modern-table-header .modern-header-left .badge-plan-view-toggles:has(.badge-plan-view-toggle-pill:nth-child(3)),
.modern-ui-body .modern-badge-plan-header .modern-header-left .modern-toggle-group:has(.modern-toggle-btn:nth-child(3)),
.modern-ui-body .modern-badge-plan-header .modern-header-left .badge-plan-view-toggles:has(.badge-plan-view-toggle-pill:nth-child(3)) {
    flex-basis: 100%;
    order: 3;
    margin-left: 0;
    margin-top: 8px;
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
  }
  /* line 547, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-left .badge-plan-view-toggles,
.modern-ui-body .modern-table-header .modern-header-left .badge-plan-view-toggles,
.modern-ui-body .modern-badge-plan-header .modern-header-left .badge-plan-view-toggles {
    flex-basis: 100%;
    order: 3;
    margin-left: 0;
    margin-top: 8px;
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  /* line 561, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-table-header .modern-header-left .modern-table-title {
    order: 1;
    flex: 0 0 auto;
  }
  /* line 568, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-table-header .modern-header-actions s
.modern-toggle-group:first-of-type,
.modern-ui-body .modern-table-header .box-header-actions s
.modern-toggle-group:first-of-type {
    display: flex;
    flex-shrink: 0;
  }
  /* line 577, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-table-header {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  /* line 582, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-table-header .modern-header-left {
    width: 100%;
  }
  /* line 586, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-table-header .modern-table-title {
    font-size: 1.5rem;
  }
  /* line 590, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-table-header .modern-header-actions,
.modern-ui-body .modern-table-header .box-header-actions {
    width: 100%;
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 768px) and (min-width: 769px) {
  /* line 599, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .cash-studios-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
  /* line 608, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .cash-studios-header .cash-studios-header-left {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    width: auto;
    margin: 0;
  }
  /* line 615, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .cash-studios-header .cash-studios-header-left .modern-header-left {
    margin: 0;
    width: auto;
    flex: 0 0 auto;
  }
  /* line 622, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .cash-studios-header .cash-studios-header-left .cash-studios-actions-mobile,
.modern-ui-body .cash-studios-header .cash-studios-header-left .mobile-only {
    display: none;
  }
  /* line 628, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .cash-studios-header .cash-studios-header-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    flex-wrap: nowrap;
    width: auto;
    margin: 0;
    padding: 0;
  }
  /* line 640, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .cash-studios-header .cash-studios-header-right .cash-studios-actions-desktop {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    width: auto;
    margin: 0;
  }
  /* line 649, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .cash-studios-header .cash-studios-header-right .cash-studios-datepicker,
.modern-ui-body .cash-studios-header .cash-studios-header-right #daterangepicker {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    width: auto;
    margin: 0;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  /* line 599, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .cash-studios-header {
    flex-direction: column;
    gap: 12px;
  }
  /* line 666, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .cash-studios-header .cash-studios-header-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
    flex-wrap: nowrap;
  }
  /* line 675, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .cash-studios-header .cash-studios-header-left .modern-header-left {
    flex: 0 0 auto;
    width: auto;
    margin: 0;
  }
  /* line 681, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .cash-studios-header .cash-studios-header-left .modern-table-title {
    margin: 0;
    font-size: 1.25rem;
    white-space: nowrap;
  }
  /* line 688, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .cash-studios-header .cash-studios-header-left .cash-studios-actions-mobile {
    flex: 0 0 auto;
    margin-left: auto;
  }
  /* line 694, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .cash-studios-header .cash-studios-header-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  /* line 701, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .cash-studios-header .cash-studios-header-right .cash-studios-actions-desktop {
    display: none;
  }
  /* line 706, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .cash-studios-header .cash-studios-header-right .cash-studios-datepicker,
.modern-ui-body .cash-studios-header .cash-studios-header-right #daterangepicker {
    width: 100%;
    display: inline-flex;
    align-items: center;
  }
}

@media (max-width: 768px) {
  /* line 717, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: white;
    padding-bottom: 8px;
    margin-bottom: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  /* line 728, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-row-1 {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  /* line 734, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-row-2 {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
  }
  /* line 741, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-row-2 .badge-plans-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    min-width: 0;
  }
  /* line 750, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-row-2 .modern-header-right {
    flex: 0 1 auto;
    margin-left: 0;
    justify-content: flex-start;
  }
  /* line 757, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-left {
    width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    min-width: 0;
    overflow: hidden;
  }
  /* line 765, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-left .badge-plan-view-toggles,
.modern-ui-body .modern-learner-header .modern-header-left .modern-toggle-group {
    min-width: 0;
    max-width: 100%;
    display: flex;
    gap: 4px;
  }
  /* line 772, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-left .badge-plan-view-toggles .views-label,
.modern-ui-body .modern-learner-header .modern-header-left .modern-toggle-group .views-label {
    font-size: 0.75rem;
    margin-right: 4px;
  }
  /* line 777, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-left .badge-plan-view-toggles .modern-toggle-btn,
.modern-ui-body .modern-learner-header .modern-header-left .badge-plan-view-toggles .badge-plan-view-toggle-pill,
.modern-ui-body .modern-learner-header .modern-header-left .modern-toggle-group .modern-toggle-btn,
.modern-ui-body .modern-learner-header .modern-header-left .modern-toggle-group .badge-plan-view-toggle-pill {
    flex: 1 1 0;
    min-width: 0;
    white-space: nowrap;
    font-size: 0.8125rem;
    padding: 0.5rem 0.75rem;
  }
  /* line 787, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-left .badge-plan-view-toggles {
    gap: 4px;
  }
  /* line 790, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-left .badge-plan-view-toggles .badge-plan-view-toggle-pill {
    font-size: 12px;
    padding: 5px 8px;
    flex: 1 1 0;
  }
  /* line 798, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right-row-1 {
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 6px;
    display: flex;
    align-items: center;
  }
  /* line 807, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right-row-1 .modern-person-selector {
    flex: 1 1 100%;
    min-width: 0;
    max-width: 100%;
  }
  /* line 813, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right-row-1 .modern-person-selector .person-selector-pill {
    width: 100%;
    max-width: 100%;
  }
  /* line 817, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right-row-1 .modern-person-selector .person-selector-pill .btn {
    min-width: 0 !important;
    max-width: 100%;
    width: 100%;
    padding: 0.5rem 0.225rem !important;
    gap: 8px !important;
    overflow: hidden;
    align-items: center;
    flex-wrap: nowrap;
  }
  /* line 828, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right-row-1 .modern-person-selector .person-selector-pill .btn .person-selector-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    flex: 1 1 auto;
    flex-shrink: 1 !important;
  }
  /* line 838, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right-row-1 .modern-person-selector .person-selector-pill .btn img.rounded-circle {
    flex-shrink: 0;
    width: 24px !important;
    height: 24px !important;
  }
  /* line 845, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right-row-1 .modern-person-selector .person-selector-pill .btn .lock-toggle-btn,
.modern-ui-body .modern-learner-header .modern-header-right-row-1 .modern-person-selector .person-selector-pill .btn .border.p-1.rounded-circle {
    flex-shrink: 0;
    margin-left: 4px;
    width: 28px !important;
    height: 28px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 857, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right-row-1 .modern-person-selector .person-selector-pill .btn .btn-link,
.modern-ui-body .modern-learner-header .modern-header-right-row-1 .modern-person-selector .person-selector-pill .btn .btn-link.btn-sm,
.modern-ui-body .modern-learner-header .modern-header-right-row-1 .modern-person-selector .person-selector-pill .btn .btn-link.disabled,
.modern-ui-body .modern-learner-header .modern-header-right-row-1 .modern-person-selector .person-selector-pill .btn span.btn-link {
    flex-shrink: 0;
    padding: 4px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    width: auto;
    height: 24px;
    visibility: visible !important;
  }
  /* line 876, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right-row-1 .modern-add-btn {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
  }
  /* line 885, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right-row-1:has(.modern-add-btn) .modern-person-selector {
    flex: 1 1 auto;
    max-width: calc(100% - 48px);
  }
  /* line 891, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right {
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
  }
  /* line 898, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right .modern-person-selector {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
  }
  /* line 903, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right .modern-person-selector .person-selector-pill {
    width: 100%;
    max-width: 100%;
  }
  /* line 907, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right .modern-person-selector .person-selector-pill .btn {
    min-width: 0 !important;
    max-width: 100%;
    width: 100%;
    padding: 0.5rem 0.225rem !important;
    gap: 8px !important;
    overflow: hidden;
    align-items: center;
    flex-wrap: nowrap;
  }
  /* line 918, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right .modern-person-selector .person-selector-pill .btn .person-selector-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    flex: 1 1 auto;
    flex-shrink: 1 !important;
  }
  /* line 928, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right .modern-person-selector .person-selector-pill .btn img.rounded-circle {
    flex-shrink: 0;
    width: 24px !important;
    height: 24px !important;
  }
  /* line 935, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right .modern-person-selector .person-selector-pill .btn .lock-toggle-btn,
.modern-ui-body .modern-learner-header .modern-header-right .modern-person-selector .person-selector-pill .btn .border.p-1.rounded-circle {
    flex-shrink: 0;
    margin-left: 4px;
    width: 28px !important;
    height: 28px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 947, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right .modern-person-selector .person-selector-pill .btn .btn-link,
.modern-ui-body .modern-learner-header .modern-header-right .modern-person-selector .person-selector-pill .btn .btn-link.btn-sm,
.modern-ui-body .modern-learner-header .modern-header-right .modern-person-selector .person-selector-pill .btn .btn-link.disabled,
.modern-ui-body .modern-learner-header .modern-header-right .modern-person-selector .person-selector-pill .btn span.btn-link {
    flex-shrink: 0;
    padding: 4px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    width: auto;
    height: 24px;
    visibility: visible !important;
  }
  /* line 965, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right .modern-add-btn {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
  }
  /* line 972, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-row-2 {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
  }
  /* line 977, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-row-2 .badge-plans-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: nowrap;
    margin-left: 0;
    flex: 1 1 auto;
    min-width: 0;
    overflow: visible;
  }
  /* line 987, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-row-2 .badge-plans-actions .modern-badge-plans-dropdown {
    flex: 1 1 auto;
    min-width: 140px;
    max-width: calc(100% - 165px);
  }
  /* line 992, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-row-2 .badge-plans-actions .modern-badge-plans-dropdown .badge-plan-toggle,
.modern-ui-body .modern-learner-header .modern-header-row-2 .badge-plans-actions .modern-badge-plans-dropdown .badge-plan-disabled {
    min-width: 120px;
    overflow: hidden;
    flex-wrap: nowrap;
  }
  /* line 998, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-row-2 .badge-plans-actions .modern-badge-plans-dropdown .badge-plan-toggle .modern-pill-label,
.modern-ui-body .modern-learner-header .modern-header-row-2 .badge-plans-actions .modern-badge-plans-dropdown .badge-plan-disabled .modern-pill-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    flex: 1 1 auto;
  }
  /* line 1010, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-row-2 .badge-plans-actions:not(:has(.badge-size-toggle-wrapper)) .modern-badge-plans-dropdown {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
  }
  /* line 1015, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-row-2 .badge-plans-actions:not(:has(.badge-size-toggle-wrapper)) .modern-badge-plans-dropdown.person-selector-pill {
    display: flex;
    width: 100%;
  }
  /* line 1020, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-row-2 .badge-plans-actions:not(:has(.badge-size-toggle-wrapper)) .modern-badge-plans-dropdown .badge-plan-toggle {
    width: 100%;
  }
  /* line 1026, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-row-2 .badge-plans-actions:has(.badge-size-toggle-wrapper) {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 6px;
  }
  /* line 1031, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-row-2 .badge-plans-actions:has(.badge-size-toggle-wrapper) .modern-badge-plans-dropdown {
    max-width: 100%;
    width: 100%;
    min-width: 0;
    flex: none;
  }
  /* line 1037, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-row-2 .badge-plans-actions:has(.badge-size-toggle-wrapper) .modern-badge-plans-dropdown.person-selector-pill {
    min-width: 0;
  }
  /* line 1041, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-row-2 .badge-plans-actions:has(.badge-size-toggle-wrapper) .modern-badge-plans-dropdown .badge-plan-toggle,
.modern-ui-body .modern-learner-header .modern-header-row-2 .badge-plans-actions:has(.badge-size-toggle-wrapper) .modern-badge-plans-dropdown .badge-plan-disabled {
    overflow: hidden;
    min-width: 0;
  }
  /* line 1046, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-row-2 .badge-plans-actions:has(.badge-size-toggle-wrapper) .modern-badge-plans-dropdown .badge-plan-toggle .modern-pill-label,
.modern-ui-body .modern-learner-header .modern-header-row-2 .badge-plans-actions:has(.badge-size-toggle-wrapper) .modern-badge-plans-dropdown .badge-plan-disabled .modern-pill-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
  }
  /* line 1056, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-row-2 .badge-plans-actions .badge-size-toggle-wrapper {
    flex-shrink: 0;
    flex-grow: 0;
    margin-left: 0;
  }
  /* line 1063, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-row-2 .modern-header-right {
    flex: 0 1 auto;
    margin-left: 0;
    justify-content: flex-start;
  }
  /* line 1070, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-learner-title {
    font-size: 1.5rem;
  }
  /* line 1074, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-actions {
    width: 100%;
    flex-direction: column;
    margin-left: 0;
    gap: 8px;
  }
  /* line 1083, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-badge-plan-header {
    flex-direction: column;
    gap: 12px;
  }
  /* line 1087, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-badge-plan-header .modern-header-left,
.modern-ui-body .modern-badge-plan-header .modern-header-right {
    width: 100%;
    justify-content: space-between;
  }
  /* line 1093, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-badge-plan-header .modern-badge-plan-title {
    font-size: 1.25rem;
  }
  /* line 1100, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-dashboard-header .modern-header-row-1 {
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  /* line 1107, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-dashboard-header .modern-header-left {
    width: auto;
    flex: 0 0 auto;
  }
  /* line 1112, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-dashboard-header .modern-header-right {
    width: auto;
    flex: 1 1 auto;
    justify-content: flex-end;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  /* line 1122, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-table-header .modern-table-title {
    font-size: 1.50rem;
  }
  /* line 1128, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-learner-title {
    font-size: 1.5rem;
  }
  /* line 1132, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right {
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  /* line 1140, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-table-header .modern-table-title {
    font-size: 1.25rem;
  }
  /* line 1147, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-table-header .modern-header-actions .modern-toggle-group .modern-toggle-btn,
.modern-ui-body .modern-table-header .box-header-actions .modern-toggle-group .modern-toggle-btn {
    width: 100%;
    text-align: center;
  }
  /* line 1156, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-learner-title {
    font-size: 1.5rem;
  }
  /* line 1161, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right .badge-plans-actions {
    width: 100%;
    margin-left: 0;
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: nowrap;
    min-width: 0;
    overflow: visible;
  }
  /* line 1171, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right .badge-plans-actions .modern-badge-plans-dropdown {
    flex: 1 1 auto;
    min-width: 120px;
    max-width: calc(100% - 180px);
  }
  /* line 1176, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right .badge-plans-actions .modern-badge-plans-dropdown .badge-plan-toggle {
    min-width: 120px;
    max-width: 100%;
  }
  /* line 1184, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right .badge-plans-actions:not(:has(.badge-size-toggle-wrapper)) .modern-badge-plans-dropdown {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
  }
  /* line 1189, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right .badge-plans-actions:not(:has(.badge-size-toggle-wrapper)) .modern-badge-plans-dropdown.person-selector-pill {
    display: flex;
    width: 100%;
  }
  /* line 1194, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right .badge-plans-actions:not(:has(.badge-size-toggle-wrapper)) .modern-badge-plans-dropdown .badge-plan-toggle {
    width: 100%;
  }
  /* line 1200, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right .badge-plans-actions:has(.badge-size-toggle-wrapper) {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 4px;
  }
  /* line 1205, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right .badge-plans-actions:has(.badge-size-toggle-wrapper) .modern-badge-plans-dropdown {
    max-width: 100%;
    width: 100%;
    min-width: 0;
    flex: none;
  }
  /* line 1211, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right .badge-plans-actions:has(.badge-size-toggle-wrapper) .modern-badge-plans-dropdown.person-selector-pill {
    min-width: 0;
  }
  /* line 1215, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right .badge-plans-actions:has(.badge-size-toggle-wrapper) .modern-badge-plans-dropdown .badge-plan-toggle,
.modern-ui-body .modern-learner-header .modern-header-right .badge-plans-actions:has(.badge-size-toggle-wrapper) .modern-badge-plans-dropdown .badge-plan-disabled {
    overflow: hidden;
    min-width: 0;
  }
  /* line 1220, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right .badge-plans-actions:has(.badge-size-toggle-wrapper) .modern-badge-plans-dropdown .badge-plan-toggle .modern-pill-label,
.modern-ui-body .modern-learner-header .modern-header-right .badge-plans-actions:has(.badge-size-toggle-wrapper) .modern-badge-plans-dropdown .badge-plan-disabled .modern-pill-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
  }
  /* line 1230, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right .badge-plans-actions .badge-size-toggle-wrapper {
    flex-shrink: 0;
    flex-grow: 0;
    margin-left: 0;
  }
  /* line 1236, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right .badge-plans-actions .modern-add-btn {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  /* line 1247, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-actions .modern-toggle-group,
.modern-ui-body .modern-learner-header .box-header-actions .modern-toggle-group {
    width: 100%;
    flex-wrap: wrap;
    gap: 4px;
  }
  /* line 1252, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-actions .modern-toggle-group .modern-toggle-btn,
.modern-ui-body .modern-learner-header .box-header-actions .modern-toggle-group .modern-toggle-btn {
    flex: 1 1 auto;
    min-width: 0;
    text-align: center;
    padding: 0.5rem 0.75rem;
    font-size: 0.75rem;
    white-space: nowrap;
  }
  /* line 1265, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-badge-plan-header .modern-badge-plan-title {
    font-size: 1.125rem;
  }
  /* line 1271, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-badge-plan-header .modern-header-actions .modern-toggle-group,
.modern-ui-body .modern-badge-plan-header .box-header-actions .modern-toggle-group {
    width: 100%;
    flex-wrap: wrap;
    gap: 4px;
  }
  /* line 1276, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-badge-plan-header .modern-header-actions .modern-toggle-group .modern-toggle-btn,
.modern-ui-body .modern-badge-plan-header .box-header-actions .modern-toggle-group .modern-toggle-btn {
    flex: 1 1 auto;
    min-width: 0;
    text-align: center;
    padding: 0.5rem 0.75rem;
    font-size: 0.75rem;
    white-space: nowrap;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  /* line 1290, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-table-header,
.modern-ui-body .modern-learner-header,
.modern-ui-body .modern-badge-plan-header {
    flex-direction: row;
    flex-wrap: wrap;
  }
  /* line 1296, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-table-header .modern-header-actions,
.modern-ui-body .modern-table-header .box-header-actions,
.modern-ui-body .modern-learner-header .modern-header-actions,
.modern-ui-body .modern-learner-header .box-header-actions,
.modern-ui-body .modern-badge-plan-header .modern-header-actions,
.modern-ui-body .modern-badge-plan-header .box-header-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 769px) {
  /* line 1307, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
  /* line 1312, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    flex: 1 1 auto;
    min-width: 0;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  /* line 1322, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-left .modern-toggle-group {
    order: 1;
    margin-left: 0;
    flex: 0 0 auto;
  }
  /* line 1328, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-left .modern-learner-title {
    order: 2;
    margin: 0;
    text-align: left;
    flex: 0 0 auto;
    white-space: nowrap;
  }
  /* line 1337, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .modern-learner-header .modern-header-right {
    margin-left: auto;
    flex: 0 0 auto;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  /* line 1346, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .cash-studios-header, .modern-ui-body .cash-studios-header.modern-table-header {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
  /* line 1355, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .cash-studios-header .cash-studios-header-left .cash-studios-actions-mobile,
.modern-ui-body .cash-studios-header .cash-studios-header-left .mobile-only {
    display: none !important;
    visibility: hidden !important;
  }
  /* line 1362, app/assets/stylesheets/modern/headers.scss */
  .modern-ui-body .cash-studios-header .cash-studios-header-right {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px !important;
  }
}

/* line 4, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body {
  /* Toggle Group Container */
  /* Toggle Buttons */
  /* Dynamic Padding Toggle Button - adjusts padding based on content length */
  /* This is a standalone class with all base toggle button styles plus dynamic padding */
  /* Modern Border Button */
  /* Modern Primary Button */
}

/* line 6, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-toggle-group {
  display: flex;
  align-items: center;
  gap: 2px;
  border-radius: 9999px;
  border: 1px solid #cbd5e1;
  background-color: white;
  padding: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 18, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-toggle-btn {
  border-radius: 9999px;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 100ms ease;
  color: #334155;
  text-decoration: none;
  border: 1px solid transparent;
}

/* line 28, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-toggle-btn:hover:not(.modern-toggle-btn-active) {
  background-color: #f8fafc;
  text-decoration: none;
}

/* line 33, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-toggle-btn.modern-toggle-btn-active {
  background-color: #dbeafe;
  color: #1e40af;
  border-color: #3b82f6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 43, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-toggle-btn-dynamic {
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 100ms ease;
  color: #334155;
  text-decoration: none;
  border: 1px solid transparent;
  flex: 0 1 auto;
  white-space: nowrap;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem clamp(0.75rem, 2vw, 1.25rem);
}

/* line 66, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-toggle-btn-dynamic:hover:not(.modern-toggle-btn-active) {
  background-color: #f8fafc;
  text-decoration: none;
}

/* line 71, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-toggle-btn-dynamic.modern-toggle-btn-active {
  background-color: #dbeafe;
  color: #1e40af;
  border-color: #3b82f6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 80, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-button-border {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-weight: 500;
  font-size: 0.875rem;
  color: #334155;
  background: white;
  border: 1px solid #cbd5e1;
  cursor: pointer;
  transition: all 100ms ease;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 97, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-button-border:hover {
  background: #f8fafc;
  border-color: #94a3b8;
  text-decoration: none;
}

/* line 103, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-button-border:disabled, .modern-ui-body .modern-button-border.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

/* line 111, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-weight: 500;
  font-size: 0.875rem;
  color: white;
  background: #3b82f6;
  border: 1px solid #3b82f6;
  cursor: pointer;
  transition: all 100ms ease;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 128, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-button:hover {
  background: #2563eb;
  border-color: #2563eb;
  text-decoration: none;
}

/* line 134, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3);
}

/* line 141, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-add-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1rem;
  color: white;
  background: #3b82f6;
  border: none;
  cursor: pointer;
  transition: all 100ms ease;
  text-decoration: none;
}

/* line 156, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-add-btn:hover:not(:disabled):not(.is-shared) {
  background: #2563eb;
  text-decoration: none;
}

/* line 161, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-add-btn.is-shared, .modern-ui-body .modern-add-btn:disabled {
  background: #9ca3af !important;
  color: white !important;
  opacity: 0.6;
  cursor: not-allowed;
}

/* line 168, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-add-btn.is-shared:hover, .modern-ui-body .modern-add-btn:disabled:hover {
  background: #9ca3af !important;
}

/* line 173, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-add-btn svg {
  width: 18px;
  height: 18px;
}

/* line 179, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-add-btn[aria-label="Adopt launch"] svg {
  width: 22px;
  height: 22px;
}

/* line 184, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-add-btn.adopted-red {
  background: #ef4444;
}

/* line 187, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-add-btn.adopted-red:hover {
  background: #dc2626;
}

/* line 192, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-add-btn[aria-label="View adopted launch"] {
  background: #10b981;
}

/* line 195, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-add-btn[aria-label="View adopted launch"]:hover {
  background: #0c8a60;
  text-decoration: none;
}

/* line 202, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-add-btn-smart-goal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1rem;
  color: white;
  background: #10b981;
  border: none;
  cursor: pointer;
  transition: all 100ms ease;
  text-decoration: none;
}

/* line 217, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-add-btn-smart-goal:hover {
  background: #059669;
  text-decoration: none;
}

/* line 222, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-add-btn-smart-goal svg {
  width: 18px;
  height: 18px;
}

/* line 229, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-add-btn-danger {
  background: #e74c3c;
  color: white;
}

/* line 233, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-add-btn-danger:hover {
  background: #d62c1a;
  color: white;
}

@media (max-width: 768px) {
  /* line 245, app/assets/stylesheets/modern/buttons.scss */
  .modern-ui-body .modern-toggle-group {
    width: 100%;
    flex-wrap: wrap;
    gap: 4px;
    padding: 3px;
  }
  /* line 251, app/assets/stylesheets/modern/buttons.scss */
  .modern-ui-body .modern-toggle-group .modern-toggle-btn {
    flex: 1 1 auto;
    min-width: 0;
    justify-content: center;
    text-align: center;
    padding: 0.5rem 0.75rem;
    font-size: 0.8125rem;
    white-space: nowrap;
  }
  /* line 261, app/assets/stylesheets/modern/buttons.scss */
  .modern-ui-body .modern-toggle-group .modern-toggle-btn-dynamic {
    padding: 0.5rem clamp(0.75rem, 4vw, 1.25rem);
    font-size: 0.8125rem;
  }
  /* line 268, app/assets/stylesheets/modern/buttons.scss */
  .modern-ui-body .modern-button-border {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  /* line 276, app/assets/stylesheets/modern/buttons.scss */
  .modern-ui-body .modern-add-btn {
    flex-shrink: 0;
  }
}

@media (max-width: 480px) {
  /* line 284, app/assets/stylesheets/modern/buttons.scss */
  .modern-ui-body .modern-toggle-group {
    gap: 3px;
    padding: 2px;
  }
  /* line 288, app/assets/stylesheets/modern/buttons.scss */
  .modern-ui-body .modern-toggle-group .modern-toggle-btn {
    padding: 0.5rem 0.625rem;
    font-size: 0.75rem;
    flex: 1 1 0;
    min-width: 0;
  }
  /* line 295, app/assets/stylesheets/modern/buttons.scss */
  .modern-ui-body .modern-toggle-group .modern-toggle-btn-dynamic {
    padding: 0.5rem clamp(0.5rem, 3vw, 1rem);
    font-size: 0.75rem;
  }
}

/* line 303, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .shareability-evaluation-spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding-top: 80px;
  min-height: 250px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: inherit;
  overflow: hidden;
}

/* line 320, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .shareability-evaluation-spinner.show {
  display: flex;
}

/* line 324, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .shareability-evaluation-spinner .spinner-content {
  background: white;
  padding: 24px 32px;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 336, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .shareability-evaluation-spinner .spinner-content .spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto 12px;
  border: 3px solid #e2e8f0;
  border-top-color: #2563eb;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  flex-shrink: 0;
}

/* line 347, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .shareability-evaluation-spinner .spinner-content .spinner-text {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #64748b;
  line-height: 1.4;
}

/* line 358, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .badge-share-metadata-modal-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 24px 0;
}

/* line 365, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .badge-share-metadata-modal-loader .spinner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* line 371, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .badge-share-metadata-modal-loader .spinner-content .spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto 12px;
  border: 3px solid #e2e8f0;
  border-top-color: #2563eb;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

/* line 381, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .badge-share-metadata-modal-loader .spinner-content .spinner-text {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #64748b;
}

@media (max-width: 768px) {
  /* line 393, app/assets/stylesheets/modern/buttons.scss */
  .modern-ui-body .share-metadata-actions .modern-button-border,
.modern-ui-body .share-metadata-actions .modern-button {
    flex: 1 1 0;
    min-width: 0;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    white-space: nowrap;
    border-radius: 9999px;
  }
}

/* line 406, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-challenge-box,
.modern-ui-body .box-body {
  position: relative;
}

/* line 414, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-add-btn.share-to-global-btn.evaluating {
  cursor: wait;
}

/* line 419, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-add-btn.share-to-global-btn.status-green {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
  color: white !important;
}

/* line 424, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-add-btn.share-to-global-btn.status-green:hover {
  background-color: #218838 !important;
  border-color: #1e7e34 !important;
}

/* line 431, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-add-btn.share-to-global-btn.status-yellow {
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
  color: white !important;
}

/* line 436, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-add-btn.share-to-global-btn.status-yellow:hover {
  background-color: #e0a800 !important;
  border-color: #d39e00 !important;
}

/* line 443, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-add-btn.share-to-global-btn.status-red {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
  color: white !important;
  cursor: not-allowed !important;
}

/* line 449, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-add-btn.share-to-global-btn.status-red:hover {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}

/* line 456, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-add-btn.share-to-global-btn:disabled {
  cursor: not-allowed;
}

/* line 461, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-add-btn.share-to-global-btn.shared, .modern-ui-body .modern-add-btn.share-to-global-btn.status-shared {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
  color: white !important;
  cursor: not-allowed !important;
  opacity: 0.8 !important;
}

/* line 470, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-add-btn.share-to-global-btn.shared.unshare-btn, .modern-ui-body .modern-add-btn.share-to-global-btn.status-shared.unshare-btn {
  background-color: #fff5f5 !important;
  border: 1px solid #dc3545 !important;
  color: #dc3545 !important;
  cursor: pointer !important;
  opacity: 1 !important;
}

/* line 477, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-add-btn.share-to-global-btn.shared.unshare-btn:hover, .modern-ui-body .modern-add-btn.share-to-global-btn.status-shared.unshare-btn:hover {
  background-color: #ffe0e0 !important;
  border-color: #c82333 !important;
  color: #c82333 !important;
}

@media (max-width: 767px) {
  /* line 486, app/assets/stylesheets/modern/buttons.scss */
  .modern-ui-body .modern-button.share-to-global-btn {
    padding: 8px 12px;
    font-size: 13px;
    white-space: nowrap;
    flex-shrink: 0;
  }
}

/* line 494, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-button.share-to-global-btn.status-green {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
  color: white !important;
}

/* line 499, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-button.share-to-global-btn.status-green:hover:not(:disabled) {
  background-color: #218838 !important;
  border-color: #1e7e34 !important;
}

/* line 506, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-button.share-to-global-btn.ready-to-share-btn {
  background-color: #f0fff0 !important;
  border: 1px solid #28a745 !important;
  color: #28a745 !important;
}

/* line 511, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-button.share-to-global-btn.ready-to-share-btn:hover:not(:disabled) {
  background-color: #e0f0e0 !important;
  border-color: #1e7e34 !important;
  color: #1e7e34 !important;
}

/* line 518, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-button.share-to-global-btn.status-yellow {
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
  color: white !important;
}

/* line 523, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-button.share-to-global-btn.status-yellow:hover:not(:disabled) {
  background-color: #e0a800 !important;
  border-color: #d39e00 !important;
}

/* line 530, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-button.share-to-global-btn.ready-to-share-btn.status-yellow {
  background-color: #fffbf0 !important;
  border: 1px solid #ffc107 !important;
  color: #d09d04 !important;
}

/* line 535, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-button.share-to-global-btn.ready-to-share-btn.status-yellow:hover:not(:disabled) {
  background-color: #fff3e0 !important;
  border-color: #d39e00 !important;
  color: #d09d04 !important;
}

/* line 542, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-button.share-to-global-btn.status-red {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
  color: white !important;
  cursor: not-allowed !important;
}

/* line 548, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-button.share-to-global-btn.status-red:hover {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}

/* line 554, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-button.share-to-global-btn.shared, .modern-ui-body .modern-button.share-to-global-btn.status-shared {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
  color: white !important;
  cursor: not-allowed !important;
  opacity: 0.8 !important;
}

/* line 563, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-button.share-to-global-btn.shared.unshare-btn, .modern-ui-body .modern-button.share-to-global-btn.status-shared.unshare-btn {
  background-color: #fff5f5 !important;
  border: 1px solid #dc3545 !important;
  color: #dc3545 !important;
  cursor: pointer !important;
  opacity: 1 !important;
}

/* line 570, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-button.share-to-global-btn.shared.unshare-btn:hover, .modern-ui-body .modern-button.share-to-global-btn.status-shared.unshare-btn:hover {
  background-color: #ffe0e0 !important;
  border-color: #c82333 !important;
  color: #c82333 !important;
}

/* line 578, app/assets/stylesheets/modern/buttons.scss */
.modern-ui-body .modern-button.share-to-global-btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

@media (max-width: 396px) {
  /* line 585, app/assets/stylesheets/modern/buttons.scss */
  .modern-ui-body .mobile-share .modern-button.share-to-global-btn {
    margin-top: 5px;
  }
}

/* line 593, app/assets/stylesheets/modern/buttons.scss */
.shareability-status-indicator {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-left: 8px;
  vertical-align: middle;
  flex-shrink: 0;
}

/* line 602, app/assets/stylesheets/modern/buttons.scss */
.shareability-status-indicator.sm {
  width: 10px;
  height: 10px;
  margin-left: 6px;
}

/* line 608, app/assets/stylesheets/modern/buttons.scss */
.shareability-status-indicator.md {
  width: 14px;
  height: 14px;
  margin-left: 10px;
}

/* line 614, app/assets/stylesheets/modern/buttons.scss */
.shareability-status-indicator.shareability-status-green {
  background-color: #28a745;
  border: 2px solid #28a745;
}

/* line 619, app/assets/stylesheets/modern/buttons.scss */
.shareability-status-indicator.shareability-status-yellow {
  background-color: #fbbf24;
  border: 2px solid #fbbf24;
}

/* line 624, app/assets/stylesheets/modern/buttons.scss */
.shareability-status-indicator.shareability-status-red {
  background-color: #dc3545;
  border: 2px solid #dc3545;
}

/* line 630, app/assets/stylesheets/modern/buttons.scss */
.challenge-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
}

/* line 637, app/assets/stylesheets/modern/buttons.scss */
.challenge-title .shareability-status-indicator {
  margin-left: 0;
}

/* line 642, app/assets/stylesheets/modern/buttons.scss */
.launch-library-item-title,
.launch-library-item-title-mobile {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}

/* line 649, app/assets/stylesheets/modern/buttons.scss */
.launch-library-item-title .shareability-status-indicator,
.launch-library-item-title-mobile .shareability-status-indicator {
  margin-left: 0;
}

/* line 6, app/assets/stylesheets/modern/segments.scss */
.modern-ui-body .modern-seg {
  display: inline-flex;
  align-items: center;
  gap: 0;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  padding: 3px;
  border-radius: 8px;
}

/* line 15, app/assets/stylesheets/modern/segments.scss */
.modern-ui-body .modern-seg__btn {
  padding: 8px 20px;
  border-radius: 6px;
  font-weight: 500;
  color: #6b7280;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 0.875rem;
  transition: all 200ms ease;
  text-decoration: none;
}

/* line 27, app/assets/stylesheets/modern/segments.scss */
.modern-ui-body .modern-seg__btn:hover {
  color: #374151;
  text-decoration: none;
}

/* line 32, app/assets/stylesheets/modern/segments.scss */
.modern-ui-body .modern-seg__btn.is-active {
  background: #fff;
  color: #111827;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
}

/* line 41, app/assets/stylesheets/modern/segments.scss */
.modern-ui-body .modern-segmented-control {
  display: inline-flex;
  background-color: #f1f5f9;
  border-radius: 8px;
  padding: 2px;
  gap: 0;
}

/* line 48, app/assets/stylesheets/modern/segments.scss */
.modern-ui-body .modern-segmented-control .modern-seg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #64748b;
  background-color: transparent;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
  transition: all 100ms ease;
}

/* line 63, app/assets/stylesheets/modern/segments.scss */
.modern-ui-body .modern-segmented-control .modern-seg-btn:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 68, app/assets/stylesheets/modern/segments.scss */
.modern-ui-body .modern-segmented-control .modern-seg-btn:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 73, app/assets/stylesheets/modern/segments.scss */
.modern-ui-body .modern-segmented-control .modern-seg-btn:hover:not(.is-active) {
  color: #334155;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 78, app/assets/stylesheets/modern/segments.scss */
.modern-ui-body .modern-segmented-control .modern-seg-btn.is-active {
  background-color: white;
  color: #0f172a;
  font-weight: 600;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
  /* line 93, app/assets/stylesheets/modern/segments.scss */
  .modern-ui-body .modern-seg {
    width: 100%;
  }
  /* line 96, app/assets/stylesheets/modern/segments.scss */
  .modern-ui-body .modern-seg__btn {
    flex: 1;
    padding: 8px 12px;
    font-size: 0.8125rem;
  }
  /* line 103, app/assets/stylesheets/modern/segments.scss */
  .modern-ui-body .modern-segmented-control {
    width: 100%;
  }
  /* line 106, app/assets/stylesheets/modern/segments.scss */
  .modern-ui-body .modern-segmented-control .modern-seg-btn {
    flex: 1;
    padding: 6px 10px;
    font-size: 0.8125rem;
  }
}

/* line 6, app/assets/stylesheets/modern/pills.scss */
.modern-ui-body .badge-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 9999px;
  font-size: 0.8125rem;
  font-weight: 500;
  border: 1px solid;
  transition: all 100ms ease;
}

/* line 17, app/assets/stylesheets/modern/pills.scss */
.modern-ui-body .badge-status-pill svg, .modern-ui-body .badge-status-pill i {
  width: 14px;
  height: 14px;
}

/* line 23, app/assets/stylesheets/modern/pills.scss */
.modern-ui-body .badge-status-pill.completed {
  background-color: rgba(34, 197, 94, 0.1);
  color: #16a34a;
  border-color: rgba(34, 197, 94, 0.2);
}

/* line 30, app/assets/stylesheets/modern/pills.scss */
.modern-ui-body .badge-status-pill.in_progress {
  background-color: rgba(59, 130, 246, 0.1);
  color: #2563eb;
  border-color: rgba(59, 130, 246, 0.2);
}

/* line 37, app/assets/stylesheets/modern/pills.scss */
.modern-ui-body .badge-status-pill.not_started, .modern-ui-body .badge-status-pill.not_on_badge_plan {
  background-color: rgba(107, 114, 128, 0.1);
  color: #6b7280;
  border-color: rgba(107, 114, 128, 0.2);
}

/* line 45, app/assets/stylesheets/modern/pills.scss */
.modern-ui-body .badge-status-pill.pending {
  background-color: rgba(251, 191, 36, 0.1);
  color: #d97706;
  border-color: rgba(251, 191, 36, 0.2);
}

/* line 54, app/assets/stylesheets/modern/pills.scss */
.modern-ui-body .pill.sm {
  font-size: 0.75rem;
  padding: 4px 10px;
  border-radius: 9999px;
}

/* line 60, app/assets/stylesheets/modern/pills.scss */
.modern-ui-body .pill.green-pill {
  background-color: rgba(34, 197, 94, 0.1);
  color: #16a34a;
  border: 1px solid rgba(34, 197, 94, 0.15);
}

/* line 66, app/assets/stylesheets/modern/pills.scss */
.modern-ui-body .pill.yellow-pill {
  background-color: rgba(251, 191, 36, 0.1);
  color: #d97706;
  border: 1px solid rgba(251, 191, 36, 0.15);
}

/* line 74, app/assets/stylesheets/modern/pills.scss */
.modern-ui-body .badge-status-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
  border: 1px solid;
}

/* line 83, app/assets/stylesheets/modern/pills.scss */
.modern-ui-body .badge-status-tag.status-draft {
  background-color: rgba(251, 191, 36, 0.08);
  color: #d97706;
  border-color: rgba(251, 191, 36, 0.2);
}

/* line 89, app/assets/stylesheets/modern/pills.scss */
.modern-ui-body .badge-status-tag.status-published {
  background-color: rgba(34, 197, 94, 0.08);
  color: #16a34a;
  border-color: rgba(34, 197, 94, 0.2);
}

/* line 95, app/assets/stylesheets/modern/pills.scss */
.modern-ui-body .badge-status-tag.status-archived {
  background-color: rgba(148, 163, 184, 0.08);
  color: #64748b;
  border-color: rgba(148, 163, 184, 0.2);
}

/* line 102, app/assets/stylesheets/modern/pills.scss */
.modern-ui-body .modern-info-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  background-color: rgba(107, 114, 128, 0.1);
  color: #6b7280;
  transition: all 100ms ease;
  min-width: 60px;
  justify-content: center;
}

/* line 116, app/assets/stylesheets/modern/pills.scss */
.modern-ui-body .modern-info-pill svg, .modern-ui-body .modern-info-pill i {
  width: 14px;
  height: 14px;
}

/* line 122, app/assets/stylesheets/modern/pills.scss */
.modern-ui-body .modern-info-pill.modern-pill-green {
  background-color: rgba(34, 197, 94, 0.1);
  color: #16a34a;
  border-color: rgba(34, 197, 94, 0.2);
}

/* line 129, app/assets/stylesheets/modern/pills.scss */
.modern-ui-body .modern-info-pill.modern-pill-blue {
  background-color: rgba(59, 130, 246, 0.1);
  color: #2563eb;
  border-color: rgba(59, 130, 246, 0.2);
}

/* line 136, app/assets/stylesheets/modern/pills.scss */
.modern-ui-body .modern-info-pill.modern-pill-red {
  background-color: rgba(239, 68, 68, 0.1);
  color: #dc2626;
  border-color: rgba(239, 68, 68, 0.2);
}

/* line 145, app/assets/stylesheets/modern/pills.scss */
.modern-ui-body .modern-info-bits {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}

/* line 153, app/assets/stylesheets/modern/pills.scss */
.modern-ui-body .modern-info-bit {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* line 159, app/assets/stylesheets/modern/pills.scss */
.modern-ui-body .modern-info-bit .modern-info-bit-text {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.5;
}

/* line 166, app/assets/stylesheets/modern/pills.scss */
.modern-ui-body .modern-rating-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: #facc15;
  color: white;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 0.875rem;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6);
  transition: all 100ms ease;
  height: 38px;
}

/* line 180, app/assets/stylesheets/modern/pills.scss */
.modern-ui-body .modern-rating-pill .icon {
  width: 18px;
  height: 15px;
  color: inherit;
}

/* line 186, app/assets/stylesheets/modern/pills.scss */
.modern-ui-body .modern-rating-pill:hover {
  filter: brightness(0.96);
  text-decoration: none;
}

@media (max-width: 767px) {
  /* line 166, app/assets/stylesheets/modern/pills.scss */
  .modern-ui-body .modern-rating-pill {
    height: 32px;
    padding: 0 12px;
    font-size: 12px;
  }
}

/* line 198, app/assets/stylesheets/modern/pills.scss */
.modern-ui-body .pill.challenge-pill {
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 38px;
  padding: 0 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-radius: 9999px;
  line-height: 1;
  font-size: 0.8125rem;
}

/* line 211, app/assets/stylesheets/modern/pills.scss */
.modern-ui-body .pill.challenge-pill.peer-approvals {
  background-color: #00808A;
  color: #ffffff;
  box-shadow: 0 0 0 1px rgba(0, 128, 138, 0.2);
}

/* line 216, app/assets/stylesheets/modern/pills.scss */
.modern-ui-body .pill.challenge-pill.peer-approvals.pending {
  background-color: rgba(0, 128, 138, 0.08);
  color: #00808A;
  box-shadow: 0 0 0 1px rgba(0, 128, 138, 0.35);
}

/* line 223, app/assets/stylesheets/modern/pills.scss */
.modern-ui-body .pill.challenge-pill.in_review {
  background-color: #00808A;
  color: #ffffff;
  box-shadow: 0 0 0 1px rgba(0, 128, 138, 0.2);
}

/* line 229, app/assets/stylesheets/modern/pills.scss */
.modern-ui-body .pill.challenge-pill.approved, .modern-ui-body .pill.challenge-pill.completed, .modern-ui-body .pill.challenge-pill.published {
  background-color: rgba(39, 174, 96, 0.12);
  color: #27ae60;
  box-shadow: 0 0 0 1px rgba(39, 174, 96, 0.28);
}

/* line 237, app/assets/stylesheets/modern/pills.scss */
.modern-ui-body .pill.challenge-pill.pending, .modern-ui-body .pill.challenge-pill.scheduled {
  background-color: rgba(234, 173, 33, 0.16);
  color: #b45309;
  box-shadow: 0 0 0 1px rgba(234, 173, 33, 0.28);
}

/* line 244, app/assets/stylesheets/modern/pills.scss */
.modern-ui-body .pill.challenge-pill.denied, .modern-ui-body .pill.challenge-pill.overdue, .modern-ui-body .pill.challenge-pill.trash {
  background-color: rgba(231, 76, 60, 0.16);
  color: #e74c3c;
  box-shadow: 0 0 0 1px rgba(231, 76, 60, 0.28);
}

/* line 252, app/assets/stylesheets/modern/pills.scss */
.modern-ui-body .pill.challenge-pill.archived {
  background-color: rgba(82, 95, 127, 0.16);
  color: #525f7f;
  box-shadow: 0 0 0 1px rgba(82, 95, 127, 0.24);
}

/* line 258, app/assets/stylesheets/modern/pills.scss */
.modern-ui-body .pill.challenge-pill.draft {
  background-color: rgba(245, 120, 79, 0.16);
  color: #f5784f;
  box-shadow: 0 0 0 1px rgba(245, 120, 79, 0.28);
}

/* line 264, app/assets/stylesheets/modern/pills.scss */
.modern-ui-body .pill.challenge-pill.sm {
  height: auto;
  padding: 4px 12px;
  font-size: 0.75rem;
}

/* line 272, app/assets/stylesheets/modern/pills.scss */
.modern-ui-body .section-heading-pill-line .pill.challenge-pill {
  height: 44px;
  padding: 0 20px;
  font-size: 15px;
}

@media (max-width: 767px) {
  /* line 272, app/assets/stylesheets/modern/pills.scss */
  .modern-ui-body .section-heading-pill-line .pill.challenge-pill {
    height: 36px;
    padding: 0 14px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  /* line 290, app/assets/stylesheets/modern/pills.scss */
  .modern-ui-body .pill.sm {
    font-size: 0.6875rem;
    padding: 3px 8px;
  }
  /* line 296, app/assets/stylesheets/modern/pills.scss */
  .modern-ui-body .pill.challenge-pill {
    height: 32px;
    padding: 0 12px;
  }
  /* line 300, app/assets/stylesheets/modern/pills.scss */
  .modern-ui-body .pill.challenge-pill.sm {
    padding: 3px 10px;
  }
  /* line 305, app/assets/stylesheets/modern/pills.scss */
  .modern-ui-body .badge-status-pill,
.modern-ui-body .modern-info-pill {
    font-size: 0.75rem;
    padding: 5px 12px;
  }
}

/* line 314, app/assets/stylesheets/modern/pills.scss */
.count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  margin-left: 8px;
  background-color: #ff4757 !important;
  border-radius: 10px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}

/* line 6, app/assets/stylesheets/modern/progress.scss */
.modern-ui-body .modern-progress-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  max-width: 100%;
}

/* line 13, app/assets/stylesheets/modern/progress.scss */
.category-card-v2 .modern-ui-body .modern-progress-container {
  align-items: center;
  max-width: 100%;
  width: 100%;
}

/* line 20, app/assets/stylesheets/modern/progress.scss */
.modern-ui-body .modern-progress {
  height: 8px;
  background: #e5e7eb;
  border-radius: 9999px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 28, app/assets/stylesheets/modern/progress.scss */
.modern-ui-body .modern-progress__bar {
  height: 100%;
  background: #3b82f6;
  width: 0%;
  transition: width 300ms ease;
  border-radius: 9999px;
}

/* line 37, app/assets/stylesheets/modern/progress.scss */
.modern-ui-body .modern-progress-text {
  font-size: 0.875rem;
  font-weight: 600;
  color: #3b82f6;
  line-height: 1;
}

/* line 44, app/assets/stylesheets/modern/progress.scss */
.modern-ui-body .progress {
  position: relative;
}

/* line 47, app/assets/stylesheets/modern/progress.scss */
.modern-ui-body .progress .modern-progress-number {
  position: absolute !important;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-left: 8px !important;
  font-size: 0.875rem;
  font-weight: 600;
  color: #27ae60;
}

/* line 57, app/assets/stylesheets/modern/progress.scss */
.modern-ui-body .progress .modern-progress-number.zero {
  color: #d3e1eb;
}

/* line 66, app/assets/stylesheets/modern/progress.scss */
.modern-ui-body .category-badges-section .badge-assignment-grid-cards-level .badge-assignment-grid-card img {
  height: 100%;
}

/* line 73, app/assets/stylesheets/modern/progress.scss */
.modern-ui-body .modern-progress-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 8px;
}

/* line 80, app/assets/stylesheets/modern/progress.scss */
.modern-ui-body .modern-progress-wrapper .progress {
  width: 100%;
  position: relative;
}

/* line 85, app/assets/stylesheets/modern/progress.scss */
.modern-ui-body .modern-progress-wrapper .progress-number {
  position: absolute;
  right: -2.5rem;
  top: 15%;
  transform: translateY(-50%);
  margin: 0 !important;
  font-size: 0.875rem;
  font-weight: 600;
  color: #27ae60;
  white-space: nowrap;
}

/* line 96, app/assets/stylesheets/modern/progress.scss */
.modern-ui-body .modern-progress-wrapper .progress-number.zero {
  color: #d3e1eb;
}

@media (min-width: 769px) and (max-width: 1024px) {
  /* line 103, app/assets/stylesheets/modern/progress.scss */
  .modern-ui-body .modern-progress-wrapper .progress-number {
    right: -2.5rem;
    top: 15%;
  }
}

@media (max-width: 768px) {
  /* line 73, app/assets/stylesheets/modern/progress.scss */
  .modern-ui-body .modern-progress-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
  }
  /* line 115, app/assets/stylesheets/modern/progress.scss */
  .modern-ui-body .modern-progress-wrapper .progress {
    width: 100%;
    margin-bottom: 4px;
  }
  /* line 120, app/assets/stylesheets/modern/progress.scss */
  .modern-ui-body .modern-progress-wrapper .progress-number {
    position: static;
    right: auto;
    top: auto;
    transform: none;
    margin: 0 !important;
    align-self: flex-start;
  }
}

/* line 131, app/assets/stylesheets/modern/progress.scss */
.modern-ui-body .badge-plan-overall-progress-container {
  margin-bottom: 20px;
}

/* line 134, app/assets/stylesheets/modern/progress.scss */
.modern-ui-body .badge-plan-overall-progress-container.card {
  border: 1px solid var(--border, #e6ebf1);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

/* line 141, app/assets/stylesheets/modern/progress.scss */
.modern-ui-body .badge-plan-overall-progress-container.card--loose {
  padding: 20px;
}

/* line 145, app/assets/stylesheets/modern/progress.scss */
.modern-ui-body .badge-plan-overall-progress-container .badge-plan-progress-row {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
}

/* line 152, app/assets/stylesheets/modern/progress.scss */
.modern-ui-body .badge-plan-overall-progress-container .badge-plan-progress-wrapper {
  flex: 1 1 auto;
  min-width: 0;
  border: 1px solid #e6edf5;
  border-radius: 12px;
  padding: 2px;
  background: white;
}

/* line 161, app/assets/stylesheets/modern/progress.scss */
.modern-ui-body .badge-plan-overall-progress-container .progress {
  position: relative;
  height: 8px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #f1f5f9;
}

/* line 169, app/assets/stylesheets/modern/progress.scss */
.modern-ui-body .badge-plan-overall-progress-container .progress.progress--overall {
  background: #f1f5f9;
}

/* line 173, app/assets/stylesheets/modern/progress.scss */
.modern-ui-body .badge-plan-overall-progress-container .progress .progress__bar {
  height: 100%;
  background: #3b82f6;
  border-radius: 8px;
  transition: width 300ms ease;
}

/* line 181, app/assets/stylesheets/modern/progress.scss */
.modern-ui-body .badge-plan-overall-progress-container .badge-plan-progress-text {
  font-size: 0.775rem;
  font-weight: 600;
  color: #64748b;
  white-space: nowrap;
  flex-shrink: 0;
}

/* line 189, app/assets/stylesheets/modern/progress.scss */
.modern-ui-body .badge-plan-overall-progress-container .category-progress-change-indicator {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 12px;
  white-space: nowrap;
  line-height: 1.4;
  min-width: 40px;
  text-align: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 200, app/assets/stylesheets/modern/progress.scss */
.modern-ui-body .badge-plan-overall-progress-container .category-progress-change-indicator.positive {
  background-color: #dcfce7;
  color: #16a34a;
  border: 1px solid #86efac;
}

/* line 206, app/assets/stylesheets/modern/progress.scss */
.modern-ui-body .badge-plan-overall-progress-container .category-progress-change-indicator.negative {
  background-color: #fee2e2;
  color: #dc2626;
  border: 1px solid #fca5a5;
}

/* line 212, app/assets/stylesheets/modern/progress.scss */
.modern-ui-body .badge-plan-overall-progress-container .category-progress-change-indicator.zero {
  background-color: #ffffff;
  color: #1f2937;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

@media (max-width: 768px) {
  /* line 131, app/assets/stylesheets/modern/progress.scss */
  .modern-ui-body .badge-plan-overall-progress-container {
    margin-bottom: 16px;
  }
  /* line 223, app/assets/stylesheets/modern/progress.scss */
  .modern-ui-body .badge-plan-overall-progress-container.card--loose {
    padding: 16px;
  }
  /* line 227, app/assets/stylesheets/modern/progress.scss */
  .modern-ui-body .badge-plan-overall-progress-container .badge-plan-progress-row {
    gap: 12px;
    align-items: center;
  }
  /* line 232, app/assets/stylesheets/modern/progress.scss */
  .modern-ui-body .badge-plan-overall-progress-container .badge-plan-progress-wrapper {
    flex: 1 1 auto;
    min-width: 0;
  }
  /* line 237, app/assets/stylesheets/modern/progress.scss */
  .modern-ui-body .badge-plan-overall-progress-container .badge-plan-progress-text {
    font-size: 0.8125rem;
    flex-shrink: 0;
  }
}

@media (max-width: 480px) {
  /* line 244, app/assets/stylesheets/modern/progress.scss */
  .modern-ui-body .badge-plan-overall-progress-container .badge-plan-progress-row {
    gap: 8px;
  }
  /* line 248, app/assets/stylesheets/modern/progress.scss */
  .modern-ui-body .badge-plan-overall-progress-container .badge-plan-progress-text {
    font-size: 0.75rem;
  }
}

/* line 4, app/assets/stylesheets/modern/actions.scss */
.modern-ui-body .modern-actions .action-icon.disabled, .modern-ui-body .modern-actions__session .action-icon.disabled, .disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

/* line 17, app/assets/stylesheets/modern/actions.scss */
.modern-ui-body .modern-actions, .modern-ui-body .modern-actions__session {
  display: flex;
  gap: 2px;
  align-items: center;
  justify-content: flex-start;
}

/* line 23, app/assets/stylesheets/modern/actions.scss */
.modern-ui-body .modern-actions .action-icon, .modern-ui-body .modern-actions__session .action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  color: #6b7280;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 100ms ease;
  text-decoration: none;
  font-size: 0.875rem;
}

/* line 38, app/assets/stylesheets/modern/actions.scss */
.modern-ui-body .modern-actions .action-icon:hover, .modern-ui-body .modern-actions__session .action-icon:hover {
  background: #f3f4f6;
  color: #111827;
  text-decoration: none;
}

/* line 44, app/assets/stylesheets/modern/actions.scss */
.modern-ui-body .modern-actions .action-icon:active, .modern-ui-body .modern-actions__session .action-icon:active {
  background: #e5e7eb;
}

/* line 49, app/assets/stylesheets/modern/actions.scss */
.modern-ui-body .modern-actions .action-icon.danger:hover, .modern-ui-body .modern-actions__session .action-icon.danger:hover {
  background: rgba(239, 68, 68, 0.1);
  color: #dc2626;
}

/* line 60, app/assets/stylesheets/modern/actions.scss */
.modern-ui-body .modern-actions .action-icon.action-icon-circular, .modern-ui-body .modern-actions__session .action-icon.action-icon-circular {
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  border: 1px solid #e2e8f0;
}

/* line 66, app/assets/stylesheets/modern/actions.scss */
.modern-ui-body .modern-actions .action-icon.action-icon-circular svg, .modern-ui-body .modern-actions__session .action-icon.action-icon-circular svg {
  width: 14px;
  height: 14px;
}

/* line 71, app/assets/stylesheets/modern/actions.scss */
.modern-ui-body .modern-actions .action-icon.action-icon-circular:hover, .modern-ui-body .modern-actions__session .action-icon.action-icon-circular:hover {
  background: #f3f4f6;
  border-color: #cbd5e1;
}

/* line 76, app/assets/stylesheets/modern/actions.scss */
.modern-ui-body .modern-actions .action-icon.action-icon-circular.danger:hover, .modern-ui-body .modern-actions__session .action-icon.action-icon-circular.danger:hover {
  background: rgba(239, 68, 68, 0.1);
  border-color: #fca5a5;
}

/* line 86, app/assets/stylesheets/modern/actions.scss */
.modern-ui-body .more-menu .dropdown-toggle {
  opacity: 0.5;
  transition: opacity 150ms;
  color: #6b7280;
}

/* line 91, app/assets/stylesheets/modern/actions.scss */
.modern-ui-body .more-menu .dropdown-toggle:hover {
  opacity: 1;
  color: #111827;
}

/* line 97, app/assets/stylesheets/modern/actions.scss */
.modern-ui-body .more-menu .dropdown-toggle.modern-button-border {
  opacity: 1;
  color: inherit;
}

/* line 103, app/assets/stylesheets/modern/actions.scss */
.modern-ui-body .more-menu .dropdown-menu {
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 6px;
}

/* line 109, app/assets/stylesheets/modern/actions.scss */
.modern-ui-body .more-menu .dropdown-menu .dropdown-item {
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 0.875rem;
  transition: background-color 100ms ease;
  color: #374151;
  font-weight: 400;
}

/* line 117, app/assets/stylesheets/modern/actions.scss */
.modern-ui-body .more-menu .dropdown-menu .dropdown-item i {
  flex-shrink: 0;
  margin-right: 8px;
}

/* line 122, app/assets/stylesheets/modern/actions.scss */
.modern-ui-body .more-menu .dropdown-menu .dropdown-item:hover {
  background-color: #f9fafb;
  color: #111827;
}

/* line 127, app/assets/stylesheets/modern/actions.scss */
.modern-ui-body .more-menu .dropdown-menu .dropdown-item.text-danger {
  color: #dc2626;
}

/* line 130, app/assets/stylesheets/modern/actions.scss */
.modern-ui-body .more-menu .dropdown-menu .dropdown-item.text-danger:hover {
  background-color: #fef2f2;
  color: #991b1b;
}

@media (max-width: 768px) {
  /* line 145, app/assets/stylesheets/modern/actions.scss */
  .modern-ui-body .modern-actions, .modern-ui-body .modern-actions__session {
    gap: 4px;
  }
  /* line 148, app/assets/stylesheets/modern/actions.scss */
  .modern-ui-body .modern-actions .action-icon, .modern-ui-body .modern-actions__session .action-icon {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }
  /* line 156, app/assets/stylesheets/modern/actions.scss */
  .modern-ui-body .dropdown-menu {
    max-width: calc(100vw - 32px);
    max-height: 70vh;
    overflow-y: auto;
  }
}

@media (max-width: 480px) {
  /* line 165, app/assets/stylesheets/modern/actions.scss */
  .modern-ui-body .modern-actions .action-icon, .modern-ui-body .modern-actions__session .action-icon {
    width: 32px;
    height: 32px;
    font-size: 0.875rem;
  }
}

/* line 5, app/assets/stylesheets/modern/tooltips.scss */
[data-tooltip] {
  position: relative;
}

/* line 8, app/assets/stylesheets/modern/tooltips.scss */
[data-tooltip]::before, [data-tooltip]::after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease-in-out;
  z-index: 1070;
}

/* line 19, app/assets/stylesheets/modern/tooltips.scss */
[data-tooltip]::after {
  content: attr(data-tooltip);
  display: inline-block;
  /* so width/max-width apply; short text shrinks to content */
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  background-color: white;
  color: #283c46;
  border: 1px solid #e6ebf1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  width: -moz-max-content;
  width: max-content;
  max-width: 280px;
  white-space: normal;
}

/* line 41, app/assets/stylesheets/modern/tooltips.scss */
[data-tooltip]::before {
  content: '';
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 0.4rem solid transparent;
  border-top-color: white;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
}

/* line 52, app/assets/stylesheets/modern/tooltips.scss */
[data-tooltip]:hover::before, [data-tooltip]:hover::after, [data-tooltip]:focus::before, [data-tooltip]:focus::after {
  visibility: visible;
  opacity: 1;
}

/* line 63, app/assets/stylesheets/modern/tooltips.scss */
[data-tooltip-position="bottom"]::after {
  bottom: auto;
  top: calc(100% + 8px);
}

/* line 68, app/assets/stylesheets/modern/tooltips.scss */
[data-tooltip-position="bottom"]::before {
  bottom: auto;
  top: 100%;
  border-top-color: transparent;
  border-bottom-color: white;
  filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.15));
}

/* line 79, app/assets/stylesheets/modern/tooltips.scss */
[data-tooltip-position="left"]::after {
  bottom: auto;
  top: 50%;
  left: auto;
  right: calc(100% + 8px);
  transform: translateY(-50%);
}

/* line 87, app/assets/stylesheets/modern/tooltips.scss */
[data-tooltip-position="left"]::before {
  bottom: auto;
  top: 50%;
  left: auto;
  right: 100%;
  transform: translateY(-50%);
  border-top-color: transparent;
  border-left-color: white;
  filter: drop-shadow(1px 0 1px rgba(0, 0, 0, 0.15));
}

/* line 101, app/assets/stylesheets/modern/tooltips.scss */
[data-tooltip-position="right"]::after {
  bottom: auto;
  top: 50%;
  left: calc(100% + 8px);
  transform: translateY(-50%);
}

/* line 108, app/assets/stylesheets/modern/tooltips.scss */
[data-tooltip-position="right"]::before {
  bottom: auto;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border-top-color: transparent;
  border-right-color: white;
  filter: drop-shadow(-1px 0 1px rgba(0, 0, 0, 0.15));
}

/* line 6, app/assets/stylesheets/modern/pager.scss */
.modern-ui-body .modern-pager-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

/* line 12, app/assets/stylesheets/modern/pager.scss */
.modern-ui-body .modern-pager {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 17, app/assets/stylesheets/modern/pager.scss */
.modern-ui-body .modern-pager .pager-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6b7280;
  background: transparent;
  border: 1px solid #e5e7eb;
  transition: all 100ms ease;
  cursor: pointer;
}

/* line 32, app/assets/stylesheets/modern/pager.scss */
.modern-ui-body .modern-pager .pager-btn svg {
  width: 16px;
  height: 16px;
}

/* line 37, app/assets/stylesheets/modern/pager.scss */
.modern-ui-body .modern-pager .pager-btn:hover:not(:disabled) {
  background: #f9fafb;
  border-color: #d1d5db;
  color: #374151;
}

/* line 43, app/assets/stylesheets/modern/pager.scss */
.modern-ui-body .modern-pager .pager-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* line 49, app/assets/stylesheets/modern/pager.scss */
.modern-ui-body .modern-pager .pager-info {
  font-size: 0.875rem;
  color: #6b7280;
  padding: 0 12px;
  white-space: nowrap;
}

/* line 56, app/assets/stylesheets/modern/pager.scss */
.modern-ui-body .modern-pager .pager-size {
  height: 36px;
  padding: 0 12px;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6b7280;
  background: transparent;
  border: 1px solid #e5e7eb;
  transition: all 100ms ease;
  cursor: pointer;
}

/* line 68, app/assets/stylesheets/modern/pager.scss */
.modern-ui-body .modern-pager .pager-size:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}

/* line 73, app/assets/stylesheets/modern/pager.scss */
.modern-ui-body .modern-pager .pager-size:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

@media (max-width: 768px) {
  /* line 87, app/assets/stylesheets/modern/pager.scss */
  .modern-ui-body .modern-pager-wrapper {
    margin-top: 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 93, app/assets/stylesheets/modern/pager.scss */
  .modern-ui-body .modern-pager {
    gap: 4px;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  /* line 97, app/assets/stylesheets/modern/pager.scss */
  .modern-ui-body .modern-pager .pager-btn {
    width: 32px;
    height: 32px;
    font-size: 0.75rem;
  }
  /* line 102, app/assets/stylesheets/modern/pager.scss */
  .modern-ui-body .modern-pager .pager-btn svg {
    width: 14px;
    height: 14px;
  }
  /* line 108, app/assets/stylesheets/modern/pager.scss */
  .modern-ui-body .modern-pager .pager-info {
    font-size: 0.75rem;
    padding: 0 8px;
  }
  /* line 113, app/assets/stylesheets/modern/pager.scss */
  .modern-ui-body .modern-pager .pager-size {
    height: 32px;
    padding: 0 8px;
    font-size: 0.75rem;
  }
}

@media (max-width: 480px) {
  /* line 123, app/assets/stylesheets/modern/pager.scss */
  .modern-ui-body .modern-pager .pager-btn {
    width: 28px;
    height: 28px;
  }
  /* line 127, app/assets/stylesheets/modern/pager.scss */
  .modern-ui-body .modern-pager .pager-btn svg {
    width: 12px;
    height: 12px;
  }
  /* line 133, app/assets/stylesheets/modern/pager.scss */
  .modern-ui-body .modern-pager .pager-info {
    font-size: 0.6875rem;
    padding: 0 4px;
  }
  /* line 138, app/assets/stylesheets/modern/pager.scss */
  .modern-ui-body .modern-pager .pager-size {
    height: 28px;
    padding: 0 6px;
    font-size: 0.6875rem;
  }
}

/* line 7, app/assets/stylesheets/modern/selectors.scss */
.modern-ui-body .modern-learner-selector {
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
  padding: 2px;
  width: 320px;
  max-width: 100%;
}

/* line 18, app/assets/stylesheets/modern/selectors.scss */
.modern-ui-body .modern-learner-selector:hover {
  border-color: #cbd5e1;
}

/* line 22, app/assets/stylesheets/modern/selectors.scss */
.modern-ui-body .modern-learner-selector .modern-nav-btn {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  background: transparent;
  border: none;
  color: #94a3b8;
  cursor: pointer;
  transition: all 100ms ease;
  padding: 0;
}

/* line 35, app/assets/stylesheets/modern/selectors.scss */
.modern-ui-body .modern-learner-selector .modern-nav-btn svg {
  width: 16px;
  height: 16px;
}

/* line 40, app/assets/stylesheets/modern/selectors.scss */
.modern-ui-body .modern-learner-selector .modern-nav-btn:hover:not(:disabled) {
  background-color: rgba(255, 255, 255, 0.8);
  color: #64748b;
}

/* line 45, app/assets/stylesheets/modern/selectors.scss */
.modern-ui-body .modern-learner-selector .modern-nav-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* line 51, app/assets/stylesheets/modern/selectors.scss */
.modern-ui-body .modern-learner-selector .modern-learner-dropdown {
  flex: 1;
  min-width: 0;
}

/* line 55, app/assets/stylesheets/modern/selectors.scss */
.modern-ui-body .modern-learner-selector .modern-learner-dropdown .modern-learner-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 4px 8px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  color: inherit;
}

/* line 69, app/assets/stylesheets/modern/selectors.scss */
.modern-ui-body .modern-learner-selector .modern-learner-dropdown .modern-learner-btn::after {
  display: none;
}

/* line 73, app/assets/stylesheets/modern/selectors.scss */
.modern-ui-body .modern-learner-selector .modern-learner-dropdown .modern-learner-btn .modern-learner-avatar {
  width: 24px;
  height: 24px;
  border-radius: 9999px;
  background-color: #e2e8f0;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 82, app/assets/stylesheets/modern/selectors.scss */
.modern-ui-body .modern-learner-selector .modern-learner-dropdown .modern-learner-btn .modern-learner-label {
  flex: 1;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1e293b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 94, app/assets/stylesheets/modern/selectors.scss */
.modern-ui-body .modern-learner-selector .modern-lock-status-btn {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  border: 1px solid #cbd5e1;
  background-color: #f8fafc;
  color: #64748b;
  cursor: pointer;
  transition: all 100ms ease;
  padding: 0;
  margin-left: 4px;
}

/* line 108, app/assets/stylesheets/modern/selectors.scss */
.modern-ui-body .modern-learner-selector .modern-lock-status-btn svg {
  width: 14px;
  height: 14px;
}

/* line 113, app/assets/stylesheets/modern/selectors.scss */
.modern-ui-body .modern-learner-selector .modern-lock-status-btn:disabled {
  cursor: default;
  opacity: 0.8;
}

/* line 118, app/assets/stylesheets/modern/selectors.scss */
.modern-ui-body .modern-learner-selector .modern-lock-status-btn:hover:not(:disabled) {
  background-color: #f1f5f9;
  border-color: #94a3b8;
}

/* line 123, app/assets/stylesheets/modern/selectors.scss */
.modern-ui-body .modern-learner-selector .modern-lock-status-btn.unlocked {
  border-color: #fecaca;
  background-color: #fef2f2;
  color: #dc2626;
}

/* line 128, app/assets/stylesheets/modern/selectors.scss */
.modern-ui-body .modern-learner-selector .modern-lock-status-btn.unlocked:hover:not(:disabled) {
  background-color: #fee2e2;
  border-color: #fca5a5;
}

/* line 134, app/assets/stylesheets/modern/selectors.scss */
.modern-ui-body .modern-learner-selector .modern-lock-status-btn:not(.unlocked) {
  border-color: #cbd5e1;
  background-color: #f8fafc;
  color: #64748b;
}

/* line 145, app/assets/stylesheets/modern/selectors.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .btn-outline-primary {
  min-width: 320px;
  border-width: 2px;
  cursor: pointer;
  gap: 16px;
  background: white;
  border-color: #e2e8f0;
}

/* line 155, app/assets/stylesheets/modern/selectors.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .studio-settings-selector-btn {
  border: 1px solid #e2e8f0 !important;
  border-width: 1px !important;
  background: white !important;
  color: #1e293b !important;
  font-weight: 500;
  cursor: pointer;
  transition: all 100ms ease;
  min-width: 200px;
}

/* line 165, app/assets/stylesheets/modern/selectors.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .studio-settings-selector-btn:hover {
  border-color: #3b82f6 !important;
  background: white !important;
}

/* line 171, app/assets/stylesheets/modern/selectors.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .studio-settings-selector-btn[aria-expanded="true"], .modern-ui-body .modern-person-selector .person-selector-pill .studio-settings-selector-btn.show {
  outline: none !important;
  border: 1px solid #3b82f6 !important;
  border-width: 1px !important;
  background: white !important;
  box-shadow: none !important;
}

/* line 181, app/assets/stylesheets/modern/selectors.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .studio-settings-selector-btn:focus:not([aria-expanded="true"]):not(.show), .modern-ui-body .modern-person-selector .person-selector-pill .studio-settings-selector-btn:active:not([aria-expanded="true"]):not(.show) {
  outline: none !important;
  border: 1px solid #e2e8f0 !important;
  border-width: 1px !important;
  background: white !important;
  box-shadow: none !important;
}

/* line 191, app/assets/stylesheets/modern/selectors.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .dropdown-menu {
  min-width: 320px;
}

/* line 195, app/assets/stylesheets/modern/selectors.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .learner-list {
  max-height: 300px;
  overflow-y: auto;
}

/* line 200, app/assets/stylesheets/modern/selectors.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .person-selector-avatar {
  width: 24px;
  height: 24px;
}

/* line 205, app/assets/stylesheets/modern/selectors.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .person-selector-placeholder-avatar {
  width: 24px;
  height: 24px;
  background-color: #e2e8f0;
  flex-shrink: 0;
}

/* line 213, app/assets/stylesheets/modern/selectors.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .lock-toggle-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e8f0 !important;
  background: white !important;
  width: 28px;
  height: 28px;
  border-radius: 50% !important;
  padding: 0 !important;
  position: relative;
  transition: all 100ms ease;
}

/* line 226, app/assets/stylesheets/modern/selectors.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .lock-toggle-btn:hover {
  background: #f8fafc !important;
  border-color: #cbd5e1 !important;
}

/* line 231, app/assets/stylesheets/modern/selectors.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .lock-toggle-btn:focus {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1) !important;
}

/* line 236, app/assets/stylesheets/modern/selectors.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .lock-toggle-btn .button-spinner {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

/* line 247, app/assets/stylesheets/modern/selectors.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .lock-toggle-btn-dropdown {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e8f0 !important;
  background: white !important;
  width: 24px;
  height: 24px;
  border-radius: 50% !important;
  padding: 0 !important;
  position: relative;
  transition: all 100ms ease;
}

/* line 260, app/assets/stylesheets/modern/selectors.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .lock-toggle-btn-dropdown:hover {
  background: #f8fafc !important;
  border-color: #cbd5e1 !important;
}

@media (max-width: 768px) {
  /* line 274, app/assets/stylesheets/modern/selectors.scss */
  .modern-ui-body .modern-learner-selector {
    flex: 1 1 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 282, app/assets/stylesheets/modern/selectors.scss */
  .modern-ui-body .modern-learner-selector .person-selector-pill .btn,
.modern-ui-body .modern-learner-selector .person-selector-pill .btn-outline-secondary,
.modern-ui-body .modern-learner-selector .person-selector-pill .btn-outline-primary {
    min-width: 0 !important;
    width: 100%;
    flex: 1 1 auto;
  }
  /* line 290, app/assets/stylesheets/modern/selectors.scss */
  .modern-ui-body .modern-person-selector {
    width: 100%;
  }
  /* line 294, app/assets/stylesheets/modern/selectors.scss */
  .modern-ui-body .modern-person-selector .person-selector-pill .btn,
.modern-ui-body .modern-person-selector .person-selector-pill .btn-outline-primary {
    min-width: 0 !important;
    width: 100%;
    padding: 0.5rem 0.225rem !important;
    gap: 8px !important;
    overflow: hidden;
    align-items: center;
    flex-wrap: nowrap;
  }
  /* line 305, app/assets/stylesheets/modern/selectors.scss */
  .modern-ui-body .modern-person-selector .person-selector-pill .btn .person-selector-name,
.modern-ui-body .modern-person-selector .person-selector-pill .btn .flex-grow-1:not(.btn-link):not(.lock-toggle-btn),
.modern-ui-body .modern-person-selector .person-selector-pill .btn-outline-primary .person-selector-name,
.modern-ui-body .modern-person-selector .person-selector-pill .btn-outline-primary .flex-grow-1:not(.btn-link):not(.lock-toggle-btn) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    flex: 1 1 auto;
    flex-shrink: 1 !important;
  }
  /* line 316, app/assets/stylesheets/modern/selectors.scss */
  .modern-ui-body .modern-person-selector .person-selector-pill .btn img.rounded-circle,
.modern-ui-body .modern-person-selector .person-selector-pill .btn-outline-primary img.rounded-circle {
    flex-shrink: 0;
    width: 24px !important;
    height: 24px !important;
  }
  /* line 323, app/assets/stylesheets/modern/selectors.scss */
  .modern-ui-body .modern-person-selector .person-selector-pill .btn .lock-toggle-btn,
.modern-ui-body .modern-person-selector .person-selector-pill .btn .border.p-1.rounded-circle,
.modern-ui-body .modern-person-selector .person-selector-pill .btn-outline-primary .lock-toggle-btn,
.modern-ui-body .modern-person-selector .person-selector-pill .btn-outline-primary .border.p-1.rounded-circle {
    flex-shrink: 0;
    margin-left: 4px;
    width: 28px !important;
    height: 28px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 335, app/assets/stylesheets/modern/selectors.scss */
  .modern-ui-body .modern-person-selector .person-selector-pill .btn .btn-link,
.modern-ui-body .modern-person-selector .person-selector-pill .btn .btn-link.btn-sm,
.modern-ui-body .modern-person-selector .person-selector-pill .btn .btn-link.disabled,
.modern-ui-body .modern-person-selector .person-selector-pill .btn span.btn-link,
.modern-ui-body .modern-person-selector .person-selector-pill .btn-outline-primary .btn-link,
.modern-ui-body .modern-person-selector .person-selector-pill .btn-outline-primary .btn-link.btn-sm,
.modern-ui-body .modern-person-selector .person-selector-pill .btn-outline-primary .btn-link.disabled,
.modern-ui-body .modern-person-selector .person-selector-pill .btn-outline-primary span.btn-link {
    flex-shrink: 0;
    padding: 4px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    width: auto;
    height: 24px;
    visibility: visible !important;
  }
  /* line 353, app/assets/stylesheets/modern/selectors.scss */
  .modern-ui-body .modern-person-selector + .badge {
    flex-shrink: 0;
    margin-top: 8px;
  }
}

/* line 2, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .mobile-horizontal-scroll {
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 769px) {
  /* line 2, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .mobile-horizontal-scroll {
    overflow-x: visible;
  }
}

/* line 17, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badges-section .aggregated-feedback-scroll {
  max-height: 500px !important;
  min-height: 0;
  /* needed if parent is flex */
  overflow-x: auto !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}

/* line 26, app/assets/stylesheets/modern/badges.scss */
.aggregated-feedback-summary-text {
  white-space: pre-line;
}

/* line 33, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badges-section.aggregated-feedback-page .aggregated-feedback-header .modern-header-left {
  overflow: visible;
  min-width: 0;
  flex: 1 1 auto;
}

/* line 38, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badges-section.aggregated-feedback-page .aggregated-feedback-header .aggregated-feedback-title {
  overflow: visible;
  white-space: normal;
  word-break: break-word;
  flex: 1 1 auto;
  min-width: 0;
}

/* line 45, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badges-section.aggregated-feedback-page .aggregated-feedback-header .aggregated-feedback-action-buttons {
  gap: 8px;
}

/* line 50, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badges-section.aggregated-feedback-page .aggregated-feedback-button-group {
  gap: 0.5rem 0.75rem;
  justify-content: flex-end;
}

/* line 53, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badges-section.aggregated-feedback-page .aggregated-feedback-button-group .modern-button-border,
.modern-ui-body .modern-badges-section.aggregated-feedback-page .aggregated-feedback-button-group .dropdown.aggregated-feedback-filter-dropdown .dropdown-toggle {
  margin: 0 !important;
}

/* line 58, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badges-section.aggregated-feedback-page .aggregated-feedback-button-group .modern-add-btn.generating svg {
  animation: spin 1.2s linear infinite;
}

/* line 61, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badges-section.aggregated-feedback-page .aggregated-feedback-button-group .modern-add-btn.generating,
.modern-ui-body .modern-badges-section.aggregated-feedback-page .aggregated-feedback-button-group .modern-add-btn:disabled {
  pointer-events: none;
  opacity: 0.7;
}

/* line 68, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badges-section.aggregated-feedback-page .aggregated-feedback-filter-dropdown .dropdown-toggle {
  min-width: 12.5rem;
  text-align: left;
}

/* line 72, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badges-section.aggregated-feedback-page .aggregated-feedback-filter-dropdown .dropdown-menu {
  min-width: 240px;
  width: -moz-max-content;
  width: max-content;
  max-width: 320px;
  white-space: nowrap;
}

@media (max-width: 343px) {
  /* line 72, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badges-section.aggregated-feedback-page .aggregated-feedback-filter-dropdown .dropdown-menu {
    max-width: calc(100vw - 24px);
  }
}

@media (max-width: 768px) {
  /* line 86, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badges-section.aggregated-feedback-page .aggregated-feedback-header {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  /* line 90, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badges-section.aggregated-feedback-page .aggregated-feedback-header .modern-header-left {
    width: 100%;
  }
  /* line 93, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badges-section.aggregated-feedback-page .aggregated-feedback-header .aggregated-feedback-actions {
    width: 100%;
    justify-content: flex-start;
    flex-direction: row !important;
    flex-wrap: nowrap;
    gap: 8px;
    min-width: 0;
    margin-right: 10px !important;
  }
  /* line 103, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badges-section.aggregated-feedback-page .aggregated-feedback-header .aggregated-feedback-actions .dropdown.aggregated-feedback-filter-dropdown {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
    width: auto !important;
  }
  /* line 109, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badges-section.aggregated-feedback-page .aggregated-feedback-header .aggregated-feedback-actions .dropdown.aggregated-feedback-filter-dropdown .dropdown-toggle {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    text-align: left;
  }
  /* line 117, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badges-section.aggregated-feedback-page .aggregated-feedback-header .aggregated-feedback-actions .dropdown.aggregated-feedback-filter-dropdown .dropdown-menu {
    min-width: 240px;
    width: -moz-max-content;
    width: max-content;
    max-width: 320px;
    white-space: nowrap;
    box-sizing: border-box;
  }
}

@media (max-width: 768px) and (max-width: 343px) {
  /* line 117, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badges-section.aggregated-feedback-page .aggregated-feedback-header .aggregated-feedback-actions .dropdown.aggregated-feedback-filter-dropdown .dropdown-menu {
    max-width: calc(100vw - 24px);
  }
}

@media (max-width: 768px) {
  /* line 128, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badges-section.aggregated-feedback-page .aggregated-feedback-header .aggregated-feedback-actions .aggregated-feedback-action-buttons {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    margin-right: 10px;
  }
  /* line 136, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badges-section.aggregated-feedback-page .aggregated-feedback-header .aggregated-feedback-actions .aggregated-feedback-action-buttons .modern-add-btn {
    display: inline-flex !important;
    flex-shrink: 0;
  }
  /* line 143, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badges-section.aggregated-feedback-page .aggregated-feedback-title {
    font-size: 1.25rem;
    word-break: break-word;
  }
  /* line 147, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badges-section.aggregated-feedback-page .aggregated-feedback-rating-row {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 150, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badges-section.aggregated-feedback-page .aggregated-feedback-rating-row .aggregated-feedback-rating-stars {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  /* line 155, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badges-section.aggregated-feedback-page .aggregated-feedback-summary-header {
    flex-direction: column;
    align-items: stretch;
  }
  /* line 162, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badges-section.adopted-clones-page .adopted-clones-header {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  /* line 166, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badges-section.adopted-clones-page .adopted-clones-header .modern-header-right {
    width: 100%;
  }
  /* line 168, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badges-section.adopted-clones-page .adopted-clones-header .modern-header-right a.modern-button-border {
    display: block;
    text-align: center;
  }
  /* line 174, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badges-section.adopted-clones-page .adopted-clones-stats {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  /* line 179, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badges-section.adopted-clones-page .adopted-clone-card-header {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 183, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badges-section.adopted-clones-page .adopted-clone-diff-row {
    flex-direction: column;
  }
  /* line 189, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badges-section.clone-diff-page .clone-diff-header {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  /* line 193, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badges-section.clone-diff-page .clone-diff-header .modern-header-right {
    width: 100%;
  }
  /* line 195, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badges-section.clone-diff-page .clone-diff-header .modern-header-right a.modern-button-border {
    display: block;
    text-align: center;
  }
  /* line 201, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badges-section.clone-diff-page .clone-diff-badges-row {
    flex-direction: column;
  }
}

/* line 210, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .badges-index-table .modern-actions {
  gap: 8px;
}

@media (min-width: 768px) {
  /* line 218, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .badges-header-wrapper .badges-header-row-1 .badges-toggle-desktop {
    display: block;
  }
  /* line 223, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .badges-header-wrapper .badges-header-row-2 {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 230, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .badges-header-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
  }
  /* line 235, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .badges-header-wrapper .badges-header-row-1 {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100%;
    flex-wrap: nowrap !important;
    margin-bottom: 0;
    gap: 16px !important;
  }
  /* line 245, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .badges-header-wrapper .badges-header-row-1 .modern-header-left {
    display: flex !important;
    align-items: center !important;
    flex: 1 1 auto !important;
    min-width: 0;
    width: auto !important;
    overflow: visible;
  }
  /* line 253, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .badges-header-wrapper .badges-header-row-1 .modern-header-left .modern-table-title {
    display: block !important;
    visibility: visible !important;
    font-size: 1.5rem !important;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
    line-height: 1.2;
    white-space: nowrap;
    overflow: visible;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  /* line 268, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .badges-header-wrapper .badges-header-row-1 .modern-header-actions,
.modern-ui-body .badges-header-wrapper .badges-header-row-1 .box-header-actions {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    flex-wrap: nowrap !important;
    width: auto !important;
    gap: 8px;
    margin-left: auto;
  }
  /* line 280, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .badges-header-wrapper .badges-header-row-1 .modern-header-actions .badges-toggle-desktop,
.modern-ui-body .badges-header-wrapper .badges-header-row-1 .box-header-actions .badges-toggle-desktop {
    display: none !important;
  }
  /* line 284, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .badges-header-wrapper .badges-header-row-1 .modern-header-actions .modern-add-btn,
.modern-ui-body .badges-header-wrapper .badges-header-row-1 .box-header-actions .modern-add-btn {
    display: inline-flex !important;
    flex-shrink: 0;
  }
  /* line 291, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .badges-header-wrapper .badges-header-row-2 {
    display: flex !important;
    align-items: center;
    width: 100%;
  }
  /* line 296, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .badges-header-wrapper .badges-header-row-2 .modern-header-actions,
.modern-ui-body .badges-header-wrapper .badges-header-row-2 .box-header-actions {
    width: 100%;
  }
  /* line 301, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .badges-header-wrapper .badges-header-row-2 .modern-header-actions .badges-toggle-mobile,
.modern-ui-body .badges-header-wrapper .badges-header-row-2 .box-header-actions .badges-toggle-mobile {
    display: block !important;
    width: 100%;
    margin-top: 10px;
  }
  /* line 306, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .badges-header-wrapper .badges-header-row-2 .modern-header-actions .badges-toggle-mobile .modern-toggle-group,
.modern-ui-body .badges-header-wrapper .badges-header-row-2 .box-header-actions .badges-toggle-mobile .modern-toggle-group {
    width: 100%;
    margin: 0;
  }
  /* line 317, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-table-wrapper .modern-table-scroll-container {
    max-height: calc(100vh - 300px);
    overflow-y: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 327, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .popover.modern-avatar-popover {
  max-width: 280px;
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
  overflow: hidden;
  margin-top: 12px;
}

/* line 334, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .popover.modern-avatar-popover .popover-body {
  max-height: 260px;
  min-height: 140px;
  overflow-y: auto;
  padding: 14px 18px;
  font-weight: 500;
}

/* line 341, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .popover.modern-avatar-popover .popover-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 346, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .popover.modern-avatar-popover .popover-body ul li + li {
  margin-top: 6px;
}

/* line 355, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-categories-cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
  margin-top: 24px;
}

/* line 361, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-categories-cards-container .modern-category-card {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  transition: all 100ms ease;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

/* line 369, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-categories-cards-container .modern-category-card:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-color: #cbd5e1;
}

/* line 374, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-categories-cards-container .modern-category-card .modern-category-card-header {
  padding: 16px 20px;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-bottom: 1px solid #e2e8f0;
}

/* line 379, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-categories-cards-container .modern-category-card .modern-category-card-header .modern-category-card-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
  line-height: 1.4;
}

/* line 388, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-categories-cards-container .modern-category-card .modern-category-card-body {
  padding: 20px;
}

/* line 391, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-categories-cards-container .modern-category-card .modern-category-card-body .modern-category-level-section {
  margin-bottom: 20px;
}

/* line 394, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-categories-cards-container .modern-category-card .modern-category-card-body .modern-category-level-section:last-child {
  margin-bottom: 0;
}

/* line 398, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-categories-cards-container .modern-category-card .modern-category-card-body .modern-category-level-section .modern-category-level-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #64748b;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* line 407, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-categories-cards-container .modern-category-card .modern-category-card-body .modern-category-level-section .modern-badges-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
}

/* line 415, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-categories-cards-container .modern-category-card .modern-category-card-body .modern-category-empty {
  padding: 24px;
  text-align: center;
  color: #94a3b8;
  font-size: 0.875rem;
}

/* line 423, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-categories-cards-container .modern-category-card .modern-category-card-footer {
  padding: 16px 20px;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
}

/* line 428, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-categories-cards-container .modern-category-card .modern-category-card-footer .modern-category-stats {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: space-around;
}

/* line 434, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-categories-cards-container .modern-category-card .modern-category-card-footer .modern-category-stats .modern-stat-item {
  font-size: 0.8125rem;
  color: #64748b;
  text-align: center;
}

/* line 439, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-categories-cards-container .modern-category-card .modern-category-card-footer .modern-category-stats .modern-stat-item strong {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 2px;
}

/* line 453, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plan-matrix {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 459, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plan-matrix .modern-matrix-header-row {
  display: grid;
  grid-template-columns: 200px repeat(var(--level-count, 3), 1fr);
  gap: 8px;
  align-items: center;
}

/* line 465, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plan-matrix .modern-matrix-header-row .card.card--tight {
  text-align: center;
  font-weight: 800;
  font-size: 0.875rem;
  padding: 8px 12px;
  background: white;
  border: none;
  color: #0f172a;
}

/* line 477, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plan-matrix .modern-matrix-row {
  display: grid;
  grid-template-columns: 200px repeat(var(--level-count, 3), 1fr);
  gap: 8px;
  align-items: center;
}

/* line 484, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plan-matrix .modern-matrix-row .modern-matrix-category .cat-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  background: transparent;
  border: none;
  font-size: 0.95rem;
  font-weight: 800;
  color: #0f172a;
}

/* line 496, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plan-matrix .modern-matrix-row .modern-matrix-cell {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 501, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plan-matrix .modern-matrix-row .modern-matrix-cell .badge-assignment-grid-cards-level {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 511, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-box {
  border-radius: 24px !important;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.08);
  border: none;
  background: #ffffff;
}

/* line 517, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-box .box-header {
  border-radius: 24px 24px 0 0 !important;
  border: none;
  padding: 0;
}

/* line 523, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-box .box-body:last-child {
  border-radius: 0 0 24px 24px;
}

/* line 529, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-reports-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* line 536, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-report-box {
  margin-bottom: 0 !important;
}

/* line 539, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-report-box .box-header {
  padding: 24px 24px 0 24px !important;
}

/* line 542, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-report-box .box-header .content {
  padding: 0;
}

/* line 547, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-report-box .modern-report-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 20px 0;
  line-height: 1.3;
}

/* line 555, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-report-box .modern-report-body {
  padding: 24px;
  padding-top: 20px;
}

/* line 559, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-report-box .modern-report-body.no-padding-x {
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 24px;
}

/* line 566, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-report-box .modern-report-body.no-padding-x .chart-wrapper {
  padding: 0 24px;
  margin-bottom: 16px;
}

/* line 573, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-report-box .modern-report-body .chart-wrapper {
  margin-bottom: 16px;
}

/* line 578, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-report-box .modern-report-body .modern-table-empty {
  padding: 48px 24px;
}

/* line 583, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-report-box .modern-report-body .box-actions {
  padding: 0 24px 24px 24px;
  margin-top: 16px;
}

/* line 589, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-report-box .modern-report-body .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 593, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-report-box .modern-report-body .row > [class*="col-"] {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 601, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-report-box .box-header .modern-info-bits {
  margin-top: 0;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  /* line 608, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-report-box .box-header {
    padding: 20px 20px 0 20px !important;
  }
  /* line 612, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-report-box .modern-report-title {
    font-size: 1.125rem;
    margin-bottom: 16px;
  }
  /* line 617, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-report-box .modern-report-body {
    padding: 20px !important;
    padding-top: 16px !important;
  }
  /* line 621, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-report-box .modern-report-body.no-padding-x {
    padding-top: 16px !important;
    padding-bottom: 20px !important;
  }
  /* line 625, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-report-box .modern-report-body.no-padding-x .chart-wrapper {
    padding: 0 20px;
  }
  /* line 630, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-report-box .modern-report-body .box-actions {
    padding: 0 20px 20px 20px;
  }
  /* line 634, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-report-box .modern-report-body .modern-table-empty {
    padding: 32px 20px;
  }
  /* line 639, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-report-box .box-header .modern-info-bits {
    margin-bottom: 16px;
  }
}

/* line 645, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
}

@media screen and (max-width: 768px) {
  /* line 651, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header .modern-badge-header__title-group {
    flex-direction: row !important;
  }
}

/* line 657, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__top-row {
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(0, 1fr) minmax(0, auto);
  align-items: center;
}

/* line 663, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__title-group {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1 1 auto;
  min-width: 0;
  margin-bottom: 0;
  justify-content: flex-start;
}

@media (max-width: 575px) {
  /* line 663, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__title-group {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* line 677, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__progress {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
}

/* line 684, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__progress .modern-progress-wrapper {
  margin-right: 40px;
}

/* line 689, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 9999px;
  border: 1px solid rgba(148, 163, 184, 0.3);
  background: #ffffff;
  color: #1f2937;
  text-decoration: none;
  transition: all 100ms ease;
}

/* line 702, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__back svg {
  width: 18px;
  height: 18px;
}

/* line 707, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__back:hover {
  background: #f8fafc;
  border-color: rgba(59, 130, 246, 0.35);
  color: #1d4ed8;
  text-decoration: none;
}

/* line 715, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__image {
  width: 96px;
  height: 96px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
  flex-shrink: 0;
}

/* line 723, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 730, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__title {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 575px) {
  /* line 730, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__title {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

/* line 744, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__title .badge-title {
  font-size: 1.50rem;
  font-weight: 600;
  color: #0f172a;
  margin: 0;
  line-height: 1.4;
  text-align: left;
  overflow: visible;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
  min-width: 0;
}

@media (min-width: 769px) {
  /* line 744, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__title .badge-title {
    max-width: 600px;
  }
}

@media (max-width: 768px) {
  /* line 744, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__title .badge-title {
    max-width: 450px;
  }
}

@media (max-width: 480px) {
  /* line 744, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__title .badge-title {
    max-width: 250px;
  }
}

@media (max-width: 320px) {
  /* line 744, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__title .badge-title {
    max-width: 150px;
    font-size: 1rem;
  }
}

/* line 776, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__title .badge-code-pill {
  background: rgba(59, 130, 246, 0.08);
  color: #1d4ed8;
  border-color: rgba(59, 130, 246, 0.2);
  font-weight: 600;
}

/* line 784, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__back-text-wrap {
  width: 100%;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  flex: 0 0 auto;
  margin-left: -2px;
}

/* line 794, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__back-text-wrap .breadcrumb-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #64748b;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s ease;
}

/* line 804, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__back-text-wrap .breadcrumb-link:hover {
  color: #3498db;
  text-decoration: none;
}

/* line 809, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__back-text-wrap .breadcrumb-link svg {
  width: 16px;
  height: 16px;
}

/* line 816, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__pills {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}

/* line 824, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__pills .modern-badge-header__pill-group {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

/* line 831, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__pills .modern-badge-header__pill-right {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* line 838, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__pills .modern-info-pill {
  background: rgba(148, 163, 184, 0.12);
  color: #475569;
  border: 1px solid rgba(148, 163, 184, 0.18);
  font-size: 13px;
  font-weight: 600;
  height: 38px;
}

@media (max-width: 767px) {
  /* line 838, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__pills .modern-info-pill {
    height: 32px;
    padding: 0 12px;
    font-size: 12px;
  }
}

/* line 852, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__pills .modern-info-pill svg,
.modern-ui-body .modern-badge-header__pills .modern-info-pill i {
  width: 16px;
  height: 16px;
}

/* line 858, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__pills .modern-info-pill.badge-status-pill {
  text-transform: capitalize;
}

/* line 861, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__pills .modern-info-pill.badge-status-pill.status-published {
  background: rgba(59, 130, 246, 0.1);
  color: #1d4ed8;
  border-color: rgba(59, 130, 246, 0.25);
}

/* line 867, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__pills .modern-info-pill.badge-status-pill.status-draft {
  background: rgba(234, 179, 8, 0.12);
  color: #b45309;
  border-color: rgba(234, 179, 8, 0.2);
}

/* line 873, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__pills .modern-info-pill.badge-status-pill.status-archived {
  background: rgba(148, 163, 184, 0.18);
  color: #475569;
  border-color: rgba(148, 163, 184, 0.28);
}

/* line 879, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__pills .modern-info-pill.badge-status-pill.status-trash {
  background: rgba(248, 113, 113, 0.12);
  color: #b91c1c;
  border-color: rgba(239, 68, 68, 0.25);
}

/* line 886, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__pills .modern-info-pill.peer-approvals-pill {
  background: rgba(94, 234, 212, 0.1);
  color: #0f766e;
  border-color: rgba(94, 234, 212, 0.25);
}

/* line 892, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__pills .modern-info-pill.guide-notes-pill {
  background: rgba(251, 191, 36, 0.12);
  color: #b45309;
  border-color: rgba(251, 191, 36, 0.25);
}

/* line 898, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__pills .modern-info-pill.category-pill {
  background: rgba(147, 197, 253, 0.16);
  color: #1d4ed8;
  border-color: rgba(147, 197, 253, 0.32);
}

/* line 904, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__pills .modern-info-pill.subscribers-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 38px;
  position: relative;
  overflow: visible;
}

@media (max-width: 767px) {
  /* line 904, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__pills .modern-info-pill.subscribers-pill {
    height: 32px;
    padding: 0 12px;
    font-size: 12px;
  }
}

/* line 917, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__pills .modern-info-pill.subscribers-pill .avatar-group {
  --avatar-size: 28px;
}

/* line 924, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* line 931, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__actions .modern-button-border {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 9999px;
  border: 1px solid #cbd5f5;
  color: #1d4ed8;
  background: rgba(59, 130, 246, 0.08);
  font-weight: 600;
  transition: all 100ms ease;
}

/* line 943, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__actions .modern-button-border svg {
  width: 18px;
  height: 18px;
}

/* line 948, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__actions .modern-button-border:hover {
  background: rgba(59, 130, 246, 0.16);
  text-decoration: none;
}

/* line 954, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__actions .dropdown-toggle {
  position: relative;
}

/* line 957, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__actions .dropdown-toggle::after {
  display: none;
}

/* line 963, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header .modern-badge-alert {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(148, 163, 184, 0.12);
  border: 1px solid rgba(148, 163, 184, 0.2);
  color: #475569;
  font-size: 0.875rem;
  line-height: 1.4;
}

/* line 975, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header .modern-badge-alert strong {
  font-size: 0.9375rem;
  color: #0f172a;
}

/* line 980, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header .modern-badge-alert a {
  color: #1d4ed8;
  text-decoration: underline;
}

/* line 984, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header .modern-badge-alert a:hover {
  color: #1e3a8a;
}

/* line 989, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header .modern-badge-alert.archived {
  background: rgba(251, 191, 36, 0.12);
  border-color: rgba(251, 191, 36, 0.25);
  color: #92400e;
}

/* line 994, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header .modern-badge-alert.archived strong {
  color: #92400e;
}

/* line 999, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header .modern-badge-alert.trashed {
  background: rgba(248, 113, 113, 0.12);
  border-color: rgba(248, 113, 113, 0.25);
  color: #991b1b;
}

/* line 1004, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header .modern-badge-alert.trashed strong {
  color: #991b1b;
}

@media (max-width: 1200px) {
  /* line 1011, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__top-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }
  /* line 1018, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__actions {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  /* line 1024, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__pills {
    align-items: stretch;
    gap: 16px;
  }
  /* line 1028, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__pills .modern-badge-header__pill-group {
    flex: 1 1 auto;
  }
  /* line 1032, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__pills .modern-badge-header__pill-right {
    margin-left: 0;
  }
}

@media (min-width: 1201px) and (max-width: 1579px) {
  /* line 1039, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__top-row {
    display: grid;
    grid-template-columns: minmax(0, auto);
    grid-row-gap: 18px;
    align-items: start;
  }
  /* line 1046, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__actions {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px;
  }
  /* line 1053, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__pills {
    width: 100%;
  }
}

/* line 1058, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__desktop {
  row-gap: 16px;
}

/* line 1060, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__desktop .modern-badge-header__pills {
  grid-column: 1 / -1;
}

/* line 1065, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-header__mobile {
  display: none;
}

@media (max-width: 768px) {
  /* line 1070, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__desktop {
    display: none;
  }
  /* line 1074, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__mobile {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  /* line 1080, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__mobile-row-1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
  }
  /* line 1089, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__mobile-row-top {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
  }
  /* line 1098, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__mobile .modern-ui-body .modern-badge-header__title-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    min-width: 0;
    flex: 1 1 auto;
  }
  /* line 1107, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__actions-mobile {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
  }
  /* line 1113, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__actions-mobile .modern-add-btn.dropdown-toggle {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    padding: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 1123, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__actions-mobile .modern-add-btn.dropdown-toggle::after {
    display: none;
  }
  /* line 1129, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__person-selector-mobile {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 8px;
  }
  /* line 1135, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__person-selector-mobile .modern-person-selector {
    flex: 1;
    min-width: 0;
  }
  /* line 1139, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__person-selector-mobile .modern-person-selector .person-selector-pill {
    width: 100%;
    max-width: 100%;
  }
  /* line 1143, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__person-selector-mobile .modern-person-selector .person-selector-pill .dropdown-menu {
    width: 100%;
    top: 40px !important;
    transform: none !important;
  }
  /* line 1152, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__pills {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 1156, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__pills .modern-badge-header__pill-group {
    width: 100%;
  }
  /* line 1160, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__pills .modern-badge-header__pill-right {
    width: 100%;
  }
  /* line 1165, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__pills-column {
    flex-direction: row;
  }
  /* line 1169, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__image {
    width: 80px;
    height: 80px;
  }
  /* line 1175, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__title .badge-title {
    font-size: 1.5rem;
    overflow: visible;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 1.4;
    max-width: 100%;
  }
}

@media (max-width: 768px) and (min-width: 769px) {
  /* line 1175, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__title .badge-title {
    max-width: 600px;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  /* line 1175, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__title .badge-title {
    max-width: 450px;
  }
}

@media (max-width: 768px) and (max-width: 480px) {
  /* line 1175, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__title .badge-title {
    max-width: 250px;
  }
}

@media (max-width: 768px) and (max-width: 320px) {
  /* line 1175, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__title .badge-title {
    max-width: 150px;
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  /* line 1203, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-header__back {
    width: 36px;
    height: 36px;
  }
}

/* line 1212, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown.person-selector-pill {
  height: 42px;
  border-radius: 9999px;
  border: 1px solid #e2e8f0;
  background: #fff;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}

/* line 1221, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown.person-selector-pill .badge-plan-toggle {
  border: 1px solid #e2e8f0 !important;
  border-color: #e2e8f0 !important;
  background: #fff;
  color: #334155;
  font-weight: 600;
  transition: all 200ms ease;
  min-width: auto;
  gap: 8px;
  cursor: pointer;
}

/* line 1232, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown.person-selector-pill .badge-plan-toggle:hover {
  background: #fff;
  border-color: #3498db !important;
}

/* line 1237, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown.person-selector-pill .badge-plan-toggle .default-indicator-blue {
  color: #3498db !important;
}

/* line 1242, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown.person-selector-pill .badge-plan-disabled {
  cursor: default;
  opacity: 0.6;
}

/* line 1246, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown.person-selector-pill .badge-plan-disabled .modern-pill-label {
  color: #6b7280;
}

/* line 1250, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown.person-selector-pill .badge-plan-disabled .default-indicator-blue {
  color: #3498db !important;
}

/* line 1255, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown.person-selector-pill .modern-pill-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 280px;
  flex: 1 1 auto;
  min-width: 0;
}

@media (max-width: 768px) {
  /* line 1255, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-plans-dropdown.person-selector-pill .modern-pill-label {
    max-width: 100% !important;
    min-width: 0;
    flex: 1 1 auto;
  }
}

/* line 1270, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown.person-selector-pill .modern-pill-chevron {
  width: 16px;
  height: 16px;
  color: #64748b;
  flex-shrink: 0;
}

/* line 1279, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown.person-selector-pill .btn-outline-primary::after {
  display: none;
}

/* line 1285, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu {
  min-width: 280px;
  max-width: 400px;
  max-height: 400px;
  overflow-y: auto;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
  padding: 8px;
}

/* line 1295, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .modern-badge-plan-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 6px 10px;
  text-decoration: none;
  color: #1e293b;
  transition: background-color 150ms ease;
  border: none;
  background: none;
  cursor: pointer;
  font-size: inherit;
  text-align: left;
  min-height: 36px;
}

/* line 1311, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .modern-badge-plan-item:hover {
  background-color: #f8fafc;
}

/* line 1315, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .modern-badge-plan-item .badge-plan-name {
  flex: 1;
  font-size: 0.875rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  padding-right: 8px;
}

/* line 1325, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .modern-badge-plan-item .badge-plan-indicator {
  color: #3b82f6;
  font-size: 0.75rem;
  margin-left: 8px;
  flex-shrink: 0;
}

/* line 1333, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .badge-plan-form {
  display: inline;
  margin: 0;
}

/* line 1337, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .badge-plan-form button.modern-badge-plan-item {
  width: 100%;
}

/* line 1343, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .dropdown-item.active .modern-badge-plan-item {
  background-color: #eff6ff;
  color: #1e40af;
  font-weight: 600;
}

/* line 1351, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 8px;
  transition: all 100ms ease;
  border: none;
  margin-bottom: 2px;
  min-height: 36px;
}

/* line 1362, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-item:hover {
  background: #f1f5f9;
}

/* line 1366, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-item:last-child {
  margin-bottom: 0;
}

/* line 1370, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-item.active {
  background: #eaf3fb;
  color: #3498db;
}

/* line 1374, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-item.active .plan-template-name {
  color: #3498db;
  font-weight: 600;
}

/* line 1380, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-item .modern-pill-avatar {
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  background-color: #e2e8f0;
  flex-shrink: 0;
}

/* line 1388, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-item .plan-template-name {
  flex: 1;
  text-decoration: none;
  color: #334155;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: left;
}

/* line 1395, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-item .plan-template-name:hover {
  text-decoration: none;
  color: inherit;
}

/* line 1401, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-item .plan-template-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

/* line 1408, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-item .plan-template-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  border: 1px solid #e2e8f0;
  text-decoration: none;
  transition: all 100ms ease;
  cursor: pointer;
  background: transparent;
}

/* line 1421, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-item .plan-template-action-btn:hover {
  opacity: 0.8;
}

/* line 1425, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-item .plan-template-action-btn svg {
  width: 14px;
  height: 14px;
}

/* line 1431, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-item .plan-template-action-btn.star-btn.is-default {
  background-color: #3b82f6;
  border-color: #3b82f6;
  color: #ffffff;
}

/* line 1436, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-item .plan-template-action-btn.star-btn.is-default svg {
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 0;
  color: #ffffff;
}

/* line 1443, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-item .plan-template-action-btn.star-btn.is-default:hover {
  background-color: #2563eb;
  border-color: #2563eb;
  opacity: 1;
  filter: brightness(1.05);
}

/* line 1451, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-item .plan-template-action-btn.star-btn:not(.is-default):not(.is-primary) {
  background-color: #ffffff;
  border-color: #cbd5e1;
  color: #334155;
}

/* line 1456, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-item .plan-template-action-btn.star-btn:not(.is-default):not(.is-primary) svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  color: #334155;
}

/* line 1463, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-item .plan-template-action-btn.star-btn:not(.is-default):not(.is-primary):hover {
  filter: brightness(1.05);
  border-color: #94a3b8;
}

/* line 1470, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-item .plan-template-action-btn.archive-btn {
  color: #64748b;
  border-color: #e2e8f0;
}

/* line 1474, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-item .plan-template-action-btn.archive-btn svg {
  color: #dc2626;
}

/* line 1478, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-item .plan-template-action-btn.archive-btn:hover {
  background-color: rgba(239, 68, 68, 0.1);
  border-color: #fecaca;
}

/* line 1484, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-item .plan-template-action-btn.unarchive-btn {
  color: #64748b;
  border-color: #e2e8f0;
}

/* line 1488, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-item .plan-template-action-btn.unarchive-btn svg {
  color: #3b82f6;
}

/* line 1492, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-item .plan-template-action-btn.unarchive-btn:hover {
  background-color: rgba(59, 130, 246, 0.1);
  border-color: #93c5fd;
}

/* line 1498, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-item .plan-template-action-btn .button-spinner {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-rotate 0.75s linear infinite;
  vertical-align: middle;
  margin: 0;
}

/* line 1512, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-add-new {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  text-decoration: none;
  color: #334155;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 100ms ease;
}

/* line 1522, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-add-new:hover {
  background-color: #f1f5f9;
  text-decoration: none;
  color: #334155;
}

/* line 1528, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-add-new .modern-pill-avatar {
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  background-color: #e2e8f0;
  flex-shrink: 0;
}

/* line 1537, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .dropdown-divider {
  margin: 8px 0;
  border-color: #e2e8f0;
}

/* line 1542, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-archived {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  text-decoration: none;
  color: #334155;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 100ms ease;
  background-color: #f8fafc;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 1556, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-archived:hover {
  background-color: #f1f5f9;
  text-decoration: none;
  color: #334155;
}

/* line 1562, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-archived .badge-plan-view-btn {
  margin-left: auto;
  padding: 4px 8px;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748b;
}

/* line 1576, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-archived-header .plan-template-archived-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  color: #334155;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 100ms ease;
  background-color: #f8fafc;
}

/* line 1589, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-archived-header .plan-template-archived-toggle:hover {
  background-color: #f1f5f9;
}

/* line 1593, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-archived-header .plan-template-archived-toggle .archived-toggle-icon {
  margin-left: auto;
  display: flex;
  align-items: center;
  transition: transform 0.2s ease;
}

/* line 1599, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-archived-header .plan-template-archived-toggle .archived-toggle-icon .chevron-icon {
  color: #64748b;
}

/* line 1605, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-archived-header .plan-template-archived-toggle[aria-expanded="true"] .archived-toggle-icon {
  transform: rotate(180deg);
}

/* line 1612, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-archived-list {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 4px 0;
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 #f1f5f9;
}

/* line 1622, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-archived-list::-webkit-scrollbar {
  width: 6px;
}

/* line 1626, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-archived-list::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 3px;
}

/* line 1631, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-archived-list::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}

/* line 1635, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-archived-list::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* line 1640, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-archived-list .plan-template-item-archived {
  opacity: 0.85;
}

/* line 1643, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-archived-list .plan-template-item-archived .plan-template-name {
  color: #64748b;
}

/* line 1647, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-archived-list .plan-template-item-archived.active {
  opacity: 1;
}

/* line 1650, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-badge-plans-dropdown .dropdown-menu .plan-template-archived-list .plan-template-item-archived.active .plan-template-name {
  color: #334155;
  font-weight: 600;
}

/* line 1662, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-template-content .modern-template-header {
  margin-bottom: 24px;
}

/* line 1665, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-template-content .modern-template-header .modern-info-bubble {
  display: inline-flex;
  align-items: center;
  padding: 12px 16px;
  background: #fef3c7;
  border: 1px solid #fde68a;
  border-radius: 8px;
  margin-bottom: 16px;
}

/* line 1674, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-template-content .modern-template-header .modern-info-bubble span {
  color: #92400e;
  font-size: 0.875rem;
  font-weight: 500;
}

/* line 1681, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-template-content .modern-template-header .modern-template-info-bits {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}

/* line 1688, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-template-content .modern-template-header .modern-template-info-bits .modern-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 9999px;
  font-size: 0.8125rem;
  font-weight: 500;
  border: 1px solid;
  transition: all 100ms ease;
}

/* line 1699, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-template-content .modern-template-header .modern-template-info-bits .modern-pill.modern-pill-archived {
  background-color: rgba(148, 163, 184, 0.1);
  color: #64748b;
  border-color: rgba(148, 163, 184, 0.2);
}

/* line 1705, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-template-content .modern-template-header .modern-template-info-bits .modern-pill.modern-pill-default {
  background-color: rgba(59, 130, 246, 0.1);
  color: #1e40af;
  border-color: rgba(59, 130, 246, 0.2);
}

/* line 1710, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-template-content .modern-template-header .modern-template-info-bits .modern-pill.modern-pill-default .default-indicator {
  margin-right: 6px;
}

/* line 1716, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-template-content .modern-template-header .modern-template-info-bits .modern-template-subscribers {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

/* line 1722, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-template-content .modern-template-header .modern-template-info-bits .modern-template-subscribers .modern-template-subscribers-label {
  color: #64748b;
  font-size: 0.875rem;
  font-weight: 500;
}

/* line 1728, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-template-content .modern-template-header .modern-template-info-bits .modern-template-subscribers .modern-template-subscribers-empty {
  color: #94a3b8;
  font-size: 0.875rem;
}

/* line 1736, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-template-content .modern-template-footer {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-top: 24px;
  padding: 20px 0;
  flex-wrap: wrap;
  align-items: center;
}

/* line 1745, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-template-content .modern-template-footer .modern-template-footer-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 9999px;
  padding: 10px 20px;
}

/* line 1752, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-template-content .modern-template-footer .modern-template-footer-btn svg {
  flex-shrink: 0;
}

/* line 1758, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-template-content .modern-template-table-wrapper {
  margin-top: 24px;
  border-bottom: 1px solid #e2e8f0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 #f1f5f9;
}

/* line 1768, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-template-content .modern-template-table-wrapper::-webkit-scrollbar {
  height: 8px;
}

/* line 1772, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-template-content .modern-template-table-wrapper::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 4px;
}

/* line 1777, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-template-content .modern-template-table-wrapper::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

/* line 1781, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-template-content .modern-template-table-wrapper::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* line 1786, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-template-content .modern-template-table-wrapper .table {
  min-width: 600px;
  width: 100%;
}

/* line 1790, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-template-content .modern-template-table-wrapper .table thead {
  background-color: transparent !important;
}

/* line 1793, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-template-content .modern-template-table-wrapper .table thead th {
  background-color: transparent !important;
  border: 0;
  border-bottom: 1px solid #D9D9D9;
  font-weight: 500;
  color: #1f2937;
  text-transform: none;
}

/* line 1803, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-template-content .modern-template-table-wrapper .table thead th {
  white-space: nowrap;
}

/* line 1807, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-template-content .modern-template-table-wrapper .table tbody th,
.modern-ui-body .modern-template-content .modern-template-table-wrapper .table tbody td {
  white-space: nowrap;
}

/* line 1815, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-template-content .add_badge_assignment {
  transition: all 100ms ease;
  cursor: pointer;
}

/* line 1819, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-template-content .add_badge_assignment:hover {
  background-color: #f8fafc;
  border-color: #94a3b8 !important;
  color: #334155 !important;
}

/* line 1825, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-template-content .add_badge_assignment i {
  transition: transform 150ms ease;
}

/* line 1829, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-template-content .add_badge_assignment:hover i {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  /* line 1840, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-categories-cards-container {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  /* line 1846, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-plan-matrix {
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 #f1f5f9;
  }
  /* line 1854, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-plan-matrix::-webkit-scrollbar {
    height: 8px;
  }
  /* line 1858, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-plan-matrix::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 4px;
  }
  /* line 1863, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-plan-matrix::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
  }
  /* line 1867, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-plan-matrix::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
  }
  /* line 1873, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-plan-matrix .modern-matrix-header-row {
    display: grid;
    grid-template-columns: 140px repeat(var(--level-count, 3), minmax(120px, 1fr));
    gap: 8px;
    min-width: 600px;
    position: sticky;
    top: 0;
    z-index: 10;
    background: white;
    padding-bottom: 8px;
    margin-bottom: 4px;
  }
  /* line 1885, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-plan-matrix .modern-matrix-header-row .card.card--tight {
    font-size: 0.75rem;
    padding: 6px 10px;
  }
  /* line 1892, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-plan-matrix .modern-matrix-row {
    display: grid;
    grid-template-columns: 140px repeat(var(--level-count, 3), minmax(120px, 1fr));
    gap: 8px;
    min-width: 600px;
    align-items: start;
  }
  /* line 1900, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-plan-matrix .modern-matrix-row .modern-matrix-category {
    position: sticky;
    left: 0;
    z-index: 5;
    background: white;
    padding-right: 8px;
    border-right: 2px solid #e2e8f0;
    min-height: 100%;
    align-self: end;
    display: flex;
    align-items: flex-end;
    max-width: 140px;
    width: 140px;
  }
  /* line 1914, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-plan-matrix .modern-matrix-row .modern-matrix-category .cat-pill {
    font-size: 0.875rem;
    padding: 8px 10px;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    line-height: 1.4;
  }
  /* line 1928, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-plan-matrix .modern-matrix-row .modern-matrix-cell {
    min-width: 120px;
  }
  /* line 1931, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-plan-matrix .modern-matrix-row .modern-matrix-cell .badge-assignment-grid-cards-level {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    align-items: center;
  }
  /* line 1945, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-template-content .modern-template-header .modern-template-info-bits {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  /* line 1950, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-template-content .modern-template-header .modern-template-info-bits .modern-template-subscribers {
    margin-left: 0;
    width: 100%;
  }
  /* line 1957, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-template-content .modern-template-table-wrapper {
    margin-top: 16px;
  }
  /* line 1960, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-template-content .modern-template-table-wrapper .table {
    font-size: 0.8125rem;
  }
  /* line 1963, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-template-content .modern-template-table-wrapper .table thead th {
    padding: 10px 8px;
    font-size: 0.8125rem;
  }
  /* line 1968, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-template-content .modern-template-table-wrapper .table tbody th,
.modern-ui-body .modern-template-content .modern-template-table-wrapper .table tbody td {
    padding: 10px 8px;
    font-size: 0.8125rem;
  }
  /* line 1974, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-template-content .modern-template-table-wrapper .table tfoot th {
    padding: 10px 8px;
    font-size: 0.8125rem;
  }
  /* line 1981, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-template-content .modern-template-footer {
    flex-direction: row;
    width: 100%;
    margin-top: 16px;
    padding: 16px 0;
    gap: 12px;
    justify-content: flex-start;
  }
  /* line 1989, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-template-content .modern-template-footer .modern-template-footer-btn {
    flex-shrink: 0;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  /* line 1998, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-categories-cards-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  /* line 2004, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-plan-matrix {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 2008, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-plan-matrix .modern-matrix-header-row,
.modern-ui-body .modern-badge-plan-matrix .modern-matrix-row {
    grid-template-columns: 160px repeat(var(--level-count, 3), 1fr);
    min-width: 600px;
  }
  /* line 2015, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-badge-plan-matrix .modern-matrix-category .cat-pill {
    font-size: 0.875rem;
  }
  /* line 2024, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-template-content .modern-template-table-wrapper .table {
    font-size: 0.8125rem;
  }
  /* line 2027, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-template-content .modern-template-table-wrapper .table thead th,
.modern-ui-body .modern-template-content .modern-template-table-wrapper .table tbody th,
.modern-ui-body .modern-template-content .modern-template-table-wrapper .table tbody td,
.modern-ui-body .modern-template-content .modern-template-table-wrapper .table tfoot th {
    padding: 11px;
  }
}

/* line 2040, app/assets/stylesheets/modern/badges.scss */
.badge-actions.modern-badge-header__actions {
  gap: 6px;
}

/* line 2044, app/assets/stylesheets/modern/badges.scss */
.badge-actions .modern-add-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1rem;
  color: white;
  background: #3b82f6;
  border: none;
  cursor: pointer;
  transition: all 100ms ease;
  text-decoration: none;
}

/* line 2062, app/assets/stylesheets/modern/badges.scss */
.badge-actions .modern-person-selector .person-selector-pill .btn-outline-primary {
  min-width: 280px;
}

/* line 2087, app/assets/stylesheets/modern/badges.scss */
article.badge-task .day-mapping-highlighted::after,
article.launch .day-mapping-highlighted::after,
article.close .day-mapping-highlighted::after {
  content: '';
  position: absolute;
  right: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #ffc107;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #ffc107;
}

/* line 2105, app/assets/stylesheets/modern/badges.scss */
article.badge-task .day-mapping-highlighted-0::after,
article.launch .day-mapping-highlighted-0::after,
article.close .day-mapping-highlighted-0::after {
  content: '';
  position: absolute;
  right: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #ffc107;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #ffc107;
}

/* line 2105, app/assets/stylesheets/modern/badges.scss */
article.badge-task .day-mapping-highlighted-1::after,
article.launch .day-mapping-highlighted-1::after,
article.close .day-mapping-highlighted-1::after {
  content: '';
  position: absolute;
  right: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #17a2b8;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #17a2b8;
}

/* line 2105, app/assets/stylesheets/modern/badges.scss */
article.badge-task .day-mapping-highlighted-2::after,
article.launch .day-mapping-highlighted-2::after,
article.close .day-mapping-highlighted-2::after {
  content: '';
  position: absolute;
  right: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #28a745;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #28a745;
}

/* line 2105, app/assets/stylesheets/modern/badges.scss */
article.badge-task .day-mapping-highlighted-3::after,
article.launch .day-mapping-highlighted-3::after,
article.close .day-mapping-highlighted-3::after {
  content: '';
  position: absolute;
  right: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #dc3545;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #dc3545;
}

/* line 2105, app/assets/stylesheets/modern/badges.scss */
article.badge-task .day-mapping-highlighted-4::after,
article.launch .day-mapping-highlighted-4::after,
article.close .day-mapping-highlighted-4::after {
  content: '';
  position: absolute;
  right: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #6f42c1;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #6f42c1;
}

/* line 2105, app/assets/stylesheets/modern/badges.scss */
article.badge-task .day-mapping-highlighted-5::after,
article.launch .day-mapping-highlighted-5::after,
article.close .day-mapping-highlighted-5::after {
  content: '';
  position: absolute;
  right: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #fd7e14;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #fd7e14;
}

/* line 2105, app/assets/stylesheets/modern/badges.scss */
article.badge-task .day-mapping-highlighted-6::after,
article.launch .day-mapping-highlighted-6::after,
article.close .day-mapping-highlighted-6::after {
  content: '';
  position: absolute;
  right: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #e83e8c;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #e83e8c;
}

/* line 2105, app/assets/stylesheets/modern/badges.scss */
article.badge-task .day-mapping-highlighted-7::after,
article.launch .day-mapping-highlighted-7::after,
article.close .day-mapping-highlighted-7::after {
  content: '';
  position: absolute;
  right: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #20c997;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #20c997;
}

/* line 2123, app/assets/stylesheets/modern/badges.scss */
.day-mapping-color-indicator {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 8px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px currentColor;
}

/* line 2133, app/assets/stylesheets/modern/badges.scss */
.day-mapping-color-indicator.color-0 {
  background-color: #ffc107;
  box-shadow: 0 0 0 1px #ffc107;
}

/* line 2133, app/assets/stylesheets/modern/badges.scss */
.day-mapping-color-indicator.color-1 {
  background-color: #17a2b8;
  box-shadow: 0 0 0 1px #17a2b8;
}

/* line 2133, app/assets/stylesheets/modern/badges.scss */
.day-mapping-color-indicator.color-2 {
  background-color: #28a745;
  box-shadow: 0 0 0 1px #28a745;
}

/* line 2133, app/assets/stylesheets/modern/badges.scss */
.day-mapping-color-indicator.color-3 {
  background-color: #dc3545;
  box-shadow: 0 0 0 1px #dc3545;
}

/* line 2133, app/assets/stylesheets/modern/badges.scss */
.day-mapping-color-indicator.color-4 {
  background-color: #6f42c1;
  box-shadow: 0 0 0 1px #6f42c1;
}

/* line 2133, app/assets/stylesheets/modern/badges.scss */
.day-mapping-color-indicator.color-5 {
  background-color: #fd7e14;
  box-shadow: 0 0 0 1px #fd7e14;
}

/* line 2133, app/assets/stylesheets/modern/badges.scss */
.day-mapping-color-indicator.color-6 {
  background-color: #e83e8c;
  box-shadow: 0 0 0 1px #e83e8c;
}

/* line 2133, app/assets/stylesheets/modern/badges.scss */
.day-mapping-color-indicator.color-7 {
  background-color: #20c997;
  box-shadow: 0 0 0 1px #20c997;
}

@media (min-width: 769px) {
  /* line 2142, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .badge-plans-header {
    flex-direction: column;
    gap: 16px;
  }
  /* line 2148, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .badge-plans-header .modern-header-row-1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    min-height: 42px;
    padding: 0;
  }
  /* line 2159, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .badge-plans-header .modern-header-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 16px;
    flex: 0 0 auto;
    min-width: 0;
    max-width: calc(50% - 120px);
    overflow: visible;
  }
  /* line 2170, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .badge-plans-header .modern-header-left .badge-plan-view-toggles,
.modern-ui-body .badge-plans-header .modern-header-left .modern-toggle-group {
    flex: 0 0 auto;
  }
  /* line 2173, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .badge-plans-header .modern-header-left .modern-learner-title {
    display: block;
    position: static;
    transform: none;
    margin: 0;
    white-space: nowrap;
    pointer-events: auto;
    z-index: auto;
    text-align: left;
  }
  /* line 2185, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .badge-plans-header .modern-header-row-1 .modern-learner-title {
    position: static;
    transform: none;
    margin: 0;
    pointer-events: auto;
    z-index: auto;
    text-align: left;
  }
  /* line 2194, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .badge-plans-header .modern-header-right-row-1 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: nowrap;
    flex: 0 0 auto;
    min-width: 0;
    max-width: calc(50% - 120px);
    margin-left: 0;
  }
}

@media (min-width: 769px) and (min-width: 1024px) and (max-width: 1500px) {
  /* line 2194, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .badge-plans-header .modern-header-right-row-1 {
    max-width: calc(50% - 90px);
  }
}

@media (min-width: 769px) {
  /* line 2210, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .badge-plans-header .modern-header-row-2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0;
  }
  /* line 2220, app/assets/stylesheets/modern/badges.scss */
  .badge-title-custom-width .badge-title {
    max-width: 430px !important;
  }
}

@media (max-width: 768px) {
  /* line 2229, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-learner-header.badge-plans-header {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 2238, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .badge-plans-header {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 2247, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .badge-plans-header .modern-header-row-1 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    gap: 12px;
  }
  /* line 2260, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .badge-plans-header .modern-header-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
  }
  /* line 2267, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .badge-plans-header .modern-header-left .modern-learner-title {
    order: 1;
    margin: 0;
    text-align: left;
  }
  /* line 2273, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .badge-plans-header .modern-header-left .badge-plan-view-toggles,
.modern-ui-body .badge-plans-header .modern-header-left .modern-toggle-group {
    order: 2;
    width: 100%;
  }
  /* line 2281, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .badge-plans-header .modern-header-right-row-1 {
    width: 100%;
    justify-content: flex-start;
  }
  /* line 2288, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .badge-plans-header .modern-person-selector .person-selector-pill .dropdown-menu {
    width: 100%;
    top: 40px !important;
    transform: none !important;
  }
  /* line 2297, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .badge-plans-header .modern-header-row-2 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: 100%;
  }
  /* line 2304, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .badge-plans-header .modern-header-row-2 .modern-header-right {
    width: 100%;
    margin-left: 0;
  }
  /* line 2308, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .badge-plans-header .modern-header-row-2 .modern-header-right .modern-template-subscribers {
    width: 100%;
    margin-left: 0;
  }
  /* line 2312, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .badge-plans-header .modern-header-row-2 .modern-header-right .modern-template-subscribers .modern-info-pill.subscribers-pill {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 16px;
    box-sizing: border-box;
    gap: 8px;
  }
  /* line 2322, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .badge-plans-header .modern-header-row-2 .modern-header-right .modern-template-subscribers .modern-info-pill.subscribers-pill > i[data-feather],
.modern-ui-body .badge-plans-header .modern-header-row-2 .modern-header-right .modern-template-subscribers .modern-info-pill.subscribers-pill > svg {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
  }
  /* line 2330, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .badge-plans-header .modern-header-row-2 .modern-header-right .modern-template-subscribers .modern-info-pill.subscribers-pill .avatar-group {
    flex-shrink: 0;
    margin-left: auto;
  }
  /* line 2336, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .badge-plans-header .modern-header-row-2 .modern-header-right .modern-template-subscribers .modern-template-subscribers-empty {
    width: 100%;
  }
  /* line 2344, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .badge-plans-header .modern-header-row-2 .badge-plans-actions .modern-badge-plans-dropdown .dropdown-menu {
    width: 100%;
    top: 40px !important;
    transform: none !important;
  }
}

/* line 2357, app/assets/stylesheets/modern/badges.scss */
.badge-plan-view-toggle-form {
  display: inline-block;
  margin: 0;
}

/* line 2362, app/assets/stylesheets/modern/badges.scss */
.badge-plan-view-toggle-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 9999px;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  cursor: pointer;
  transition: all 200ms ease;
  font-size: 0.875rem;
  font-weight: 500;
  color: #64748b;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 2376, app/assets/stylesheets/modern/badges.scss */
.badge-plan-view-toggle-pill:hover {
  border-color: #94a3b8;
  background: #f8fafc;
}

/* line 2381, app/assets/stylesheets/modern/badges.scss */
.badge-plan-view-toggle-pill .default-indicator {
  font-size: 0.75rem;
  color: #94a3b8;
  margin-right: 6px;
}

/* line 2387, app/assets/stylesheets/modern/badges.scss */
.badge-plan-view-toggle-pill .default-indicator-blue {
  color: #3498db !important;
  margin-right: 0;
}

/* line 2394, app/assets/stylesheets/modern/badges.scss */
.badge-size-toggle-wrapper {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

/* line 2399, app/assets/stylesheets/modern/badges.scss */
.badge-size-toggle-wrapper .modern-toggle-group {
  gap: 2px;
  pointer-events: none;
}

/* line 2405, app/assets/stylesheets/modern/badges.scss */
.badge-size-toggle-wrapper .modern-toggle-group > * {
  pointer-events: auto;
}

/* line 2410, app/assets/stylesheets/modern/badges.scss */
.badge-size-toggle-wrapper .badge-size-toggle-btn {
  position: relative;
  background-color: white;
  pointer-events: auto;
}

/* line 2418, app/assets/stylesheets/modern/badges.scss */
.badge-size-toggle-wrapper .badge-size-toggle-btn button[type="submit"] {
  pointer-events: auto;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

/* line 2426, app/assets/stylesheets/modern/badges.scss */
.badge-size-toggle-wrapper .badge-size-toggle-btn:not(.modern-toggle-btn-active) {
  background-color: white;
}

/* line 2430, app/assets/stylesheets/modern/badges.scss */
.badge-size-toggle-wrapper .badge-size-toggle-btn:not(.modern-toggle-btn-active):hover {
  background-color: #f8fafc;
}

/* line 2437, app/assets/stylesheets/modern/badges.scss */
.badge-size-toggle-wrapper .badge-size-toggle-btn .button-spinner {
  display: none;
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spinner-rotate 0.75s linear infinite;
  margin-right: 6px;
  vertical-align: middle;
}

/* line 2450, app/assets/stylesheets/modern/badges.scss */
.badge-size-toggle-wrapper .badge-size-toggle-btn.loading .button-spinner {
  display: inline-block;
}

/* line 2454, app/assets/stylesheets/modern/badges.scss */
.badge-size-toggle-wrapper .badge-size-toggle-btn.loading > span:not(.button-spinner) {
  opacity: 0.5;
}

@media (max-width: 768px) {
  /* line 2394, app/assets/stylesheets/modern/badges.scss */
  .badge-size-toggle-wrapper {
    justify-content: flex-end;
    width: auto;
    min-width: 140px;
    flex-shrink: 0;
    flex-grow: 0;
  }
  /* line 2468, app/assets/stylesheets/modern/badges.scss */
  .badge-size-toggle-wrapper .modern-toggle-group {
    width: auto;
    flex-shrink: 0;
    margin-left: auto;
    gap: 4px;
    padding: 3px;
    pointer-events: none;
  }
  /* line 2476, app/assets/stylesheets/modern/badges.scss */
  .badge-size-toggle-wrapper .modern-toggle-group > * {
    pointer-events: auto;
  }
  /* line 2481, app/assets/stylesheets/modern/badges.scss */
  .badge-size-toggle-wrapper .badge-size-toggle-btn {
    flex: 0 0 auto;
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
    white-space: nowrap;
  }
  /* line 2487, app/assets/stylesheets/modern/badges.scss */
  .badge-size-toggle-wrapper .badge-size-toggle-btn button[type="submit"] {
    min-height: 44px;
    touch-action: manipulation;
  }
}

@media (max-width: 480px) {
  /* line 2394, app/assets/stylesheets/modern/badges.scss */
  .badge-size-toggle-wrapper {
    min-width: 120px;
  }
  /* line 2497, app/assets/stylesheets/modern/badges.scss */
  .badge-size-toggle-wrapper .modern-toggle-group {
    gap: 6px;
    padding: 2px;
    pointer-events: none;
  }
  /* line 2502, app/assets/stylesheets/modern/badges.scss */
  .badge-size-toggle-wrapper .modern-toggle-group > * {
    pointer-events: auto;
  }
  /* line 2507, app/assets/stylesheets/modern/badges.scss */
  .badge-size-toggle-wrapper .badge-size-toggle-btn {
    padding: 0.5rem 0.875rem;
    font-size: 0.8125rem;
  }
  /* line 2511, app/assets/stylesheets/modern/badges.scss */
  .badge-size-toggle-wrapper .badge-size-toggle-btn button[type="submit"] {
    min-height: 42px;
    touch-action: manipulation;
  }
}

@keyframes spinner-rotate {
  to {
    transform: rotate(360deg);
  }
}

/* line 2528, app/assets/stylesheets/modern/badges.scss */
.badge-plan-view-toggle-pill .badge-plan-toggle .default-indicator-blue,
.badge-plan-view-toggle-pill .badge-plan-disabled .default-indicator-blue {
  color: #3498db !important;
}

/* line 2533, app/assets/stylesheets/modern/badges.scss */
.badge-plan-view-toggle-pill .toggle-label {
  white-space: nowrap;
}

/* line 2537, app/assets/stylesheets/modern/badges.scss */
.badge-plan-view-toggle-pill.enabled {
  background: #e0e8f7;
  border-color: #a0c0f0;
  color: #1e40af;
}

/* line 2542, app/assets/stylesheets/modern/badges.scss */
.badge-plan-view-toggle-pill.enabled .default-indicator {
  color: #1e40af;
}

/* line 2546, app/assets/stylesheets/modern/badges.scss */
.badge-plan-view-toggle-pill.enabled:hover {
  background: #d0d8e7;
  border-color: #90b0e0;
}

@media (max-width: 768px) {
  /* line 2557, app/assets/stylesheets/modern/badges.scss */
  .badge-plan-view-toggle-pill .modern-badge-plans-dropdown.person-selector-pill .badge-plan-toggle,
.badge-plan-view-toggle-pill .modern-badge-plans-dropdown.person-selector-pill .badge-plan-disabled {
    padding: 0.5rem 0.75rem !important;
    font-size: 0.8125rem;
    overflow: hidden;
    flex-wrap: nowrap;
  }
  /* line 2564, app/assets/stylesheets/modern/badges.scss */
  .badge-plan-view-toggle-pill .modern-badge-plans-dropdown.person-selector-pill .badge-plan-toggle .modern-pill-label,
.badge-plan-view-toggle-pill .modern-badge-plans-dropdown.person-selector-pill .badge-plan-disabled .modern-pill-label {
    max-width: 100% !important;
    font-size: 0.8125rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    flex: 1 1 auto;
  }
  /* line 2577, app/assets/stylesheets/modern/badges.scss */
  .badge-plan-view-toggle-pill .badge-plans-actions {
    gap: 6px;
    width: 100%;
    flex-wrap: nowrap;
    min-width: 0;
  }
  /* line 2583, app/assets/stylesheets/modern/badges.scss */
  .badge-plan-view-toggle-pill .badge-plans-actions .modern-badge-plans-dropdown {
    flex: 1 1 auto;
    min-width: 140px;
    max-width: 60%;
  }
  /* line 2591, app/assets/stylesheets/modern/badges.scss */
  .badge-plan-view-toggle-pill .badge-plans-actions:not(:has(.badge-size-toggle-wrapper)) .modern-badge-plans-dropdown {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
  }
  /* line 2596, app/assets/stylesheets/modern/badges.scss */
  .badge-plan-view-toggle-pill .badge-plans-actions:not(:has(.badge-size-toggle-wrapper)) .modern-badge-plans-dropdown.person-selector-pill {
    display: flex;
    width: 100%;
  }
  /* line 2601, app/assets/stylesheets/modern/badges.scss */
  .badge-plan-view-toggle-pill .badge-plans-actions:not(:has(.badge-size-toggle-wrapper)) .modern-badge-plans-dropdown .badge-plan-toggle {
    width: 100%;
  }
  /* line 2607, app/assets/stylesheets/modern/badges.scss */
  .badge-plan-view-toggle-pill .badge-plans-actions:has(.badge-size-toggle-wrapper) {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 6px;
  }
  /* line 2612, app/assets/stylesheets/modern/badges.scss */
  .badge-plan-view-toggle-pill .badge-plans-actions:has(.badge-size-toggle-wrapper) .modern-badge-plans-dropdown {
    max-width: 100%;
    width: 100%;
    min-width: 0;
    flex: none;
  }
  /* line 2618, app/assets/stylesheets/modern/badges.scss */
  .badge-plan-view-toggle-pill .badge-plans-actions:has(.badge-size-toggle-wrapper) .modern-badge-plans-dropdown.person-selector-pill {
    min-width: 0;
  }
  /* line 2622, app/assets/stylesheets/modern/badges.scss */
  .badge-plan-view-toggle-pill .badge-plans-actions:has(.badge-size-toggle-wrapper) .modern-badge-plans-dropdown .badge-plan-toggle,
.badge-plan-view-toggle-pill .badge-plans-actions:has(.badge-size-toggle-wrapper) .modern-badge-plans-dropdown .badge-plan-disabled {
    overflow: hidden;
    min-width: 0;
  }
  /* line 2627, app/assets/stylesheets/modern/badges.scss */
  .badge-plan-view-toggle-pill .badge-plans-actions:has(.badge-size-toggle-wrapper) .modern-badge-plans-dropdown .badge-plan-toggle .modern-pill-label,
.badge-plan-view-toggle-pill .badge-plans-actions:has(.badge-size-toggle-wrapper) .modern-badge-plans-dropdown .badge-plan-disabled .modern-pill-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
  }
  /* line 2637, app/assets/stylesheets/modern/badges.scss */
  .badge-plan-view-toggle-pill .badge-plans-actions .badge-size-toggle-wrapper {
    flex-shrink: 0;
    flex-grow: 0;
    margin-left: 0;
  }
  /* line 2643, app/assets/stylesheets/modern/badges.scss */
  .badge-plan-view-toggle-pill .badge-plans-actions .modern-add-btn {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}

@media (max-width: 768px) {
  /* line 2525, app/assets/stylesheets/modern/badges.scss */
  .badge-plan-view-toggle-pill {
    padding: 8px 14px;
    font-size: 0.8125rem;
    flex: 1 1 auto;
    min-width: 0;
    justify-content: center;
    width: auto;
  }
  /* line 2660, app/assets/stylesheets/modern/badges.scss */
  .badge-plan-view-toggle-pill .default-indicator {
    font-size: 0.6875rem;
    margin-right: 4px;
  }
  /* line 2665, app/assets/stylesheets/modern/badges.scss */
  .badge-plan-view-toggle-pill .toggle-label {
    white-space: nowrap;
    text-align: center;
  }
}

@media (max-width: 480px) {
  /* line 2674, app/assets/stylesheets/modern/badges.scss */
  .badge-plan-view-toggle-pill .modern-badge-plans-dropdown.person-selector-pill .badge-plan-toggle {
    padding: 0.5rem 0.625rem !important;
    font-size: 0.75rem;
  }
  /* line 2679, app/assets/stylesheets/modern/badges.scss */
  .badge-plan-view-toggle-pill .modern-badge-plans-dropdown.person-selector-pill .modern-pill-label {
    font-size: 0.75rem;
  }
  /* line 2685, app/assets/stylesheets/modern/badges.scss */
  .badge-plan-view-toggle-pill .badge-plans-actions {
    gap: 4px;
    flex-wrap: nowrap;
    min-width: 0;
  }
  /* line 2690, app/assets/stylesheets/modern/badges.scss */
  .badge-plan-view-toggle-pill .badge-plans-actions .modern-badge-plans-dropdown {
    flex: 1 1 auto;
    min-width: 120px;
    max-width: calc(100% - 180px);
  }
  /* line 2698, app/assets/stylesheets/modern/badges.scss */
  .badge-plan-view-toggle-pill .badge-plans-actions:not(:has(.badge-size-toggle-wrapper)) .modern-badge-plans-dropdown {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
  }
  /* line 2703, app/assets/stylesheets/modern/badges.scss */
  .badge-plan-view-toggle-pill .badge-plans-actions:not(:has(.badge-size-toggle-wrapper)) .modern-badge-plans-dropdown.person-selector-pill {
    display: flex;
    width: 100%;
  }
  /* line 2708, app/assets/stylesheets/modern/badges.scss */
  .badge-plan-view-toggle-pill .badge-plans-actions:not(:has(.badge-size-toggle-wrapper)) .modern-badge-plans-dropdown .badge-plan-toggle {
    width: 100%;
  }
  /* line 2714, app/assets/stylesheets/modern/badges.scss */
  .badge-plan-view-toggle-pill .badge-plans-actions:has(.badge-size-toggle-wrapper) {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 4px;
  }
  /* line 2719, app/assets/stylesheets/modern/badges.scss */
  .badge-plan-view-toggle-pill .badge-plans-actions:has(.badge-size-toggle-wrapper) .modern-badge-plans-dropdown {
    max-width: 100%;
    width: 100%;
    min-width: 0;
    flex: none;
  }
  /* line 2725, app/assets/stylesheets/modern/badges.scss */
  .badge-plan-view-toggle-pill .badge-plans-actions:has(.badge-size-toggle-wrapper) .modern-badge-plans-dropdown.person-selector-pill {
    min-width: 0;
  }
  /* line 2729, app/assets/stylesheets/modern/badges.scss */
  .badge-plan-view-toggle-pill .badge-plans-actions:has(.badge-size-toggle-wrapper) .modern-badge-plans-dropdown .badge-plan-toggle,
.badge-plan-view-toggle-pill .badge-plans-actions:has(.badge-size-toggle-wrapper) .modern-badge-plans-dropdown .badge-plan-disabled {
    overflow: hidden;
    min-width: 0;
  }
  /* line 2734, app/assets/stylesheets/modern/badges.scss */
  .badge-plan-view-toggle-pill .badge-plans-actions:has(.badge-size-toggle-wrapper) .modern-badge-plans-dropdown .badge-plan-toggle .modern-pill-label,
.badge-plan-view-toggle-pill .badge-plans-actions:has(.badge-size-toggle-wrapper) .modern-badge-plans-dropdown .badge-plan-disabled .modern-pill-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
  }
  /* line 2744, app/assets/stylesheets/modern/badges.scss */
  .badge-plan-view-toggle-pill .badge-plans-actions .badge-size-toggle-wrapper {
    flex-shrink: 0;
    flex-grow: 0;
    margin-left: 0;
  }
  /* line 2750, app/assets/stylesheets/modern/badges.scss */
  .badge-plan-view-toggle-pill .badge-plans-actions .modern-add-btn {
    width: 38px;
    height: 38px;
    min-width: 38px;
  }
}

@media (max-width: 480px) {
  /* line 2525, app/assets/stylesheets/modern/badges.scss */
  .badge-plan-view-toggle-pill {
    padding: 10px 16px;
    font-size: 0.75rem;
    width: 100%;
    justify-content: center;
    display: flex;
  }
  /* line 2765, app/assets/stylesheets/modern/badges.scss */
  .badge-plan-view-toggle-pill .default-indicator {
    font-size: 0.625rem;
    margin-right: 6px;
  }
  /* line 2770, app/assets/stylesheets/modern/badges.scss */
  .badge-plan-view-toggle-pill .toggle-label {
    white-space: nowrap;
  }
  /* line 2774, app/assets/stylesheets/modern/badges.scss */
  .badge-plan-view-toggle-pill:disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }
}

/* line 2782, app/assets/stylesheets/modern/badges.scss */
.badge-plan-start-year-selector-inline {
  font-size: 0.8125rem;
}

/* line 2785, app/assets/stylesheets/modern/badges.scss */
.badge-plan-start-year-selector-inline .badge-plan-start-year-edit-btn {
  font-size: 0.8125rem;
  text-decoration: none;
  color: #64748b;
  transition: color 0.2s ease;
}

/* line 2791, app/assets/stylesheets/modern/badges.scss */
.badge-plan-start-year-selector-inline .badge-plan-start-year-edit-btn:hover {
  color: #475569;
  text-decoration: underline;
}

/* line 2796, app/assets/stylesheets/modern/badges.scss */
.badge-plan-start-year-selector-inline .badge-plan-start-year-edit-btn:focus {
  box-shadow: none;
  outline: none;
}

/* line 2802, app/assets/stylesheets/modern/badges.scss */
.badge-plan-start-year-selector-inline .form-select {
  max-width: 250px;
  font-size: 0.8125rem;
}

/* line 2810, app/assets/stylesheets/modern/badges.scss */
.edit-first-year-controls .edit-first-year-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.75rem;
  height: 32px;
  padding: 6px 12px;
  font-weight: 600;
}

/* line 2819, app/assets/stylesheets/modern/badges.scss */
.edit-first-year-controls .edit-first-year-link i[data-feather] {
  width: 12px;
  height: 12px;
  stroke-width: 2;
}

/* line 2825, app/assets/stylesheets/modern/badges.scss */
.edit-first-year-controls .edit-first-year-link span {
  font-size: 0.75rem;
}

/* line 2830, app/assets/stylesheets/modern/badges.scss */
.edit-first-year-controls .edit-first-year-link:hover i[data-feather] {
  color: #334155;
}

/* line 2838, app/assets/stylesheets/modern/badges.scss */
.badge-plan-start-year-selector {
  padding: 16px 20px;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  width: 100%;
  display: block;
}

@media (max-width: 768px) {
  /* line 2838, app/assets/stylesheets/modern/badges.scss */
  .badge-plan-start-year-selector {
    position: sticky;
    top: 0;
    z-index: 51;
    background: white;
    margin-bottom: 12px;
    padding: 12px 16px;
    border-radius: 8px;
  }
}

/* line 2858, app/assets/stylesheets/modern/badges.scss */
.badge-plan-start-year-selector .form-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0;
}

/* line 2865, app/assets/stylesheets/modern/badges.scss */
.badge-plan-start-year-selector .form-select {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 0.875rem;
  color: #1e293b;
  background-color: white;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 12px;
  padding-right: 40px;
  transition: all 200ms ease;
  cursor: pointer;
  max-width: 300px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 2884, app/assets/stylesheets/modern/badges.scss */
.badge-plan-start-year-selector .form-select:hover {
  border-color: #cbd5e1;
  background-color: #f8fafc;
}

/* line 2889, app/assets/stylesheets/modern/badges.scss */
.badge-plan-start-year-selector .form-select:focus {
  border-color: #3b82f6;
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  background-color: white;
}

/* line 2896, app/assets/stylesheets/modern/badges.scss */
.badge-plan-start-year-selector .form-select:disabled {
  background-color: #f1f5f9;
  border-color: #e2e8f0;
  color: #94a3b8;
  cursor: not-allowed;
  opacity: 0.6;
}

/* line 2904, app/assets/stylesheets/modern/badges.scss */
.badge-plan-start-year-selector .form-select option {
  padding: 8px;
  color: #1e293b;
}

/* line 2910, app/assets/stylesheets/modern/badges.scss */
.badge-plan-start-year-selector .text-muted {
  font-size: 0.8125rem;
  color: #64748b;
  font-weight: 400;
}

/* line 2916, app/assets/stylesheets/modern/badges.scss */
.badge-plan-start-year-selector small {
  display: block;
  color: #64748b;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin-top: 8px;
}

/* line 2923, app/assets/stylesheets/modern/badges.scss */
.badge-plan-start-year-selector small:only-child {
  color: #1e40af;
  padding: 12px 16px;
  background-color: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  margin-top: 0;
}

/* line 2935, app/assets/stylesheets/modern/badges.scss */
.badge-guide-notes-show .box-header {
  position: relative;
}

/* line 2938, app/assets/stylesheets/modern/badges.scss */
.badge-guide-notes-show .box-header .badge-guide-notes-header__desktop {
  display: block;
}

/* line 2942, app/assets/stylesheets/modern/badges.scss */
.badge-guide-notes-show .box-header .badge-guide-notes-header__mobile {
  display: none;
}

@media (max-width: 768px) {
  /* line 2947, app/assets/stylesheets/modern/badges.scss */
  .badge-guide-notes-show .box-header .badge-guide-notes-header__desktop {
    display: none;
  }
  /* line 2951, app/assets/stylesheets/modern/badges.scss */
  .badge-guide-notes-show .box-header .badge-guide-notes-header__mobile {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
  /* line 2958, app/assets/stylesheets/modern/badges.scss */
  .badge-guide-notes-show .box-header .badge-guide-notes-header__mobile-row-1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
  }
  /* line 2967, app/assets/stylesheets/modern/badges.scss */
  .badge-guide-notes-show .box-header .badge-guide-notes-header__title-group {
    flex: 1 1 auto;
    min-width: 0;
  }
  /* line 2971, app/assets/stylesheets/modern/badges.scss */
  .badge-guide-notes-show .box-header .badge-guide-notes-header__title-group h1 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 2982, app/assets/stylesheets/modern/badges.scss */
  .badge-guide-notes-show .box-header .badge-guide-notes-header__actions-mobile {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
  }
  /* line 2988, app/assets/stylesheets/modern/badges.scss */
  .badge-guide-notes-show .box-header .badge-guide-notes-header__actions-mobile .button {
    white-space: nowrap;
  }
  /* line 2993, app/assets/stylesheets/modern/badges.scss */
  .badge-guide-notes-show .box-header .badge-guide-notes-header__info-bits-mobile {
    width: 100%;
  }
  /* line 2996, app/assets/stylesheets/modern/badges.scss */
  .badge-guide-notes-show .box-header .badge-guide-notes-header__info-bits-mobile .info-bits {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin: 0;
  }
}

/* line 3009, app/assets/stylesheets/modern/badges.scss */
.badge-copies-new-form .box-body {
  padding: 0 !important;
}

/* line 3015, app/assets/stylesheets/modern/badges.scss */
.badge-dateshifts-new-form .box-body {
  padding: 0 !important;
}

@media (max-width: 768px) {
  /* line 3021, app/assets/stylesheets/modern/badges.scss */
  .dateshift-before-after-wrapper {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 16px;
  }
  /* line 3027, app/assets/stylesheets/modern/badges.scss */
  .dateshift-before-after-wrapper > .w-100 {
    width: 100% !important;
  }
  /* line 3031, app/assets/stylesheets/modern/badges.scss */
  .dateshift-before-after-wrapper .dateshift-arrow-wrapper {
    padding: 0 !important;
    margin: 0 !important;
    align-self: center;
    transform: rotate(90deg);
  }
  /* line 3037, app/assets/stylesheets/modern/badges.scss */
  .dateshift-before-after-wrapper .dateshift-arrow-wrapper .dateshift-arrow {
    display: block;
  }
}

@media (max-width: 768px) {
  /* line 3045, app/assets/stylesheets/modern/badges.scss */
  .badge-guide-notes-edit .box-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  /* line 3053, app/assets/stylesheets/modern/badges.scss */
  .badge-guide-notes-edit .box-header .content {
    flex: 1 1 auto;
    min-width: 0;
  }
  /* line 3059, app/assets/stylesheets/modern/badges.scss */
  .badge-guide-notes-edit .box-header .content .card-summary .card-content h1 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 3072, app/assets/stylesheets/modern/badges.scss */
  .badge-guide-notes-edit .box-header .box-header-actions {
    flex: 0 0 auto;
    flex-shrink: 0;
    margin-left: auto;
  }
  /* line 3077, app/assets/stylesheets/modern/badges.scss */
  .badge-guide-notes-edit .box-header .box-header-actions .button {
    white-space: nowrap;
  }
}

@media (max-width: 479px) {
  /* line 3086, app/assets/stylesheets/modern/badges.scss */
  .badges-mobile {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
  /* line 3090, app/assets/stylesheets/modern/badges.scss */
  .badges-mobile .modern-toggle-group, .badges-mobile .badge-plan-view-toggles {
    flex: none !important;
    width: auto !important;
  }
}

/* line 3101, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-learner-header .modern-header-row-1.badge-library-header-row {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  justify-content: space-between;
  flex-wrap: nowrap;
}

/* line 3110, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-learner-header .modern-header-row-1 .badge-library-header-left {
  gap: 8px !important;
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* line 3119, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-learner-header .modern-header-row-1 .badge-library-header-left .badge-library-person-selector {
  flex: 0 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
}

/* line 3125, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-learner-header .modern-header-row-1 .badge-library-header-left .badge-library-person-selector .modern-person-selector,
.modern-ui-body .modern-learner-header .modern-header-row-1 .badge-library-header-left .badge-library-person-selector .person-selector-pill,
.modern-ui-body .modern-learner-header .modern-header-row-1 .badge-library-header-left .badge-library-person-selector .person-selector-pill .btn {
  width: auto !important;
  max-width: none !important;
  min-width: 0;
}

/* line 3133, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-learner-header .modern-header-row-1 .badge-library-header-left .badge-library-person-selector .person-selector-pill .btn {
  white-space: nowrap;
}

/* line 3138, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-learner-header .modern-header-row-1 .badge-library-header-left .badge-library-title {
  margin: 0;
  margin-top: -4px;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

/* line 3147, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-learner-header .modern-header-row-1 .modern-header-right-row-1 {
  display: flex;
  align-items: center;
  margin-left: auto;
}

/* line 3152, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-learner-header .modern-header-row-1 .modern-header-right-row-1.badge-library-actions {
  justify-content: flex-end;
  width: auto;
  flex: 0 0 auto;
  margin-left: auto;
  margin-top: -4px;
}

/* line 3159, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-learner-header .modern-header-row-1 .modern-header-right-row-1.badge-library-actions .badge-library-download-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

/* line 3165, app/assets/stylesheets/modern/badges.scss */
.modern-ui-body .modern-learner-header .modern-header-row-1 .modern-header-right-row-1.badge-library-actions .badge-library-download-wrapper .badge-library-download-note {
  color: #64748b;
  font-size: 0.5rem;
  line-height: 0.1;
  text-align: right;
  white-space: nowrap;
  font-weight: 100;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  /* line 3185, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-learner-header .modern-header-row-1.badge-library-header-row {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
  }
  /* line 3194, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-learner-header .badge-library-header-left {
    width: auto !important;
    flex: 1 1 auto !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 2px !important;
  }
  /* line 3201, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-learner-header .badge-library-header-left .badge-library-person-selector {
    flex: 0 0 auto !important;
    margin-right: 0 !important;
  }
  /* line 3205, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-learner-header .badge-library-header-left .badge-library-person-selector .modern-person-selector,
.modern-ui-body .modern-learner-header .badge-library-header-left .badge-library-person-selector .person-selector-pill,
.modern-ui-body .modern-learner-header .badge-library-header-left .badge-library-person-selector .person-selector-pill .btn {
    width: auto !important;
    max-width: none !important;
    margin-right: 0 !important;
  }
  /* line 3214, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-learner-header .badge-library-header-left .badge-library-title {
    flex: 0 0 auto;
  }
  /* line 3219, app/assets/stylesheets/modern/badges.scss */
  .modern-ui-body .modern-learner-header .badge-library-actions {
    margin-left: auto !important;
    width: auto !important;
    flex: 0 0 auto !important;
  }
}

/* line 3229, app/assets/stylesheets/modern/badges.scss */
.inline-date-input {
  width: 95px;
  font-size: 12px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 3234, app/assets/stylesheets/modern/badges.scss */
.inline-date-input:focus {
  outline: none;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
}

/* line 3240, app/assets/stylesheets/modern/badges.scss */
.inline-date-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.15s ease;
}

/* line 3250, app/assets/stylesheets/modern/badges.scss */
.inline-date-action-btn:hover {
  opacity: 0.8;
}

/* line 3254, app/assets/stylesheets/modern/badges.scss */
.inline-date-action-btn--save {
  color: #28a745;
}

/* line 3256, app/assets/stylesheets/modern/badges.scss */
.inline-date-action-btn--cancel {
  color: #6c757d;
}

/* line 3259, app/assets/stylesheets/modern/badges.scss */
.inline-date-edit-pill {
  position: relative;
}

/* line 3262, app/assets/stylesheets/modern/badges.scss */
.inline-date-edit-pill .inline-date-loader {
  display: none;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(71, 85, 105, 0.2);
  border-top-color: #475569;
  border-radius: 50%;
  animation: inline-date-spin 0.6s linear infinite;
}

/* line 3272, app/assets/stylesheets/modern/badges.scss */
.inline-date-edit-pill .inline-date-content {
  display: inline-flex;
}

/* line 3277, app/assets/stylesheets/modern/badges.scss */
.inline-date-edit-pill.loading .inline-date-loader {
  display: inline-block;
}

/* line 3281, app/assets/stylesheets/modern/badges.scss */
.inline-date-edit-pill.loading .inline-date-content {
  display: none;
}

@keyframes inline-date-spin {
  to {
    transform: rotate(360deg);
  }
}

/* line 3294, app/assets/stylesheets/modern/badges.scss */
.inline-date-sync-toggle-row {
  max-width: 240px;
  text-wrap: auto;
}

/* line 3298, app/assets/stylesheets/modern/badges.scss */
.inline-date-sync-toggle-row .custom-control-label {
  background: transparent !important;
  font-weight: 600;
  color: #374151;
  font-size: 12px;
}

/* line 3304, app/assets/stylesheets/modern/badges.scss */
.inline-date-sync-toggle-row .custom-control-label span {
  font-size: 11px;
  font-weight: normal;
}

/* line 3310, app/assets/stylesheets/modern/badges.scss */
.inline-date-sync-toggle-row .custom-control-input:focus ~ .custom-control-label,
.inline-date-sync-toggle-row .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

/* line 3315, app/assets/stylesheets/modern/badges.scss */
.inline-date-sync-toggle-row .custom-control-input:focus ~ .custom-control-label,
.inline-date-sync-toggle-row .custom-control-input:checked ~ .custom-control-label {
  background: transparent !important;
  color: #283c46 !important;
}

/* line 3323, app/assets/stylesheets/modern/badges.scss */
.modern-badge-header .shareability-status-indicator {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* line 3330, app/assets/stylesheets/modern/badges.scss */
.modern-badge-header .shareability-status-indicator.sm {
  width: 10px;
  height: 10px;
  margin-left: 6px;
}

/* line 3336, app/assets/stylesheets/modern/badges.scss */
.modern-badge-header .shareability-status-indicator.md {
  width: 14px;
  height: 14px;
  margin-bottom: 5px;
}

/* line 3342, app/assets/stylesheets/modern/badges.scss */
.modern-badge-header .shareability-status-indicator.shareability-status-green {
  background-color: #28a745;
  border: 2px solid #28a745;
}

/* line 3347, app/assets/stylesheets/modern/badges.scss */
.modern-badge-header .shareability-status-indicator.shareability-status-yellow {
  background-color: #fbbf24;
  border: 2px solid #fbbf24;
}

/* line 3352, app/assets/stylesheets/modern/badges.scss */
.modern-badge-header .shareability-status-indicator.shareability-status-red {
  background-color: #dc3545;
  border: 2px solid #dc3545;
}

/* line 3361, app/assets/stylesheets/modern/badges.scss */
.badge-mgmt-badges-edit .modern-table-header {
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}

/* line 6, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-review-section {
  padding: 24px 0 12px 0;
}

/* line 9, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-review-section:first-of-type {
  border-top: none;
  padding-top: 0;
}

/* line 14, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-review-section .modern-review-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 16px 0;
  line-height: 1.4;
}

/* line 22, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-review-section .modern-review-description {
  font-size: 0.875rem;
  color: #64748b;
  margin: 0 0 20px 0;
  line-height: 1.5;
}

/* line 30, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-review-section .modern-review-form .modern-form-group {
  margin-bottom: 20px;
}

/* line 34, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-review-section .modern-review-form .modern-form-group .input {
  margin-bottom: 0;
}

/* line 39, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-review-section .modern-review-form .modern-form-group select.modern-select,
.modern-ui-body .modern-review-section .modern-review-form .modern-form-group .input select.modern-select,
.modern-ui-body .modern-review-section .modern-review-form .modern-form-group .modern-select,
.modern-ui-body .modern-review-section .modern-review-form .modern-form-group select {
  width: 100% !important;
  padding: 10px 14px !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  color: #1e293b !important;
  background-color: white !important;
  transition: all 100ms ease;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 9L1 4h10z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 12px !important;
  padding-right: 36px !important;
  box-shadow: 0 0 0 1px rgba(50, 50, 93, 0.16), 0 0 0 1px rgba(50, 151, 211, 0), 0 0 0 2px rgba(50, 151, 211, 0), 0 1px 1px rgba(0, 0, 0, 0.08) !important;
  height: auto !important;
  line-height: 1.5 !important;
}

/* line 65, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-review-section .modern-review-form .modern-form-group select.modern-select:hover,
.modern-ui-body .modern-review-section .modern-review-form .modern-form-group .input select.modern-select:hover,
.modern-ui-body .modern-review-section .modern-review-form .modern-form-group .modern-select:hover,
.modern-ui-body .modern-review-section .modern-review-form .modern-form-group select:hover {
  border-color: #cbd5e1 !important;
  background-color: #f8fafc !important;
  box-shadow: 0 0 0 1px rgba(50, 50, 93, 0.16), 0 0 0 1px rgba(50, 151, 211, 0), 0 0 0 2px rgba(50, 151, 211, 0), 0 1px 1px rgba(0, 0, 0, 0.08) !important;
}

/* line 71, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-review-section .modern-review-form .modern-form-group select.modern-select:focus,
.modern-ui-body .modern-review-section .modern-review-form .modern-form-group .input select.modern-select:focus,
.modern-ui-body .modern-review-section .modern-review-form .modern-form-group .modern-select:focus,
.modern-ui-body .modern-review-section .modern-review-form .modern-form-group select:focus {
  border-color: #3b82f6 !important;
  outline: none !important;
  box-shadow: 0 0 0 1px rgba(50, 50, 93, 0), 0 0 0 1px rgba(50, 151, 211, 0.2), 0 0 0 2px rgba(50, 151, 211, 0.25), 0 1px 1px rgba(0, 0, 0, 0.08) !important;
  background-color: white !important;
}

/* line 78, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-review-section .modern-review-form .modern-form-group select.modern-select option,
.modern-ui-body .modern-review-section .modern-review-form .modern-form-group .input select.modern-select option,
.modern-ui-body .modern-review-section .modern-review-form .modern-form-group .modern-select option,
.modern-ui-body .modern-review-section .modern-review-form .modern-form-group select option {
  padding: 8px !important;
  color: #1e293b !important;
  background-color: white !important;
}

/* line 86, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-review-section .modern-review-form .modern-form-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
}

/* line 92, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-review-section .modern-review-form .modern-form-actions .modern-review-submit-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  color: white;
  background-color: #3b82f6;
  border: 1px solid rgba(59, 130, 246, 0.2);
  cursor: pointer;
  transition: all 100ms ease;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  width: auto;
  min-width: auto;
  height: auto;
  line-height: 1.5;
}

/* line 113, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-review-section .modern-review-form .modern-form-actions .modern-review-submit-pill:hover {
  background-color: #2563eb;
  border-color: rgba(59, 130, 246, 0.3);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: white;
}

/* line 121, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-review-section .modern-review-form .modern-form-actions .modern-review-submit-pill:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

/* line 126, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-review-section .modern-review-form .modern-form-actions .modern-review-submit-pill:active {
  background-color: #1d4ed8;
}

/* line 134, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-review-section .modern-review-status .modern-review-status-text {
  font-size: 0.875rem;
  color: #475569;
  margin: 0 0 12px 0;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* line 144, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-review-section .modern-review-status .modern-review-status-text .modern-info-pill {
  margin-left: 4px;
}

/* line 149, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-review-section .modern-review-status .modern-review-meta {
  font-size: 0.8125rem;
  color: #94a3b8;
  margin: 0;
  line-height: 1.5;
}

/* line 158, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-review-section .modern-review-empty .modern-review-empty-text {
  font-size: 0.875rem;
  color: #94a3b8;
  margin: 0 0 8px 0;
  line-height: 1.5;
}

/* line 165, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-review-section .modern-review-empty .modern-review-empty-hint {
  font-size: 0.8125rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
  font-style: italic;
}

/* line 176, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-review-section .badge-status-pill.status-approved, .modern-ui-body .modern-review-section .badge-status-pill.status-transfer {
  background-color: rgba(34, 197, 94, 0.1);
  color: #16a34a;
  border-color: rgba(34, 197, 94, 0.2);
}

/* line 183, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-review-section .badge-status-pill.status-denied {
  background-color: rgba(239, 68, 68, 0.1);
  color: #dc2626;
  border-color: rgba(239, 68, 68, 0.2);
}

/* line 189, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-review-section .badge-status-pill.status-in_review {
  background-color: rgba(59, 130, 246, 0.1);
  color: #2563eb;
  border-color: rgba(59, 130, 246, 0.2);
}

/* line 195, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-review-section .badge-status-pill.status-in_progress {
  background-color: rgba(148, 163, 184, 0.1);
  color: #64748b;
  border-color: rgba(148, 163, 184, 0.2);
}

/* line 201, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-review-section .badge-status-pill.status-overdue {
  background-color: rgba(239, 68, 68, 0.1);
  color: #dc2626;
  border-color: rgba(239, 68, 68, 0.2);
}

/* line 207, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-review-section .badge-status-pill.status-not_yet_started {
  background-color: rgba(148, 163, 184, 0.1);
  color: #64748b;
  border-color: rgba(148, 163, 184, 0.2);
}

/* line 218, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-peer-review-form .modern-form-group {
  margin-bottom: 20px;
}

/* line 222, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-peer-review-form .modern-form-group .input {
  margin-bottom: 0;
}

/* line 227, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-peer-review-form .modern-form-group select.modern-select,
.modern-ui-body .modern-peer-review-form .modern-form-group .input select.modern-select,
.modern-ui-body .modern-peer-review-form .modern-form-group .modern-select,
.modern-ui-body .modern-peer-review-form .modern-form-group select {
  width: 100% !important;
  padding: 10px 14px !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  color: #1e293b !important;
  background-color: white !important;
  transition: all 100ms ease;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 9L1 4h10z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 12px !important;
  padding-right: 36px !important;
  box-shadow: 0 0 0 1px rgba(50, 50, 93, 0.16), 0 0 0 1px rgba(50, 151, 211, 0), 0 0 0 2px rgba(50, 151, 211, 0), 0 1px 1px rgba(0, 0, 0, 0.08) !important;
  height: auto !important;
  line-height: 1.5 !important;
}

/* line 253, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-peer-review-form .modern-form-group select.modern-select:hover,
.modern-ui-body .modern-peer-review-form .modern-form-group .input select.modern-select:hover,
.modern-ui-body .modern-peer-review-form .modern-form-group .modern-select:hover,
.modern-ui-body .modern-peer-review-form .modern-form-group select:hover {
  border-color: #cbd5e1 !important;
  background-color: #f8fafc !important;
  box-shadow: 0 0 0 1px rgba(50, 50, 93, 0.16), 0 0 0 1px rgba(50, 151, 211, 0), 0 0 0 2px rgba(50, 151, 211, 0), 0 1px 1px rgba(0, 0, 0, 0.08) !important;
}

/* line 259, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-peer-review-form .modern-form-group select.modern-select:focus,
.modern-ui-body .modern-peer-review-form .modern-form-group .input select.modern-select:focus,
.modern-ui-body .modern-peer-review-form .modern-form-group .modern-select:focus,
.modern-ui-body .modern-peer-review-form .modern-form-group select:focus {
  border-color: #3b82f6 !important;
  outline: none !important;
  box-shadow: 0 0 0 1px rgba(50, 50, 93, 0), 0 0 0 1px rgba(50, 151, 211, 0.2), 0 0 0 2px rgba(50, 151, 211, 0.25), 0 1px 1px rgba(0, 0, 0, 0.08) !important;
  background-color: white !important;
}

/* line 266, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-peer-review-form .modern-form-group select.modern-select option,
.modern-ui-body .modern-peer-review-form .modern-form-group .input select.modern-select option,
.modern-ui-body .modern-peer-review-form .modern-form-group .modern-select option,
.modern-ui-body .modern-peer-review-form .modern-form-group select option {
  padding: 8px !important;
  color: #1e293b !important;
  background-color: white !important;
}

/* line 274, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-peer-review-form .modern-form-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
}

/* line 280, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-peer-review-form .modern-form-actions .modern-peer-review-submit-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  color: white;
  background-color: #3b82f6;
  border: 1px solid rgba(59, 130, 246, 0.2);
  cursor: pointer;
  transition: all 100ms ease;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  width: auto;
  min-width: auto;
  height: auto;
  line-height: 1.5;
}

/* line 301, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-peer-review-form .modern-form-actions .modern-peer-review-submit-pill:hover {
  background-color: #2563eb;
  border-color: rgba(59, 130, 246, 0.3);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: white;
}

/* line 309, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-peer-review-form .modern-form-actions .modern-peer-review-submit-pill:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

/* line 314, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-peer-review-form .modern-form-actions .modern-peer-review-submit-pill:active {
  background-color: #1d4ed8;
}

/* line 319, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-peer-review-form .modern-form-actions .modern-peer-review-cancel-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #64748b;
  background-color: transparent;
  border: 1px solid #cbd5e1;
  cursor: pointer;
  transition: all 100ms ease;
  text-decoration: none;
  line-height: 1.5;
}

/* line 336, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-peer-review-form .modern-form-actions .modern-peer-review-cancel-pill:hover {
  background-color: #f3f4f6;
  color: #0f172a;
}

/* line 341, app/assets/stylesheets/modern/review.scss */
.modern-ui-body .modern-peer-review-form .modern-form-actions .modern-peer-review-cancel-pill:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.2);
}

/* line 2, app/assets/stylesheets/modern/header_nav.scss */
.new-layout-wrapper {
  position: relative;
  background-color: #f6f9fb;
  padding-top: 103px;
  overflow-x: clip;
}

/* line 9, app/assets/stylesheets/modern/header_nav.scss */
.new-layout-wrapper::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 128px;
  background-color: #3498db;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  z-index: 55;
}

/* line 22, app/assets/stylesheets/modern/header_nav.scss */
.new-layout-wrapper .sidebar {
  display: none;
}

/* line 26, app/assets/stylesheets/modern/header_nav.scss */
.new-layout-wrapper .app-main-content .box-nav,
.new-layout-wrapper .box-nav,
.new-layout-wrapper .floating-content-card .box-nav,
.new-layout-wrapper .box .box-nav,
.new-layout-wrapper .container .box-nav,
.new-layout-wrapper .row .box-nav {
  display: none !important;
}

/* line 35, app/assets/stylesheets/modern/header_nav.scss */
.new-layout-wrapper .floating-box-nav {
  display: flex !important;
}

/* line 39, app/assets/stylesheets/modern/header_nav.scss */
.floating-box-nav-right {
  position: fixed;
  left: 27px;
  top: 160px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  transition: all 300ms ease;
}

/* line 50, app/assets/stylesheets/modern/header_nav.scss */
.floating-box-nav-right:has(.floating-panel.show) {
  z-index: 10001;
}

/* line 54, app/assets/stylesheets/modern/header_nav.scss */
.floating-box-nav-right .floating-icon-wrapper {
  position: relative;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  transition: all 300ms ease;
}

/* line 62, app/assets/stylesheets/modern/header_nav.scss */
.floating-box-nav-right .floating-icon-wrapper .floating-icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  background: #f3f4f6;
  border: 1px solid #cbd5e1;
  color: #111827;
  cursor: pointer;
  transition: all 200ms ease;
  flex-shrink: 0;
  position: relative;
  box-shadow: none;
}

/* line 78, app/assets/stylesheets/modern/header_nav.scss */
.floating-box-nav-right .floating-icon-wrapper .floating-icon-btn:hover {
  background: #f3f4f6;
  border-color: #cbd5e1;
  color: #111827;
  transform: scale(1.05);
}

/* line 85, app/assets/stylesheets/modern/header_nav.scss */
.floating-box-nav-right .floating-icon-wrapper .floating-icon-btn.active {
  background: #f3f4f6;
  border-color: #cbd5e1;
  color: #111827;
}

/* line 91, app/assets/stylesheets/modern/header_nav.scss */
.floating-box-nav-right .floating-icon-wrapper .floating-icon-btn svg {
  width: 18px;
  height: 18px;
  stroke-width: 2;
  color: inherit;
}

/* line 99, app/assets/stylesheets/modern/header_nav.scss */
.floating-box-nav-right .floating-icon-wrapper .floating-icon-btn .icon-menu {
  display: inline;
}

/* line 103, app/assets/stylesheets/modern/header_nav.scss */
.floating-box-nav-right .floating-icon-wrapper .floating-icon-btn .icon-close {
  display: none;
}

/* line 108, app/assets/stylesheets/modern/header_nav.scss */
.floating-box-nav-right .floating-icon-wrapper .floating-icon-btn.active .icon-menu {
  display: none;
}

/* line 112, app/assets/stylesheets/modern/header_nav.scss */
.floating-box-nav-right .floating-icon-wrapper .floating-icon-btn.active .icon-close {
  display: inline;
}

/* line 118, app/assets/stylesheets/modern/header_nav.scss */
.floating-box-nav-right .floating-icon-wrapper .icon-label {
  display: block;
  color: #3498db;
  font-size: 11px;
  font-weight: 600;
  max-width: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  opacity: 0.9;
  transition: all 300ms ease;
}

/* line 133, app/assets/stylesheets/modern/header_nav.scss */
.floating-box-nav-right .nav-item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 140, app/assets/stylesheets/modern/header_nav.scss */
.floating-box-nav-right .nav-item-wrapper.expanded .nav-item {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 147, app/assets/stylesheets/modern/header_nav.scss */
.floating-box-nav-right .nav-item {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 24px;
  background: white;
  border: 1px solid #e2e8f0;
  color: #333;
  cursor: pointer;
  transition: all 200ms ease;
  flex-shrink: 0;
  position: relative;
  box-shadow: 0 9px 15px -11px rgba(0, 0, 0, 0.1), 0 8px 7px -6px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  font-size: 12px;
  min-width: 60px;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}

/* line 166, app/assets/stylesheets/modern/header_nav.scss */
.floating-box-nav-right .nav-item:hover {
  background: #f6f6f6;
}

/* line 170, app/assets/stylesheets/modern/header_nav.scss */
.floating-box-nav-right .nav-item.active {
  background: #eaf3ff;
  color: #3498db;
  border-color: #3498db;
}

/* line 176, app/assets/stylesheets/modern/header_nav.scss */
.floating-box-nav-right .nav-item .nav-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  margin-right: 8px;
  font-weight: 500;
  flex-shrink: 0;
  color: #314158;
}

/* line 191, app/assets/stylesheets/modern/header_nav.scss */
.floating-box-nav-right .nav-item .nav-text {
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  flex: 1;
  color: inherit;
}

/* line 199, app/assets/stylesheets/modern/header_nav.scss */
.floating-box-nav-right .nav-item .nav-arrow {
  font-size: 10px;
  margin-left: 8px;
  transition: transform 0.2s ease;
  color: inherit;
}

/* line 206, app/assets/stylesheets/modern/header_nav.scss */
.floating-box-nav-right .nav-item.active .nav-arrow {
  color: #3498db;
}

/* line 210, app/assets/stylesheets/modern/header_nav.scss */
.floating-box-nav-right .nav-item.active .nav-icon {
  background: #3498db33;
  color: #3498db;
}

/* line 216, app/assets/stylesheets/modern/header_nav.scss */
.floating-box-nav-right .nav-submenu {
  background: white;
  border: 1px solid #e2e8f0;
  border-top: none;
  border-radius: 0 0 24px 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-top: -1px;
  padding: 8px 0;
  z-index: 10;
  position: relative;
}

/* line 227, app/assets/stylesheets/modern/header_nav.scss */
.floating-box-nav-right .nav-submenu .nav-submenu-item {
  display: flex;
  align-items: center;
  padding: 6px 16px;
  color: #333;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  transition: all 200ms ease;
  border-left: 3px solid transparent;
}

/* line 238, app/assets/stylesheets/modern/header_nav.scss */
.floating-box-nav-right .nav-submenu .nav-submenu-item:hover {
  background: rgba(92, 106, 196, 0.1);
  border-left-color: #3498db;
}

/* line 243, app/assets/stylesheets/modern/header_nav.scss */
.floating-box-nav-right .nav-submenu .nav-submenu-item.active {
  background: #eaf3ff;
  color: #3498db;
  border-color: #3498db;
  border-left-color: #3498db;
}

/* line 250, app/assets/stylesheets/modern/header_nav.scss */
.floating-box-nav-right .nav-submenu .nav-submenu-item:last-child {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

/* line 255, app/assets/stylesheets/modern/header_nav.scss */
.floating-box-nav-right .nav-submenu .nav-submenu-item .nav-submenu-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(92, 106, 196, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
  margin-right: 8px;
  flex-shrink: 0;
  color: #314158;
}

/* line 270, app/assets/stylesheets/modern/header_nav.scss */
.floating-box-nav-right .nav-submenu .nav-submenu-item .nav-submenu-text {
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
  flex: 1;
  color: #333;
}

/* line 278, app/assets/stylesheets/modern/header_nav.scss */
.floating-box-nav-right .nav-submenu .nav-submenu-item.active .nav-submenu-icon {
  background: rgba(92, 106, 196, 0.2);
}

/* line 282, app/assets/stylesheets/modern/header_nav.scss */
.floating-box-nav-right .nav-submenu .nav-submenu-item:hover .nav-submenu-icon {
  background: rgba(92, 106, 196, 0.1);
  border-left-color: #3498db;
}

/* line 289, app/assets/stylesheets/modern/header_nav.scss */
.floating-box-nav-right .floating-panel {
  position: fixed;
  z-index: 10000;
}

/* line 293, app/assets/stylesheets/modern/header_nav.scss */
.floating-box-nav-right .floating-panel.box-nav-panel {
  transform-origin: top left;
  max-width: 320px;
}

/* line 301, app/assets/stylesheets/modern/header_nav.scss */
.header-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  height: 128px;
  background-color: transparent;
  color: white;
  pointer-events: none;
}

/* line 312, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 32px;
  pointer-events: auto;
}

/* line 322, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .desktop-only {
  display: flex;
}

/* line 326, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .mobile-only {
  display: none;
}

/* line 330, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .tablet-only {
  display: none;
}

/* line 334, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-left {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 0 0 auto;
  position: relative;
}

/* line 342, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-left .hamburger-btn {
  display: none;
}

/* line 345, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-left .hamburger-btn.desktop-hamburger {
  display: none !important;
}

/* line 350, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-left .hamburger-dropdown {
  display: none;
}

/* line 354, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-left .floating-icon-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  transition: all 300ms ease;
}

/* line 363, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-left .floating-icon-wrapper:has(.floating-panel.show) {
  z-index: 10001;
}

/* line 367, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-left .floating-icon-wrapper .floating-icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: white;
  cursor: pointer;
  transition: all 200ms ease;
  flex-shrink: 0;
  position: relative;
  margin: 0 14px;
}

/* line 383, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-left .floating-icon-wrapper .floating-icon-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
}

/* line 388, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-left .floating-icon-wrapper .floating-icon-btn.active {
  background: white;
  color: #3498db;
  border-color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* line 395, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-left .floating-icon-wrapper .floating-icon-btn.non-clickable {
  cursor: default;
  opacity: 0.7;
}

/* line 399, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-left .floating-icon-wrapper .floating-icon-btn.non-clickable:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
}

/* line 405, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-left .floating-icon-wrapper .floating-icon-btn svg {
  width: 22px;
  height: 22px;
  stroke-width: 2;
}

/* line 411, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-left .floating-icon-wrapper .floating-icon-btn .notification-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 9px;
  background: #e74c3c;
  border: 2px solid #3498db;
  color: white;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  white-space: nowrap;
}

/* line 432, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-left .floating-icon-wrapper .floating-icon-btn .hero-bucks-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e74c3c;
  border: 2px solid #3498db;
}

/* line 444, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-left .floating-icon-wrapper .icon-label {
  display: block;
  color: white;
  font-size: 11px;
  font-weight: 600;
  max-width: 67px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  opacity: 0.9;
  transition: all 300ms ease;
}

/* line 458, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-left .floating-icon-wrapper .studio-label {
  display: block;
  color: white;
  font-size: 11px;
  font-weight: 600;
  max-width: none;
  overflow: visible;
  text-overflow: initial;
  white-space: normal;
  opacity: 0.9;
  transition: all 300ms ease;
  text-align: center;
  min-width: 68px;
}

/* line 474, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-left .floating-icon-wrapper:hover .icon-label {
  max-width: 300px;
  opacity: 1;
}

/* line 479, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-left .floating-icon-wrapper:hover .studio-label {
  opacity: 1;
}

/* line 486, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-left .header-single-school a {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s ease;
}

/* line 497, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-left .header-single-school a:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* line 505, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-center-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 20px;
}

/* line 513, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-center-nav .nav-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  border: none;
  background: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all 200ms ease;
  border-radius: 12px;
}

/* line 528, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-center-nav .nav-item:hover {
  color: white;
  text-decoration: none;
}

/* line 532, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-center-nav .nav-item:hover .nav-icon-wrapper {
  background: rgba(255, 255, 255, 0.1);
}

/* line 537, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-center-nav .nav-item.active {
  transform: scale(1.05);
  color: white;
}

/* line 541, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-center-nav .nav-item.active .nav-icon-wrapper {
  background: white;
  color: #3498db;
  border-color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin: 0 14px;
}

/* line 550, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-center-nav .nav-item.disabled {
  pointer-events: none;
  opacity: 0.5;
}

/* line 555, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-center-nav .nav-item .nav-icon-wrapper {
  position: relative;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  transition: all 200ms ease;
  margin: 0 14px;
}

/* line 566, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-center-nav .nav-item .nav-icon-wrapper svg {
  width: 20px;
  height: 20px;
  stroke-width: 2;
}

/* line 572, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-center-nav .nav-item .nav-icon-wrapper .notification-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 9px;
  background: #e74c3c;
  border: 2px solid #3498db;
  color: white;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  white-space: nowrap;
  z-index: 10;
}

/* line 594, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-center-nav .nav-item .nav-icon-wrapper .hero-bucks-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e74c3c;
  border: 2px solid #3498db;
  z-index: 10;
  display: block;
}

/* line 611, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-right {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 0 0 auto;
}

/* line 618, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-right .floating-icon-wrapper {
  margin-right: 0;
}

/* line 623, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-right .notification-bell {
  position: relative;
}

/* line 627, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-right .notification-bell:has(.dropdown-menu.show) {
  z-index: 10000;
}

/* line 631, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-right .notification-bell .bell-wrapper {
  position: relative;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  color: white;
  cursor: pointer;
  transition: all 200ms ease;
}

/* line 644, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-right .notification-bell .bell-wrapper:hover {
  transform: scale(1.05);
  background: rgba(255, 255, 255, 0.2);
}

/* line 649, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-right .notification-bell .bell-wrapper svg {
  width: 20px;
  height: 20px;
  stroke-width: 2;
}

/* line 656, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-right .notification-bell .notification-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  font-size: 13px;
  line-height: 1;
  height: 16px;
  min-width: 16px;
  padding: 0 5px;
  background-color: #ff4757;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  white-space: nowrap;
}

/* line 677, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-right .notification-bell .hero-bucks-badge {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ff4757;
  border: 2px solid rgba(255, 255, 255, 0.4);
  pointer-events: none;
  box-shadow: 0 0 0 2px white;
  padding: 0 2px;
  text-align: center;
}

/* line 694, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-right .profile-dropdown-wrapper:has(.dropdown-menu.show) {
  z-index: 10000;
}

/* line 698, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-right .profile-dropdown-wrapper .profile-dropdown {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px 4px 4px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: white;
  cursor: pointer;
  transition: background 0.2s ease;
}

/* line 710, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-right .profile-dropdown-wrapper .profile-dropdown:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* line 714, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-right .profile-dropdown-wrapper .profile-dropdown .avatar {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 50%;
  border: 2px solid white;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

/* line 725, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-right .profile-dropdown-wrapper .profile-dropdown svg {
  width: 12px;
  height: 12px;
  stroke-width: 2;
}

/* line 735, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown {
  position: relative;
}

/* line 738, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .profile-dropdown {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px 4px 4px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: white;
  cursor: pointer;
  transition: background 0.2s ease;
}

/* line 750, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .profile-dropdown:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* line 754, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .profile-dropdown .avatar {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 50%;
  border: 2px solid white;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

/* line 765, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .profile-dropdown svg {
  width: 12px;
  height: 12px;
  stroke-width: 2;
}

/* line 772, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 8px;
  min-width: 180px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 200ms ease;
  z-index: 61;
  max-height: 400px;
  overflow-y: auto;
}

/* line 790, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* line 796, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .dropdown-menu.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 801, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .dropdown-menu ul {
  list-style: none;
  margin: 0;
  padding: 4px 0;
}

/* line 806, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .dropdown-menu ul li {
  padding: 0;
  color: #525f7f;
  font-size: 14px;
  transition: background 0.2s ease;
}

/* line 812, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .dropdown-menu ul li:hover {
  background: #f6f9fb;
}

/* line 816, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .dropdown-menu ul li.active {
  background: rgba(52, 152, 219, 0.1);
}

/* line 819, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .dropdown-menu ul li.active a {
  color: #3498db;
  font-weight: 600;
}

/* line 825, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .dropdown-menu ul li a {
  display: block;
  padding: 8px 16px;
  color: #525f7f;
  text-decoration: none;
  transition: color 0.2s ease;
}

/* line 832, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .dropdown-menu ul li a:hover {
  color: #283c46;
  text-decoration: none;
}

/* line 840, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .dropdown-menu ul li.nav-studio-selector .studio-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
}

/* line 846, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .dropdown-menu ul li.nav-studio-selector .studio-item .studio-link {
  flex: 1;
  padding: 0;
}

/* line 851, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .dropdown-menu ul li.nav-studio-selector .studio-item .studio-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 856, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .dropdown-menu ul li.nav-studio-selector .studio-item .studio-actions .selector-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #dce0e0;
  background: white;
  cursor: pointer;
  transition: all 200ms ease;
}

/* line 865, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .dropdown-menu ul li.nav-studio-selector .studio-item .studio-actions .selector-dot.active {
  background: #3498db;
  border-color: #3498db;
}

/* line 870, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .dropdown-menu ul li.nav-studio-selector .studio-item .studio-actions .selector-dot:hover {
  border-color: #3498db;
}

/* line 875, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .dropdown-menu ul li.nav-studio-selector .studio-item .studio-actions .settings-icon {
  display: flex;
  align-items: center;
  color: #525f7f;
  transition: color 0.2s ease;
}

/* line 881, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .dropdown-menu ul li.nav-studio-selector .studio-item .studio-actions .settings-icon:hover {
  color: #3498db;
}

/* line 885, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .dropdown-menu ul li.nav-studio-selector .studio-item .studio-actions .settings-icon svg {
  width: 16px;
  height: 16px;
}

/* line 897, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .dropdown-menu.dropdown-notifications {
  width: 420px;
  min-width: 420px;
  max-width: 420px;
  padding: 0;
  right: 0;
  left: auto;
}

/* line 905, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .dropdown-menu.dropdown-notifications .notifications-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #dce0e0;
}

/* line 912, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .dropdown-menu.dropdown-notifications .notifications-header .notifications-title {
  font-weight: 600;
  color: #283c46;
}

/* line 918, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .dropdown-menu.dropdown-notifications .notifications-header .notifications-header-actions a {
  font-size: 12px;
  color: #3498db;
  text-decoration: none;
}

/* line 923, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .dropdown-menu.dropdown-notifications .notifications-header .notifications-header-actions a:hover {
  text-decoration: underline;
}

/* line 930, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .dropdown-menu.dropdown-notifications .notifications-body {
  max-height: 300px;
  overflow-y: auto;
  padding: 8px 0;
}

/* line 937, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .dropdown-menu.dropdown-notifications .notifications-body .notifications .notification-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid #dce0e0;
  transition: background 0.2s ease;
}

/* line 945, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .dropdown-menu.dropdown-notifications .notifications-body .notifications .notification-item:hover {
  background: #f6f9fb;
}

/* line 949, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .dropdown-menu.dropdown-notifications .notifications-body .notifications .notification-item:last-child {
  border-bottom: none;
}

/* line 953, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .dropdown-menu.dropdown-notifications .notifications-body .notifications .notification-item .notification-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #3498db;
  color: white;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

/* line 964, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .dropdown-menu.dropdown-notifications .notifications-body .notifications .notification-item .notification-content {
  flex: 1;
  min-width: 0;
}

/* line 968, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .dropdown-menu.dropdown-notifications .notifications-body .notifications .notification-item .notification-content .notification-text {
  color: #283c46;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 4px;
}

/* line 975, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .dropdown-menu.dropdown-notifications .notifications-body .notifications .notification-item .notification-content .notification-time {
  color: #525f7f;
  font-size: 12px;
}

/* line 984, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .dropdown-menu.dropdown-notifications .notifications-footer-link {
  display: block;
  padding: 12px 16px;
  text-align: center;
  color: #3498db;
  font-weight: 500;
  text-decoration: none;
  border-top: 1px solid #dce0e0;
}

/* line 993, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .dropdown-menu.dropdown-notifications .notifications-footer-link:hover {
  background: #f6f9fb;
  text-decoration: none;
}

/* line 999, app/assets/stylesheets/modern/header_nav.scss */
.header-nav .header-dropdown .dropdown-menu.dropdown-notifications .blank-slate {
  padding: 24px;
  text-align: center;
  color: #525f7f;
  font-style: italic;
}

/* line 1014, app/assets/stylesheets/modern/header_nav.scss */
.floating-main-content {
  position: relative;
  z-index: 70;
  max-width: calc(100vw - 545px);
  margin: 0 auto;
  padding: 0 24px 24px;
}

/* line 1020, app/assets/stylesheets/modern/header_nav.scss */
body.modal-open .floating-main-content {
  z-index: auto;
}

/* line 1027, app/assets/stylesheets/modern/header_nav.scss */
.floating-main-content > * {
  border-radius: 0;
}

@media (min-width: 1440px) and (max-width: 1920px) {
  /* line 1014, app/assets/stylesheets/modern/header_nav.scss */
  .floating-main-content {
    max-width: calc(100vw - 400px);
  }
}

@media (max-width: 1440px) {
  /* line 1014, app/assets/stylesheets/modern/header_nav.scss */
  .floating-main-content {
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 24px 24px !important;
  }
}

@media (max-width: 767px) {
  /* line 1014, app/assets/stylesheets/modern/header_nav.scss */
  .floating-main-content {
    max-width: 100%;
  }
  /* line 1045, app/assets/stylesheets/modern/header_nav.scss */
  .floating-main-content .box {
    padding: 24px 16px !important;
  }
  /* line 1048, app/assets/stylesheets/modern/header_nav.scss */
  .floating-main-content .box .modern-table-wrapper {
    overflow-x: auto;
  }
  /* line 1052, app/assets/stylesheets/modern/header_nav.scss */
  .floating-main-content .box .modern-table-wrapper table th, .floating-main-content .box .modern-table-wrapper table td {
    width: 100px;
  }
}

@media (max-width: 991px) {
  /* line 1014, app/assets/stylesheets/modern/header_nav.scss */
  .floating-main-content {
    max-width: 100% !important;
    margin: 22px 0 0 0 !important;
    padding: 0 !important;
  }
}

/* line 1066, app/assets/stylesheets/modern/header_nav.scss */
.floating-main-content .floating-content-card {
  position: relative;
  margin-top: -40px;
  background: white;
  border-radius: 24px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(223, 231, 242, 0.5);
  pointer-events: auto;
}

@media (max-width: 767px) {
  /* line 1066, app/assets/stylesheets/modern/header_nav.scss */
  .floating-main-content .floating-content-card {
    min-height: calc(100vh - 100px);
  }
}

/* line 1079, app/assets/stylesheets/modern/header_nav.scss */
.floating-main-content .floating-content-card .app-main-content {
  width: 100%;
  padding: 0;
  margin-left: 0;
}

/* line 1084, app/assets/stylesheets/modern/header_nav.scss */
.floating-main-content .floating-content-card .app-main-content.no-sidebar {
  width: 100%;
}

/* line 1089, app/assets/stylesheets/modern/header_nav.scss */
.floating-main-content .floating-content-card .box {
  border-radius: 35px !important;
  box-shadow: none;
  border: none;
}

/* line 1095, app/assets/stylesheets/modern/header_nav.scss */
.floating-main-content .floating-content-card .box-header {
  border-radius: 0 !important;
  border-bottom: 1px solid #e6ebf1;
}

/* line 1100, app/assets/stylesheets/modern/header_nav.scss */
.floating-main-content .floating-content-card .box-body, .floating-main-content .floating-content-card .box-footer {
  border-radius: 0 !important;
}

/* line 1104, app/assets/stylesheets/modern/header_nav.scss */
.floating-main-content .floating-content-card .ui-card, .floating-main-content .floating-content-card .ui-resource-card, .floating-main-content .floating-content-card .post, .floating-main-content .floating-content-card .image-and-content-card {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
}

/* line 1110, app/assets/stylesheets/modern/header_nav.scss */
.floating-main-content .floating-content-card:first-child {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

/* line 1115, app/assets/stylesheets/modern/header_nav.scss */
.floating-main-content .floating-content-card:last-child {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

/* line 1120, app/assets/stylesheets/modern/header_nav.scss */
.floating-main-content .floating-content-card .container, .floating-main-content .floating-content-card .row, .floating-main-content .floating-content-card .col, .floating-main-content .floating-content-card [class*="col-"]:not(.rounded-xl) {
  border-radius: 0 !important;
}

/* line 1124, app/assets/stylesheets/modern/header_nav.scss */
.floating-main-content .floating-content-card .rounded-xl {
  border-radius: 16px !important;
}

/* line 1128, app/assets/stylesheets/modern/header_nav.scss */
.floating-main-content .floating-content-card table, .floating-main-content .floating-content-card .table {
  border-radius: 0 !important;
}

/* line 1132, app/assets/stylesheets/modern/header_nav.scss */
.floating-main-content .floating-content-card .form-group, .floating-main-content .floating-content-card .form-control, .floating-main-content .floating-content-card .input-group {
  border-radius: 0 !important;
}

@media (max-width: 1440px) {
  /* line 1143, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right {
    left: 27px;
    top: 113px;
    z-index: 100 !important;
  }
  /* line 1150, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .nav-items-container {
    display: none !important;
  }
  /* line 1155, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .floating-icon-wrapper {
    display: flex !important;
  }
  /* line 1159, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .floating-icon-btn {
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    background: transparent;
    border: 1px solid #e2e8f0;
    color: #6b7280;
    box-shadow: none;
  }
  /* line 1168, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .floating-icon-btn svg {
    width: 18px;
    height: 18px;
    stroke-width: 2;
    color: inherit;
  }
  /* line 1175, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .floating-icon-btn:hover {
    background: #f3f4f6;
    border-color: #cbd5e1;
    color: #111827;
    transform: scale(1.05);
  }
  /* line 1182, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .floating-icon-btn.active {
    background: #f3f4f6;
    border-color: #cbd5e1;
    color: #111827;
  }
  /* line 1190, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .icon-label {
    display: none !important;
  }
  /* line 1196, app/assets/stylesheets/modern/header_nav.scss */
  .floating-main-content {
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 24px 24px !important;
  }
}

@media (max-width: 1440px) and (max-width: 768px) {
  /* line 1196, app/assets/stylesheets/modern/header_nav.scss */
  .floating-main-content {
    padding: 0 !important;
  }
}

@media (min-width: 991px) and (max-width: 1440px) {
  /* line 1213, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-nav-container .header-left .school-studio-icon {
    display: none !important;
  }
  /* line 1218, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-nav-container .header-left .hamburger-btn.desktop-hamburger {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.4) !important;
    color: white !important;
    cursor: pointer;
    transition: all 200ms ease;
    flex-shrink: 0;
    position: relative;
    z-index: 100010;
    pointer-events: auto;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
  }
  /* line 1240, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-nav-container .header-left .hamburger-btn.desktop-hamburger:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    transform: scale(1.05);
    border-color: rgba(255, 255, 255, 0.5) !important;
  }
  /* line 1246, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-nav-container .header-left .hamburger-btn.desktop-hamburger.active {
    background: rgba(255, 255, 255, 0.25) !important;
    border-color: rgba(255, 255, 255, 0.6) !important;
  }
  /* line 1251, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-nav-container .header-left .hamburger-btn.desktop-hamburger svg {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    stroke-width: 2.3;
    stroke: white !important;
    color: white !important;
  }
  /* line 1262, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-nav-container .header-left .hamburger-btn.desktop-hamburger .icon-close {
    display: none !important;
    stroke: white !important;
    color: white !important;
  }
  /* line 1267, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-nav-container .header-left .hamburger-btn.desktop-hamburger .icon-menu {
    display: inline !important;
    stroke: white !important;
    color: white !important;
  }
  /* line 1274, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-nav-container .header-left .hamburger-btn.desktop-hamburger.active .icon-close {
    display: inline !important;
    stroke: white !important;
    color: white !important;
  }
  /* line 1279, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-nav-container .header-left .hamburger-btn.desktop-hamburger.active .icon-menu {
    display: none !important;
  }
  /* line 1290, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown {
    display: block !important;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 380px;
    background: white !important;
    box-shadow: 2px 0 16px rgba(0, 0, 0, 0.1);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    overflow-y: auto;
    margin-top: 110px;
    pointer-events: auto;
  }
  /* line 1309, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown.show {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  /* line 1316, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: -1;
    pointer-events: none;
  }
  /* line 1330, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown.show::before {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  /* line 1337, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .hamburger-section {
    border-bottom: 1px solid #e5e7eb;
    padding: 16px 24px;
    position: relative;
    z-index: 1;
    pointer-events: auto;
    background: white !important;
  }
  /* line 1345, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .hamburger-section:last-child {
    border-bottom: none;
  }
  /* line 1352, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .display-section {
    background: white !important;
    padding: 16px 24px !important;
  }
  /* line 1356, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .display-section .display-header {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px 16px !important;
    background: transparent !important;
    border-radius: 8px !important;
    font-size: 16px !important;
  }
  /* line 1366, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .display-section .display-header .display-icon {
    width: 20px !important;
    height: 20px !important;
    color: #3498db !important;
    flex-shrink: 0 !important;
  }
  /* line 1373, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .display-section .display-header .display-content {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
  }
  /* line 1379, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .display-section .display-header .display-content .display-label {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #6b7280 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
  }
  /* line 1387, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .display-section .display-header .display-content .display-title {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #1f2937 !important;
    line-height: 1.4 !important;
  }
  /* line 1397, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .switcher-section {
    background: white !important;
    padding: 16px 24px !important;
  }
  /* line 1401, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .switcher-section .switcher-header {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 12px 16px !important;
    background: transparent !important;
    border: none !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #3498db !important;
  }
  /* line 1416, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .switcher-section .switcher-header .switcher-title {
    flex: 1 !important;
    text-align: left !important;
  }
  /* line 1421, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .switcher-section .switcher-header .chevron-icon {
    width: 20px !important;
    height: 20px !important;
    transition: transform 0.2s ease !important;
    color: #3498db !important;
  }
  /* line 1428, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .switcher-section .switcher-header:hover {
    background: #f3f4f6 !important;
  }
  /* line 1434, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .switcher-section .switcher-options {
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.3s ease, opacity 0.3s ease !important;
    margin-top: 8px !important;
    opacity: 0 !important;
    pointer-events: none !important;
    background: white !important;
    padding-left: 0 !important;
  }
  /* line 1444, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .switcher-section .switcher-options .switcher-option {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 12px 16px !important;
    background: white !important;
    border: none !important;
    border-radius: 8px !important;
    color: #374151 !important;
    text-decoration: none !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    transition: all 0.2s ease !important;
  }
  /* line 1458, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .switcher-section .switcher-options .switcher-option:hover {
    background: #f3f4f6 !important;
    color: #1f2937 !important;
  }
  /* line 1463, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .switcher-section .switcher-options .switcher-option.active {
    background: #eff6ff !important;
    color: #3498db !important;
    font-weight: 600 !important;
  }
  /* line 1469, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .switcher-section .switcher-options .switcher-option svg {
    width: 18px !important;
    height: 18px !important;
    color: #3498db !important;
  }
  /* line 1479, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .switcher-section.expanded .switcher-header .chevron-icon {
    transform: rotate(180deg) !important;
  }
  /* line 1483, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .switcher-section.expanded .switcher-options {
    max-height: 300px !important;
    overflow-y: auto !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  /* line 1490, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .switcher-section.expanded .switcher-options::-webkit-scrollbar {
    width: 6px !important;
  }
  /* line 1494, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .switcher-section.expanded .switcher-options::-webkit-scrollbar-track {
    background: #f3f4f6 !important;
    border-radius: 3px !important;
  }
  /* line 1499, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .switcher-section.expanded .switcher-options::-webkit-scrollbar-thumb {
    background: #cbd5e1 !important;
    border-radius: 3px !important;
  }
  /* line 1503, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .switcher-section.expanded .switcher-options::-webkit-scrollbar-thumb:hover {
    background: #94a3b8 !important;
  }
  /* line 1512, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .profile-section {
    background: white !important;
    padding: 16px 24px !important;
  }
  /* line 1516, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .profile-section .profile-toggle {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 14px 16px !important;
    background: transparent !important;
    border: none !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #374151 !important;
  }
  /* line 1531, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .profile-section .profile-toggle .profile-toggle-left {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
  }
  /* line 1537, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .profile-section .profile-toggle .profile-icon {
    width: 28px !important;
    height: 28px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #6b7280 !important;
  }
  /* line 1545, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .profile-section .profile-toggle .profile-icon svg {
    width: 22px !important;
    height: 22px !important;
  }
  /* line 1551, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .profile-section .profile-toggle .profile-label {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #374151 !important;
  }
  /* line 1557, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .profile-section .profile-toggle .profile-chevron-icon {
    width: 20px !important;
    height: 20px !important;
    color: #6b7280 !important;
    transition: transform 0.2s ease !important;
  }
  /* line 1564, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .profile-section .profile-toggle:hover {
    background: #f3f4f6 !important;
  }
  /* line 1570, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .profile-section.expanded .profile-toggle .profile-chevron-icon {
    transform: rotate(180deg) !important;
  }
  /* line 1574, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .profile-section.expanded .profile-submenu {
    max-height: 200px !important;
    overflow-y: auto !important;
    opacity: 1 !important;
  }
  /* line 1580, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .profile-section.expanded .profile-submenu::-webkit-scrollbar {
    width: 6px !important;
  }
  /* line 1584, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .profile-section.expanded .profile-submenu::-webkit-scrollbar-track {
    background: #f3f4f6 !important;
    border-radius: 3px !important;
  }
  /* line 1589, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .profile-section.expanded .profile-submenu::-webkit-scrollbar-thumb {
    background: #cbd5e1 !important;
    border-radius: 3px !important;
  }
  /* line 1593, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .profile-section.expanded .profile-submenu::-webkit-scrollbar-thumb:hover {
    background: #94a3b8 !important;
  }
  /* line 1601, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .profile-section .profile-submenu {
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.3s ease, opacity 0.3s ease !important;
    margin-top: 8px !important;
    padding-left: 42px !important;
    opacity: 0 !important;
    background: white !important;
  }
  /* line 1610, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .profile-section .profile-submenu .hamburger-link {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px 16px !important;
    border-radius: 8px !important;
    background: transparent !important;
    color: #374151 !important;
    text-decoration: none !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    transition: all 0.2s ease !important;
    margin-bottom: 4px !important;
  }
  /* line 1624, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .profile-section .profile-submenu .hamburger-link svg {
    width: 18px !important;
    height: 18px !important;
    color: #6b7280 !important;
  }
  /* line 1630, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .profile-section .profile-submenu .hamburger-link:hover {
    background: #f3f4f6 !important;
    color: #1f2937 !important;
    text-decoration: none !important;
  }
  /* line 1636, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .profile-section .profile-submenu .hamburger-link.active {
    background: #eff6ff !important;
    color: #1f2937 !important;
    text-decoration: none !important;
  }
  /* line 1646, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .nav-section {
    background: white !important;
    padding: 20px 24px !important;
  }
  /* line 1650, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .nav-section.desktop-page-nav-section {
    display: block !important;
  }
  /* line 1654, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .nav-section .hamburger-nav-item {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 14px 16px !important;
    border-radius: 10px !important;
    background: transparent !important;
    color: #374151 !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-bottom: 8px !important;
    transition: all 0.2s ease !important;
  }
  /* line 1668, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .nav-section .hamburger-nav-item .hamburger-nav-icon {
    width: 28px !important;
    height: 28px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #6b7280 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    background: #e5e7eb !important;
  }
  /* line 1681, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .nav-section .hamburger-nav-item:hover {
    background: #f3f4f6 !important;
    text-decoration: none !important;
  }
  /* line 1686, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .nav-section .hamburger-nav-item.active {
    background: #eff6ff !important;
    color: #3498db !important;
  }
  /* line 1690, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .nav-section .hamburger-nav-item.active .hamburger-nav-icon {
    background: #3498db !important;
    color: white !important;
  }
  /* line 1696, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown .nav-section .hamburger-nav-item:last-child {
    margin-bottom: 0 !important;
  }
  /* line 1704, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right {
    display: none !important;
  }
}

@media (min-width: 1441px) {
  /* line 1714, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-nav-container .header-left .hamburger-btn.desktop-hamburger {
    display: none !important;
  }
  /* line 1721, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown {
    display: none !important;
  }
}

@media (min-width: 991px) and (max-width: 1240px) {
  /* line 1729, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-center-nav {
    left: 45%;
    gap: 0px !important;
  }
}

@media (max-width: 1200px) {
  /* line 1738, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-center-nav {
    gap: 16px;
  }
  /* line 1741, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-center-nav .nav-item {
    padding: 4px;
    font-size: 11px;
  }
  /* line 1745, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-center-nav .nav-item .nav-icon-wrapper {
    width: 40px;
    height: 40px;
  }
  /* line 1749, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-center-nav .nav-item .nav-icon-wrapper i {
    font-size: 16px;
  }
  /* line 1753, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-center-nav .nav-item .nav-icon-wrapper .hero-bucks-badge {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e74c3c;
    border: 2px solid white;
    z-index: 10;
  }
  /* line 1770, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right {
    left: 27px;
    top: 103px;
    z-index: 100 !important;
  }
  /* line 1775, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .nav-items-container {
    display: none !important;
  }
  /* line 1779, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .floating-icon-wrapper {
    display: flex !important;
  }
  /* line 1783, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .floating-icon-btn {
    width: 36px;
    height: 36px;
    border-radius: 9999px;
    background: transparent;
    border: 1px solid #e2e8f0;
    color: #6b7280;
  }
  /* line 1791, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .floating-icon-btn svg {
    width: 16px;
    height: 16px;
    stroke-width: 2;
    color: inherit;
  }
  /* line 1798, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .floating-icon-btn:hover {
    background: #f3f4f6;
    border-color: #cbd5e1;
    color: #111827;
  }
  /* line 1804, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .floating-icon-btn.active {
    background: #f3f4f6;
    border-color: #cbd5e1;
    color: #111827;
  }
  /* line 1813, app/assets/stylesheets/modern/header_nav.scss */
  .floating-main-content {
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 24px 24px !important;
  }
}

@media (max-width: 1200px) and (max-width: 768px) {
  /* line 1813, app/assets/stylesheets/modern/header_nav.scss */
  .floating-main-content {
    padding: 0 !important;
  }
}

@media (max-width: 991px) {
  /* line 1826, app/assets/stylesheets/modern/header_nav.scss */
  .new-layout-wrapper::before {
    z-index: 80;
  }
  /* line 1831, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav {
    height: auto;
    min-height: 80px;
  }
  /* line 1835, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-nav-container {
    flex-wrap: wrap;
    padding: 16px;
  }
  /* line 1840, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-center-nav {
    position: relative;
    left: auto;
    transform: none;
    order: 3;
    width: 100%;
    margin-top: 16px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
  }
  /* line 1852, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-center-nav .nav-item .nav-icon-wrapper {
    position: relative;
    width: 32px;
    height: 32px;
  }
  /* line 1857, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-center-nav .nav-item .nav-icon-wrapper i {
    font-size: 14px;
  }
  /* line 1861, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-center-nav .nav-item .nav-icon-wrapper .hero-bucks-badge {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e74c3c;
    border: 2px solid white;
    z-index: 10;
  }
  /* line 1874, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-center-nav .nav-item span {
    display: none;
  }
  /* line 1880, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left {
    flex: 1;
  }
  /* line 1884, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-right {
    flex: 0 0 auto;
  }
  /* line 1889, app/assets/stylesheets/modern/header_nav.scss */
  .floating-main-content {
    padding: 0 16px 16px;
  }
}

@media (max-width: 991px) and (max-width: 768px) {
  /* line 1889, app/assets/stylesheets/modern/header_nav.scss */
  .floating-main-content {
    margin-top: 22px !important;
    padding: 0 !important;
  }
}

@media (max-width: 991px) {
  /* line 1897, app/assets/stylesheets/modern/header_nav.scss */
  .floating-main-content .floating-content-card {
    margin-top: -15px;
    border-radius: 16px;
    overflow: clip;
  }
}

@media (max-width: 991px) and (max-width: 768px) {
  /* line 1897, app/assets/stylesheets/modern/header_nav.scss */
  .floating-main-content .floating-content-card {
    min-height: calc(100vh - 100px);
  }
}

@media (max-width: 991px) {
  /* line 1906, app/assets/stylesheets/modern/header_nav.scss */
  .floating-main-content .floating-content-card .box {
    border-radius: 0 !important;
    box-shadow: none;
    border: none;
  }
  /* line 1912, app/assets/stylesheets/modern/header_nav.scss */
  .floating-main-content .floating-content-card .box-header {
    border-radius: 0 !important;
    border-bottom: 1px solid #e6ebf1;
  }
  /* line 1917, app/assets/stylesheets/modern/header_nav.scss */
  .floating-main-content .floating-content-card .box-body, .floating-main-content .floating-content-card .box-footer {
    border-radius: 0 !important;
  }
  /* line 1921, app/assets/stylesheets/modern/header_nav.scss */
  .floating-main-content .floating-content-card .ui-card, .floating-main-content .floating-content-card .ui-resource-card, .floating-main-content .floating-content-card .post, .floating-main-content .floating-content-card .image-and-content-card {
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
  }
  /* line 1927, app/assets/stylesheets/modern/header_nav.scss */
  .floating-main-content .floating-content-card:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  /* line 1932, app/assets/stylesheets/modern/header_nav.scss */
  .floating-main-content .floating-content-card:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  /* line 1937, app/assets/stylesheets/modern/header_nav.scss */
  .floating-main-content .floating-content-card .container, .floating-main-content .floating-content-card .row, .floating-main-content .floating-content-card .col, .floating-main-content .floating-content-card [class*="col-"]:not(.rounded-xl) {
    border-radius: 0 !important;
  }
  /* line 1941, app/assets/stylesheets/modern/header_nav.scss */
  .floating-main-content .floating-content-card table, .floating-main-content .floating-content-card .table {
    border-radius: 0 !important;
    overflow: hidden;
  }
  /* line 1946, app/assets/stylesheets/modern/header_nav.scss */
  .floating-main-content .floating-content-card .form-group, .floating-main-content .floating-content-card .form-control, .floating-main-content .floating-content-card .input-group {
    border-radius: 0 !important;
  }
  /* line 1952, app/assets/stylesheets/modern/header_nav.scss */
  .tracker-learner-selector .dropdown-menu {
    width: auto;
    left: 15px !important;
  }
  /* line 1957, app/assets/stylesheets/modern/header_nav.scss */
  .modern-learner-selector {
    background: #f8f9fa !important;
  }
}

/* line 1963, app/assets/stylesheets/modern/header_nav.scss */
.floating-menu-sidebar {
  position: fixed;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 1973, app/assets/stylesheets/modern/header_nav.scss */
.floating-menu-sidebar .floating-menu-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: white;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border: 2px solid #dce0e0;
  cursor: pointer;
  transition: all 200ms ease;
}

/* line 1987, app/assets/stylesheets/modern/header_nav.scss */
.floating-menu-sidebar .floating-menu-item:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  border-color: #3498db;
}

/* line 1993, app/assets/stylesheets/modern/header_nav.scss */
.floating-menu-sidebar .floating-menu-item.active {
  background: #3498db;
  color: white;
  border-color: #3498db;
  box-shadow: 0 8px 24px rgba(94, 152, 217, 0.3);
}

/* line 2000, app/assets/stylesheets/modern/header_nav.scss */
.floating-menu-sidebar .floating-menu-item svg {
  width: 24px;
  height: 24px;
  stroke-width: 2;
}

/* line 2006, app/assets/stylesheets/modern/header_nav.scss */
.floating-menu-sidebar .floating-menu-item .menu-label {
  position: absolute;
  left: 72px;
  padding: 8px 16px;
  background: #283c46;
  color: white;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease;
  pointer-events: none;
}

/* line 2021, app/assets/stylesheets/modern/header_nav.scss */
.floating-menu-sidebar .floating-menu-item .menu-label::before {
  content: '';
  position: absolute;
  left: -4px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  background: #283c46;
}

/* line 2033, app/assets/stylesheets/modern/header_nav.scss */
.floating-menu-sidebar .floating-menu-item:hover .menu-label {
  opacity: 1;
  visibility: visible;
}

/* line 2039, app/assets/stylesheets/modern/header_nav.scss */
.floating-menu-sidebar .floating-menu-dropdown {
  position: absolute;
  left: 72px;
  top: 0;
  min-width: 280px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.15);
  border: 1px solid #dce0e0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: all 300ms ease;
}

/* line 2053, app/assets/stylesheets/modern/header_nav.scss */
.floating-menu-sidebar .floating-menu-dropdown.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* line 2059, app/assets/stylesheets/modern/header_nav.scss */
.floating-menu-sidebar .floating-menu-dropdown .dropdown-header {
  padding: 16px;
  border-bottom: 1px solid #dce0e0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 2066, app/assets/stylesheets/modern/header_nav.scss */
.floating-menu-sidebar .floating-menu-dropdown .dropdown-header .dropdown-title {
  font-weight: 600;
  color: #283c46;
  font-size: 14px;
}

/* line 2072, app/assets/stylesheets/modern/header_nav.scss */
.floating-menu-sidebar .floating-menu-dropdown .dropdown-header .close-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #525f7f;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 2082, app/assets/stylesheets/modern/header_nav.scss */
.floating-menu-sidebar .floating-menu-dropdown .dropdown-header .close-btn:hover {
  color: #283c46;
}

/* line 2086, app/assets/stylesheets/modern/header_nav.scss */
.floating-menu-sidebar .floating-menu-dropdown .dropdown-header .close-btn svg {
  width: 18px;
  height: 18px;
}

/* line 2093, app/assets/stylesheets/modern/header_nav.scss */
.floating-menu-sidebar .floating-menu-dropdown .dropdown-body {
  max-height: 400px;
  overflow-y: auto;
  padding: 8px 0;
}

/* line 2098, app/assets/stylesheets/modern/header_nav.scss */
.floating-menu-sidebar .floating-menu-dropdown .dropdown-body .dropdown-item {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: background 0.2s ease;
  color: #525f7f;
  text-decoration: none;
  font-size: 14px;
}

/* line 2109, app/assets/stylesheets/modern/header_nav.scss */
.floating-menu-sidebar .floating-menu-dropdown .dropdown-body .dropdown-item:hover {
  background: #f6f9fb;
  text-decoration: none;
}

/* line 2114, app/assets/stylesheets/modern/header_nav.scss */
.floating-menu-sidebar .floating-menu-dropdown .dropdown-body .dropdown-item.active {
  background: rgba(52, 152, 219, 0.1);
  color: #3498db;
  font-weight: 600;
}

/* line 2120, app/assets/stylesheets/modern/header_nav.scss */
.floating-menu-sidebar .floating-menu-dropdown .dropdown-body .dropdown-item svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* line 2130, app/assets/stylesheets/modern/header_nav.scss */
.header-color-blue {
  background-color: #0EA5E9;
}

/* line 2134, app/assets/stylesheets/modern/header_nav.scss */
.header-color-green {
  background-color: #16A34A;
}

/* line 2138, app/assets/stylesheets/modern/header_nav.scss */
.header-color-orange {
  background-color: #F59E0B;
}

/* line 2142, app/assets/stylesheets/modern/header_nav.scss */
.header-color-purple {
  background-color: #7C3AED;
}

/* line 2146, app/assets/stylesheets/modern/header_nav.scss */
.header-color-red {
  background-color: #E11D48;
}

/* line 2150, app/assets/stylesheets/modern/header_nav.scss */
.header-color-teal {
  background-color: #0891B2;
}

/* line 2155, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .ui-switcher-button {
  position: fixed;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10003;
}

/* line 2162, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .ui-switcher-button .switcher-btn {
  display: flex;
  align-items: center;
  height: 48px;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.95);
  color: #3498db;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: all 300ms ease;
  border: 2px solid rgba(92, 106, 196, 0.2);
  cursor: pointer;
  padding: 0;
  width: 48px;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
}

/* line 2179, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .ui-switcher-button .switcher-btn:hover {
  padding: 0 16px;
  width: auto;
  gap: 8px;
  background-color: #3498db;
  color: white;
  border-color: #3498db;
}

/* line 2187, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .ui-switcher-button .switcher-btn:hover .switcher-icon-wrapper {
  transform: rotate(12deg) scale(1.1);
}

/* line 2191, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .ui-switcher-button .switcher-btn:hover .switcher-text {
  opacity: 1;
  max-width: 120px;
  margin-left: 8px;
}

/* line 2198, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .ui-switcher-button .switcher-btn .switcher-icon-wrapper {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(92, 106, 196, 0.1);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

/* line 2208, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .ui-switcher-button .switcher-btn .switcher-icon-wrapper i {
  font-size: 18px;
}

/* line 2213, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .ui-switcher-button .switcher-btn .switcher-text {
  font-size: 14px;
  font-weight: 600;
  transition: all 300ms ease;
  opacity: 0;
  max-width: 0;
  white-space: nowrap;
}

/* line 2224, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .impersonation-indicator {
  position: fixed;
  left: 24px;
  top: calc(50% + 80px);
  transform: translateY(-50%);
  z-index: 10100;
}

/* line 2231, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .impersonation-indicator .impersonation-btn {
  display: flex;
  align-items: center;
  height: 48px;
  border-radius: 24px;
  background-color: rgba(225, 29, 72, 0.95);
  color: white;
  box-shadow: 0 8px 24px rgba(225, 29, 72, 0.3);
  transition: all 300ms ease;
  border: 2px solid rgba(225, 29, 72, 0.4);
  cursor: pointer;
  padding: 0;
  width: 48px;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
  position: relative;
}

/* line 2249, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .impersonation-indicator .impersonation-btn:hover {
  padding: 0 16px;
  width: auto;
  gap: 8px;
  background-color: #DC2626;
  border-color: #DC2626;
  box-shadow: 0 12px 32px rgba(225, 29, 72, 0.4);
}

/* line 2257, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .impersonation-indicator .impersonation-btn:hover .impersonation-icon-wrapper {
  transform: scale(1.1);
}

/* line 2261, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .impersonation-indicator .impersonation-btn:hover .impersonation-text {
  opacity: 1;
  max-width: 140px;
  margin-left: 8px;
}

/* line 2267, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .impersonation-indicator .impersonation-btn:hover .impersonation-email {
  opacity: 1;
  max-width: 200px;
  margin-left: 8px;
}

/* line 2274, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .impersonation-indicator .impersonation-btn .impersonation-icon-wrapper {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

/* line 2284, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .impersonation-indicator .impersonation-btn .impersonation-icon-wrapper i {
  font-size: 18px;
}

/* line 2289, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .impersonation-indicator .impersonation-btn .impersonation-text {
  font-size: 14px;
  font-weight: 600;
  transition: all 300ms ease;
  opacity: 0;
  max-width: 0;
  white-space: nowrap;
}

/* line 2298, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .impersonation-indicator .impersonation-btn .impersonation-email {
  font-size: 12px;
  font-weight: 500;
  opacity: 0.9;
  transition: all 300ms ease;
  opacity: 0;
  max-width: 0;
  white-space: nowrap;
  margin-top: 2px;
}

/* line 2309, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .impersonation-indicator .impersonation-btn::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 26px;
  background: rgba(225, 29, 72, 0.3);
  animation: impersonation-pulse 2s infinite;
  z-index: -1;
}

/* line 2325, app/assets/stylesheets/modern/header_nav.scss */
.staging-badge {
  position: fixed;
  left: 24px;
  top: calc(50% - 120px);
  transform: translateY(-50%);
  z-index: 10100;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 14px;
  border-radius: 20px;
  background-color: #f59e0b;
  color: white;
  border: 2px solid rgba(245, 158, 11, 0.5);
  box-shadow: 0 8px 24px rgba(245, 158, 11, 0.35);
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  pointer-events: auto;
}

/* line 2346, app/assets/stylesheets/modern/header_nav.scss */
.staging-badge span {
  white-space: nowrap;
  font-size: 12px;
}

@keyframes impersonation-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* line 2373, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modal-backdrop {
  z-index: 110 !important;
  position: fixed !important;
  overflow: hidden !important;
}

/* line 2379, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body body.modal-open {
  overflow-x: hidden !important;
}

/* line 2383, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modal {
  z-index: 120 !important;
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

/* line 2393, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modal .modal-dialog {
  overflow: visible !important;
  margin: 1rem auto;
  max-width: calc(100vw - 2rem);
  width: auto;
  position: relative;
}

@media (min-width: 576px) {
  /* line 2393, app/assets/stylesheets/modern/header_nav.scss */
  .modern-ui-body .modal .modal-dialog {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 2393, app/assets/stylesheets/modern/header_nav.scss */
  .modern-ui-body .modal .modal-dialog {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 2393, app/assets/stylesheets/modern/header_nav.scss */
  .modern-ui-body .modal .modal-dialog {
    max-width: 960px;
  }
}

@media (min-width: 1024px) {
  /* line 2393, app/assets/stylesheets/modern/header_nav.scss */
  .modern-ui-body .modal .modal-dialog {
    max-width: calc(100vw - 545px);
  }
}

@media (min-width: 1200px) {
  /* line 2393, app/assets/stylesheets/modern/header_nav.scss */
  .modern-ui-body .modal .modal-dialog {
    max-width: 1140px;
  }
}

@media (max-width: 575px) {
  /* line 2420, app/assets/stylesheets/modern/header_nav.scss */
  .modern-ui-body .modal .modal-dialog.modal-xl {
    max-width: calc(100vw - 1rem);
    margin: 0.5rem;
    top: 40px;
  }
}

@media (min-width: 576px) {
  /* line 2420, app/assets/stylesheets/modern/header_nav.scss */
  .modern-ui-body .modal .modal-dialog.modal-xl {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 2420, app/assets/stylesheets/modern/header_nav.scss */
  .modern-ui-body .modal .modal-dialog.modal-xl {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 2420, app/assets/stylesheets/modern/header_nav.scss */
  .modern-ui-body .modal .modal-dialog.modal-xl {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 2420, app/assets/stylesheets/modern/header_nav.scss */
  .modern-ui-body .modal .modal-dialog.modal-xl {
    max-width: 1140px;
  }
}

/* line 2445, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modal .modal-content {
  max-height: 85vh;
  width: 100%;
  border-radius: 24px;
  margin: 1px auto;
  overflow-x: hidden !important;
  overflow-y: auto;
}

/* line 2454, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modal .modal-body {
  max-height: calc(90vh - 120px);
  padding: 1rem;
  overflow-x: hidden !important;
  overflow-y: auto;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
}

/* line 2462, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modal .modal-body .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 2468, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modal .modal-body [class*="col-"] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

/* line 2474, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modal .modal-body > * {
  max-width: 100%;
  box-sizing: border-box;
}

/* line 2480, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modal .modal-body img, .modern-ui-body .modal .modal-body video, .modern-ui-body .modal .modal-body iframe {
  max-width: 100%;
  height: auto;
}

/* line 2486, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modal .modal-body .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 2493, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modal .modal-body::-webkit-scrollbar {
  width: 6px;
}

/* line 2497, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modal .modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

/* line 2502, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modal .modal-body::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

/* line 2506, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modal .modal-body::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* line 2513, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .pika-single {
  z-index: 100001 !important;
  position: absolute !important;
  border-radius: 16px !important;
}

/* line 2519, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .datepicker {
  position: relative !important;
}

/* line 2524, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modal .datepicker {
  position: relative !important;
}

/* line 2528, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modal .pika-single {
  position: absolute !important;
  z-index: 100001 !important;
}

/* line 2534, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .flatpickr-calendar {
  z-index: 100001 !important;
  position: absolute !important;
}

/* line 2539, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .dropdown-menu {
  z-index: 100001 !important;
}

/* line 2543, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .chosen-container .chosen-drop {
  z-index: 100001 !important;
}

@media (max-height: 600px) {
  /* line 2549, app/assets/stylesheets/modern/header_nav.scss */
  .modern-ui-body .modal .modal-content {
    max-height: 95vh;
  }
  /* line 2553, app/assets/stylesheets/modern/header_nav.scss */
  .modern-ui-body .modal .modal-body {
    max-height: calc(95vh - 100px);
  }
}

@media (max-width: 768px) {
  /* line 2561, app/assets/stylesheets/modern/header_nav.scss */
  .modern-ui-body .modal .modal-dialog {
    margin: 0.5rem;
    max-width: calc(100vw - 1rem);
    width: calc(100vw - 1rem);
  }
  /* line 2567, app/assets/stylesheets/modern/header_nav.scss */
  .modern-ui-body .modal .modal-content {
    max-height: 95vh;
    width: 100%;
    border-radius: 16px;
    overflow-x: hidden !important;
    overflow-y: auto;
  }
  /* line 2575, app/assets/stylesheets/modern/header_nav.scss */
  .modern-ui-body .modal .modal-body {
    max-height: calc(95vh - 80px);
    padding: 0.75rem;
    overflow-x: hidden !important;
    overflow-y: auto;
    word-wrap: break-word;
  }
  /* line 2583, app/assets/stylesheets/modern/header_nav.scss */
  .modern-ui-body .modal .modal-header {
    padding: 0.75rem;
  }
  /* line 2587, app/assets/stylesheets/modern/header_nav.scss */
  .modern-ui-body .modal .modal-footer {
    padding: 0.75rem;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  /* line 2592, app/assets/stylesheets/modern/header_nav.scss */
  .modern-ui-body .modal .modal-footer .button {
    flex: 1;
    min-width: calc(50% - 0.25rem);
  }
  /* line 2597, app/assets/stylesheets/modern/header_nav.scss */
  .modern-ui-body .modal .modal-footer.smart-goal-modal-footer {
    flex-wrap: nowrap;
    gap: 0.5rem;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0.75rem 1rem;
    justify-content: flex-end;
  }
  /* line 2606, app/assets/stylesheets/modern/header_nav.scss */
  .modern-ui-body .modal .modal-footer.smart-goal-modal-footer .button {
    flex: 0 1 auto;
    min-width: 0;
    white-space: nowrap;
    padding: 0.5rem 0.75rem;
  }
  /* line 2616, app/assets/stylesheets/modern/header_nav.scss */
  .modern-ui-body .modal .category-card-v2 {
    min-height: 120px;
  }
  /* line 2620, app/assets/stylesheets/modern/header_nav.scss */
  .modern-ui-body .modal .modal-footer.smart-goal-modal-footer {
    flex-wrap: nowrap;
    width: 100%;
    max-width: none;
    padding: 0.75rem 1rem;
    justify-content: flex-end;
  }
  /* line 2627, app/assets/stylesheets/modern/header_nav.scss */
  .modern-ui-body .modal .modal-footer.smart-goal-modal-footer .button {
    flex: 0 1 auto;
    min-width: 0;
    white-space: nowrap;
    padding: 0.5rem 0.75rem;
  }
}

/* line 2638, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container {
  position: relative;
  z-index: 60;
  background: white;
  border-radius: 24px;
  padding: 32px 28px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border: 1px solid #dfe7f2;
  transition: all 300ms ease;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 100px);
  min-height: 600px;
  max-height: 950px;
  overflow: hidden;
}

/* line 2655, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .loading-spinner {
  border-radius: 24px;
  align-items: flex-start !important;
  padding-top: 80px !important;
}

/* line 2661, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .community-header {
  display: flex;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 16px;
  margin-bottom: 24px;
  flex-shrink: 0;
}

/* line 2670, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .community-header .studio-school-toggle {
  display: flex;
  border-radius: 9999px;
  background-color: #f1f5f9;
  padding: 4px;
  font-size: 14px;
  font-weight: 600;
}

/* line 2678, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .community-header .studio-school-toggle .toggle-btn {
  border-radius: 9999px;
  padding: 8px 16px;
  text-decoration: none;
  color: #64748b;
  transition: all 200ms ease;
  background: transparent;
}

/* line 2686, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .community-header .studio-school-toggle .toggle-btn.active {
  background: white;
  color: #0f172a;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 2692, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .community-header .studio-school-toggle .toggle-btn.disabled {
  color: #94a3b8;
  cursor: not-allowed;
  opacity: 0.6;
  background: #f8fafc;
}

/* line 2699, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .community-header .studio-school-toggle .toggle-btn:not(.active):not(.disabled):hover {
  color: #334155;
}

/* line 2705, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .community-header .community-title {
  font-size: 1.50rem;
  font-weight: 600;
  color: #0f172a;
  letter-spacing: -0.025em;
  margin: 0;
  flex: 1;
}

/* line 2714, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .community-header .search-container {
  margin-left: auto;
}

/* line 2717, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .community-header .search-container .search-input-wrapper {
  position: relative;
  display: inline-block;
}

/* line 2722, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .community-header .search-container .search-form {
  display: flex;
}

/* line 2726, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .community-header .search-container .search-input {
  width: 256px;
  border-radius: 9999px;
  border: 1px solid #e2e8f0;
  background-color: #f8fafc;
  padding: 8px 16px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s ease;
}

/* line 2736, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .community-header .search-container .search-input:focus {
  border-color: #cbd5e1;
}

/* line 2740, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .community-header .search-container .search-input::-moz-placeholder {
  color: #94a3b8;
}
.community-directory-container .community-header .search-container .search-input::placeholder {
  color: #94a3b8;
}

/* line 2745, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .community-header .search-container .search-loading {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #3498db;
  font-size: 14px;
  pointer-events: none;
  z-index: 2;
}

/* line 2755, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .community-header .search-container .search-loading.hidden {
  display: none;
}

/* line 2764, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .modern-learner-header .search-container {
  margin-left: auto;
}

/* line 2767, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .modern-learner-header .search-container .search-input-wrapper {
  position: relative;
  display: inline-block;
}

/* line 2772, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .modern-learner-header .search-container .search-form {
  display: flex;
}

/* line 2776, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .modern-learner-header .search-container .search-input {
  width: 256px;
  border-radius: 9999px;
  border: 1px solid #e2e8f0;
  background-color: #f8fafc;
  padding: 8px 16px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s ease;
}

/* line 2786, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .modern-learner-header .search-container .search-input:focus {
  border-color: #cbd5e1;
}

/* line 2790, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .modern-learner-header .search-container .search-input::-moz-placeholder {
  color: #94a3b8;
}
.community-directory-container .modern-learner-header .search-container .search-input::placeholder {
  color: #94a3b8;
}

/* line 2795, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .modern-learner-header .search-container .search-loading {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #3498db;
  font-size: 14px;
  pointer-events: none;
  z-index: 2;
}

/* line 2805, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .modern-learner-header .search-container .search-loading.hidden {
  display: none;
}

/* line 2813, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .studio-filter-pills {
  margin-bottom: 32px;
  padding: 0 8px;
  flex-shrink: 0;
}

/* line 2818, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .studio-filter-pills .pills-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  padding: 8px;
}

/* line 2826, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .studio-filter-pills .studio-pill {
  background: white;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 99999px;
  font-size: 14px;
  font-weight: 600;
  color: #475569;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  outline: none;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  letter-spacing: -0.025em;
}

/* line 2843, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .studio-filter-pills .studio-pill::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: #3498db;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

/* line 2854, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .studio-filter-pills .studio-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.1);
  border-color: rgba(59, 130, 246, 0.3);
  color: #1e293b;
}

/* line 2861, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .studio-filter-pills .studio-pill:hover::before {
  opacity: 0.1;
}

/* line 2866, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .studio-filter-pills .studio-pill.active {
  background: #3498db;
  color: white;
}

/* line 2870, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .studio-filter-pills .studio-pill.active::before {
  opacity: 0;
}

/* line 2874, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .studio-filter-pills .studio-pill.active:hover {
  background: #3498db;
  transform: translateY(-2px);
}

/* line 2880, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .studio-filter-pills .studio-pill:focus {
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 2885, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .studio-filter-pills .studio-pill:active {
  transform: translateY(0);
  transition: transform 0.1s ease;
}

/* line 2893, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .affiliate-card {
  border-radius: 12px;
  background: white;
  padding: 16px;
  transition: all 200ms ease;
}

/* line 2899, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .affiliate-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 999;
}

/* line 2906, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .affiliate-card[href] {
  text-decoration: none;
  color: inherit;
}

/* line 2910, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .affiliate-card[href]:hover {
  text-decoration: none;
  color: inherit;
}

/* line 2915, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .affiliate-card[href]:visited {
  text-decoration: none;
  color: inherit;
}

/* line 2920, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .affiliate-card[href]:focus {
  text-decoration: none;
  color: inherit;
}

/* line 2926, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .affiliate-card .affiliate-content {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-width: 0;
}

/* line 2933, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .affiliate-card .affiliate-content .affiliate-avatar {
  flex-shrink: 0;
}

/* line 2936, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .affiliate-card .affiliate-content .affiliate-avatar .avatar-image {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #7ec0df;
  -o-object-fit: cover;
     object-fit: cover;
  background: white;
  transition: transform 0.2s ease;
}

/* line 2947, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .affiliate-card .affiliate-content .affiliate-info {
  flex: 1;
  min-width: 0;
  width: 100%;
}

/* line 2952, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .affiliate-card .affiliate-content .affiliate-info .affiliate-name {
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

/* line 2963, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .affiliate-card .affiliate-content .affiliate-info .affiliate-details {
  font-size: 13px;
  color: #64748b;
  text-overflow: ellipsis;
  max-width: 100%;
}

/* line 2970, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .affiliate-card .affiliate-content .pill {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 4px;
}

/* line 2980, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .affiliate-card .affiliate-content .pill.purple {
  background: #8b5cf6;
  color: white;
}

/* line 2985, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .affiliate-card .affiliate-content .pill.sm {
  font-size: 10px;
  padding: 2px 6px;
}

/* line 2992, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .affiliate-card:hover .affiliate-avatar .avatar-image {
  transform: scale(1.05);
}

/* line 2996, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .affiliate-card.clickable {
  cursor: pointer;
  transition: all 200ms ease;
}

/* line 3000, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .affiliate-card.clickable:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* line 3005, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .affiliate-card.clickable:active {
  transform: translateY(0);
  transition: transform 0.1s ease;
}

/* line 3011, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .affiliate-card.dropdown {
  position: relative;
}

/* line 3014, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .affiliate-card.dropdown .dropdown-toggle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
}

/* line 3024, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .affiliate-card.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  min-width: 200px;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15), 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  margin-top: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(-10px);
  transition: all 200ms ease;
}

/* line 3043, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .affiliate-card.dropdown .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* line 3049, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .affiliate-card.dropdown .dropdown-menu .dropdown-item {
  display: block;
  padding: 6px 16px;
  color: #374151;
  text-decoration: none;
  transition: background-color 0.2s ease;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
}

/* line 3060, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .affiliate-card.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #f8fafc;
  color: #1f2937;
}

/* line 3065, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .affiliate-card.dropdown .dropdown-menu .dropdown-item .d-flex {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 3070, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .affiliate-card.dropdown .dropdown-menu .dropdown-item .d-flex .icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
}

/* line 3078, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .affiliate-card.dropdown .dropdown-menu .dropdown-item .d-flex .icon svg {
  width: 16px;
  height: 16px;
}

/* line 3084, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .affiliate-card.dropdown .dropdown-menu .dropdown-item .d-flex .text {
  font-size: 14px;
  font-weight: 500;
}

/* line 3092, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .affiliate-card.dropdown.birthday-box {
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  border-color: #f59e0b;
}

/* line 3096, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .affiliate-card.dropdown.birthday-box .affiliate-name {
  color: #92400e;
}

/* line 3101, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .affiliate-card.dropdown .happy-birthday {
  color: #92400e;
  font-size: 12px;
  font-weight: 600;
  margin: 4px 0 0 0;
}

/* line 3110, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .no-affiliates {
  grid-column: 1 / -1;
  text-align: center;
  padding: 48px 24px;
  color: #64748b;
}

/* line 3116, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .no-affiliates p {
  margin: 0;
  font-size: 16px;
}

/* line 3122, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .no-results-state {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 32px;
  text-align: center;
  background: rgba(248, 250, 252, 0.6);
  border-radius: 16px;
  border: 2px dashed rgba(226, 232, 240, 0.8);
  margin: 16px 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 3138, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .no-results-state .no-results-icon {
  margin-bottom: 24px;
  color: #94a3b8;
  opacity: 0.8;
}

/* line 3143, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .no-results-state .no-results-icon svg {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

/* line 3148, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .no-results-state .no-results-title {
  font-size: 20px;
  font-weight: 700;
  color: #475569;
  margin: 0 0 12px 0;
  letter-spacing: -0.025em;
}

/* line 3156, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .no-results-state .no-results-message {
  font-size: 16px;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
  max-width: 400px;
}

/* line 3163, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .no-results-state .no-results-message small {
  color: #94a3b8;
  font-size: 14px;
}

/* line 3170, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .empty-studio-state {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 32px;
  text-align: center;
  background: rgba(248, 250, 252, 0.6);
  border-radius: 16px;
  border: 2px dashed rgba(226, 232, 240, 0.8);
  margin: 16px 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 3186, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .empty-studio-state .empty-state-icon {
  margin-bottom: 24px;
  color: #94a3b8;
  opacity: 0.8;
}

/* line 3191, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .empty-studio-state .empty-state-icon svg {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

/* line 3196, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .empty-studio-state .empty-state-title {
  font-size: 20px;
  font-weight: 700;
  color: #475569;
  margin: 0 0 12px 0;
  letter-spacing: -0.025em;
}

/* line 3204, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .empty-studio-state .empty-state-message {
  font-size: 16px;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
  max-width: 400px;
}

/* line 3211, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .empty-studio-state .empty-state-message strong {
  color: #334155;
  font-weight: 600;
}

/* line 3218, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .studio-section {
  grid-column: 1 / -1;
  margin-bottom: 32px;
}

/* line 3222, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .studio-section .studio-section-title {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 16px 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #e2e8f0;
}

/* line 3231, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .studio-section .studio-students-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
}

@media (min-width: 640px) {
  /* line 3231, app/assets/stylesheets/modern/header_nav.scss */
  .community-directory-container .affiliates-grid .studio-section .studio-students-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  /* line 3231, app/assets/stylesheets/modern/header_nav.scss */
  .community-directory-container .affiliates-grid .studio-section .studio-students-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* line 3245, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .studio-section .studio-students-grid.infinite-scroll-container {
  max-height: 400px;
  overflow-y: auto;
  padding-right: 4px;
  scroll-behavior: smooth;
}

/* line 3251, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .studio-section .studio-students-grid.infinite-scroll-container::-webkit-scrollbar {
  width: 6px;
}

/* line 3255, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .studio-section .studio-students-grid.infinite-scroll-container::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 3px;
}

/* line 3260, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .studio-section .studio-students-grid.infinite-scroll-container::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}

/* line 3264, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid .studio-section .studio-students-grid.infinite-scroll-container::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* line 3277, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid-scroll-container {
  flex: 1;
  min-height: 0;
  overflow: auto;
  padding-right: 4px;
  margin-top: 16px;
  border-radius: 16px;
  transition: all 300ms ease;
  scroll-behavior: smooth;
}

/* line 3288, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid-scroll-container::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

/* line 3293, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid-scroll-container::-webkit-scrollbar-track {
  background: #fff;
}

/* line 3297, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .affiliates-grid-scroll-container::-webkit-scrollbar-thumb {
  background: #fff;
}

/* line 3311, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .infinite-scroll-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  margin-top: 16px;
}

/* line 3318, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .infinite-scroll-loader .spinner-border {
  width: 2rem;
  height: 2rem;
  border: 3px solid rgba(59, 130, 246, 0.2);
  border-top-color: #3b82f6;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

/* line 3327, app/assets/stylesheets/modern/header_nav.scss */
.community-directory-container .infinite-scroll-loader .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* line 3341, app/assets/stylesheets/modern/header_nav.scss */
.box[data-controller*="directory-search"][data-controller*="infinite-scroll"] {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 100px);
  min-height: 600px;
  max-height: 950px;
  overflow: hidden;
}

/* line 3350, app/assets/stylesheets/modern/header_nav.scss */
.box[data-controller*="directory-search"][data-controller*="infinite-scroll"] .box-header {
  flex-shrink: 0;
}

/* line 3356, app/assets/stylesheets/modern/header_nav.scss */
.classic-directory-scroll {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  scroll-behavior: smooth;
}

/* line 3363, app/assets/stylesheets/modern/header_nav.scss */
.classic-directory-scroll::-webkit-scrollbar {
  width: 5px;
}

/* line 3367, app/assets/stylesheets/modern/header_nav.scss */
.classic-directory-scroll::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 5px;
}

/* line 3372, app/assets/stylesheets/modern/header_nav.scss */
.classic-directory-scroll::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 5px;
}

/* line 3376, app/assets/stylesheets/modern/header_nav.scss */
.classic-directory-scroll::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* line 3385, app/assets/stylesheets/modern/header_nav.scss */
.classic-directory-scroll .ui-resource-cards {
  padding: 16px;
}

/* line 3390, app/assets/stylesheets/modern/header_nav.scss */
.classic-directory-scroll.studio::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 5px;
}

/* line 3394, app/assets/stylesheets/modern/header_nav.scss */
.classic-directory-scroll.studio::-webkit-scrollbar-thumb:hover {
  background: #ffff;
}

/* line 3401, app/assets/stylesheets/modern/header_nav.scss */
.classic-directory-scroll .affiliates-grid-scroll-container {
  max-height: calc(100vh - 300px);
  overflow: auto;
  padding-right: 4px;
  margin-top: 16px;
  border-radius: 16px;
  transition: all 300ms ease;
  scroll-behavior: smooth;
}

/* line 3410, app/assets/stylesheets/modern/header_nav.scss */
.classic-directory-scroll .affiliates-grid-scroll-container::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* line 3415, app/assets/stylesheets/modern/header_nav.scss */
.classic-directory-scroll .affiliates-grid-scroll-container::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 4px;
}

/* line 3420, app/assets/stylesheets/modern/header_nav.scss */
.classic-directory-scroll .affiliates-grid-scroll-container::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

/* line 3424, app/assets/stylesheets/modern/header_nav.scss */
.classic-directory-scroll .affiliates-grid-scroll-container::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* line 3434, app/assets/stylesheets/modern/header_nav.scss */
.classic-directory-scroll .infinite-scroll-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  margin-top: 16px;
}

/* line 3441, app/assets/stylesheets/modern/header_nav.scss */
.classic-directory-scroll .infinite-scroll-loader .spinner-border {
  width: 2rem;
  height: 2rem;
  border: 3px solid rgba(59, 130, 246, 0.2);
  border-top-color: #3b82f6;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

/* line 3450, app/assets/stylesheets/modern/header_nav.scss */
.classic-directory-scroll .infinite-scroll-loader .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* line 3465, app/assets/stylesheets/modern/header_nav.scss */
.classic-directory-scroll {
  scroll-behavior: smooth;
}

/* line 3467, app/assets/stylesheets/modern/header_nav.scss */
.classic-directory-scroll::-webkit-scrollbar {
  width: 10px;
}

/* line 3471, app/assets/stylesheets/modern/header_nav.scss */
.classic-directory-scroll::-webkit-scrollbar-track {
  background: #f8f9fa;
  border-radius: 5px;
}

/* line 3476, app/assets/stylesheets/modern/header_nav.scss */
.classic-directory-scroll::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 5px;
}

/* line 3480, app/assets/stylesheets/modern/header_nav.scss */
.classic-directory-scroll::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* line 3489, app/assets/stylesheets/modern/header_nav.scss */
.classic-directory-scroll .ui-resource-cards {
  padding: 16px;
}

/* line 3495, app/assets/stylesheets/modern/header_nav.scss */
.classic-studio-scroll {
  scroll-behavior: smooth;
}

/* line 3497, app/assets/stylesheets/modern/header_nav.scss */
.classic-studio-scroll::-webkit-scrollbar {
  width: 8px;
}

/* line 3501, app/assets/stylesheets/modern/header_nav.scss */
.classic-studio-scroll::-webkit-scrollbar-track {
  background: #f8f9fa;
  border-radius: 4px;
}

/* line 3506, app/assets/stylesheets/modern/header_nav.scss */
.classic-studio-scroll::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

/* line 3510, app/assets/stylesheets/modern/header_nav.scss */
.classic-studio-scroll::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* line 3519, app/assets/stylesheets/modern/header_nav.scss */
.classic-studio-scroll .ui-resource-cards {
  padding: 8px;
}

/* line 3525, app/assets/stylesheets/modern/header_nav.scss */
.classic-studio-scroll {
  scroll-behavior: smooth;
}

/* line 3527, app/assets/stylesheets/modern/header_nav.scss */
.classic-studio-scroll::-webkit-scrollbar {
  width: 8px;
}

/* line 3531, app/assets/stylesheets/modern/header_nav.scss */
.classic-studio-scroll::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 4px;
}

/* line 3536, app/assets/stylesheets/modern/header_nav.scss */
.classic-studio-scroll::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 4px;
}

/* line 3540, app/assets/stylesheets/modern/header_nav.scss */
.classic-studio-scroll::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

/* line 3549, app/assets/stylesheets/modern/header_nav.scss */
.classic-studio-scroll .ui-resource-cards {
  padding: 8px;
}

/* line 3555, app/assets/stylesheets/modern/header_nav.scss */
.badge-library-toggle-wrapper {
  display: flex;
  border-radius: 9999px;
  background-color: #f1f5f9;
  padding: 4px;
  font-size: 14px;
  font-weight: 600;
  margin-right: 16px;
  align-items: center;
}

/* line 3565, app/assets/stylesheets/modern/header_nav.scss */
.badge-library-toggle-wrapper .toggle-btn {
  border-radius: 9999px;
  padding: 8px 16px;
  text-decoration: none;
  color: #64748b;
  transition: all 200ms ease;
  background: transparent;
  white-space: nowrap;
}

/* line 3574, app/assets/stylesheets/modern/header_nav.scss */
.badge-library-toggle-wrapper .toggle-btn.active {
  background: white;
  color: #0f172a;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 3580, app/assets/stylesheets/modern/header_nav.scss */
.badge-library-toggle-wrapper .toggle-btn.disabled {
  color: #94a3b8;
  cursor: not-allowed;
  opacity: 0.6;
  background: #f8fafc;
}

/* line 3587, app/assets/stylesheets/modern/header_nav.scss */
.badge-library-toggle-wrapper .toggle-btn:not(.active):not(.disabled):hover {
  color: #334155;
}

/* line 3594, app/assets/stylesheets/modern/header_nav.scss */
.badge-header-with-toggle {
  align-items: center;
  gap: 16px;
}

/* line 3598, app/assets/stylesheets/modern/header_nav.scss */
.badge-header-with-toggle .badge-title {
  flex: 1;
  font-size: 1.50rem;
  font-weight: 600;
  color: #0f172a;
  letter-spacing: -0.025em;
}

/* line 3606, app/assets/stylesheets/modern/header_nav.scss */
.badge-header-with-toggle .box-header-actions {
  margin-left: auto;
}

/* line 3611, app/assets/stylesheets/modern/header_nav.scss */
.badge-library-container {
  position: relative;
}

/* line 3614, app/assets/stylesheets/modern/header_nav.scss */
.badge-library-container .loading-spinner {
  z-index: 10;
  border-radius: 24px;
  align-items: flex-start;
  padding-top: 80px;
}

/* line 3627, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-tracker {
  border-radius: 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  position: relative;
}

/* line 3632, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-tracker .loading-spinner {
  border-radius: 24px;
}

/* line 3635, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-tracker .loading-spinner .spinner-content {
  border-radius: 16px;
}

/* line 3640, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-tracker .box-header {
  border-radius: 24px 24px 0 0;
  border: none;
  background: white;
}

/* line 3646, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-tracker .modern-tracker-header {
  padding: 24px;
}

/* line 3649, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-tracker .modern-tracker-header .card-summary {
  align-items: center;
  justify-content: space-between;
}

/* line 3654, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-tracker .modern-tracker-header h2 {
  font-size: 1.50rem;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.025em;
}

/* line 3662, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-tracker .box-table,
.modern-ui-body .modern-tracker .box-body {
  background: white;
}

/* line 3668, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-tracker .box-body:last-child {
  border-radius: 0 0 24px 24px;
}

/* line 3674, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-tracker .tracker-table thead {
  display: none;
}

/* line 3680, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-tracker .weekday-chip-display {
  display: block;
  border-radius: 16px;
  border: 1px solid #cbd5e1;
  background: white;
}

/* line 3686, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-tracker .weekday-chip-display.weekday-chip-today {
  background: #f1f5f9;
  border-color: #94a3b8;
}

/* line 3691, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-tracker .weekday-chip-display.weekday-chip-today .weekday-chip-content .weekday-label,
.modern-ui-body .modern-tracker .weekday-chip-display.weekday-chip-today .weekday-chip-content .weekday-date {
  color: #0f172a;
}

/* line 3698, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-tracker .weekday-chip-display .weekday-chip-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 8px;
}

/* line 3705, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-tracker .weekday-chip-display .weekday-chip-content .weekday-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #64748b;
  margin-bottom: 4px;
}

/* line 3713, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-tracker .weekday-chip-display .weekday-chip-content .weekday-date {
  font-size: 20px;
  font-weight: 800;
  color: #334155;
  line-height: 1;
}

/* line 3726, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .guide-tracker .btn-primary.rounded-pill {
  background: #3498db;
  border-color: #3498db;
  font-size: 14px;
  font-weight: 600;
  transition: all 200ms ease;
}

/* line 3733, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .guide-tracker .btn-primary.rounded-pill:hover {
  background: #2383c4;
  border-color: #2383c4;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
}

/* line 3740, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .guide-tracker .btn-primary.rounded-pill:focus {
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
}

/* line 3748, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body:has(.guide-tracker) .box-nav {
  display: none !important;
}

/* line 3755, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-learner-selector:hover {
  border-color: #3b82f6;
}

/* line 3759, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-learner-selector .person-selector-pill .btn-outline-secondary {
  transition: all 200ms ease;
}

/* line 3762, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-learner-selector .person-selector-pill .btn-outline-secondary:hover {
  background: #e9ecef;
  border-color: #adb5bd;
}

/* line 3768, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-learner-selector .person-selector-pill .dropdown-menu {
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
  padding: 12px;
}

/* line 3774, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-learner-selector .person-selector-pill .dropdown-menu .form-label {
  font-size: 10px;
  margin-bottom: 8px;
}

/* line 3779, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-learner-selector .person-selector-pill .dropdown-menu .form-control-sm {
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid #cbd5e1;
  padding: 8px 12px;
}

/* line 3785, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-learner-selector .person-selector-pill .dropdown-menu .form-control-sm:focus {
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

/* line 3791, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-learner-selector .person-selector-pill .dropdown-menu .learner-list {
  margin-top: 8px;
}

/* line 3794, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-learner-selector .person-selector-pill .dropdown-menu .learner-list .dropdown-item-wrapper {
  border-radius: 12px;
  padding: 10px 12px;
  transition: all 100ms ease;
  border: none;
  display: flex !important;
  align-items: center;
  gap: 8px;
}

/* line 3803, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-learner-selector .person-selector-pill .dropdown-menu .learner-list .dropdown-item-wrapper.d-none {
  display: none !important;
}

/* line 3807, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-learner-selector .person-selector-pill .dropdown-menu .learner-list .dropdown-item-wrapper:hover {
  background: #f8fafc;
}

/* line 3811, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-learner-selector .person-selector-pill .dropdown-menu .learner-list .dropdown-item-wrapper .dropdown-item-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #334155;
  flex: 1;
}

/* line 3819, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-learner-selector .person-selector-pill .dropdown-menu .learner-list .dropdown-item-wrapper .dropdown-item-link:hover {
  text-decoration: none;
  color: inherit;
}

/* line 3834, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-tracker .week-info-section .week-navigation-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

/* line 3840, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-tracker .week-info-section .week-navigation-wrapper .week-nav-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #64748b;
  text-decoration: none;
  transition: all 200ms ease;
}

/* line 3851, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-tracker .week-info-section .week-navigation-wrapper .week-nav-arrow:hover {
  background: #f1f5f9;
  color: #334155;
}

/* line 3856, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-tracker .week-info-section .week-navigation-wrapper .week-nav-arrow i {
  width: 20px;
  height: 20px;
}

/* line 3862, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-tracker .week-info-section .week-navigation-wrapper .week-label-container {
  text-align: center;
  min-width: 280px;
}

/* line 3866, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-tracker .week-info-section .week-navigation-wrapper .week-label-container .week-label {
  font-size: 20px;
  font-weight: 600;
  color: #334155;
  letter-spacing: -0.015em;
  line-height: 1.2;
}

/* line 3874, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-tracker .week-info-section .week-navigation-wrapper .week-label-container .session-label {
  font-size: 12px;
  color: #64748b;
  margin-top: 4px;
}

/* line 3884, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-tracker .weekday-chip-link {
  display: block;
  text-decoration: none;
  border-radius: 16px;
  border: 1px solid #cbd5e1;
  background: white;
  transition: all 200ms ease;
  cursor: pointer;
}

/* line 3893, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-tracker .weekday-chip-link:hover {
  border-color: #3498db;
  background: #f8fafc;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* line 3900, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-tracker .weekday-chip-link.weekday-chip-today {
  background: #f1f5f9;
  border-color: #94a3b8;
}

/* line 3905, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-tracker .weekday-chip-link.weekday-chip-today .weekday-chip-content .weekday-label,
.modern-ui-body .modern-tracker .weekday-chip-link.weekday-chip-today .weekday-chip-content .weekday-date {
  color: #0f172a;
}

/* line 3912, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-tracker .weekday-chip-link .weekday-chip-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 8px;
}

/* line 3919, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-tracker .weekday-chip-link .weekday-chip-content .weekday-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #64748b;
  margin-bottom: 4px;
}

/* line 3927, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-tracker .weekday-chip-link .weekday-chip-content .weekday-date {
  font-size: 20px;
  font-weight: 800;
  color: #334155;
  line-height: 1;
}

/* line 3938, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-tracker-toggle-wrapper {
  display: flex;
  border-radius: 9999px;
  background-color: #f1f5f9;
  padding: 4px;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
}

/* line 3947, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-tracker-toggle-wrapper .toggle-btn {
  border-radius: 9999px;
  padding: 8px 16px;
  text-decoration: none;
  color: #64748b;
  transition: all 200ms ease;
  background: transparent;
  white-space: nowrap;
  border: none;
}

/* line 3957, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-tracker-toggle-wrapper .toggle-btn.active {
  background: white;
  color: #0f172a;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 3963, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-tracker-toggle-wrapper .toggle-btn:hover:not(.active) {
  color: #334155;
}

/* line 3971, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-person-selector .person-selector-pill {
  height: 42px;
  border-radius: 9999px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  background: #fff;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}

/* line 3982, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .btn-outline-primary {
  border-color: #3498db;
  background: #fff;
  font-weight: 600;
  transition: all 200ms ease;
}

/* line 3988, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .btn-outline-primary:hover {
  background: #fff;
  border-color: #3498db;
}

/* line 3993, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .btn-outline-primary .btn-link {
  padding: 4px;
  border: none;
  background: transparent;
  text-decoration: none;
  transition: all 200ms ease;
}

/* line 4000, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .btn-outline-primary .btn-link:hover:not(.disabled) {
  color: #3498db !important;
}

/* line 4004, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .btn-outline-primary .btn-link.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* line 4010, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .btn-outline-primary .lock-toggle-btn {
  text-decoration: none;
  transition: all 200ms ease;
  cursor: pointer;
}

/* line 4015, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .btn-outline-primary .lock-toggle-btn:hover {
  opacity: 0.8;
}

/* line 4019, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .btn-outline-primary .lock-toggle-btn:focus {
  outline: none;
}

/* line 4025, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .dropdown-menu {
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
  padding: 12px;
}

/* line 4031, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .dropdown-menu .form-label {
  font-size: 10px;
  margin-bottom: 8px;
}

/* line 4036, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .dropdown-menu .form-control-sm {
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid #cbd5e1;
  padding: 8px 12px;
}

/* line 4042, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .dropdown-menu .form-control-sm:focus {
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

/* line 4048, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .dropdown-menu .learner-list {
  margin-top: 8px;
}

/* line 4051, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .dropdown-menu .learner-list .dropdown-item-wrapper {
  border-radius: 12px;
  padding: 10px 12px;
  transition: all 100ms ease;
  border: none;
  display: flex !important;
  align-items: center;
  gap: 8px;
}

/* line 4060, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .dropdown-menu .learner-list .dropdown-item-wrapper.d-none {
  display: none !important;
}

/* line 4064, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .dropdown-menu .learner-list .dropdown-item-wrapper:hover {
  background: #f1f5f9;
}

/* line 4068, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .dropdown-menu .learner-list .dropdown-item-wrapper .dropdown-item-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #334155;
  flex: 1;
}

/* line 4076, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .dropdown-menu .learner-list .dropdown-item-wrapper .dropdown-item-link:hover {
  text-decoration: none;
  color: inherit;
}

/* line 4084, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-person-selector .person-selector-pill:hover {
  border-color: #3b82f6;
}

/* line 4091, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-weekday-navigator {
  padding: 0 24px;
}

/* line 4094, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-weekday-navigator .weekday-nav-group {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* line 4099, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-weekday-navigator .weekday-nav-group .btn {
  border: 1px solid #cbd5e1;
  background: white;
  color: #64748b;
  padding: 12px 16px;
  transition: all 200ms ease;
  text-decoration: none;
}

/* line 4107, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-weekday-navigator .weekday-nav-group .btn:hover:not(.active) {
  background: #f8fafc;
  border-color: #94a3b8;
}

/* line 4112, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-weekday-navigator .weekday-nav-group .btn.active {
  background: #3498db;
  border-color: #3498db;
  color: white;
  font-weight: 600;
}

/* line 4118, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-weekday-navigator .weekday-nav-group .btn.active .small {
  color: rgba(255, 255, 255, 0.9);
}

/* line 4123, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-weekday-navigator .weekday-nav-group .btn .small {
  font-size: 11px;
  margin-bottom: 4px;
}

/* line 4128, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-weekday-navigator .weekday-nav-group .btn .fs-6 {
  font-size: 16px;
}

/* line 4139, app/assets/stylesheets/modern/header_nav.scss */
.modern-ui-body .modern-tracker .daily-challenges .challenge-card, .modern-ui-body .modern-tracker .daily-challenges .smart-goal-card,
.modern-ui-body .modern-tracker .smart-goals .challenge-card,
.modern-ui-body .modern-tracker .smart-goals .smart-goal-card {
  border-radius: 12px;
  overflow: hidden;
}

@media (max-width: 991px) {
  /* line 4152, app/assets/stylesheets/modern/header_nav.scss */
  .desktop-only {
    display: none !important;
  }
  /* line 4156, app/assets/stylesheets/modern/header_nav.scss */
  .mobile-only,
.tablet-only {
    display: flex !important;
    align-items: center !important;
    height: 100%;
  }
  /* line 4164, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav-containers.mobile-only,
.header-nav-containers.tablet-only {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 100%;
    padding: 0 20px;
    position: relative;
  }
  /* line 4174, app/assets/stylesheets/modern/header_nav.scss */
  .notifications-panel {
    top: 70px !important;
  }
  /* line 4179, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right {
    right: 12px;
    top: 90px;
    z-index: 100 !important;
  }
  /* line 4185, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .nav-items-container {
    display: none !important;
  }
  /* line 4189, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .floating-icon-wrapper {
    display: flex !important;
  }
  /* line 4193, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .floating-icon-btn {
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    background: transparent;
    border: 1px solid #e2e8f0;
    color: #6b7280;
  }
  /* line 4201, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .floating-icon-btn svg {
    width: 18px;
    height: 18px;
    stroke-width: 2;
    color: inherit;
  }
  /* line 4208, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .floating-icon-btn:hover {
    background: #f3f4f6;
    border-color: #cbd5e1;
    color: #111827;
  }
  /* line 4214, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .floating-icon-btn.active {
    background: #f3f4f6;
    border-color: #cbd5e1;
    color: #111827;
  }
  /* line 4223, app/assets/stylesheets/modern/header_nav.scss */
  .header-center {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    pointer-events: none;
    max-width: 100%;
    padding: 0 60px;
  }
  /* line 4237, app/assets/stylesheets/modern/header_nav.scss */
  .header-center .center-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
    gap: 2px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  /* line 4249, app/assets/stylesheets/modern/header_nav.scss */
  .header-center .center-primary {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.01em;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  /* line 4260, app/assets/stylesheets/modern/header_nav.scss */
  .header-center .center-secondary {
    font-weight: 500;
    font-size: 15px;
    color: white;
    letter-spacing: -0.005em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  /* line 4274, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-center {
    padding: 0 60px;
  }
  /* line 4277, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-center .center-title {
    min-width: 0;
    max-width: 100%;
  }
  /* line 4282, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-center .center-primary {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 75%;
  }
  /* line 4290, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-center .center-secondary {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  /* line 4299, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    height: 100%;
    flex: 0 0 auto;
    z-index: 1;
  }
  /* line 4308, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    color: white;
    cursor: pointer;
    transition: all 200ms ease;
    flex-shrink: 0;
    position: relative;
    z-index: 100010;
    pointer-events: auto;
  }
  /* line 4328, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
  }
  /* line 4333, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-btn.active {
    background: rgba(255, 255, 255, 0.25);
  }
  /* line 4337, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-btn svg {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    stroke-width: 2.3;
  }
  /* line 4346, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-btn .icon-close {
    display: none;
  }
  /* line 4347, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-btn .icon-menu {
    display: inline;
  }
  /* line 4350, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-btn.active .icon-close {
    display: inline;
  }
  /* line 4351, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-btn.active .icon-menu {
    display: none;
  }
  /* line 4356, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown {
    display: block !important;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 380px;
    background: white;
    box-shadow: 2px 0 16px rgba(0, 0, 0, 0.1);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 100009;
    overflow-y: auto;
    margin-top: 80px;
    pointer-events: auto;
  }
  /* line 4375, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown.show {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  /* line 4382, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: -1;
    pointer-events: none;
    background: white;
  }
  /* line 4397, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown.show::before {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  /* line 4404, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .hamburger-section {
    border-bottom: 1px solid #e5e7eb;
    padding: 16px 24px;
    position: relative;
    z-index: 1;
    pointer-events: auto;
  }
  /* line 4411, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .hamburger-section:last-child {
    border-bottom: none;
  }
  /* line 4417, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .profile-section {
    padding: 16px 24px;
  }
  /* line 4420, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .profile-section .profile-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    background: transparent;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 200ms ease;
    font-size: 16px;
    font-weight: 500;
    color: #374151;
  }
  /* line 4435, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .profile-section .profile-toggle .profile-toggle-left {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  /* line 4441, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .profile-section .profile-toggle .profile-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
  }
  /* line 4449, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .profile-section .profile-toggle .profile-icon svg {
    width: 22px;
    height: 22px;
  }
  /* line 4455, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .profile-section .profile-toggle .profile-label {
    font-size: 16px;
    font-weight: 500;
    color: #374151;
  }
  /* line 4461, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .profile-section .profile-toggle .profile-chevron-icon {
    width: 20px;
    height: 20px;
    color: #6b7280;
    transition: transform 0.2s ease;
  }
  /* line 4468, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .profile-section .profile-toggle:hover {
    background: #f3f4f6;
  }
  /* line 4474, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .profile-section.expanded .profile-toggle .profile-chevron-icon {
    transform: rotate(180deg);
  }
  /* line 4479, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .profile-section .profile-submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    margin-top: 8px;
    padding-left: 42px;
    opacity: 0;
  }
  /* line 4489, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .profile-section.expanded .profile-submenu {
    max-height: 200px;
    overflow-y: auto;
    opacity: 1;
  }
  /* line 4495, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .profile-section.expanded .profile-submenu::-webkit-scrollbar {
    width: 6px;
  }
  /* line 4499, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .profile-section.expanded .profile-submenu::-webkit-scrollbar-track {
    background: #f3f4f6;
    border-radius: 3px;
  }
  /* line 4504, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .profile-section.expanded .profile-submenu::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
  }
  /* line 4508, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .profile-section.expanded .profile-submenu::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
  }
  /* line 4515, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .profile-section .hamburger-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 8px;
    background: transparent;
    color: #374151;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 200ms ease;
    margin-bottom: 4px;
  }
  /* line 4529, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .profile-section .hamburger-link svg {
    width: 18px;
    height: 18px;
    color: #6b7280;
  }
  /* line 4535, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .profile-section .hamburger-link .letter-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #e5e7eb;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    flex-shrink: 0;
    transition: all 200ms ease;
  }
  /* line 4550, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .profile-section .hamburger-link .letter-icon.active {
    background: #3b82f6;
    color: white;
  }
  /* line 4556, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .profile-section .hamburger-link.active {
    background: #eff6ff;
    color: #1f2937;
    text-decoration: none;
  }
  /* line 4561, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .profile-section .hamburger-link.active .letter-icon {
    background: #3b82f6;
    color: white;
  }
  /* line 4567, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .profile-section .hamburger-link:hover {
    background: #f3f4f6;
    color: #1f2937;
    text-decoration: none;
  }
  /* line 4576, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .nav-section {
    padding: 20px 24px;
  }
  /* line 4579, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .nav-section .hamburger-nav-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 10px;
    background: transparent;
    color: #374151;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    transition: all 200ms ease;
  }
  /* line 4593, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .nav-section .hamburger-nav-item .hamburger-nav-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
  }
  /* line 4601, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .nav-section .hamburger-nav-item .hamburger-nav-icon svg {
    width: 22px;
    height: 22px;
  }
  /* line 4607, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .nav-section .hamburger-nav-item:hover {
    background: #f3f4f6;
    text-decoration: none;
  }
  /* line 4612, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .nav-section .hamburger-nav-item.active {
    background: #eff6ff;
    color: #3498db;
  }
  /* line 4616, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .nav-section .hamburger-nav-item.active .hamburger-nav-icon {
    color: #3498db;
  }
  /* line 4621, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .nav-section .hamburger-nav-item:last-child {
    margin-bottom: 0;
  }
  /* line 4629, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .display-section {
    padding: 16px 24px;
    position: relative;
    z-index: 1;
    background: white;
  }
  /* line 4635, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .display-section .display-header {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: transparent;
    border-radius: 8px;
    font-size: 16px;
  }
  /* line 4645, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .display-section .display-header .display-icon {
    width: 20px;
    height: 20px;
    color: #3498db;
    flex-shrink: 0;
  }
  /* line 4652, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .display-section .display-header .display-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  /* line 4658, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .display-section .display-header .display-content .display-label {
    font-size: 12px;
    font-weight: 500;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  /* line 4666, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .display-section .display-header .display-content .display-title {
    font-size: 15px;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.4;
  }
  /* line 4676, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .switcher-section {
    padding: 16px 24px;
    position: relative;
    z-index: 1;
  }
  /* line 4681, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .switcher-section .switcher-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: transparent;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 200ms ease;
    font-size: 16px;
    font-weight: 600;
    color: #3498db;
    position: relative;
    z-index: 2;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
  }
  /* line 4700, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .switcher-section .switcher-header .switcher-title {
    flex: 1;
    text-align: left;
    pointer-events: none;
  }
  /* line 4706, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .switcher-section .switcher-header .chevron-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.2s ease;
    color: #3498db;
    pointer-events: none;
  }
  /* line 4714, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .switcher-section .switcher-header:hover {
    background: #f3f4f6;
  }
  /* line 4718, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .switcher-section .switcher-header:active {
    background: #e5e7eb;
  }
  /* line 4723, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .switcher-section .switcher-options {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    margin-top: 8px;
    opacity: 0;
    pointer-events: none;
    position: relative;
    z-index: 3;
  }
  /* line 4735, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .switcher-section.expanded .switcher-header .chevron-icon {
    transform: rotate(180deg);
  }
  /* line 4739, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .switcher-section.expanded .switcher-options {
    max-height: 300px;
    overflow-y: auto;
    opacity: 1;
    pointer-events: auto;
  }
  /* line 4746, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .switcher-section.expanded .switcher-options::-webkit-scrollbar {
    width: 6px;
  }
  /* line 4750, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .switcher-section.expanded .switcher-options::-webkit-scrollbar-track {
    background: #f3f4f6;
    border-radius: 3px;
  }
  /* line 4755, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .switcher-section.expanded .switcher-options::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
  }
  /* line 4759, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .switcher-section.expanded .switcher-options::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
  }
  /* line 4766, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .switcher-section .switcher-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-radius: 8px;
    background: transparent;
    color: #374151;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 4px;
    transition: all 200ms ease;
    pointer-events: auto;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  /* line 4783, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .switcher-section .switcher-option svg {
    width: 18px;
    height: 18px;
    color: #3498db;
  }
  /* line 4789, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .switcher-section .switcher-option:hover {
    background: #f3f4f6;
    text-decoration: none;
  }
  /* line 4794, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .switcher-section .switcher-option:active {
    background: #e5e7eb;
  }
  /* line 4798, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .switcher-section .switcher-option.active {
    background: #eff6ff;
    color: #3498db;
    font-weight: 600;
  }
  /* line 4808, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .school-list-section {
    padding: 16px 24px;
  }
  /* line 4811, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .school-list-section .school-list-header {
    font-size: 14px;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
    padding: 0 16px;
  }
  /* line 4821, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .school-list-section .school-options {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-height: 300px;
    overflow-y: auto;
  }
  /* line 4829, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .school-list-section .school-options::-webkit-scrollbar {
    width: 6px;
  }
  /* line 4833, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .school-list-section .school-options::-webkit-scrollbar-track {
    background: #f3f4f6;
    border-radius: 3px;
  }
  /* line 4838, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .school-list-section .school-options::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
  }
  /* line 4842, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .school-list-section .school-options::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
  }
  /* line 4848, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .school-list-section .school-option {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: transparent;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 200ms ease;
    font-size: 15px;
    font-weight: 500;
    color: #374151;
    text-align: left;
  }
  /* line 4864, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .school-list-section .school-option .chevron-icon {
    width: 18px;
    height: 18px;
    color: #9ca3af;
  }
  /* line 4870, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown .school-list-section .school-option:hover {
    background: #f3f4f6;
  }
  /* line 4879, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-right {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    height: 100%;
    flex: 0 0 auto;
    z-index: 1;
  }
  /* line 4887, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-right .notification-bell {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 4893, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-right .bell-wrapper {
    z-index: 100010;
    pointer-events: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
  }
  /* line 4910, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown .nav-section .box-nav-nested-options.injected {
    margin-left: 42px;
    margin-top: 4px;
    max-height: none;
    opacity: 1;
    pointer-events: auto;
  }
  /* line 4917, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown .nav-section .box-nav-nested-options.injected .nested-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 8px;
    background: transparent;
    color: #374151;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 200ms ease;
    margin-bottom: 4px;
    width: 100%;
  }
  /* line 4932, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown .nav-section .box-nav-nested-options.injected .nested-link span {
    flex: 1;
  }
  /* line 4936, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown .nav-section .box-nav-nested-options.injected .nested-link .letter-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #e5e7eb;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    flex-shrink: 0;
    transition: all 200ms ease;
  }
  /* line 4951, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown .nav-section .box-nav-nested-options.injected .nested-link .letter-icon.active {
    background: #3b82f6;
    color: white;
  }
  /* line 4957, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown .nav-section .box-nav-nested-options.injected .nested-link:hover {
    background: #f3f4f6;
    color: #1f2937;
    text-decoration: none;
  }
  /* line 4963, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown .nav-section .box-nav-nested-options.injected .nested-link.active {
    background: #eff6ff;
    color: #3498db;
    font-weight: 600;
  }
  /* line 4968, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown .nav-section .box-nav-nested-options.injected .nested-link.active .letter-icon {
    background: #3b82f6;
    color: white;
  }
  /* line 4975, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown .nav-section .box-nav-nested-options.injected .nested-link i[data-feather] {
    flex-shrink: 0;
  }
  /* line 4981, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown .nav-section .box-nav-nested-options.injected .box-nav-nested-submenu {
    margin-left: 42px;
    margin-top: 4px;
    display: none;
  }
  /* line 4986, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown .nav-section .box-nav-nested-options.injected .box-nav-nested-submenu .nested-sub-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 8px;
    background: transparent;
    color: #374151;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 200ms ease;
    margin-bottom: 4px;
  }
  /* line 5000, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown .nav-section .box-nav-nested-options.injected .box-nav-nested-submenu .nested-sub-link .letter-icon {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: #e5e7eb;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    flex-shrink: 0;
    transition: all 200ms ease;
  }
  /* line 5015, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown .nav-section .box-nav-nested-options.injected .box-nav-nested-submenu .nested-sub-link .letter-icon.active {
    background: #3b82f6;
    color: white;
  }
  /* line 5021, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown .nav-section .box-nav-nested-options.injected .box-nav-nested-submenu .nested-sub-link:hover {
    background: #f3f4f6;
    color: #1f2937;
    text-decoration: none;
  }
  /* line 5027, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown .nav-section .box-nav-nested-options.injected .box-nav-nested-submenu .nested-sub-link.active {
    background: #eff6ff;
    color: #3498db;
    font-weight: 600;
  }
  /* line 5032, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown .nav-section .box-nav-nested-options.injected .box-nav-nested-submenu .nested-sub-link.active .letter-icon {
    background: #3b82f6;
    color: white;
  }
}

@media (max-width: 991px) {
  /* line 5048, app/assets/stylesheets/modern/header_nav.scss */
  .desktop-only,
.profile-dropdown-wrapper {
    display: none !important;
  }
  /* line 5054, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-nav-container .header-left .hamburger-btn.desktop-hamburger {
    display: none !important;
  }
  /* line 5058, app/assets/stylesheets/modern/header_nav.scss */
  .hamburger-dropdown.desktop-hamburger-dropdown {
    display: none !important;
  }
  /* line 5063, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-btn {
    display: flex !important;
  }
  /* line 5068, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-dropdown {
    display: block !important;
  }
}

/* line 5076, app/assets/stylesheets/modern/header_nav.scss */
.mobile-bottom-nav {
  display: none;
}

@media (max-width: 991px) {
  /* line 5085, app/assets/stylesheets/modern/header_nav.scss */
  .mobile-bottom-nav {
    display: flex;
  }
  /* line 5089, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-nav-container {
    align-items: center;
  }
  /* line 5093, app/assets/stylesheets/modern/header_nav.scss */
  .new-layout-wrapper {
    padding-top: 25px;
  }
  /* line 5096, app/assets/stylesheets/modern/header_nav.scss */
  .new-layout-wrapper::before {
    height: 80px;
  }
  /* line 5101, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav {
    padding-top: 18px;
    padding-bottom: 18px;
    z-index: 100;
  }
  /* line 5106, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-center-nav {
    display: none !important;
  }
  /* line 5110, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left {
    gap: 10px;
  }
  /* line 5113, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    min-width: 40px;
    min-height: 40px;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.1);
    color: white;
    transition: all 200ms ease;
  }
  /* line 5125, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-btn:hover {
    transform: scale(1.05);
    background: rgba(255, 255, 255, 0.2);
  }
  /* line 5130, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-btn.active {
    background: rgba(255, 255, 255, 0.25);
  }
  /* line 5134, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .hamburger-btn svg {
    width: 24px;
    height: 24px;
    stroke-width: 2.3;
  }
  /* line 5141, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .floating-icon-btn {
    width: 40px;
    height: 40px;
  }
  /* line 5142, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-left .icon-label {
    max-width: 67px;
  }
  /* line 5145, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-right {
    gap: 12px;
  }
  /* line 5148, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-right .notification-bell .bell-wrapper {
    width: 40px;
    height: 40px;
  }
  /* line 5149, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-right .profile-dropdown {
    padding: 4px 10px 4px 4px;
  }
  /* line 5150, app/assets/stylesheets/modern/header_nav.scss */
  .header-nav .header-right .profile-dropdown .avatar {
    width: 30px;
    height: 30px;
  }
  /* line 5154, app/assets/stylesheets/modern/header_nav.scss */
  .floating-main-content {
    margin-top: 22px;
  }
  /* line 5159, app/assets/stylesheets/modern/header_nav.scss */
  .floating-panel {
    right: 12px !important;
    left: auto !important;
    max-width: calc(100vw - 24px);
    min-width: auto;
    width: auto;
    z-index: 10001;
  }
  /* line 5168, app/assets/stylesheets/modern/header_nav.scss */
  .floating-panel.notifications-panel {
    min-width: auto;
    max-width: calc(100vw - 24px);
    width: auto;
  }
  /* line 5174, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right {
    right: 12px;
    top: 80px;
    z-index: 100 !important;
  }
  /* line 5181, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .nav-items-container {
    display: none !important;
  }
  /* line 5183, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .floating-icon-wrapper {
    display: flex !important;
  }
  /* line 5185, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .floating-icon-btn {
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    background: transparent;
    border: 1px solid #e2e8f0;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms ease;
  }
  /* line 5197, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .floating-icon-btn:hover {
    background: #f3f4f6;
    border-color: #cbd5e1;
    color: #111827;
    transform: scale(1.05);
  }
  /* line 5204, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .floating-icon-btn.active {
    background: #f3f4f6;
    border-color: #cbd5e1;
    color: #111827;
  }
  /* line 5210, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .floating-icon-btn svg {
    width: 18px;
    height: 18px;
    stroke-width: 2;
    color: inherit;
  }
  /* line 5218, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .floating-icon-btn .icon-close {
    display: none;
  }
  /* line 5219, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .floating-icon-btn .icon-menu {
    display: inline;
  }
  /* line 5222, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .floating-icon-btn.active .icon-close {
    display: inline;
  }
  /* line 5223, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .floating-icon-btn.active .icon-menu {
    display: none;
  }
  /* line 5227, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .box-nav-panel {
    position: fixed;
    left: 12px !important;
    right: auto !important;
    top: 130px;
    width: auto;
    min-width: 280px;
    max-width: calc(100vw - 24px) !important;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.2) !important;
    z-index: 10003 !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 200ms ease;
    padding: 0;
    overflow: hidden;
  }
  /* line 5248, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .box-nav-panel.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  /* line 5255, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .box-nav-panel::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: -1;
    pointer-events: none;
  }
  /* line 5269, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .box-nav-panel.show::before {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  /* line 5275, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .box-nav-panel .panel-body {
    padding: 8px !important;
    max-height: none;
    overflow-y: visible;
    background: #ffffff !important;
  }
  /* line 5281, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .box-nav-panel .panel-body .dropdown-body {
    padding: 4px 0;
    background: #ffffff !important;
    border-radius: 8px;
  }
  /* line 5287, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .box-nav-panel .panel-body .dropdown-body .dropdown-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 10px;
    background: transparent;
    color: #374151;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    border: none;
    transition: all 200ms ease;
  }
  /* line 5302, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .box-nav-panel .panel-body .dropdown-body .dropdown-item .nav-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    font-size: 14px;
    font-weight: 500;
  }
  /* line 5315, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .box-nav-panel .panel-body .dropdown-body .dropdown-item .nav-text {
    flex: 1;
    color: #374151;
  }
  /* line 5320, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .box-nav-panel .panel-body .dropdown-body .dropdown-item:hover {
    background: #f3f4f6;
    text-decoration: none;
  }
  /* line 5325, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .box-nav-panel .panel-body .dropdown-body .dropdown-item.active {
    background: #eff6ff;
    color: #3498db;
  }
  /* line 5329, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .box-nav-panel .panel-body .dropdown-body .dropdown-item.active .nav-icon {
    background: #3498db;
    color: white;
  }
  /* line 5335, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .box-nav-panel .panel-body .dropdown-body .dropdown-item .nested-arrow {
    color: #6b7280 !important;
    stroke: currentColor !important;
    width: 20px;
    height: 20px;
  }
  /* line 5343, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .box-nav-panel .panel-body .dropdown-body .dropdown-item.expanded + .nested-menu,
.floating-box-nav-right .box-nav-panel .panel-body .dropdown-body .dropdown-item + .nested-menu {
    border-radius: 0;
    border: none;
    box-shadow: none;
    padding: 0 0 0 25px;
    background: transparent;
    margin-top: 8px;
  }
  /* line 5352, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .box-nav-panel .panel-body .dropdown-body .dropdown-item.expanded + .nested-menu .nested-item,
.floating-box-nav-right .box-nav-panel .panel-body .dropdown-body .dropdown-item + .nested-menu .nested-item {
    display: flex;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px 16px;
    border-radius: 8px;
    background: transparent;
    border: none;
    color: #374151 !important;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 200ms ease;
    margin: 0;
  }
  /* line 5368, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .box-nav-panel .panel-body .dropdown-body .dropdown-item.expanded + .nested-menu .nested-item span,
.floating-box-nav-right .box-nav-panel .panel-body .dropdown-body .dropdown-item + .nested-menu .nested-item span {
    color: #374151 !important;
  }
  /* line 5372, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .box-nav-panel .panel-body .dropdown-body .dropdown-item.expanded + .nested-menu .nested-item:hover,
.floating-box-nav-right .box-nav-panel .panel-body .dropdown-body .dropdown-item + .nested-menu .nested-item:hover {
    background: #f3f4f6;
    text-decoration: none !important;
  }
  /* line 5377, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .box-nav-panel .panel-body .dropdown-body .dropdown-item.expanded + .nested-menu .nested-item.active,
.floating-box-nav-right .box-nav-panel .panel-body .dropdown-body .dropdown-item + .nested-menu .nested-item.active {
    background: #eff6ff !important;
    color: #3498db !important;
    font-weight: 600 !important;
  }
  /* line 5382, app/assets/stylesheets/modern/header_nav.scss */
  .floating-box-nav-right .box-nav-panel .panel-body .dropdown-body .dropdown-item.expanded + .nested-menu .nested-item.active span,
.floating-box-nav-right .box-nav-panel .panel-body .dropdown-body .dropdown-item + .nested-menu .nested-item.active span {
    color: #3498db !important;
  }
  /* line 5394, app/assets/stylesheets/modern/header_nav.scss */
  .mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #3498db;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 10000;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  }
  /* line 5407, app/assets/stylesheets/modern/header_nav.scss */
  .mobile-bottom-nav .mobile-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    text-decoration: none;
    color: white;
    padding: 4px 8px;
    position: relative;
    transition: opacity 0.2s ease;
  }
  /* line 5419, app/assets/stylesheets/modern/header_nav.scss */
  .mobile-bottom-nav .mobile-nav-item:active {
    opacity: 0.7;
  }
  /* line 5423, app/assets/stylesheets/modern/header_nav.scss */
  .mobile-bottom-nav .mobile-nav-item .mobile-nav-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
  }
  /* line 5431, app/assets/stylesheets/modern/header_nav.scss */
  .mobile-bottom-nav .mobile-nav-item .mobile-nav-icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    stroke-width: 2;
    color: white;
  }
  /* line 5440, app/assets/stylesheets/modern/header_nav.scss */
  .mobile-bottom-nav .mobile-nav-item .mobile-nav-label {
    font-size: 11px;
    font-weight: 600;
    color: white;
    white-space: nowrap;
    position: relative;
  }
  /* line 5449, app/assets/stylesheets/modern/header_nav.scss */
  .mobile-bottom-nav .mobile-nav-item.active .mobile-nav-label::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 2px;
    background-color: white;
    border-radius: 1px;
  }
  /* line 5463, app/assets/stylesheets/modern/header_nav.scss */
  .mobile-bottom-nav .mobile-nav-item.mobile-nav-more {
    position: relative;
  }
  /* line 5466, app/assets/stylesheets/modern/header_nav.scss */
  .mobile-bottom-nav .mobile-nav-item.mobile-nav-more .mobile-nav-dropdown {
    position: absolute;
    bottom: 100%;
    left: 20%;
    transform: translateX(-50%);
    margin-bottom: 12px;
    background: #3498db;
    border-radius: 12px 12px 12px 12px;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.2);
    min-width: 120px;
    padding: 16px 12px;
    display: none;
    z-index: 10001;
  }
  /* line 5480, app/assets/stylesheets/modern/header_nav.scss */
  .mobile-bottom-nav .mobile-nav-item.mobile-nav-more .mobile-nav-dropdown.show {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  /* line 5486, app/assets/stylesheets/modern/header_nav.scss */
  .mobile-bottom-nav .mobile-nav-item.mobile-nav-more .mobile-nav-dropdown .mobile-nav-dropdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    padding: 0;
    transition: opacity 0.2s ease;
  }
  /* line 5496, app/assets/stylesheets/modern/header_nav.scss */
  .mobile-bottom-nav .mobile-nav-item.mobile-nav-more .mobile-nav-dropdown .mobile-nav-dropdown-item:active {
    opacity: 0.7;
  }
  /* line 5500, app/assets/stylesheets/modern/header_nav.scss */
  .mobile-bottom-nav .mobile-nav-item.mobile-nav-more .mobile-nav-dropdown .mobile-nav-dropdown-item.active {
    opacity: 1;
  }
  /* line 5504, app/assets/stylesheets/modern/header_nav.scss */
  .mobile-bottom-nav .mobile-nav-item.mobile-nav-more .mobile-nav-dropdown .mobile-nav-dropdown-item .mobile-nav-dropdown-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
  }
  /* line 5512, app/assets/stylesheets/modern/header_nav.scss */
  .mobile-bottom-nav .mobile-nav-item.mobile-nav-more .mobile-nav-dropdown .mobile-nav-dropdown-item .mobile-nav-dropdown-icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    stroke-width: 2;
    color: white;
  }
  /* line 5521, app/assets/stylesheets/modern/header_nav.scss */
  .mobile-bottom-nav .mobile-nav-item.mobile-nav-more .mobile-nav-dropdown .mobile-nav-dropdown-item .mobile-nav-dropdown-label {
    font-size: 11px;
    font-weight: 600;
    color: white;
    white-space: nowrap;
    text-align: center;
  }
  /* line 5535, app/assets/stylesheets/modern/header_nav.scss */
  body.app-hides-web-nav .mobile-bottom-nav {
    display: none !important;
  }
}

/* line 5544, app/assets/stylesheets/modern/header_nav.scss */
.hamburger-dropdown .hamburger-nav-section .hamburger-nav-toggle {
  width: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

/* line 5551, app/assets/stylesheets/modern/header_nav.scss */
.hamburger-dropdown .hamburger-nav-section .hamburger-nav-toggle .hamburger-nav-chevron {
  margin-left: auto;
  width: 18px;
  height: 18px;
  transition: transform 0.2s ease;
}

/* line 5559, app/assets/stylesheets/modern/header_nav.scss */
.hamburger-dropdown .hamburger-nav-section .hamburger-nav-children {
  display: none;
  padding-left: 36px;
  margin: -4px 0 8px;
}

/* line 5564, app/assets/stylesheets/modern/header_nav.scss */
.hamburger-dropdown .hamburger-nav-section .hamburger-nav-children .hamburger-nav-child {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 15px;
  color: #4b5563;
  margin-bottom: 4px;
}

/* line 5575, app/assets/stylesheets/modern/header_nav.scss */
.hamburger-dropdown .hamburger-nav-section .hamburger-nav-children .hamburger-nav-child .hamburger-nav-child-icon {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e5e7eb;
  color: #6b7280;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
}

/* line 5588, app/assets/stylesheets/modern/header_nav.scss */
.hamburger-dropdown .hamburger-nav-section .hamburger-nav-children .hamburger-nav-child:hover {
  background: #f3f4f6;
  text-decoration: none;
}

/* line 5593, app/assets/stylesheets/modern/header_nav.scss */
.hamburger-dropdown .hamburger-nav-section .hamburger-nav-children .hamburger-nav-child.active {
  background: #eff6ff;
  color: #3498db;
}

/* line 5597, app/assets/stylesheets/modern/header_nav.scss */
.hamburger-dropdown .hamburger-nav-section .hamburger-nav-children .hamburger-nav-child.active .hamburger-nav-child-icon {
  background: #3498db;
  color: white;
}

/* line 5606, app/assets/stylesheets/modern/header_nav.scss */
.hamburger-dropdown .hamburger-nav-section.expanded .hamburger-nav-children {
  display: block;
}

/* line 5610, app/assets/stylesheets/modern/header_nav.scss */
.hamburger-dropdown .hamburger-nav-section.expanded .hamburger-nav-toggle .hamburger-nav-chevron {
  transform: rotate(180deg);
}

/* line 2, app/assets/stylesheets/modern/floating_panels.scss */
.floating-panel {
  position: fixed;
  min-width: 300px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 300ms ease;
  z-index: 10000;
}

/* line 19, app/assets/stylesheets/modern/floating_panels.scss */
.floating-panel.dropdown-menu {
  position: fixed !important;
  margin-top: 0 !important;
}

/* line 24, app/assets/stylesheets/modern/floating_panels.scss */
.floating-panel.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* line 30, app/assets/stylesheets/modern/floating_panels.scss */
.floating-panel .panel-header {
  padding: 16px;
  border-bottom: 1px solid #dce0e0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 37, app/assets/stylesheets/modern/floating_panels.scss */
.floating-panel .panel-header .panel-title {
  font-weight: 600;
  color: #283c46;
  font-size: 15px;
}

/* line 43, app/assets/stylesheets/modern/floating_panels.scss */
.floating-panel .panel-header .close-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #525f7f;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 200ms ease;
}

/* line 55, app/assets/stylesheets/modern/floating_panels.scss */
.floating-panel .panel-header .close-btn:hover {
  color: #283c46;
  background: #f6f9fb;
}

/* line 60, app/assets/stylesheets/modern/floating_panels.scss */
.floating-panel .panel-header .close-btn svg {
  width: 18px;
  height: 18px;
}

/* line 67, app/assets/stylesheets/modern/floating_panels.scss */
.floating-panel .panel-body {
  max-height: 400px;
  overflow-y: auto;
  padding: 8px 0;
}

/* line 72, app/assets/stylesheets/modern/floating_panels.scss */
.floating-panel .panel-body .panel-item {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: background 0.2s ease;
  color: #525f7f;
  text-decoration: none;
  font-size: 14px;
}

/* line 83, app/assets/stylesheets/modern/floating_panels.scss */
.floating-panel .panel-body .panel-item:hover {
  background: #f6f9fb;
  text-decoration: none;
}

/* line 88, app/assets/stylesheets/modern/floating_panels.scss */
.floating-panel .panel-body .panel-item.active {
  background: rgba(52, 152, 219, 0.1);
  color: #3498db;
  font-weight: 600;
}

/* line 94, app/assets/stylesheets/modern/floating_panels.scss */
.floating-panel .panel-body .panel-item svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* line 101, app/assets/stylesheets/modern/floating_panels.scss */
.floating-panel .panel-body .panel-item.nav-studio-selector {
  justify-content: space-between;
  padding: 12px 16px;
}

/* line 105, app/assets/stylesheets/modern/floating_panels.scss */
.floating-panel .panel-body .panel-item.nav-studio-selector .studio-link {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  text-decoration: none;
  color: inherit;
}

/* line 114, app/assets/stylesheets/modern/floating_panels.scss */
.floating-panel .panel-body .panel-item.nav-studio-selector .studio-link:hover {
  text-decoration: none;
}

/* line 119, app/assets/stylesheets/modern/floating_panels.scss */
.floating-panel .panel-body .panel-item.nav-studio-selector .studio-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 8px;
}

/* line 125, app/assets/stylesheets/modern/floating_panels.scss */
.floating-panel .panel-body .panel-item.nav-studio-selector .studio-actions .selector-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #dce0e0;
  background: white;
  cursor: pointer;
  transition: all 200ms ease;
  display: block;
  flex-shrink: 0;
  text-decoration: none;
}

/* line 137, app/assets/stylesheets/modern/floating_panels.scss */
.floating-panel .panel-body .panel-item.nav-studio-selector .studio-actions .selector-dot.active {
  background: #3498db;
  border-color: #3498db;
}

/* line 142, app/assets/stylesheets/modern/floating_panels.scss */
.floating-panel .panel-body .panel-item.nav-studio-selector .studio-actions .selector-dot:hover {
  border-color: #3498db;
  transform: scale(1.2);
}

/* line 152, app/assets/stylesheets/modern/floating_panels.scss */
.floating-panel .panel-footer-link {
  display: block;
  padding: 12px 16px;
  text-align: center;
  color: #3498db;
  font-weight: 500;
  text-decoration: none;
  border-top: 1px solid #f6f9fb;
  transition: background 0.2s ease;
}

/* line 162, app/assets/stylesheets/modern/floating_panels.scss */
.floating-panel .panel-footer-link:hover {
  background: #f6f9fb;
  text-decoration: none;
}

/* line 169, app/assets/stylesheets/modern/floating_panels.scss */
.profile-panel {
  position: fixed;
  top: 88px;
  right: 24px;
  min-width: 200px;
  max-width: 250px;
  z-index: 10000;
}

/* line 177, app/assets/stylesheets/modern/floating_panels.scss */
.profile-panel .profile-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 184, app/assets/stylesheets/modern/floating_panels.scss */
.profile-panel .profile-menu li:last-child {
  border-bottom: none;
}

/* line 188, app/assets/stylesheets/modern/floating_panels.scss */
.profile-panel .profile-menu li a {
  display: block;
  padding: 12px 16px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 200ms ease;
}

/* line 197, app/assets/stylesheets/modern/floating_panels.scss */
.profile-panel .profile-menu li a:hover {
  background: rgba(92, 106, 196, 0.1);
  color: #3498db;
  text-decoration: none;
}

/* line 208, app/assets/stylesheets/modern/floating_panels.scss */
.notifications-panel {
  min-width: 400px;
  max-width: 450px;
}

/* line 212, app/assets/stylesheets/modern/floating_panels.scss */
.notifications-panel .panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 217, app/assets/stylesheets/modern/floating_panels.scss */
.notifications-panel .panel-header .panel-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 222, app/assets/stylesheets/modern/floating_panels.scss */
.notifications-panel .panel-header .panel-header-actions .mark-all-read-btn {
  font-size: 13px;
  color: #3498db;
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 200ms ease;
}

/* line 230, app/assets/stylesheets/modern/floating_panels.scss */
.notifications-panel .panel-header .panel-header-actions .mark-all-read-btn:hover {
  background: rgba(52, 152, 219, 0.1);
  text-decoration: none;
}

/* line 238, app/assets/stylesheets/modern/floating_panels.scss */
.notifications-panel .notifications-body {
  padding: 0;
  max-height: 500px;
}

/* line 242, app/assets/stylesheets/modern/floating_panels.scss */
.notifications-panel .notifications-body .loading-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
}

/* line 250, app/assets/stylesheets/modern/floating_panels.scss */
.notifications-panel .notifications-body .loading-state .loading-spinner {
  margin-bottom: 16px;
}

/* line 254, app/assets/stylesheets/modern/floating_panels.scss */
.notifications-panel .notifications-body .loading-state p {
  color: #525f7f;
  font-size: 14px;
  margin: 0;
}

/* line 260, app/assets/stylesheets/modern/floating_panels.scss */
.notifications-panel .notifications-body .loading-state .error-message {
  color: #E11D48;
}

/* line 265, app/assets/stylesheets/modern/floating_panels.scss */
.notifications-panel .notifications-body .blank-slate {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  text-align: center;
  color: #525f7f;
}

/* line 274, app/assets/stylesheets/modern/floating_panels.scss */
.notifications-panel .notifications-body .blank-slate svg {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  opacity: 0.5;
}

/* line 281, app/assets/stylesheets/modern/floating_panels.scss */
.notifications-panel .notifications-body .blank-slate p {
  margin: 0;
  font-size: 14px;
}

/* line 288, app/assets/stylesheets/modern/floating_panels.scss */
.notifications-panel .notifications-body .notifications-content .notifications {
  padding: 0 !important;
}

/* line 292, app/assets/stylesheets/modern/floating_panels.scss */
.notifications-panel .notifications-body .notifications-content .pagination {
  padding: 12px 16px;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}

/* line 297, app/assets/stylesheets/modern/floating_panels.scss */
.notifications-panel .notifications-body .notifications-content .pagination.loader {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 302, app/assets/stylesheets/modern/floating_panels.scss */
.notifications-panel .notifications-body .notifications-content .pagination.loader .loading-spinner--sm {
  border-color: rgba(52, 152, 219, 0.2);
  border-top-color: #3498db;
  animation-duration: 0.6s;
}

/* line 313, app/assets/stylesheets/modern/floating_panels.scss */
.box-nav-panel {
  min-width: 280px;
  max-width: 320px;
  max-height: 80vh;
  z-index: 10001 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  transform-origin: top left;
}

/* line 323, app/assets/stylesheets/modern/floating_panels.scss */
.box-nav-panel.show {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  display: block !important;
}

/* line 330, app/assets/stylesheets/modern/floating_panels.scss */
.box-nav-panel .panel-body {
  padding: 0;
  max-height: calc(80vh - 60px);
  overflow-y: auto;
  background: transparent;
}

/* line 336, app/assets/stylesheets/modern/floating_panels.scss */
.box-nav-panel .panel-body .dropdown-body {
  padding: 0 8px 0 0;
}

/* line 339, app/assets/stylesheets/modern/floating_panels.scss */
.box-nav-panel .panel-body .dropdown-body .dropdown-item {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: all 200ms ease;
  background: #3498db;
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border-radius: 12px;
  margin: 6px 0;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 356, app/assets/stylesheets/modern/floating_panels.scss */
.box-nav-panel .panel-body .dropdown-body .dropdown-item:hover {
  background: #217dbb;
  transform: translateY(-2px);
  text-decoration: none;
}

/* line 362, app/assets/stylesheets/modern/floating_panels.scss */
.box-nav-panel .panel-body .dropdown-body .dropdown-item.active {
  background: #1d6fa5;
}

/* line 365, app/assets/stylesheets/modern/floating_panels.scss */
.box-nav-panel .panel-body .dropdown-body .dropdown-item.active svg {
  fill: #fff;
}

/* line 370, app/assets/stylesheets/modern/floating_panels.scss */
.box-nav-panel .panel-body .dropdown-body .dropdown-item.expanded {
  background: #217dbb;
}

/* line 374, app/assets/stylesheets/modern/floating_panels.scss */
.box-nav-panel .panel-body .dropdown-body .dropdown-item svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: white;
  stroke: white;
}

/* line 382, app/assets/stylesheets/modern/floating_panels.scss */
.box-nav-panel .panel-body .dropdown-body .dropdown-item .nested-arrow {
  margin-left: auto;
  transition: transform 0.2s ease;
  color: white;
  stroke: white;
}

/* line 389, app/assets/stylesheets/modern/floating_panels.scss */
.box-nav-panel .panel-body .dropdown-body .dropdown-item.expanded .nested-arrow {
  transform: rotate(90deg);
}

/* line 393, app/assets/stylesheets/modern/floating_panels.scss */
.box-nav-panel .panel-body .dropdown-body .dropdown-item + .nested-menu {
  border: none;
  margin-left: 0;
  margin-top: 8px;
  padding-left: 15px;
}

/* line 399, app/assets/stylesheets/modern/floating_panels.scss */
.box-nav-panel .panel-body .dropdown-body .dropdown-item + .nested-menu .nested-item {
  background: #3498db;
  padding: 10px 16px !important;
  font-size: 13px !important;
  color: white !important;
  margin: 4px 0 !important;
  border-radius: 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  transition: all 0.2s ease !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  text-decoration: none !important;
}

/* line 413, app/assets/stylesheets/modern/floating_panels.scss */
.box-nav-panel .panel-body .dropdown-body .dropdown-item + .nested-menu .nested-item:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  text-decoration: none !important;
}

/* line 419, app/assets/stylesheets/modern/floating_panels.scss */
.box-nav-panel .panel-body .dropdown-body .dropdown-item + .nested-menu .nested-item.active {
  font-weight: 600 !important;
  fill: white;
}

/* line 424, app/assets/stylesheets/modern/floating_panels.scss */
.box-nav-panel .panel-body .dropdown-body .dropdown-item + .nested-menu .nested-item svg {
  width: 14px !important;
  height: 14px !important;
  color: white !important;
  stroke: white !important;
}

/* line 431, app/assets/stylesheets/modern/floating_panels.scss */
.box-nav-panel .panel-body .dropdown-body .dropdown-item + .nested-menu .nested-item span {
  color: white !important;
  font-weight: 500 !important;
}

/* line 443, app/assets/stylesheets/modern/floating_panels.scss */
.floating-panel .notifications-body {
  overflow-y: auto;
}

/* line 446, app/assets/stylesheets/modern/floating_panels.scss */
.floating-panel .notifications-body::-webkit-scrollbar {
  width: 8px;
}

/* line 450, app/assets/stylesheets/modern/floating_panels.scss */
.floating-panel .notifications-body::-webkit-scrollbar-track {
  background: transparent;
}

/* line 454, app/assets/stylesheets/modern/floating_panels.scss */
.floating-panel .notifications-body::-webkit-scrollbar-thumb {
  background: #dfe6e9;
  border-radius: 4px;
}

/* line 458, app/assets/stylesheets/modern/floating_panels.scss */
.floating-panel .notifications-body::-webkit-scrollbar-thumb:hover {
  background: #b2bec3;
}

/* line 3, app/assets/stylesheets/modern/notifications.scss */
.modern-ui-body .notifications-list-modern {
  background: transparent;
  border-radius: 8px;
  overflow: hidden;
}

/* line 9, app/assets/stylesheets/modern/notifications.scss */
.modern-ui-body .notification-card {
  position: relative;
  background: transparent;
  border-bottom: 1px solid #f0f3f5;
  transition: all 200ms ease;
}

/* line 15, app/assets/stylesheets/modern/notifications.scss */
.modern-ui-body .notification-card:last-child {
  border-bottom: none;
}

/* line 19, app/assets/stylesheets/modern/notifications.scss */
.modern-ui-body .notification-card.unread {
  background: transparent;
}

/* line 22, app/assets/stylesheets/modern/notifications.scss */
.modern-ui-body .notification-card.unread .notification-avatar::after {
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  width: 10px;
  height: 10px;
  background: #3498db;
  border: 2px solid white;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(52, 152, 219, 0.3);
}

/* line 36, app/assets/stylesheets/modern/notifications.scss */
.modern-ui-body .notification-card:hover {
  background: rgba(248, 250, 251, 0.5);
}

/* line 40, app/assets/stylesheets/modern/notifications.scss */
.modern-ui-body .notification-card .notification-card-content {
  display: flex;
  align-items: flex-start;
  padding: 16px 18px;
  gap: 14px;
  position: relative;
}

/* line 48, app/assets/stylesheets/modern/notifications.scss */
.modern-ui-body .notification-card .notification-avatar {
  flex-shrink: 0;
  position: relative;
}

/* line 52, app/assets/stylesheets/modern/notifications.scss */
.modern-ui-body .notification-card .notification-avatar .avatar-image {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #f0f3f5;
}

/* line 61, app/assets/stylesheets/modern/notifications.scss */
.modern-ui-body .notification-card .notification-main {
  flex: 1;
  min-width: 0;
}

/* line 66, app/assets/stylesheets/modern/notifications.scss */
.modern-ui-body .notification-card .notification-message {
  color: #2c3e50;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 6px;
}

/* line 72, app/assets/stylesheets/modern/notifications.scss */
.modern-ui-body .notification-card .notification-message strong {
  font-weight: 600;
  color: #1a252f;
}

/* line 77, app/assets/stylesheets/modern/notifications.scss */
.modern-ui-body .notification-card .notification-message a {
  color: #3498db;
  text-decoration: none;
}

/* line 81, app/assets/stylesheets/modern/notifications.scss */
.modern-ui-body .notification-card .notification-message a:hover {
  text-decoration: underline;
}

/* line 86, app/assets/stylesheets/modern/notifications.scss */
.modern-ui-body .notification-card .notification-message .achievement-child-name {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #1e40af;
  line-height: 1.3;
  margin-bottom: 1px;
}

/* line 95, app/assets/stylesheets/modern/notifications.scss */
.modern-ui-body .notification-card .notification-message .achievement-line {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #3b82f6;
  margin-bottom: 2px;
}

/* line 105, app/assets/stylesheets/modern/notifications.scss */
.modern-ui-body .notification-card .notification-message .achievement-description {
  display: inline-block;
  font-size: 13px;
  color: #6b7c93;
  font-style: italic;
  line-height: 1.4;
  margin-top: 2px;
}

/* line 115, app/assets/stylesheets/modern/notifications.scss */
.modern-ui-body .notification-card .notification-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 121, app/assets/stylesheets/modern/notifications.scss */
.modern-ui-body .notification-card .notification-timestamp {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #95a5a6;
}

/* line 128, app/assets/stylesheets/modern/notifications.scss */
.modern-ui-body .notification-card .notification-timestamp .icon-small {
  width: 13px;
  height: 13px;
  stroke-width: 2;
}

/* line 134, app/assets/stylesheets/modern/notifications.scss */
.modern-ui-body .notification-card .notification-timestamp .time-separator {
  margin: 0 2px;
}

/* line 139, app/assets/stylesheets/modern/notifications.scss */
.modern-ui-body .notification-card .notification-actions {
  opacity: 0;
  transition: opacity 0.2s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* line 146, app/assets/stylesheets/modern/notifications.scss */
.modern-ui-body .notification-card .notification-actions .action-btn {
  background: transparent;
  border: none;
  padding: 6px;
  border-radius: 6px;
  cursor: pointer;
  color: #95a5a6;
  transition: all 200ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 158, app/assets/stylesheets/modern/notifications.scss */
.modern-ui-body .notification-card .notification-actions .action-btn:hover {
  background: rgba(52, 152, 219, 0.12);
  color: #3498db;
}

/* line 163, app/assets/stylesheets/modern/notifications.scss */
.modern-ui-body .notification-card .notification-actions .action-btn .icon-small {
  width: 16px;
  height: 16px;
  stroke-width: 2.5;
}

/* line 171, app/assets/stylesheets/modern/notifications.scss */
.modern-ui-body .notification-card:hover .notification-actions {
  opacity: 1;
}

/* line 175, app/assets/stylesheets/modern/notifications.scss */
.modern-ui-body .notification-card .notification-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/* line 187, app/assets/stylesheets/modern/notifications.scss */
.modern-ui-body .modern-notifications-scroll::-webkit-scrollbar {
  width: 8px;
}

/* line 191, app/assets/stylesheets/modern/notifications.scss */
.modern-ui-body .modern-notifications-scroll::-webkit-scrollbar-track {
  background: transparent;
}

/* line 195, app/assets/stylesheets/modern/notifications.scss */
.modern-ui-body .modern-notifications-scroll::-webkit-scrollbar-thumb {
  background: #dfe6e9;
  border-radius: 4px;
}

/* line 199, app/assets/stylesheets/modern/notifications.scss */
.modern-ui-body .modern-notifications-scroll::-webkit-scrollbar-thumb:hover {
  background: #b2bec3;
}

/* line 2, app/assets/stylesheets/modern/ui_switcher.scss */
.modern-ui-body .ui-switcher-button {
  position: fixed;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10003;
}

/* line 9, app/assets/stylesheets/modern/ui_switcher.scss */
.modern-ui-body .ui-switcher-button .switcher-btn {
  display: flex;
  align-items: center;
  height: 48px;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.95);
  color: #3498db;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: all 300ms ease;
  border: 2px solid rgba(92, 106, 196, 0.2);
  cursor: pointer;
  padding: 0;
  width: 48px;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
}

/* line 26, app/assets/stylesheets/modern/ui_switcher.scss */
.modern-ui-body .ui-switcher-button .switcher-btn:hover {
  padding: 0 16px;
  width: auto;
  gap: 8px;
  background-color: #3498db;
  color: white;
  border-color: #3498db;
}

/* line 34, app/assets/stylesheets/modern/ui_switcher.scss */
.modern-ui-body .ui-switcher-button .switcher-btn:hover .switcher-icon-wrapper {
  transform: rotate(12deg) scale(1.1);
}

/* line 38, app/assets/stylesheets/modern/ui_switcher.scss */
.modern-ui-body .ui-switcher-button .switcher-btn:hover .switcher-text {
  opacity: 1;
  max-width: 120px;
  margin-left: 8px;
}

/* line 45, app/assets/stylesheets/modern/ui_switcher.scss */
.modern-ui-body .ui-switcher-button .switcher-btn .switcher-icon-wrapper {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(92, 106, 196, 0.1);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

/* line 55, app/assets/stylesheets/modern/ui_switcher.scss */
.modern-ui-body .ui-switcher-button .switcher-btn .switcher-icon-wrapper i {
  font-size: 18px;
}

/* line 60, app/assets/stylesheets/modern/ui_switcher.scss */
.modern-ui-body .ui-switcher-button .switcher-btn .switcher-text {
  font-size: 14px;
  font-weight: 600;
  transition: all 300ms ease;
  opacity: 0;
  max-width: 0;
  white-space: nowrap;
}

/* line 2, app/assets/stylesheets/modern/impersonation.scss */
.modern-ui-body .impersonation-indicator {
  position: fixed;
  left: 24px;
  top: calc(50% + 80px);
  transform: translateY(-50%);
  z-index: 10100;
}

/* line 9, app/assets/stylesheets/modern/impersonation.scss */
.modern-ui-body .impersonation-indicator .impersonation-btn {
  display: flex;
  align-items: center;
  height: 48px;
  border-radius: 24px;
  background-color: rgba(225, 29, 72, 0.95);
  color: white;
  box-shadow: 0 8px 24px rgba(225, 29, 72, 0.3);
  transition: all 300ms ease;
  border: 2px solid rgba(225, 29, 72, 0.4);
  cursor: pointer;
  padding: 0;
  width: 48px;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
  position: relative;
}

/* line 27, app/assets/stylesheets/modern/impersonation.scss */
.modern-ui-body .impersonation-indicator .impersonation-btn:hover {
  padding: 0 16px;
  width: auto;
  gap: 8px;
  background-color: #DC2626;
  border-color: #DC2626;
  box-shadow: 0 12px 32px rgba(225, 29, 72, 0.4);
}

/* line 35, app/assets/stylesheets/modern/impersonation.scss */
.modern-ui-body .impersonation-indicator .impersonation-btn:hover .impersonation-icon-wrapper {
  transform: scale(1.1);
}

/* line 39, app/assets/stylesheets/modern/impersonation.scss */
.modern-ui-body .impersonation-indicator .impersonation-btn:hover .impersonation-text {
  opacity: 1;
  max-width: 140px;
  margin-left: 8px;
}

/* line 45, app/assets/stylesheets/modern/impersonation.scss */
.modern-ui-body .impersonation-indicator .impersonation-btn:hover .impersonation-email {
  opacity: 1;
  max-width: 200px;
  margin-left: 8px;
}

/* line 52, app/assets/stylesheets/modern/impersonation.scss */
.modern-ui-body .impersonation-indicator .impersonation-btn .impersonation-icon-wrapper {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

/* line 62, app/assets/stylesheets/modern/impersonation.scss */
.modern-ui-body .impersonation-indicator .impersonation-btn .impersonation-icon-wrapper i {
  font-size: 18px;
}

/* line 67, app/assets/stylesheets/modern/impersonation.scss */
.modern-ui-body .impersonation-indicator .impersonation-btn .impersonation-text {
  font-size: 14px;
  font-weight: 600;
  transition: all 300ms ease;
  opacity: 0;
  max-width: 0;
  white-space: nowrap;
}

/* line 76, app/assets/stylesheets/modern/impersonation.scss */
.modern-ui-body .impersonation-indicator .impersonation-btn .impersonation-email {
  font-size: 12px;
  font-weight: 500;
  opacity: 0.9;
  transition: all 300ms ease;
  opacity: 0;
  max-width: 0;
  white-space: nowrap;
  margin-top: 2px;
}

/* line 87, app/assets/stylesheets/modern/impersonation.scss */
.modern-ui-body .impersonation-indicator .impersonation-btn::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 26px;
  background: rgba(225, 29, 72, 0.3);
  animation: impersonation-pulse 2s infinite;
  z-index: -1;
}

/* line 103, app/assets/stylesheets/modern/impersonation.scss */
.staging-badge {
  position: fixed;
  left: 24px;
  top: calc(50% - 120px);
  transform: translateY(-50%);
  z-index: 10100;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 14px;
  border-radius: 20px;
  background-color: #f59e0b;
  color: white;
  border: 2px solid rgba(245, 158, 11, 0.5);
  box-shadow: 0 8px 24px rgba(245, 158, 11, 0.35);
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  pointer-events: auto;
}

/* line 124, app/assets/stylesheets/modern/impersonation.scss */
.staging-badge span {
  white-space: nowrap;
  font-size: 12px;
}

@keyframes impersonation-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* line 8, app/assets/stylesheets/modern/modals.scss */
.modern-ui-body .modal-backdrop {
  z-index: 110 !important;
  position: fixed !important;
  overflow: hidden !important;
}

/* line 14, app/assets/stylesheets/modern/modals.scss */
.modern-ui-body body.modal-open {
  overflow-x: hidden !important;
}

/* line 18, app/assets/stylesheets/modern/modals.scss */
.modern-ui-body .modal {
  z-index: 120 !important;
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

/* line 28, app/assets/stylesheets/modern/modals.scss */
.modern-ui-body .modal .modal-dialog {
  overflow: visible !important;
  margin: 1rem auto;
  max-width: calc(100vw - 2rem);
  width: auto;
  position: relative;
}

@media (min-width: 576px) {
  /* line 28, app/assets/stylesheets/modern/modals.scss */
  .modern-ui-body .modal .modal-dialog {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 28, app/assets/stylesheets/modern/modals.scss */
  .modern-ui-body .modal .modal-dialog {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 28, app/assets/stylesheets/modern/modals.scss */
  .modern-ui-body .modal .modal-dialog {
    max-width: 960px;
  }
}

@media (min-width: 1024px) {
  /* line 28, app/assets/stylesheets/modern/modals.scss */
  .modern-ui-body .modal .modal-dialog {
    max-width: calc(100vw - 545px);
  }
}

@media (min-width: 1200px) {
  /* line 28, app/assets/stylesheets/modern/modals.scss */
  .modern-ui-body .modal .modal-dialog {
    max-width: 1140px;
  }
}

@media (max-width: 575px) {
  /* line 55, app/assets/stylesheets/modern/modals.scss */
  .modern-ui-body .modal .modal-dialog.modal-xl {
    max-width: calc(100vw - 1rem);
    margin: 0.5rem;
  }
}

@media (min-width: 576px) {
  /* line 55, app/assets/stylesheets/modern/modals.scss */
  .modern-ui-body .modal .modal-dialog.modal-xl {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 55, app/assets/stylesheets/modern/modals.scss */
  .modern-ui-body .modal .modal-dialog.modal-xl {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 55, app/assets/stylesheets/modern/modals.scss */
  .modern-ui-body .modal .modal-dialog.modal-xl {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 55, app/assets/stylesheets/modern/modals.scss */
  .modern-ui-body .modal .modal-dialog.modal-xl {
    max-width: 1140px;
  }
}

/* line 79, app/assets/stylesheets/modern/modals.scss */
.modern-ui-body .modal .modal-content {
  max-height: 90vh;
  width: 100%;
  border-radius: 24px;
  margin: 1px auto;
  overflow-x: hidden !important;
  overflow-y: auto;
}

/* line 88, app/assets/stylesheets/modern/modals.scss */
.modern-ui-body .modal .modal-body {
  max-height: calc(90vh - 120px);
  padding: 1rem 2rem;
  overflow-x: hidden !important;
  overflow-y: auto;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
}

/* line 96, app/assets/stylesheets/modern/modals.scss */
.modern-ui-body .modal .modal-body .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 102, app/assets/stylesheets/modern/modals.scss */
.modern-ui-body .modal .modal-body [class*="col-"] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

/* line 108, app/assets/stylesheets/modern/modals.scss */
.modern-ui-body .modal .modal-body > * {
  max-width: 100%;
  box-sizing: border-box;
}

/* line 114, app/assets/stylesheets/modern/modals.scss */
.modern-ui-body .modal .modal-body img, .modern-ui-body .modal .modal-body video, .modern-ui-body .modal .modal-body iframe {
  max-width: 100%;
  height: auto;
}

/* line 120, app/assets/stylesheets/modern/modals.scss */
.modern-ui-body .modal .modal-body .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 127, app/assets/stylesheets/modern/modals.scss */
.modern-ui-body .modal .modal-body::-webkit-scrollbar {
  width: 6px;
}

/* line 131, app/assets/stylesheets/modern/modals.scss */
.modern-ui-body .modal .modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

/* line 136, app/assets/stylesheets/modern/modals.scss */
.modern-ui-body .modal .modal-body::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

/* line 140, app/assets/stylesheets/modern/modals.scss */
.modern-ui-body .modal .modal-body::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* line 147, app/assets/stylesheets/modern/modals.scss */
.modern-ui-body .pika-single {
  z-index: 100001 !important;
  position: absolute !important;
  border-radius: 16px !important;
}

/* line 153, app/assets/stylesheets/modern/modals.scss */
.modern-ui-body .datepicker {
  position: relative !important;
}

/* line 158, app/assets/stylesheets/modern/modals.scss */
.modern-ui-body .modal .datepicker {
  position: relative !important;
}

/* line 162, app/assets/stylesheets/modern/modals.scss */
.modern-ui-body .modal .pika-single {
  position: absolute !important;
  z-index: 100001 !important;
}

/* line 168, app/assets/stylesheets/modern/modals.scss */
.modern-ui-body .flatpickr-calendar {
  z-index: 100001 !important;
  position: absolute !important;
}

/* line 173, app/assets/stylesheets/modern/modals.scss */
.modern-ui-body .dropdown-menu {
  z-index: 100001 !important;
}

/* line 177, app/assets/stylesheets/modern/modals.scss */
.modern-ui-body .chosen-container .chosen-drop {
  z-index: 100001 !important;
}

@media (max-height: 600px) {
  /* line 183, app/assets/stylesheets/modern/modals.scss */
  .modern-ui-body .modal .modal-content {
    max-height: 95vh;
  }
  /* line 187, app/assets/stylesheets/modern/modals.scss */
  .modern-ui-body .modal .modal-body {
    max-height: calc(95vh - 100px);
  }
}

@media (max-width: 768px) {
  /* line 195, app/assets/stylesheets/modern/modals.scss */
  .modern-ui-body .modal .modal-dialog {
    margin: 0.5rem;
    max-width: calc(100vw - 1rem);
    width: calc(100vw - 1rem);
  }
  /* line 201, app/assets/stylesheets/modern/modals.scss */
  .modern-ui-body .modal .modal-content {
    max-height: 95vh;
    width: 100%;
    border-radius: 16px;
    overflow-x: hidden !important;
    overflow-y: auto;
  }
  /* line 209, app/assets/stylesheets/modern/modals.scss */
  .modern-ui-body .modal .modal-body {
    max-height: calc(95vh - 80px);
    padding: 0.75rem;
    overflow-x: hidden !important;
    overflow-y: auto;
    word-wrap: break-word;
  }
  /* line 217, app/assets/stylesheets/modern/modals.scss */
  .modern-ui-body .modal .modal-header {
    padding: 0.75rem;
  }
  /* line 221, app/assets/stylesheets/modern/modals.scss */
  .modern-ui-body .modal .modal-footer {
    padding: 0.75rem;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  /* line 226, app/assets/stylesheets/modern/modals.scss */
  .modern-ui-body .modal .modal-footer .button {
    flex: 1;
    min-width: calc(50% - 0.25rem);
  }
  /* line 231, app/assets/stylesheets/modern/modals.scss */
  .modern-ui-body .modal .modal-footer.smart-goal-modal-footer {
    flex-wrap: nowrap;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    justify-content: flex-end;
  }
  /* line 237, app/assets/stylesheets/modern/modals.scss */
  .modern-ui-body .modal .modal-footer.smart-goal-modal-footer .button {
    flex: 0 1 auto;
    min-width: 0;
    padding: 0.5rem 0.75rem;
  }
  /* line 246, app/assets/stylesheets/modern/modals.scss */
  .modern-ui-body .modal .category-card-v2 {
    min-height: 120px;
  }
}

/* line 253, app/assets/stylesheets/modern/modals.scss */
.modern-ui-body .modal-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  padding: 1rem 1.5rem;
  border-top: 1px solid #e5e7eb;
}

/* line 261, app/assets/stylesheets/modern/modals.scss */
.modern-ui-body .modal-footer .modern-button-border {
  border-radius: 9999px !important;
}

/* line 265, app/assets/stylesheets/modern/modals.scss */
.modern-ui-body .modal-footer .button {
  border-radius: 9999px !important;
  padding: 0.5rem 1rem;
  font-weight: 500;
  font-size: 0.875rem;
}

/* line 273, app/assets/stylesheets/modern/modals.scss */
.modern-ui-body .modal-header {
  border-bottom: 1px solid #e5e7eb;
  padding: 1rem 2rem;
}

/* line 277, app/assets/stylesheets/modern/modals.scss */
.modern-ui-body .modal-header .modal-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
}

/* line 283, app/assets/stylesheets/modern/modals.scss */
.modern-ui-body .modal-header .close {
  padding: 8px;
  margin: -8px -8px -8px auto;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

/* line 289, app/assets/stylesheets/modern/modals.scss */
.modern-ui-body .modal-header .close:hover {
  opacity: 0.8;
}

@media (max-width: 568px) {
  /* line 298, app/assets/stylesheets/modern/modals.scss */
  .share-post-modal .modal-content {
    overflow: visible !important;
  }
  /* line 302, app/assets/stylesheets/modern/modals.scss */
  .share-post-modal .chosen-container {
    width: 100%;
    font-size: 16px;
  }
  /* line 307, app/assets/stylesheets/modern/modals.scss */
  .share-post-modal .selectize-control {
    width: 100%;
    font-size: 16px;
  }
  /* line 312, app/assets/stylesheets/modern/modals.scss */
  .share-post-modal .chosen-container .chosen-choices {
    min-height: 48px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid #d2d7db;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }
  /* line 322, app/assets/stylesheets/modern/modals.scss */
  .share-post-modal .chosen-container-multi .chosen-choices li.search-choice {
    padding: 8px 28px 8px 12px;
    border-radius: 10px;
    background-color: #f1f5f9;
    border: 0;
    font-size: 0.95rem;
    line-height: 1.2;
  }
  /* line 331, app/assets/stylesheets/modern/modals.scss */
  .share-post-modal .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: 32px;
    font-size: 0.95rem;
  }
  /* line 336, app/assets/stylesheets/modern/modals.scss */
  .share-post-modal .chosen-container .chosen-drop {
    margin-top: 6px;
    border-radius: 12px;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.18);
    border: 1px solid rgba(148, 163, 184, 0.25);
    -webkit-overflow-scrolling: touch;
  }
  /* line 344, app/assets/stylesheets/modern/modals.scss */
  .share-post-modal .chosen-container .chosen-results {
    max-height: 240px;
    font-size: 1rem;
  }
  /* line 349, app/assets/stylesheets/modern/modals.scss */
  .share-post-modal .chosen-container .chosen-results li {
    padding: 10px 14px;
    line-height: 1.4;
  }
  /* line 354, app/assets/stylesheets/modern/modals.scss */
  .share-post-modal .selectize-control.multi .selectize-input {
    min-height: 48px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid #d2d7db;
    box-shadow: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  /* line 365, app/assets/stylesheets/modern/modals.scss */
  .share-post-modal .selectize-control.multi .selectize-input > div {
    margin: 0;
    padding: 8px 28px 8px 12px;
    border-radius: 10px;
    background-color: #f1f5f9;
    border: 0;
    font-size: 0.95rem;
    line-height: 1.2;
  }
  /* line 374, app/assets/stylesheets/modern/modals.scss */
  .share-post-modal .selectize-control.multi .selectize-input > div.locked-studio {
    background-color: #1f2937;
    color: #fff;
    position: relative;
  }
  /* line 379, app/assets/stylesheets/modern/modals.scss */
  .share-post-modal .selectize-control.multi .selectize-input > div.locked-studio .remove {
    display: none !important;
  }
  /* line 385, app/assets/stylesheets/modern/modals.scss */
  .share-post-modal .selectize-dropdown {
    border-radius: 12px;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.18);
    border: 1px solid rgba(148, 163, 184, 0.25);
    margin-top: 6px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
  }
  /* line 394, app/assets/stylesheets/modern/modals.scss */
  .share-post-modal .selectize-dropdown .option {
    padding: 10px 14px;
    line-height: 1.4;
  }
}

/* line 402, app/assets/stylesheets/modern/modals.scss */
.share-post-modal .chosen-container {
  width: 100% !important;
}

/* line 406, app/assets/stylesheets/modern/modals.scss */
.share-post-modal .chosen-container .chosen-drop {
  z-index: 100002 !important;
}

/* line 410, app/assets/stylesheets/modern/modals.scss */
.share-post-modal .chosen-container .chosen-results {
  -webkit-overflow-scrolling: touch;
}

/* line 414, app/assets/stylesheets/modern/modals.scss */
.share-post-modal .selectize-control {
  width: 100%;
}

/* line 418, app/assets/stylesheets/modern/modals.scss */
.share-post-modal .selectize-dropdown {
  z-index: 100002;
}

/* line 427, app/assets/stylesheets/modern/modals.scss */
.share-post-modal .modal.modal-loading .modal-content {
  position: relative;
  pointer-events: none;
}

/* line 431, app/assets/stylesheets/modern/modals.scss */
.share-post-modal .modal.modal-loading .modal-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.75);
  border-radius: inherit;
  z-index: 1050;
}

/* line 440, app/assets/stylesheets/modern/modals.scss */
.share-post-modal .modal.modal-loading .modal-content::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  margin: -18px 0 0 -18px;
  border: 3px solid #e2e8f0;
  border-top-color: #2563eb;
  border-radius: 50%;
  animation: modal-loader-spin 0.75s linear infinite;
  z-index: 1051;
}

@keyframes modal-loader-spin {
  to {
    transform: rotate(360deg);
  }
}

/* line 2, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container {
  position: relative;
  z-index: 60;
  background: white;
  border-radius: 24px;
  padding: 32px 28px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border: 1px solid #dfe7f2;
  transition: all 300ms ease;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 100px);
  min-height: 600px;
  max-height: 950px;
  overflow: hidden;
}

/* line 19, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .loading-spinner {
  border-radius: 24px;
  align-items: flex-start !important;
  padding-top: 80px !important;
}

/* line 25, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .community-header {
  display: flex;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 16px;
  margin-bottom: 24px;
  flex-shrink: 0;
}

/* line 34, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .community-header .studio-school-toggle {
  display: flex;
  border-radius: 9999px;
  background-color: #f1f5f9;
  padding: 4px;
  font-size: 14px;
  font-weight: 600;
}

/* line 42, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .community-header .studio-school-toggle .toggle-btn {
  border-radius: 9999px;
  padding: 8px 16px;
  text-decoration: none;
  color: #64748b;
  transition: all 200ms ease;
  background: transparent;
}

/* line 50, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .community-header .studio-school-toggle .toggle-btn.active {
  background: white;
  color: #0f172a;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 56, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .community-header .studio-school-toggle .toggle-btn.disabled {
  color: #94a3b8;
  cursor: not-allowed;
  opacity: 0.6;
  background: #f8fafc;
}

/* line 63, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .community-header .studio-school-toggle .toggle-btn:not(.active):not(.disabled):hover {
  color: #334155;
}

/* line 69, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .community-header .community-title {
  font-size: 1.50rem;
  font-weight: 600;
  color: #0f172a;
  letter-spacing: -0.025em;
  margin: 0;
  flex: 1;
}

/* line 78, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .community-header .search-container {
  margin-left: auto;
}

/* line 81, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .community-header .search-container .search-input-wrapper {
  position: relative;
  display: inline-block;
}

/* line 86, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .community-header .search-container .search-form {
  display: flex;
}

/* line 90, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .community-header .search-container .search-input {
  width: 256px;
  border-radius: 9999px;
  border: 1px solid #e2e8f0;
  background-color: #f8fafc;
  padding: 8px 16px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s ease;
}

/* line 100, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .community-header .search-container .search-input:focus {
  border-color: #cbd5e1;
}

/* line 104, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .community-header .search-container .search-input::-moz-placeholder {
  color: #94a3b8;
}
.community-directory-container .community-header .search-container .search-input::placeholder {
  color: #94a3b8;
}

/* line 109, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .community-header .search-container .search-loading {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #3498db;
  font-size: 14px;
  pointer-events: none;
  z-index: 2;
}

/* line 119, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .community-header .search-container .search-loading.hidden {
  display: none;
}

@media (max-width: 768px) {
  /* line 130, app/assets/stylesheets/modern/community_directory.scss */
  .community-directory-container .modern-learner-header.community-header-desktop {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-bottom: 1px solid #e6ebf1;
  }
  /* line 136, app/assets/stylesheets/modern/community_directory.scss */
  .community-directory-container .modern-learner-header.community-header-desktop .community-header-row-1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  /* line 143, app/assets/stylesheets/modern/community_directory.scss */
  .community-directory-container .modern-learner-header.community-header-desktop .community-header-row-1 .modern-header-left {
    flex: 0 0 auto;
    margin: 0;
    order: 2;
    margin-left: auto;
  }
  /* line 149, app/assets/stylesheets/modern/community_directory.scss */
  .community-directory-container .modern-learner-header.community-header-desktop .community-header-row-1 .modern-header-left .modern-toggle-group {
    margin-left: 0;
  }
  /* line 154, app/assets/stylesheets/modern/community_directory.scss */
  .community-directory-container .modern-learner-header.community-header-desktop .community-header-row-1 .modern-learner-title {
    flex: 1;
    margin: 0;
    text-align: left;
    order: 1;
    min-width: 0;
    text-overflow: ellipsis;
  }
  /* line 164, app/assets/stylesheets/modern/community_directory.scss */
  .community-directory-container .modern-learner-header.community-header-desktop .community-header-row-2 {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  /* line 169, app/assets/stylesheets/modern/community_directory.scss */
  .community-directory-container .modern-learner-header.community-header-desktop .community-header-row-2 .modern-header-right {
    flex: 1;
    margin: 0;
    width: 100%;
  }
  /* line 174, app/assets/stylesheets/modern/community_directory.scss */
  .community-directory-container .modern-learner-header.community-header-desktop .community-header-row-2 .modern-header-right .search-container {
    margin-left: 0;
    width: 100%;
  }
  /* line 178, app/assets/stylesheets/modern/community_directory.scss */
  .community-directory-container .modern-learner-header.community-header-desktop .community-header-row-2 .modern-header-right .search-container .search-input-wrapper {
    width: 100%;
  }
  /* line 182, app/assets/stylesheets/modern/community_directory.scss */
  .community-directory-container .modern-learner-header.community-header-desktop .community-header-row-2 .modern-header-right .search-container .search-input {
    width: 100%;
  }
}

@media (min-width: 769px) {
  /* line 192, app/assets/stylesheets/modern/community_directory.scss */
  .community-directory-container .modern-learner-header.community-header-desktop {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
  }
  /* line 199, app/assets/stylesheets/modern/community_directory.scss */
  .community-directory-container .modern-learner-header.community-header-desktop .community-header-row-1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    flex: 1;
  }
  /* line 206, app/assets/stylesheets/modern/community_directory.scss */
  .community-directory-container .modern-learner-header.community-header-desktop .community-header-row-1 .modern-header-left {
    flex: 0 0 auto;
    margin: 0;
    min-width: 0;
    justify-content: flex-start;
  }
  /* line 212, app/assets/stylesheets/modern/community_directory.scss */
  .community-directory-container .modern-learner-header.community-header-desktop .community-header-row-1 .modern-header-left .modern-toggle-group {
    margin-left: 0;
  }
  /* line 217, app/assets/stylesheets/modern/community_directory.scss */
  .community-directory-container .modern-learner-header.community-header-desktop .community-header-row-1 .modern-learner-title {
    flex: 0 0 auto;
    margin: 0;
    text-align: left;
  }
  /* line 224, app/assets/stylesheets/modern/community_directory.scss */
  .community-directory-container .modern-learner-header.community-header-desktop .community-header-row-2 {
    display: flex;
    justify-content: flex-end;
    flex: 0 0 auto;
  }
  /* line 229, app/assets/stylesheets/modern/community_directory.scss */
  .community-directory-container .modern-learner-header.community-header-desktop .community-header-row-2 .modern-header-right {
    flex: 0 0 auto;
    margin: 0;
  }
}

/* line 237, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .modern-learner-header .search-container {
  margin-left: auto;
}

/* line 240, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .modern-learner-header .search-container .search-input-wrapper {
  position: relative;
  display: inline-block;
}

/* line 245, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .modern-learner-header .search-container .search-form {
  display: flex;
}

/* line 249, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .modern-learner-header .search-container .search-input {
  width: 256px;
  border-radius: 9999px;
  border: 1px solid #e2e8f0;
  background-color: #f8fafc;
  padding: 8px 16px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s ease;
}

/* line 259, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .modern-learner-header .search-container .search-input:focus {
  border-color: #cbd5e1;
}

/* line 263, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .modern-learner-header .search-container .search-input::-moz-placeholder {
  color: #94a3b8;
}
.community-directory-container .modern-learner-header .search-container .search-input::placeholder {
  color: #94a3b8;
}

/* line 268, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .modern-learner-header .search-container .search-loading {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #3498db;
  font-size: 14px;
  pointer-events: none;
  z-index: 2;
}

/* line 278, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .modern-learner-header .search-container .search-loading.hidden {
  display: none;
}

/* line 286, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .studio-filter-pills {
  margin-bottom: 32px;
  padding: 0 8px;
  flex-shrink: 0;
}

/* line 291, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .studio-filter-pills .pills-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  padding: 8px;
}

/* line 299, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .studio-filter-pills .studio-pill {
  background: white;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 99999px;
  font-size: 14px;
  font-weight: 600;
  color: #475569;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  outline: none;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  letter-spacing: -0.025em;
  height: 38px;
}

/* line 317, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .studio-filter-pills .studio-pill::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: #3498db;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

/* line 328, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .studio-filter-pills .studio-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.1);
  border-color: rgba(59, 130, 246, 0.3);
  color: #1e293b;
}

/* line 335, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .studio-filter-pills .studio-pill:hover::before {
  opacity: 0.1;
}

/* line 340, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .studio-filter-pills .studio-pill.active {
  background: #3498db;
  color: white;
}

/* line 344, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .studio-filter-pills .studio-pill.active::before {
  opacity: 0;
}

/* line 348, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .studio-filter-pills .studio-pill.active:hover {
  background: #3498db;
  transform: translateY(-2px);
}

/* line 354, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .studio-filter-pills .studio-pill:focus {
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 359, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .studio-filter-pills .studio-pill:active {
  transform: translateY(0);
  transition: transform 0.1s ease;
}

@media (min-width: 769px) {
  /* line 367, app/assets/stylesheets/modern/community_directory.scss */
  .community-directory-container .affiliates-grid .affiliate-card-wrapper {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (max-width: 768px) {
  /* line 367, app/assets/stylesheets/modern/community_directory.scss */
  .community-directory-container .affiliates-grid .affiliate-card-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* line 381, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .affiliate-card {
  border-radius: 12px;
  background: white;
  padding: 16px;
  transition: all 200ms ease;
}

/* line 387, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .affiliate-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 999;
}

/* line 394, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .affiliate-card[href] {
  text-decoration: none;
  color: inherit;
}

/* line 398, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .affiliate-card[href]:hover {
  text-decoration: none;
  color: inherit;
}

/* line 403, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .affiliate-card[href]:visited {
  text-decoration: none;
  color: inherit;
}

/* line 408, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .affiliate-card[href]:focus {
  text-decoration: none;
  color: inherit;
}

/* line 414, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .affiliate-card .affiliate-content {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-width: 0;
}

/* line 421, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .affiliate-card .affiliate-content .affiliate-avatar {
  flex-shrink: 0;
}

/* line 424, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .affiliate-card .affiliate-content .affiliate-avatar .avatar-image {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #7ec0df;
  -o-object-fit: cover;
     object-fit: cover;
  background: white;
  transition: transform 0.2s ease;
}

/* line 435, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .affiliate-card .affiliate-content .affiliate-info {
  flex: 1;
  min-width: 0;
  width: 100%;
}

/* line 440, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .affiliate-card .affiliate-content .affiliate-info .affiliate-name {
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

/* line 451, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .affiliate-card .affiliate-content .affiliate-info .affiliate-details {
  font-size: 13px;
  color: #64748b;
  text-overflow: ellipsis;
  max-width: 100%;
}

/* line 458, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .affiliate-card .affiliate-content .pill {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 4px;
}

/* line 468, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .affiliate-card .affiliate-content .pill.purple {
  background: #8b5cf6;
  color: white;
}

/* line 473, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .affiliate-card .affiliate-content .pill.sm {
  font-size: 10px;
  padding: 2px 6px;
}

/* line 480, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .affiliate-card:hover .affiliate-avatar .avatar-image {
  transform: scale(1.05);
}

/* line 484, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .affiliate-card.clickable {
  cursor: pointer;
  transition: all 200ms ease;
}

/* line 488, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .affiliate-card.clickable:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* line 493, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .affiliate-card.clickable:active {
  transform: translateY(0);
  transition: transform 0.1s ease;
}

/* line 499, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .affiliate-card.dropdown {
  position: relative;
}

/* line 502, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .affiliate-card.dropdown .dropdown-toggle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
}

/* line 512, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .affiliate-card.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  min-width: 200px;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15), 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  margin-top: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(-10px);
  transition: all 200ms ease;
}

/* line 531, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .affiliate-card.dropdown .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* line 537, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .affiliate-card.dropdown .dropdown-menu .dropdown-item {
  display: block;
  padding: 6px 16px;
  color: #374151;
  text-decoration: none;
  transition: background-color 0.2s ease;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
}

/* line 548, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .affiliate-card.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #f8fafc;
  color: #1f2937;
}

/* line 553, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .affiliate-card.dropdown .dropdown-menu .dropdown-item .d-flex {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 558, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .affiliate-card.dropdown .dropdown-menu .dropdown-item .d-flex .icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
}

/* line 566, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .affiliate-card.dropdown .dropdown-menu .dropdown-item .d-flex .icon svg {
  width: 16px;
  height: 16px;
}

/* line 572, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .affiliate-card.dropdown .dropdown-menu .dropdown-item .d-flex .text {
  font-size: 14px;
  font-weight: 500;
}

/* line 580, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .affiliate-card.dropdown.birthday-box {
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  border-color: #f59e0b;
}

/* line 584, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .affiliate-card.dropdown.birthday-box .affiliate-name {
  color: #92400e;
}

/* line 589, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .affiliate-card.dropdown .happy-birthday {
  color: #92400e;
  font-size: 12px;
  font-weight: 600;
  margin: 4px 0 0 0;
}

/* line 598, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .no-affiliates {
  grid-column: 1 / -1;
  text-align: center;
  padding: 48px 24px;
  color: #64748b;
}

/* line 604, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .no-affiliates p {
  margin: 0;
  font-size: 16px;
}

/* line 610, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .no-results-state {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 32px;
  text-align: center;
  background: rgba(248, 250, 252, 0.6);
  border-radius: 16px;
  border: 2px dashed rgba(226, 232, 240, 0.8);
  margin: 16px 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 626, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .no-results-state .no-results-icon {
  margin-bottom: 24px;
  color: #94a3b8;
  opacity: 0.8;
}

/* line 631, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .no-results-state .no-results-icon svg {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

/* line 636, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .no-results-state .no-results-title {
  font-size: 20px;
  font-weight: 700;
  color: #475569;
  margin: 0 0 12px 0;
  letter-spacing: -0.025em;
}

/* line 644, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .no-results-state .no-results-message {
  font-size: 16px;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
  max-width: 400px;
}

/* line 651, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .no-results-state .no-results-message small {
  color: #94a3b8;
  font-size: 14px;
}

/* line 658, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .empty-studio-state {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 32px;
  text-align: center;
  background: rgba(248, 250, 252, 0.6);
  border-radius: 16px;
  border: 2px dashed rgba(226, 232, 240, 0.8);
  margin: 16px 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 674, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .empty-studio-state .empty-state-icon {
  margin-bottom: 24px;
  color: #94a3b8;
  opacity: 0.8;
}

/* line 679, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .empty-studio-state .empty-state-icon svg {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

/* line 684, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .empty-studio-state .empty-state-title {
  font-size: 20px;
  font-weight: 700;
  color: #475569;
  margin: 0 0 12px 0;
  letter-spacing: -0.025em;
}

/* line 692, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .empty-studio-state .empty-state-message {
  font-size: 16px;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
  max-width: 400px;
}

/* line 699, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .empty-studio-state .empty-state-message strong {
  color: #334155;
  font-weight: 600;
}

/* line 706, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .studio-section {
  grid-column: 1 / -1;
  margin-bottom: 32px;
}

/* line 710, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .studio-section .studio-section-title {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 16px 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #e2e8f0;
}

/* line 719, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .studio-section .studio-students-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
}

@media (min-width: 640px) {
  /* line 719, app/assets/stylesheets/modern/community_directory.scss */
  .community-directory-container .affiliates-grid .studio-section .studio-students-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  /* line 719, app/assets/stylesheets/modern/community_directory.scss */
  .community-directory-container .affiliates-grid .studio-section .studio-students-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* line 733, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .studio-section .studio-students-grid.infinite-scroll-container {
  max-height: 400px;
  overflow-y: auto;
  padding-right: 4px;
  scroll-behavior: smooth;
}

/* line 739, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .studio-section .studio-students-grid.infinite-scroll-container::-webkit-scrollbar {
  width: 6px;
}

/* line 743, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .studio-section .studio-students-grid.infinite-scroll-container::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 3px;
}

/* line 748, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .studio-section .studio-students-grid.infinite-scroll-container::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}

/* line 752, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid .studio-section .studio-students-grid.infinite-scroll-container::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* line 765, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid-scroll-container {
  flex: 1;
  min-height: 0;
  overflow: auto;
  padding-right: 4px;
  margin-top: 16px;
  border-radius: 16px;
  transition: all 300ms ease;
  scroll-behavior: smooth;
}

/* line 776, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid-scroll-container::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

/* line 781, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid-scroll-container::-webkit-scrollbar-track {
  background: #fff;
}

/* line 785, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .affiliates-grid-scroll-container::-webkit-scrollbar-thumb {
  background: #fff;
}

/* line 799, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .infinite-scroll-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  margin-top: 16px;
}

/* line 806, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .infinite-scroll-loader .spinner-border {
  width: 2rem;
  height: 2rem;
  border: 3px solid rgba(59, 130, 246, 0.2);
  border-top-color: #3b82f6;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

/* line 815, app/assets/stylesheets/modern/community_directory.scss */
.community-directory-container .infinite-scroll-loader .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* line 4, app/assets/stylesheets/modern/scroll_containers.scss */
.box[data-controller*="directory-search"][data-controller*="infinite-scroll"] {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 100px);
  min-height: 600px;
  max-height: 950px;
  overflow: hidden;
}

/* line 13, app/assets/stylesheets/modern/scroll_containers.scss */
.box[data-controller*="directory-search"][data-controller*="infinite-scroll"] .box-header {
  flex-shrink: 0;
}

/* line 19, app/assets/stylesheets/modern/scroll_containers.scss */
.classic-directory-scroll {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  scroll-behavior: smooth;
}

/* line 26, app/assets/stylesheets/modern/scroll_containers.scss */
.classic-directory-scroll::-webkit-scrollbar {
  width: 5px;
}

/* line 30, app/assets/stylesheets/modern/scroll_containers.scss */
.classic-directory-scroll::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 5px;
}

/* line 35, app/assets/stylesheets/modern/scroll_containers.scss */
.classic-directory-scroll::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 5px;
}

/* line 39, app/assets/stylesheets/modern/scroll_containers.scss */
.classic-directory-scroll::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* line 48, app/assets/stylesheets/modern/scroll_containers.scss */
.classic-directory-scroll .ui-resource-cards {
  padding: 16px;
}

/* line 53, app/assets/stylesheets/modern/scroll_containers.scss */
.classic-directory-scroll.studio::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 5px;
}

/* line 57, app/assets/stylesheets/modern/scroll_containers.scss */
.classic-directory-scroll.studio::-webkit-scrollbar-thumb:hover {
  background: #ffff;
}

/* line 64, app/assets/stylesheets/modern/scroll_containers.scss */
.classic-directory-scroll .affiliates-grid-scroll-container {
  max-height: calc(100vh - 300px);
  overflow: auto;
  padding-right: 4px;
  margin-top: 16px;
  border-radius: 16px;
  transition: all 300ms ease;
  scroll-behavior: smooth;
}

/* line 73, app/assets/stylesheets/modern/scroll_containers.scss */
.classic-directory-scroll .affiliates-grid-scroll-container::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* line 78, app/assets/stylesheets/modern/scroll_containers.scss */
.classic-directory-scroll .affiliates-grid-scroll-container::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 4px;
}

/* line 83, app/assets/stylesheets/modern/scroll_containers.scss */
.classic-directory-scroll .affiliates-grid-scroll-container::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

/* line 87, app/assets/stylesheets/modern/scroll_containers.scss */
.classic-directory-scroll .affiliates-grid-scroll-container::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* line 97, app/assets/stylesheets/modern/scroll_containers.scss */
.classic-directory-scroll .infinite-scroll-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  margin-top: 16px;
}

/* line 104, app/assets/stylesheets/modern/scroll_containers.scss */
.classic-directory-scroll .infinite-scroll-loader .spinner-border {
  width: 2rem;
  height: 2rem;
  border: 3px solid rgba(59, 130, 246, 0.2);
  border-top-color: #3b82f6;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

/* line 113, app/assets/stylesheets/modern/scroll_containers.scss */
.classic-directory-scroll .infinite-scroll-loader .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* line 128, app/assets/stylesheets/modern/scroll_containers.scss */
.classic-directory-scroll {
  scroll-behavior: smooth;
}

/* line 130, app/assets/stylesheets/modern/scroll_containers.scss */
.classic-directory-scroll::-webkit-scrollbar {
  width: 10px;
}

/* line 134, app/assets/stylesheets/modern/scroll_containers.scss */
.classic-directory-scroll::-webkit-scrollbar-track {
  background: #f8f9fa;
  border-radius: 5px;
}

/* line 139, app/assets/stylesheets/modern/scroll_containers.scss */
.classic-directory-scroll::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 5px;
}

/* line 143, app/assets/stylesheets/modern/scroll_containers.scss */
.classic-directory-scroll::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* line 152, app/assets/stylesheets/modern/scroll_containers.scss */
.classic-directory-scroll .ui-resource-cards {
  padding: 16px;
}

/* line 158, app/assets/stylesheets/modern/scroll_containers.scss */
.classic-studio-scroll {
  scroll-behavior: smooth;
}

/* line 160, app/assets/stylesheets/modern/scroll_containers.scss */
.classic-studio-scroll::-webkit-scrollbar {
  width: 8px;
}

/* line 164, app/assets/stylesheets/modern/scroll_containers.scss */
.classic-studio-scroll::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 4px;
}

/* line 169, app/assets/stylesheets/modern/scroll_containers.scss */
.classic-studio-scroll::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 4px;
}

/* line 173, app/assets/stylesheets/modern/scroll_containers.scss */
.classic-studio-scroll::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

/* line 182, app/assets/stylesheets/modern/scroll_containers.scss */
.classic-studio-scroll .ui-resource-cards {
  padding: 8px;
}

/* line 2, app/assets/stylesheets/modern/badge_library.scss */
.badge-library-toggle-wrapper {
  display: flex;
  border-radius: 9999px;
  background-color: #f1f5f9;
  padding: 4px;
  font-size: 14px;
  font-weight: 600;
  margin-right: 16px;
  align-items: center;
}

/* line 12, app/assets/stylesheets/modern/badge_library.scss */
.badge-library-toggle-wrapper .toggle-btn {
  border-radius: 9999px;
  padding: 8px 16px;
  text-decoration: none;
  color: #64748b;
  transition: all 200ms ease;
  background: transparent;
  white-space: nowrap;
}

/* line 21, app/assets/stylesheets/modern/badge_library.scss */
.badge-library-toggle-wrapper .toggle-btn.active {
  background: white;
  color: #0f172a;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 27, app/assets/stylesheets/modern/badge_library.scss */
.badge-library-toggle-wrapper .toggle-btn.disabled {
  color: #94a3b8;
  cursor: not-allowed;
  opacity: 0.6;
  background: #f8fafc;
}

/* line 34, app/assets/stylesheets/modern/badge_library.scss */
.badge-library-toggle-wrapper .toggle-btn:not(.active):not(.disabled):hover {
  color: #334155;
}

/* line 41, app/assets/stylesheets/modern/badge_library.scss */
.badge-header-with-toggle {
  align-items: center;
  gap: 16px;
}

/* line 45, app/assets/stylesheets/modern/badge_library.scss */
.badge-header-with-toggle .badge-title {
  flex: 1;
  font-size: 1.50rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.025em;
}

/* line 53, app/assets/stylesheets/modern/badge_library.scss */
.badge-header-with-toggle .box-header-actions {
  margin-left: auto;
}

/* line 58, app/assets/stylesheets/modern/badge_library.scss */
.badge-library-container {
  position: relative;
}

/* line 61, app/assets/stylesheets/modern/badge_library.scss */
.badge-library-container .loading-spinner {
  z-index: 10;
  border-radius: 24px;
  align-items: flex-start;
  padding-top: 80px;
}

/* line 7, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-dropdown .studio-filter-menu {
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15), 0 4px 6px rgba(0, 0, 0, 0.1);
  background: white;
  padding: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* line 16, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-dropdown .studio-filter-menu::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

/* line 27, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-dropdown .studio-filter-menu .dropdown-search {
  padding: 12px 16px;
  background: #f8fafc;
}

/* line 31, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-dropdown .studio-filter-menu .dropdown-search input.form-control {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 9999px !important;
  font-size: 0.875rem;
  background: white;
  transition: all 200ms ease;
}

/* line 40, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-dropdown .studio-filter-menu .dropdown-search input.form-control:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  border-radius: 9999px !important;
}

/* line 47, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-dropdown .studio-filter-menu .dropdown-search input.form-control::-moz-placeholder {
  color: #94a3b8;
}
.modern-ui-body .studio-filter-dropdown .studio-filter-menu .dropdown-search input.form-control::placeholder {
  color: #94a3b8;
}

/* line 53, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-dropdown .studio-filter-menu .dropdown-content {
  padding: 8px 0;
  max-height: 350px;
  overflow-y: auto;
}

/* line 59, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-dropdown .studio-filter-menu .dropdown-content::-webkit-scrollbar {
  width: 6px;
}

/* line 63, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-dropdown .studio-filter-menu .dropdown-content::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 3px;
}

/* line 68, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-dropdown .studio-filter-menu .dropdown-content::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}

/* line 72, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-dropdown .studio-filter-menu .dropdown-content::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* line 78, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-dropdown .studio-filter-menu .select-all-option {
  padding: 8px 0;
  margin-bottom: 8px;
}

/* line 82, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-dropdown .studio-filter-menu .select-all-option .select-all-label {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  cursor: pointer;
  transition: all 100ms ease;
  font-weight: 600;
  background-color: #f8fafc;
}

/* line 91, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-dropdown .studio-filter-menu .select-all-option .select-all-label:hover {
  background-color: #f1f5f9;
}

/* line 95, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-dropdown .studio-filter-menu .select-all-option .select-all-label input[type="checkbox"] {
  margin-right: 12px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  accent-color: #3b82f6;
  border-radius: 4px;
}

/* line 104, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-dropdown .studio-filter-menu .select-all-option .select-all-label span {
  flex: 1;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1e293b;
}

/* line 113, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-dropdown .studio-filter-menu .dropdown-divider {
  height: 1px;
  background: #e2e8f0;
  margin: 8px 0;
}

/* line 120, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-dropdown .studio-filter-menu .filter-group:not(:last-child) {
  border-bottom: 0px;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

/* line 126, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-dropdown .studio-filter-menu .filter-group .filter-group-header {
  padding: 10px 16px;
  font-weight: 600;
  font-size: 0.75rem;
  color: #64748b;
  background-color: #f8fafc;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

/* line 137, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-dropdown .studio-filter-menu .filter-group .filter-option {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  cursor: pointer;
  transition: all 100ms ease;
  border-radius: 0;
}

/* line 145, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-dropdown .studio-filter-menu .filter-group .filter-option:hover {
  background-color: #f1f5f9;
}

/* line 149, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-dropdown .studio-filter-menu .filter-group .filter-option input[type="checkbox"] {
  margin-right: 12px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  accent-color: #3b82f6;
  border-radius: 4px;
}

/* line 157, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-dropdown .studio-filter-menu .filter-group .filter-option input[type="checkbox"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 163, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-dropdown .studio-filter-menu .filter-group .filter-option span {
  flex: 1;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1e293b;
}

/* line 170, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-dropdown .studio-filter-menu .filter-group .filter-option small {
  margin-left: 8px;
  font-size: 0.75rem;
  color: #64748b;
  font-weight: 400;
}

/* line 184, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-dropdown .modern-button-border span[data-selected-count] {
  font-size: 0.75rem;
  color: #64748b;
  background: #f1f5f9;
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: 4px;
  transition: color 0.15s ease, background-color 0.15s ease;
}

/* line 194, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-dropdown .modern-button-border:hover {
  border-color: #3498db;
}

/* line 197, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-dropdown .modern-button-border:hover span[data-selected-count] {
  color: #3498db;
  background: rgba(52, 152, 219, 0.1);
}

/* line 209, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .bulletin-tag-filter-dropdown.studio-filter-dropdown .studio-filter-menu .filter-group .filter-option span {
  font-weight: 600;
  color: #1e293b;
}

/* line 221, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .box[data-controller*="studio-filter"] .modern-table-header .modern-header-actions,
.modern-ui-body .box[data-controller*="post-search"] .modern-table-header .modern-header-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}

/* line 228, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .box[data-controller*="studio-filter"] .modern-table-header .modern-header-actions .studio-filter-dropdown,
.modern-ui-body .box[data-controller*="post-search"] .modern-table-header .modern-header-actions .studio-filter-dropdown {
  flex-shrink: 0;
}

/* line 232, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .box[data-controller*="studio-filter"] .modern-table-header .modern-header-actions .bulletin-tag-filter-form,
.modern-ui-body .box[data-controller*="post-search"] .modern-table-header .modern-header-actions .bulletin-tag-filter-form {
  flex-shrink: 0;
}

/* line 236, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .box[data-controller*="studio-filter"] .modern-table-header .modern-header-actions .modern-add-btn,
.modern-ui-body .box[data-controller*="post-search"] .modern-table-header .modern-header-actions .modern-add-btn {
  flex-shrink: 0;
}

@media (max-width: 768px) {
  /* line 247, app/assets/stylesheets/modern/studio_filter.scss */
  .modern-ui-body .box[data-controller*="studio-filter"] .modern-table-header,
.modern-ui-body .box[data-controller*="post-search"] .modern-table-header {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  /* line 252, app/assets/stylesheets/modern/studio_filter.scss */
  .modern-ui-body .box[data-controller*="studio-filter"] .modern-table-header .modern-header-left,
.modern-ui-body .box[data-controller*="post-search"] .modern-table-header .modern-header-left {
    width: 100%;
  }
  /* line 256, app/assets/stylesheets/modern/studio_filter.scss */
  .modern-ui-body .box[data-controller*="studio-filter"] .modern-table-header .modern-header-actions,
.modern-ui-body .box[data-controller*="post-search"] .modern-table-header .modern-header-actions {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: nowrap;
  }
  /* line 263, app/assets/stylesheets/modern/studio_filter.scss */
  .modern-ui-body .box[data-controller*="studio-filter"] .modern-table-header .modern-header-actions .studio-filter-dropdown,
.modern-ui-body .box[data-controller*="post-search"] .modern-table-header .modern-header-actions .studio-filter-dropdown {
    flex: 0 0 auto;
    min-width: 0;
  }
  /* line 267, app/assets/stylesheets/modern/studio_filter.scss */
  .modern-ui-body .box[data-controller*="studio-filter"] .modern-table-header .modern-header-actions .studio-filter-dropdown .modern-button-border,
.modern-ui-body .box[data-controller*="post-search"] .modern-table-header .modern-header-actions .studio-filter-dropdown .modern-button-border {
    white-space: nowrap;
    font-size: 0.875rem;
    padding: 0.5rem 0.75rem;
  }
  /* line 274, app/assets/stylesheets/modern/studio_filter.scss */
  .modern-ui-body .box[data-controller*="studio-filter"] .modern-table-header .modern-header-actions .modern-add-btn,
.modern-ui-body .box[data-controller*="post-search"] .modern-table-header .modern-header-actions .modern-add-btn {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 480px) {
  /* line 289, app/assets/stylesheets/modern/studio_filter.scss */
  .modern-ui-body .box[data-controller*="studio-filter"] .modern-table-header .modern-header-actions,
.modern-ui-body .box[data-controller*="post-search"] .modern-table-header .modern-header-actions {
    gap: 6px;
  }
  /* line 293, app/assets/stylesheets/modern/studio_filter.scss */
  .modern-ui-body .box[data-controller*="studio-filter"] .modern-table-header .modern-header-actions .studio-filter-dropdown .modern-button-border,
.modern-ui-body .box[data-controller*="post-search"] .modern-table-header .modern-header-actions .studio-filter-dropdown .modern-button-border {
    font-size: 0.75rem;
    padding: 0.5rem 0.625rem;
  }
  /* line 297, app/assets/stylesheets/modern/studio_filter.scss */
  .modern-ui-body .box[data-controller*="studio-filter"] .modern-table-header .modern-header-actions .studio-filter-dropdown .modern-button-border i,
.modern-ui-body .box[data-controller*="post-search"] .modern-table-header .modern-header-actions .studio-filter-dropdown .modern-button-border i {
    width: 14px;
    height: 14px;
  }
  /* line 304, app/assets/stylesheets/modern/studio_filter.scss */
  .modern-ui-body .box[data-controller*="studio-filter"] .modern-table-header .modern-header-actions .modern-add-btn,
.modern-ui-body .box[data-controller*="post-search"] .modern-table-header .modern-header-actions .modern-add-btn {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 576px) {
  /* line 317, app/assets/stylesheets/modern/studio_filter.scss */
  .modern-ui-body .box[data-controller*="studio-filter"] .modern-table-header,
.modern-ui-body .box[data-controller*="post-search"] .modern-table-header {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  /* line 322, app/assets/stylesheets/modern/studio_filter.scss */
  .modern-ui-body .box[data-controller*="studio-filter"] .modern-table-header .modern-header-left,
.modern-ui-body .box[data-controller*="post-search"] .modern-table-header .modern-header-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
    flex-direction: row-reverse;
  }
  /* line 330, app/assets/stylesheets/modern/studio_filter.scss */
  .modern-ui-body .box[data-controller*="studio-filter"] .modern-table-header .modern-header-left .modern-table-title,
.modern-ui-body .box[data-controller*="post-search"] .modern-table-header .modern-header-left .modern-table-title {
    flex: 1;
    margin: 0;
  }
  /* line 336, app/assets/stylesheets/modern/studio_filter.scss */
  .modern-ui-body .box[data-controller*="studio-filter"] .modern-table-header .modern-header-left .modern-add-btn-mobile,
.modern-ui-body .box[data-controller*="post-search"] .modern-table-header .modern-header-left .modern-add-btn-mobile {
    display: inline-flex !important;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    margin-left: auto;
  }
  /* line 345, app/assets/stylesheets/modern/studio_filter.scss */
  .modern-ui-body .box[data-controller*="studio-filter"] .modern-table-header .modern-header-actions,
.modern-ui-body .box[data-controller*="post-search"] .modern-table-header .modern-header-actions {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    width: calc(100% + 32px);
    box-sizing: border-box;
  }
  /* line 358, app/assets/stylesheets/modern/studio_filter.scss */
  .modern-ui-body .box[data-controller*="studio-filter"] .modern-table-header .modern-header-actions .studio-filter-dropdown,
.modern-ui-body .box[data-controller*="post-search"] .modern-table-header .modern-header-actions .studio-filter-dropdown {
    width: 100%;
  }
  /* line 363, app/assets/stylesheets/modern/studio_filter.scss */
  .modern-ui-body .box[data-controller*="studio-filter"] .modern-table-header .modern-header-actions .modern-add-btn-desktop,
.modern-ui-body .box[data-controller*="post-search"] .modern-table-header .modern-header-actions .modern-add-btn-desktop {
    display: none !important;
  }
}

@media (min-width: 577px) {
  /* line 377, app/assets/stylesheets/modern/studio_filter.scss */
  .modern-ui-body .box[data-controller*="studio-filter"] .modern-table-header .modern-header-left .modern-add-btn-mobile,
.modern-ui-body .box[data-controller*="post-search"] .modern-table-header .modern-header-left .modern-add-btn-mobile {
    display: none !important;
  }
  /* line 383, app/assets/stylesheets/modern/studio_filter.scss */
  .modern-ui-body .box[data-controller*="studio-filter"] .modern-table-header .modern-header-actions .modern-add-btn-desktop,
.modern-ui-body .box[data-controller*="post-search"] .modern-table-header .modern-header-actions .modern-add-btn-desktop {
    display: inline-flex;
  }
}

/* line 392, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-pills-container {
  padding: 0 16px;
  margin-bottom: 16px;
}

/* line 396, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-pills-container .pills-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
  padding: 8px 0;
}

/* line 404, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-pills-container .action-buttons-row {
  margin-bottom: 12px;
}

/* line 408, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-pills-container .top-schools-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
}

/* line 415, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-pills-container .selected-schools-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}

/* line 422, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-pills-container .clear-all-pill {
  background: #fee2e2;
  border: 1px solid #fca5a5;
  color: #991b1b;
}

/* line 428, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-pills-container .studio-pill {
  background: white;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 99999px;
  padding: 0 18px;
  height: 38px;
  font-size: 14px;
  font-weight: 600;
  color: #475569;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  outline: none;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  letter-spacing: -0.025em;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 449, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-pills-container .studio-pill span {
  flex: 1;
}

/* line 453, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-pills-container .studio-pill small {
  font-size: 0.75rem;
  color: #64748b;
  font-weight: 400;
}

/* line 459, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-pills-container .studio-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.1);
  border-color: rgba(52, 152, 219, 0.3);
  color: #1e293b;
}

/* line 467, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-pills-container .studio-pill.active {
  background: #3498db;
  color: white;
  border-color: #3498db;
}

/* line 472, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-pills-container .studio-pill.active small {
  color: rgba(255, 255, 255, 0.8);
}

/* line 476, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-pills-container .studio-pill.active:hover {
  background: #3498db;
  border-color: #3498db;
}

/* line 482, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-pills-container .studio-pill:focus {
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 487, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-pills-container .studio-pill:active {
  transform: translateY(0);
  transition: transform 0.1s ease;
}

/* line 493, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-pills-container .studio-pill.select-all-pill .select-all-icon {
  width: 16px;
  height: 16px;
  color: #64748b;
  transition: all 200ms ease;
}

/* line 501, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-pills-container .studio-pill.select-all-pill:hover .select-all-icon {
  color: #3498db;
}

/* line 507, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-pills-container .studio-pill.select-all-pill.active .select-all-icon {
  color: white;
}

/* line 514, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-pills-container .school-section {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  border: none;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
  flex-wrap: wrap;
}

/* line 526, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-pills-container .school-expand-button {
  background: rgba(52, 152, 219, 0.08);
  border: 1px solid rgba(52, 152, 219, 0.15);
  border-radius: 99999px;
  padding: 0 18px;
  height: 38px;
  font-size: 14px;
  font-weight: 600;
  color: #3498db;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  outline: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  letter-spacing: -0.025em;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  position: relative;
}

/* line 548, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-pills-container .school-expand-button span:first-child {
  flex: 1;
}

/* line 552, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-pills-container .school-expand-button .school-count {
  font-size: 0.75rem;
  color: #3498db;
  background: rgba(52, 152, 219, 0.15);
  padding: 2px 6px;
  border-radius: 10px;
  font-weight: 500;
  transition: all 100ms ease;
}

/* line 562, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-pills-container .school-expand-button.active {
  background: rgba(52, 152, 219, 0.12);
  color: #3498db;
  border-color: rgba(52, 152, 219, 0.25);
}

/* line 567, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-pills-container .school-expand-button.active .school-count {
  background: rgba(52, 152, 219, 0.2);
  color: #3498db;
}

/* line 574, app/assets/stylesheets/modern/studio_filter.scss */
.modern-ui-body .studio-filter-pills-container .school-studios-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-left: 0;
  margin-top: 0;
  flex: 1;
  min-width: 0;
}

@media (max-width: 1200px) {
  /* line 586, app/assets/stylesheets/modern/studio_filter.scss */
  .modern-ui-body .studio-filter-pills-container .school-section {
    flex-direction: column;
  }
  /* line 590, app/assets/stylesheets/modern/studio_filter.scss */
  .modern-ui-body .studio-filter-pills-container .school-studios-wrapper {
    width: 100%;
  }
}

@media (max-width: 768px) {
  /* line 392, app/assets/stylesheets/modern/studio_filter.scss */
  .modern-ui-body .studio-filter-pills-container {
    padding: 0 8px;
  }
  /* line 599, app/assets/stylesheets/modern/studio_filter.scss */
  .modern-ui-body .studio-filter-pills-container .pills-wrapper {
    gap: 8px;
  }
  /* line 603, app/assets/stylesheets/modern/studio_filter.scss */
  .modern-ui-body .studio-filter-pills-container .studio-pill {
    height: 32px;
    padding: 0 14px;
    font-size: 0.8125rem;
  }
  /* line 609, app/assets/stylesheets/modern/studio_filter.scss */
  .modern-ui-body .studio-filter-pills-container .school-expand-button {
    height: 32px;
    padding: 0 14px;
    font-size: 0.8125rem;
  }
}

/* line 6, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-tracker {
  border-radius: 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  position: relative;
}

/* line 11, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-tracker .loading-spinner {
  border-radius: 24px;
  z-index: 999;
}

/* line 15, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-tracker .loading-spinner .spinner-content {
  border-radius: 16px;
}

/* line 20, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-tracker .box-header {
  border-radius: 24px 24px 0 0;
  border: none;
  background: white;
}

/* line 26, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-tracker .modern-tracker-header {
  padding: 24px;
}

/* line 29, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-tracker .modern-tracker-header .card-summary {
  align-items: center;
  justify-content: space-between;
}

/* line 34, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-tracker .modern-tracker-header h2 {
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.025em;
}

/* line 42, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-tracker .box-table,
.modern-ui-body .modern-tracker .box-body {
  background: white;
}

/* line 48, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-tracker .box-body:last-child {
  border-radius: 0 0 24px 24px;
}

/* line 54, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-tracker .tracker-table thead {
  display: none;
}

/* line 60, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-tracker .weekday-chip-display {
  display: block;
  border-radius: 16px;
  border: 1px solid #cbd5e1;
  background: white;
}

/* line 66, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-tracker .weekday-chip-display.weekday-chip-today {
  background: #f1f5f9;
  border-color: #94a3b8;
}

/* line 71, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-tracker .weekday-chip-display.weekday-chip-today .weekday-chip-content .weekday-label,
.modern-ui-body .modern-tracker .weekday-chip-display.weekday-chip-today .weekday-chip-content .weekday-date {
  color: #0f172a;
}

/* line 78, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-tracker .weekday-chip-display .weekday-chip-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 8px;
}

/* line 85, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-tracker .weekday-chip-display .weekday-chip-content .weekday-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #64748b;
  margin-bottom: 4px;
}

/* line 93, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-tracker .weekday-chip-display .weekday-chip-content .weekday-date {
  font-size: 20px;
  font-weight: 800;
  color: #334155;
  line-height: 1;
}

/* line 106, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .guide-tracker .btn-primary.rounded-pill {
  background: #3498db;
  border-color: #3498db;
  font-size: 14px;
  font-weight: 600;
  transition: all 200ms ease;
}

/* line 113, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .guide-tracker .btn-primary.rounded-pill:hover {
  background: #2383c4;
  border-color: #2383c4;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
}

/* line 120, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .guide-tracker .btn-primary.rounded-pill:focus {
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
}

/* line 128, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body:has(.guide-tracker) .box-nav {
  display: none !important;
}

/* line 135, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-learner-selector:hover {
  border-color: #3b82f6;
}

/* line 139, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-learner-selector .person-selector-pill .btn-outline-secondary {
  transition: all 200ms ease;
}

/* line 142, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-learner-selector .person-selector-pill .btn-outline-secondary:hover {
  background: #e9ecef;
  border-color: #adb5bd;
}

/* line 148, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-learner-selector .person-selector-pill .dropdown-menu {
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
  padding: 12px;
}

/* line 154, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-learner-selector .person-selector-pill .dropdown-menu .form-label {
  font-size: 10px;
  margin-bottom: 8px;
}

/* line 159, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-learner-selector .person-selector-pill .dropdown-menu .form-control-sm {
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid #cbd5e1;
  padding: 8px 12px;
}

/* line 165, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-learner-selector .person-selector-pill .dropdown-menu .form-control-sm:focus {
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

/* line 171, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-learner-selector .person-selector-pill .dropdown-menu .learner-list {
  margin-top: 8px;
}

/* line 174, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-learner-selector .person-selector-pill .dropdown-menu .learner-list .dropdown-item-wrapper {
  border-radius: 12px;
  padding: 10px 12px;
  transition: all 100ms ease;
  border: none;
  display: flex !important;
  align-items: center;
  gap: 8px;
}

/* line 183, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-learner-selector .person-selector-pill .dropdown-menu .learner-list .dropdown-item-wrapper.d-none {
  display: none !important;
}

/* line 187, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-learner-selector .person-selector-pill .dropdown-menu .learner-list .dropdown-item-wrapper:hover {
  background: #f8fafc;
}

/* line 191, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-learner-selector .person-selector-pill .dropdown-menu .learner-list .dropdown-item-wrapper .dropdown-item-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #334155;
  flex: 1;
}

/* line 199, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-learner-selector .person-selector-pill .dropdown-menu .learner-list .dropdown-item-wrapper .dropdown-item-link:hover {
  text-decoration: none;
  color: inherit;
}

/* line 214, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-tracker .week-info-section .week-navigation-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

/* line 220, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-tracker .week-info-section .week-navigation-wrapper .week-nav-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #64748b;
  text-decoration: none;
  transition: all 200ms ease;
}

/* line 231, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-tracker .week-info-section .week-navigation-wrapper .week-nav-arrow:hover {
  background: #f1f5f9;
  color: #334155;
}

/* line 236, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-tracker .week-info-section .week-navigation-wrapper .week-nav-arrow i {
  width: 20px;
  height: 20px;
}

/* line 242, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-tracker .week-info-section .week-navigation-wrapper .week-label-container {
  text-align: center;
  min-width: 280px;
}

/* line 246, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-tracker .week-info-section .week-navigation-wrapper .week-label-container .week-label {
  font-size: 20px;
  font-weight: 600;
  color: #334155;
  letter-spacing: -0.015em;
  line-height: 1.2;
}

/* line 254, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-tracker .week-info-section .week-navigation-wrapper .week-label-container .session-label {
  font-size: 12px;
  color: #64748b;
  margin-top: 4px;
}

/* line 264, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-tracker .weekday-chip-link {
  display: block;
  text-decoration: none;
  border-radius: 16px;
  border: 1px solid #cbd5e1;
  background: white;
  transition: all 200ms ease;
  cursor: pointer;
}

/* line 273, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-tracker .weekday-chip-link:hover {
  border-color: #3498db;
  background: #f8fafc;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* line 280, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-tracker .weekday-chip-link.weekday-chip-today {
  background: #f1f5f9;
  border-color: #94a3b8;
}

/* line 285, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-tracker .weekday-chip-link.weekday-chip-today .weekday-chip-content .weekday-label,
.modern-ui-body .modern-tracker .weekday-chip-link.weekday-chip-today .weekday-chip-content .weekday-date {
  color: #0f172a;
}

/* line 292, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-tracker .weekday-chip-link .weekday-chip-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 8px;
}

/* line 299, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-tracker .weekday-chip-link .weekday-chip-content .weekday-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #64748b;
  margin-bottom: 4px;
}

/* line 307, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-tracker .weekday-chip-link .weekday-chip-content .weekday-date {
  font-size: 20px;
  font-weight: 800;
  color: #334155;
  line-height: 1;
}

/* line 318, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-tracker-toggle-wrapper {
  display: flex;
  border-radius: 9999px;
  background-color: #f1f5f9;
  padding: 4px;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
}

/* line 327, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-tracker-toggle-wrapper .toggle-btn {
  border-radius: 9999px;
  padding: 8px 16px;
  text-decoration: none;
  color: #64748b;
  transition: all 200ms ease;
  background: transparent;
  white-space: nowrap;
  border: none;
}

/* line 337, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-tracker-toggle-wrapper .toggle-btn.active {
  background: white;
  color: #0f172a;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 343, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-tracker-toggle-wrapper .toggle-btn:hover:not(.active) {
  color: #334155;
}

/* line 351, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-person-selector .person-selector-pill {
  height: 42px;
  border-radius: 9999px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  background: #fff;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}

/* line 362, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .btn-outline-primary {
  border-color: #3498db;
  background: #fff;
  color: #334155;
  font-weight: 600;
  transition: all 200ms ease;
}

/* line 369, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .btn-outline-primary:hover {
  background: #fff;
  border-color: #3498db;
}

/* line 374, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .btn-outline-primary .btn-link {
  padding: 4px;
  border: none;
  background: transparent;
  text-decoration: none;
  transition: all 200ms ease;
}

/* line 381, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .btn-outline-primary .btn-link:hover:not(.disabled) {
  color: #3498db !important;
}

/* line 385, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .btn-outline-primary .btn-link.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* line 391, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .btn-outline-primary .lock-toggle-btn {
  text-decoration: none;
  transition: all 200ms ease;
  cursor: pointer;
}

/* line 396, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .btn-outline-primary .lock-toggle-btn:hover {
  opacity: 0.8;
}

/* line 400, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .btn-outline-primary .lock-toggle-btn:focus {
  outline: none;
}

/* line 406, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .dropdown-menu {
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
  padding: 12px;
}

/* line 412, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .dropdown-menu .form-label {
  font-size: 10px;
  margin-bottom: 8px;
}

/* line 417, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .dropdown-menu .form-control-sm {
  font-size: 14px;
  border-radius: 12px;
  border: 1px solid #cbd5e1;
  padding: 8px 12px;
}

/* line 423, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .dropdown-menu .form-control-sm:focus {
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

/* line 429, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .dropdown-menu .learner-list {
  margin-top: 8px;
}

/* line 432, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .dropdown-menu .learner-list .dropdown-item-wrapper {
  border-radius: 12px;
  padding: 10px 12px;
  transition: all 100ms ease;
  border: none;
  display: flex !important;
  align-items: center;
  gap: 8px;
}

/* line 441, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .dropdown-menu .learner-list .dropdown-item-wrapper.d-none {
  display: none !important;
}

/* line 445, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .dropdown-menu .learner-list .dropdown-item-wrapper:hover {
  background: #f1f5f9;
}

/* line 449, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .dropdown-menu .learner-list .dropdown-item-wrapper.active {
  background: #eaf3fb;
  color: #3498db;
}

/* line 453, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .dropdown-menu .learner-list .dropdown-item-wrapper.active .dropdown-item-link {
  color: #3498db;
  font-weight: 600;
}

/* line 459, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .dropdown-menu .learner-list .dropdown-item-wrapper .dropdown-item-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #334155;
  flex: 1;
}

/* line 467, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .dropdown-menu .learner-list .dropdown-item-wrapper .dropdown-item-link:hover {
  text-decoration: none;
  color: inherit;
}

/* line 473, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .dropdown-menu .learner-list .dropdown-item-wrapper .lock-toggle-btn-dropdown {
  text-decoration: none;
  transition: all 200ms ease;
  cursor: pointer;
  flex-shrink: 0;
}

/* line 479, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .dropdown-menu .learner-list .dropdown-item-wrapper .lock-toggle-btn-dropdown:hover {
  opacity: 0.7;
  transform: scale(1.1);
}

/* line 487, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-person-selector .person-selector-pill:hover {
  border-color: #3b82f6;
}

@media (max-width: 769px) {
  /* line 491, app/assets/stylesheets/modern/tracker.scss */
  .modern-ui-body .modern-person-selector .person-selector-pill .user-name {
    width: 92px;
  }
}

/* line 499, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-weekday-navigator {
  padding: 0 24px;
}

/* line 502, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-weekday-navigator .weekday-nav-group {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* line 507, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-weekday-navigator .weekday-nav-group .btn {
  border: 1px solid #cbd5e1;
  background: white;
  color: #64748b;
  padding: 12px 16px;
  transition: all 200ms ease;
  text-decoration: none;
}

/* line 515, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-weekday-navigator .weekday-nav-group .btn:hover:not(.active) {
  background: #f8fafc;
  border-color: #94a3b8;
}

/* line 520, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-weekday-navigator .weekday-nav-group .btn.active {
  background: #3498db;
  border-color: #3498db;
  color: white;
  font-weight: 600;
}

/* line 526, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-weekday-navigator .weekday-nav-group .btn.active .small {
  color: rgba(255, 255, 255, 0.9);
}

/* line 531, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-weekday-navigator .weekday-nav-group .btn .small {
  font-size: 11px;
  margin-bottom: 4px;
}

/* line 536, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-weekday-navigator .weekday-nav-group .btn .fs-6 {
  font-size: 16px;
}

/* line 547, app/assets/stylesheets/modern/tracker.scss */
.modern-ui-body .modern-tracker .daily-challenges .challenge-card, .modern-ui-body .modern-tracker .daily-challenges .smart-goal-card,
.modern-ui-body .modern-tracker .smart-goals .challenge-card,
.modern-ui-body .modern-tracker .smart-goals .smart-goal-card {
  border-radius: 12px;
  overflow: hidden;
}

/* line 11, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .loading-spinner {
  z-index: 999;
  align-items: flex-start !important;
  padding-top: 80px !important;
  border-radius: 24px;
}

/* line 22, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker {
  border-radius: 24px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  position: relative;
}

/* line 27, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .box-header {
  border-radius: 24px !important;
  border: none;
  background: white;
}

/* line 33, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .modern-tracker-header {
  padding: 24px;
}

/* line 36, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .modern-tracker-header .card-summary {
  align-items: center;
  justify-content: space-between;
}

/* line 41, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .modern-tracker-header h2 {
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.025em;
}

/* line 49, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .modern-tracker-header .content {
  padding-left: 0;
  padding-right: 0;
}

/* line 55, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .box-table,
.modern-ui-body .modern-tracker .box-body {
  background: white;
}

/* line 61, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .box-body:last-child {
  border-radius: 0 0 24px 24px;
}

@media (min-width: 767px) {
  /* line 68, app/assets/stylesheets/modern/tracker_ui.scss */
  .modern-ui-body .modern-tracker.guide-tracker .box-table.tracker-table {
    overflow: visible;
  }
}

/* line 75, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .tracker-table thead {
  display: none;
}

/* line 81, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .tracker-table td.day-col,
.modern-ui-body .modern-tracker .tracker-table th.day-col {
  width: 14.28%;
  max-width: 14.28%;
}

/* line 88, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .tracker-table .mobile-weekday-header-row {
  display: none;
}

/* line 93, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .tracker-table .desktop-weekday-header-row {
  display: table-row;
}

/* line 99, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .weekday-chip-display {
  display: block;
  border-radius: 16px;
  border: 1px solid #cbd5e1;
  background: white;
}

/* line 105, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .weekday-chip-display.weekday-chip-today {
  background: #f1f5f9;
  border-color: #94a3b8;
}

/* line 110, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .weekday-chip-display.weekday-chip-today .weekday-chip-content .weekday-label,
.modern-ui-body .modern-tracker .weekday-chip-display.weekday-chip-today .weekday-chip-content .weekday-date {
  color: #0f172a;
}

/* line 117, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .weekday-chip-display .weekday-chip-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 8px;
}

/* line 124, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .weekday-chip-display .weekday-chip-content .weekday-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #64748b;
  margin-bottom: 4px;
}

/* line 132, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .weekday-chip-display .weekday-chip-content .weekday-date {
  font-size: 20px;
  font-weight: 800;
  color: #334155;
  line-height: 1;
}

/* line 143, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .week-info-section .modern-weekdays-row {
  gap: 1% !important;
  --bs-gutter-x: 1% !important;
}

/* line 149, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .week-info-section .week-navigation-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 154, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .week-info-section .week-navigation-wrapper .week-nav-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #64748b;
  text-decoration: none;
  transition: all 200ms ease;
}

/* line 165, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .week-info-section .week-navigation-wrapper .week-nav-arrow:hover {
  background: #f1f5f9;
  color: #334155;
}

/* line 170, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .week-info-section .week-navigation-wrapper .week-nav-arrow i {
  width: 20px;
  height: 20px;
}

/* line 176, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .week-info-section .week-navigation-wrapper .week-label-container {
  text-align: center;
  min-width: 280px;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 12px;
  transition: all 200ms ease;
}

/* line 184, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .week-info-section .week-navigation-wrapper .week-label-container:hover {
  background: #f8fafc;
}

/* line 187, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .week-info-section .week-navigation-wrapper .week-label-container:hover .week-label {
  color: #1e293b;
}

/* line 192, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .week-info-section .week-navigation-wrapper .week-label-container .week-label {
  font-size: 20px;
  font-weight: 600;
  color: #334155;
  letter-spacing: -0.015em;
  line-height: 1.2;
  transition: color 0.2s ease;
}

/* line 201, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .week-info-section .week-navigation-wrapper .week-label-container .session-label {
  font-size: 12px;
  color: #64748b;
  margin-top: 4px;
}

@media (max-width: 768px) {
  /* line 217, app/assets/stylesheets/modern/tracker_ui.scss */
  .modern-ui-body .modern-tracker .week-info-section .desktop-weekday-navigation {
    display: none;
  }
  /* line 222, app/assets/stylesheets/modern/tracker_ui.scss */
  .modern-ui-body .modern-tracker .week-info-section .modern-weekdays-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 3px;
  }
  /* line 230, app/assets/stylesheets/modern/tracker_ui.scss */
  .modern-ui-body .modern-tracker .week-info-section .modern-weekdays-scroll::-webkit-scrollbar {
    height: 4px;
  }
  /* line 234, app/assets/stylesheets/modern/tracker_ui.scss */
  .modern-ui-body .modern-tracker .week-info-section .modern-weekdays-scroll::-webkit-scrollbar-track {
    background: transparent;
  }
  /* line 238, app/assets/stylesheets/modern/tracker_ui.scss */
  .modern-ui-body .modern-tracker .week-info-section .modern-weekdays-scroll::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 2px;
  }
  /* line 245, app/assets/stylesheets/modern/tracker_ui.scss */
  .modern-ui-body .modern-tracker .week-info-section .modern-weekdays-row {
    display: flex;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    --bs-gutter-x: 1% !important;
    gap: 1% !important;
  }
  /* line 256, app/assets/stylesheets/modern/tracker_ui.scss */
  .modern-ui-body .modern-tracker .week-info-section .modern-weekday-col {
    flex: 0 0 14.28%;
    width: 14.28%;
    min-width: 135px;
    max-width: 14.28%;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
  /* line 265, app/assets/stylesheets/modern/tracker_ui.scss */
  .modern-ui-body .modern-tracker .week-info-section .modern-weekday-col .weekday-chip-link {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  /* line 278, app/assets/stylesheets/modern/tracker_ui.scss */
  .modern-ui-body .modern-tracker.guide-tracker .week-info-section .desktop-weekday-navigation {
    display: block !important;
  }
  /* line 285, app/assets/stylesheets/modern/tracker_ui.scss */
  .modern-ui-body .modern-tracker .box-table.tracker-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    min-height: 240px;
  }
  /* line 293, app/assets/stylesheets/modern/tracker_ui.scss */
  .modern-ui-body .modern-tracker .tracker-table thead {
    display: none;
  }
  /* line 297, app/assets/stylesheets/modern/tracker_ui.scss */
  .modern-ui-body .modern-tracker .tracker-table .mobile-weekday-header-row {
    display: table-row;
  }
  /* line 301, app/assets/stylesheets/modern/tracker_ui.scss */
  .modern-ui-body .modern-tracker .tracker-table .desktop-weekday-header-row {
    display: none;
  }
  /* line 306, app/assets/stylesheets/modern/tracker_ui.scss */
  .modern-ui-body .modern-tracker .tracker-table .mobile-weekday-cell {
    padding: 8px 4px;
    text-align: center;
    border: none;
    vertical-align: top;
  }
  /* line 312, app/assets/stylesheets/modern/tracker_ui.scss */
  .modern-ui-body .modern-tracker .tracker-table .mobile-weekday-cell .weekday-chip-display {
    width: 100%;
    margin: 0 auto;
  }
  /* line 320, app/assets/stylesheets/modern/tracker_ui.scss */
  .modern-ui-body .modern-tracker .tracker-table table {
    width: 100%;
    min-width: 700px;
  }
  /* line 325, app/assets/stylesheets/modern/tracker_ui.scss */
  .modern-ui-body .modern-tracker .tracker-table th.day-col,
.modern-ui-body .modern-tracker .tracker-table td.day-col {
    width: 14.28%;
    min-width: 100px;
    max-width: none;
  }
}

/* line 335, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .weekday-chip-link {
  display: block;
  text-decoration: none;
  border-radius: 16px;
  border: 1px solid #cbd5e1;
  background: white;
  transition: all 200ms ease;
  cursor: pointer;
}

/* line 344, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .weekday-chip-link:hover {
  border-color: #3498db;
  background: #f8fafc;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* line 351, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .weekday-chip-link.weekday-chip-today {
  background: #f1f5f9;
  border-color: #94a3b8;
}

/* line 356, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .weekday-chip-link.weekday-chip-today .weekday-chip-content .weekday-label,
.modern-ui-body .modern-tracker .weekday-chip-link.weekday-chip-today .weekday-chip-content .weekday-date {
  color: #0f172a;
}

/* line 363, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .weekday-chip-link.weekday-chip-selected {
  background: #eaf3fb;
  border-color: #3498db;
  border-width: 2px;
  box-shadow: 0 2px 8px rgba(52, 152, 219, 0.2);
}

/* line 370, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .weekday-chip-link.weekday-chip-selected .weekday-chip-content .weekday-label,
.modern-ui-body .modern-tracker .weekday-chip-link.weekday-chip-selected .weekday-chip-content .weekday-date {
  color: #3498db;
  font-weight: 800;
}

/* line 377, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .weekday-chip-link.weekday-chip-selected:hover {
  background: #e0ebf7;
  transform: translateY(-1px);
}

/* line 383, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .weekday-chip-link .weekday-chip-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 8px;
}

/* line 390, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .weekday-chip-link .weekday-chip-content .weekday-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #64748b;
  margin-bottom: 4px;
}

/* line 398, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .weekday-chip-link .weekday-chip-content .weekday-date {
  font-size: 20px;
  font-weight: 800;
  color: #334155;
  line-height: 1;
}

/* line 411, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .daily-challenges .challenge-card,
.modern-ui-body .modern-tracker .daily-challenges .smart-goal-card,
.modern-ui-body .modern-tracker .smart-goals .challenge-card,
.modern-ui-body .modern-tracker .smart-goals .smart-goal-card {
  border-radius: 12px;
}

/* line 418, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .daily-challenges .challenge-card.launch-card .challenge-card-header,
.modern-ui-body .modern-tracker .smart-goals .challenge-card.launch-card .challenge-card-header {
  border-radius: 12px 12px 0 0;
}

/* line 426, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker-toggle-wrapper {
  display: flex;
  border-radius: 9999px;
  background-color: #f1f5f9;
  padding: 4px;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
}

/* line 435, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker-toggle-wrapper .toggle-btn {
  border-radius: 9999px;
  padding: 8px 16px;
  text-decoration: none;
  color: #64748b;
  transition: all 200ms ease;
  background: transparent;
  white-space: nowrap;
  border: none;
}

/* line 445, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker-toggle-wrapper .toggle-btn.active {
  background: white;
  color: #0f172a;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 451, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker-toggle-wrapper .toggle-btn:hover:not(.active) {
  color: #334155;
}

/* line 457, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-learner-header .modern-header-left .modern-toggle-group {
  display: flex;
}

/* line 460, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-learner-header .modern-header-left .modern-toggle-group .modern-toggle-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0.5rem 1rem !important;
  text-align: center;
  box-sizing: border-box;
  flex: 1 1 0;
  min-width: 0;
}

/* line 474, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-person-selector {
  position: sticky;
  top: 20px;
  z-index: 100;
}

/* line 483, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-person-selector .dropdown .dropdown-menu.with-arrow[style*="transform"], .modern-ui-body .modern-person-selector .dropdown .dropdown-menu.with-arrow[style*="top"], .modern-ui-body .modern-person-selector .dropdown .dropdown-menu.with-arrow[style*="left"] {
  position: absolute !important;
  top: 35px !important;
  left: auto !important;
  right: 0 !important;
  transform: none !important;
  min-width: 200px !important;
}

/* line 494, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-person-selector .dropdown .dropdown-menu.with-arrow[style*="transform"]::before, .modern-ui-body .modern-person-selector .dropdown .dropdown-menu.with-arrow[style*="top"]::before, .modern-ui-body .modern-person-selector .dropdown .dropdown-menu.with-arrow[style*="left"]::before {
  display: none !important;
}

/* line 500, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-person-selector .person-selector-pill {
  height: 42px;
  border-radius: 9999px;
  border: 1px solid #e2e8f0;
  background: #fff;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}

/* line 509, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .btn-outline-primary {
  border: 1px solid #e2e8f0 !important;
  border-color: #e2e8f0 !important;
  color: #334155;
  font-weight: 600;
  transition: all 200ms ease;
}

/* line 516, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .btn-outline-primary:hover {
  background: #fff;
  border-color: #3498db !important;
}

/* line 521, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .btn-outline-primary .btn-link {
  padding: 4px;
  border: none;
  background: transparent;
  text-decoration: none;
  transition: all 200ms ease;
}

/* line 528, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .btn-outline-primary .btn-link:hover:not(.disabled) {
  color: #3498db !important;
}

/* line 532, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .btn-outline-primary .btn-link.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* line 538, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .btn-outline-primary .lock-toggle-btn {
  text-decoration: none;
  transition: all 200ms ease;
  cursor: pointer;
}

/* line 543, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .btn-outline-primary .lock-toggle-btn:hover {
  opacity: 0.8;
}

/* line 547, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .btn-outline-primary .lock-toggle-btn:focus {
  outline: none;
}

/* line 555, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .with-arrow::before {
  display: none !important;
}

/* line 560, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .person-selector-toggle {
  min-width: 320px;
  cursor: pointer;
  gap: 16px;
}

/* line 566, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .person-selector-avatar {
  width: 24px;
  height: 24px;
}

/* line 571, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-person-selector .person-selector-pill .person-selector-dropdown {
  min-width: 320px;
  position: absolute !important;
  top: 36px !important;
  left: -40px !important;
  right: auto !important;
  transform: none !important;
}

/* line 584, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-person-selector .profile-dropdown-wrapper .dropdown-menu {
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
  padding: 12px;
}

/* line 590, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-person-selector .profile-dropdown-wrapper .dropdown-menu .form-label {
  font-size: 10px;
  margin-bottom: 8px;
}

/* line 595, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-person-selector .profile-dropdown-wrapper .dropdown-menu .form-control-sm {
  font-size: 14px;
  border-radius: 12px;
  border: 1px solid #cbd5e1;
  padding: 8px 12px;
}

/* line 601, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-person-selector .profile-dropdown-wrapper .dropdown-menu .form-control-sm:focus {
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

/* line 607, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-person-selector .profile-dropdown-wrapper .dropdown-menu .learner-list {
  margin-top: 8px;
  max-height: 300px;
  overflow-y: auto;
}

/* line 612, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-person-selector .profile-dropdown-wrapper .dropdown-menu .learner-list .dropdown-item-wrapper {
  border-radius: 12px;
  padding: 10px 12px;
  transition: all 100ms ease;
  border: none;
  display: flex !important;
  align-items: center;
  gap: 8px;
}

/* line 621, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-person-selector .profile-dropdown-wrapper .dropdown-menu .learner-list .dropdown-item-wrapper.d-none {
  display: none !important;
}

/* line 625, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-person-selector .profile-dropdown-wrapper .dropdown-menu .learner-list .dropdown-item-wrapper:hover {
  background: #f1f5f9;
}

/* line 629, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-person-selector .profile-dropdown-wrapper .dropdown-menu .learner-list .dropdown-item-wrapper.active {
  background: #eaf3fb;
  color: #3498db;
}

/* line 633, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-person-selector .profile-dropdown-wrapper .dropdown-menu .learner-list .dropdown-item-wrapper.active .dropdown-item-link {
  color: #3498db;
  font-weight: 600;
}

/* line 639, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-person-selector .profile-dropdown-wrapper .dropdown-menu .learner-list .dropdown-item-wrapper .dropdown-item-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #334155;
  flex: 1;
}

/* line 647, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-person-selector .profile-dropdown-wrapper .dropdown-menu .learner-list .dropdown-item-wrapper .dropdown-item-link:hover {
  text-decoration: none;
  color: inherit;
}

/* line 653, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-person-selector .profile-dropdown-wrapper .dropdown-menu .learner-list .dropdown-item-wrapper .lock-toggle-btn-dropdown {
  text-decoration: none;
  transition: all 200ms ease;
  cursor: pointer;
  flex-shrink: 0;
}

/* line 659, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-person-selector .profile-dropdown-wrapper .dropdown-menu .learner-list .dropdown-item-wrapper .lock-toggle-btn-dropdown:hover {
  opacity: 0.7;
  transform: scale(1.1);
}

/* line 668, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-person-selector .person-selector-points {
  top: 0;
  height: 40px;
  line-height: 32px;
  font-size: 14px;
}

/* line 677, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-weekday-navigator {
  padding: 0 24px;
}

/* line 680, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-weekday-navigator .weekday-nav-group {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* line 685, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-weekday-navigator .weekday-nav-group .btn {
  border: 1px solid #cbd5e1;
  background: white;
  color: #64748b;
  padding: 12px 16px;
  transition: all 200ms ease;
  text-decoration: none;
}

/* line 693, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-weekday-navigator .weekday-nav-group .btn:hover:not(.active) {
  background: #f8fafc;
  border-color: #94a3b8;
}

/* line 698, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-weekday-navigator .weekday-nav-group .btn.active {
  background: #3498db;
  border-color: #3498db;
  color: white;
  font-weight: 600;
}

/* line 704, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-weekday-navigator .weekday-nav-group .btn.active .small {
  color: rgba(255, 255, 255, 0.9);
}

/* line 709, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-weekday-navigator .weekday-nav-group .btn .small {
  font-size: 11px;
  margin-bottom: 4px;
}

/* line 714, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-weekday-navigator .weekday-nav-group .btn .fs-6 {
  font-size: 16px;
}

/* line 724, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .guide-tracker .btn-primary.rounded-pill {
  background: #3498db;
  border-color: #3498db;
  font-size: 14px;
  font-weight: 600;
  transition: all 200ms ease;
}

/* line 731, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .guide-tracker .btn-primary.rounded-pill:hover {
  background: #2383c4;
  border-color: #2383c4;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
}

/* line 738, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .guide-tracker .btn-primary.rounded-pill:focus {
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
}

/* line 746, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body:has(.guide-tracker) .box-nav {
  display: none !important;
}

/* line 751, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .tracker-header-with-full-width-selector {
  background: #fff !important;
}

/* line 758, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-learner-selector .person-selector-pill .btn-outline-secondary {
  transition: all 200ms ease;
}

/* line 761, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-learner-selector .person-selector-pill .btn-outline-secondary:hover {
  background: #e9ecef;
  border-color: #adb5bd;
}

/* line 767, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-learner-selector .person-selector-pill .dropdown-menu {
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
  padding: 12px;
}

/* line 773, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-learner-selector .person-selector-pill .dropdown-menu .form-label {
  font-size: 10px;
  margin-bottom: 8px;
}

/* line 778, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-learner-selector .person-selector-pill .dropdown-menu .form-control-sm {
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid #cbd5e1;
  padding: 8px 12px;
}

/* line 784, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-learner-selector .person-selector-pill .dropdown-menu .form-control-sm:focus {
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

/* line 790, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-learner-selector .person-selector-pill .dropdown-menu .learner-list {
  margin-top: 8px;
}

/* line 793, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-learner-selector .person-selector-pill .dropdown-menu .learner-list .dropdown-item-wrapper {
  border-radius: 12px;
  padding: 10px 12px;
  transition: all 100ms ease;
  border: none;
  display: flex !important;
  align-items: center;
  gap: 8px;
}

/* line 802, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-learner-selector .person-selector-pill .dropdown-menu .learner-list .dropdown-item-wrapper.d-none {
  display: none !important;
}

/* line 806, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-learner-selector .person-selector-pill .dropdown-menu .learner-list .dropdown-item-wrapper:hover {
  background: #f8fafc;
}

/* line 810, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-learner-selector .person-selector-pill .dropdown-menu .learner-list .dropdown-item-wrapper .dropdown-item-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #334155;
  flex: 1;
}

/* line 818, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-learner-selector .person-selector-pill .dropdown-menu .learner-list .dropdown-item-wrapper .dropdown-item-link:hover {
  text-decoration: none;
  color: inherit;
}

/* line 838, app/assets/stylesheets/modern/tracker_ui.scss */
.modern-ui-body .modern-tracker .weekday-chip-link[data-tooltip-bottom] {
  position: relative;
}

/* line 845, app/assets/stylesheets/modern/tracker_ui.scss */
.tooltip.modern-tracker-tooltip.show {
  opacity: 1;
}

/* line 849, app/assets/stylesheets/modern/tracker_ui.scss */
.tooltip.modern-tracker-tooltip .tooltip-inner {
  background: #1e293b;
  color: white;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-width: 200px;
}

/* line 861, app/assets/stylesheets/modern/tracker_ui.scss */
.tooltip.modern-tracker-tooltip.bs-tooltip-bottom .arrow::before, .modern-tracker-tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #1e293b;
}

/* line 865, app/assets/stylesheets/modern/tracker_ui.scss */
.tooltip.modern-tracker-tooltip.bs-tooltip-top .arrow::before, .modern-tracker-tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #1e293b;
}

/* line 869, app/assets/stylesheets/modern/tracker_ui.scss */
.tooltip.modern-tracker-tooltip.bs-tooltip-left .arrow::before, .modern-tracker-tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #1e293b;
}

/* line 873, app/assets/stylesheets/modern/tracker_ui.scss */
.tooltip.modern-tracker-tooltip.bs-tooltip-right .arrow::before, .modern-tracker-tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #1e293b;
}

/* line 14, app/assets/stylesheets/modern/challenge.scss */
.header-nav[data-challenge-status] {
  transition: background-color 0.3s ease;
}

/* line 18, app/assets/stylesheets/modern/challenge.scss */
.header-nav[data-challenge-status][data-challenge-status="completed"], .header-nav[data-challenge-status][data-challenge-status="approved"], .header-nav[data-challenge-status][data-challenge-status="active"] {
  background: linear-gradient(135deg, rgba(39, 174, 96, 0.95), rgba(34, 153, 84, 0.95)) !important;
}

/* line 25, app/assets/stylesheets/modern/challenge.scss */
.header-nav[data-challenge-status][data-challenge-status="in_review"] {
  background: linear-gradient(135deg, rgba(0, 128, 138, 0.95), rgba(0, 112, 121, 0.95)) !important;
}

/* line 30, app/assets/stylesheets/modern/challenge.scss */
.header-nav[data-challenge-status][data-challenge-status="late"] {
  background: linear-gradient(135deg, rgba(234, 173, 33, 0.95), rgba(207, 153, 29, 0.95)) !important;
}

/* line 35, app/assets/stylesheets/modern/challenge.scss */
.header-nav[data-challenge-status][data-challenge-status="overdue"], .header-nav[data-challenge-status][data-challenge-status="denied"] {
  background: linear-gradient(135deg, rgba(231, 76, 60, 0.95), rgba(203, 67, 53, 0.95)) !important;
}

/* line 41, app/assets/stylesheets/modern/challenge.scss */
.header-nav[data-challenge-status][data-challenge-status="pending"], .header-nav[data-challenge-status][data-challenge-status="in_progress"] {
  background: linear-gradient(135deg, rgba(52, 152, 219, 0.95), rgba(41, 128, 185, 0.95)) !important;
}

/* line 47, app/assets/stylesheets/modern/challenge.scss */
.header-nav[data-challenge-status][data-challenge-status="opted-out"], .header-nav[data-challenge-status][data-challenge-status="archived"] {
  background: linear-gradient(135deg, rgba(82, 95, 127, 0.95), rgba(71, 82, 110, 0.95)) !important;
}

/* line 53, app/assets/stylesheets/modern/challenge.scss */
.header-nav[data-challenge-status][data-challenge-status="draft"] {
  background: linear-gradient(135deg, rgba(245, 120, 79, 0.95), rgba(230, 106, 68, 0.95)) !important;
}

/* line 57, app/assets/stylesheets/modern/challenge.scss */
.header-nav[data-challenge-status] .hamburger-btn {
  background: #ffffff !important;
  color: #3498db;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.12);
}

/* line 63, app/assets/stylesheets/modern/challenge.scss */
.header-nav[data-challenge-status] .hamburger-btn:hover, .header-nav[data-challenge-status] .hamburger-btn.active {
  background: #ffffff !important;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16);
}

/* line 69, app/assets/stylesheets/modern/challenge.scss */
.header-nav[data-challenge-status] .hamburger-btn svg {
  stroke: currentColor;
}

/* line 77, app/assets/stylesheets/modern/challenge.scss */
.header-nav[data-challenge-status][data-challenge-status="completed"] .hamburger-btn, .header-nav[data-challenge-status][data-challenge-status="approved"] .hamburger-btn, .header-nav[data-challenge-status][data-challenge-status="active"] .hamburger-btn {
  color: #27ae60;
  border-color: rgba(39, 174, 96, 0.35);
}

/* line 84, app/assets/stylesheets/modern/challenge.scss */
.header-nav[data-challenge-status][data-challenge-status="in_review"] .hamburger-btn {
  color: #00808a;
  border-color: rgba(0, 128, 138, 0.35);
}

/* line 91, app/assets/stylesheets/modern/challenge.scss */
.header-nav[data-challenge-status][data-challenge-status="late"] .hamburger-btn {
  color: #eaaa21;
  border-color: rgba(234, 173, 33, 0.45);
}

/* line 99, app/assets/stylesheets/modern/challenge.scss */
.header-nav[data-challenge-status][data-challenge-status="overdue"] .hamburger-btn, .header-nav[data-challenge-status][data-challenge-status="denied"] .hamburger-btn {
  color: #e74c3c;
  border-color: rgba(231, 76, 60, 0.35);
}

/* line 107, app/assets/stylesheets/modern/challenge.scss */
.header-nav[data-challenge-status][data-challenge-status="pending"] .hamburger-btn, .header-nav[data-challenge-status][data-challenge-status="in_progress"] .hamburger-btn {
  color: #3498db;
  border-color: rgba(52, 152, 219, 0.35);
}

/* line 115, app/assets/stylesheets/modern/challenge.scss */
.header-nav[data-challenge-status][data-challenge-status="opted-out"] .hamburger-btn, .header-nav[data-challenge-status][data-challenge-status="archived"] .hamburger-btn {
  color: #52607f;
  border-color: rgba(82, 95, 127, 0.35);
}

/* line 122, app/assets/stylesheets/modern/challenge.scss */
.header-nav[data-challenge-status][data-challenge-status="draft"] .hamburger-btn {
  color: #f5784f;
  border-color: rgba(245, 120, 79, 0.4);
}

/* line 131, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .modern-challenge-box {
  border-radius: 24px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  position: relative;
  background: white;
}

/* line 137, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .modern-challenge-box .box-header {
  border-radius: 24px 24px 0 0 !important;
  border: none;
  background: white;
  padding: 0;
}

/* line 144, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .modern-challenge-box .box-body {
  background: white;
}

/* line 149, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .modern-challenge-box .box-body:last-child {
  border-radius: 0 0 24px 24px;
}

/* line 160, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .modern-challenge-box.student-view #js-submission-creation-wrapper .button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view #js-submission-creation-wrapper input.button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view .post .button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view .post input.button[type="submit"] {
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* line 170, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .modern-challenge-box.student-view[data-status="completed"] #js-submission-creation-wrapper .button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view[data-status="completed"] #js-submission-creation-wrapper input.button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view[data-status="completed"] .post .button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view[data-status="completed"] .post input.button[type="submit"], .modern-ui-body .modern-challenge-box.student-view[data-status="approved"] #js-submission-creation-wrapper .button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view[data-status="approved"] #js-submission-creation-wrapper input.button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view[data-status="approved"] .post .button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view[data-status="approved"] .post input.button[type="submit"], .modern-ui-body .modern-challenge-box.student-view[data-status="active"] #js-submission-creation-wrapper .button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view[data-status="active"] #js-submission-creation-wrapper input.button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view[data-status="active"] .post .button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view[data-status="active"] .post input.button[type="submit"] {
  background-color: #27ae60 !important;
  border-color: #229955 !important;
  color: white !important;
}

/* line 178, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .modern-challenge-box.student-view[data-status="completed"] #js-submission-creation-wrapper .button[type="submit"]:hover:not(:disabled),
.modern-ui-body .modern-challenge-box.student-view[data-status="completed"] #js-submission-creation-wrapper input.button[type="submit"]:hover:not(:disabled),
.modern-ui-body .modern-challenge-box.student-view[data-status="completed"] .post .button[type="submit"]:hover:not(:disabled),
.modern-ui-body .modern-challenge-box.student-view[data-status="completed"] .post input.button[type="submit"]:hover:not(:disabled), .modern-ui-body .modern-challenge-box.student-view[data-status="approved"] #js-submission-creation-wrapper .button[type="submit"]:hover:not(:disabled),
.modern-ui-body .modern-challenge-box.student-view[data-status="approved"] #js-submission-creation-wrapper input.button[type="submit"]:hover:not(:disabled),
.modern-ui-body .modern-challenge-box.student-view[data-status="approved"] .post .button[type="submit"]:hover:not(:disabled),
.modern-ui-body .modern-challenge-box.student-view[data-status="approved"] .post input.button[type="submit"]:hover:not(:disabled), .modern-ui-body .modern-challenge-box.student-view[data-status="active"] #js-submission-creation-wrapper .button[type="submit"]:hover:not(:disabled),
.modern-ui-body .modern-challenge-box.student-view[data-status="active"] #js-submission-creation-wrapper input.button[type="submit"]:hover:not(:disabled),
.modern-ui-body .modern-challenge-box.student-view[data-status="active"] .post .button[type="submit"]:hover:not(:disabled),
.modern-ui-body .modern-challenge-box.student-view[data-status="active"] .post input.button[type="submit"]:hover:not(:disabled) {
  background-color: #208d4e !important;
  border-color: #1e8449 !important;
}

/* line 187, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .modern-challenge-box.student-view[data-status="in_review"] #js-submission-creation-wrapper .button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view[data-status="in_review"] #js-submission-creation-wrapper input.button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view[data-status="in_review"] .post .button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view[data-status="in_review"] .post input.button[type="submit"] {
  background-color: #00808A !important;
  border-color: #006871 !important;
  color: white !important;
}

/* line 195, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .modern-challenge-box.student-view[data-status="in_review"] #js-submission-creation-wrapper .button[type="submit"]:hover:not(:disabled),
.modern-ui-body .modern-challenge-box.student-view[data-status="in_review"] #js-submission-creation-wrapper input.button[type="submit"]:hover:not(:disabled),
.modern-ui-body .modern-challenge-box.student-view[data-status="in_review"] .post .button[type="submit"]:hover:not(:disabled),
.modern-ui-body .modern-challenge-box.student-view[data-status="in_review"] .post input.button[type="submit"]:hover:not(:disabled) {
  background-color: #005a61 !important;
  border-color: #005157 !important;
}

/* line 204, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .modern-challenge-box.student-view[data-status="late"] #js-submission-creation-wrapper .button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view[data-status="late"] #js-submission-creation-wrapper input.button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view[data-status="late"] .post .button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view[data-status="late"] .post input.button[type="submit"] {
  background-color: #EAAD21 !important;
  border-color: #dda015 !important;
  color: white !important;
}

/* line 212, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .modern-challenge-box.student-view[data-status="late"] #js-submission-creation-wrapper .button[type="submit"]:hover:not(:disabled),
.modern-ui-body .modern-challenge-box.student-view[data-status="late"] #js-submission-creation-wrapper input.button[type="submit"]:hover:not(:disabled),
.modern-ui-body .modern-challenge-box.student-view[data-status="late"] .post .button[type="submit"]:hover:not(:disabled),
.modern-ui-body .modern-challenge-box.student-view[data-status="late"] .post input.button[type="submit"]:hover:not(:disabled) {
  background-color: #cf9614 !important;
  border-color: #c58f13 !important;
}

/* line 222, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .modern-challenge-box.student-view[data-status="overdue"] #js-submission-creation-wrapper .button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view[data-status="overdue"] #js-submission-creation-wrapper input.button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view[data-status="overdue"] .post .button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view[data-status="overdue"] .post input.button[type="submit"], .modern-ui-body .modern-challenge-box.student-view[data-status="denied"] #js-submission-creation-wrapper .button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view[data-status="denied"] #js-submission-creation-wrapper input.button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view[data-status="denied"] .post .button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view[data-status="denied"] .post input.button[type="submit"] {
  background-color: #e74c3c !important;
  border-color: #e43725 !important;
  color: white !important;
}

/* line 230, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .modern-challenge-box.student-view[data-status="overdue"] #js-submission-creation-wrapper .button[type="submit"]:hover:not(:disabled),
.modern-ui-body .modern-challenge-box.student-view[data-status="overdue"] #js-submission-creation-wrapper input.button[type="submit"]:hover:not(:disabled),
.modern-ui-body .modern-challenge-box.student-view[data-status="overdue"] .post .button[type="submit"]:hover:not(:disabled),
.modern-ui-body .modern-challenge-box.student-view[data-status="overdue"] .post input.button[type="submit"]:hover:not(:disabled), .modern-ui-body .modern-challenge-box.student-view[data-status="denied"] #js-submission-creation-wrapper .button[type="submit"]:hover:not(:disabled),
.modern-ui-body .modern-challenge-box.student-view[data-status="denied"] #js-submission-creation-wrapper input.button[type="submit"]:hover:not(:disabled),
.modern-ui-body .modern-challenge-box.student-view[data-status="denied"] .post .button[type="submit"]:hover:not(:disabled),
.modern-ui-body .modern-challenge-box.student-view[data-status="denied"] .post input.button[type="submit"]:hover:not(:disabled) {
  background-color: #df2e1b !important;
  border-color: #d62c1a !important;
}

/* line 240, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .modern-challenge-box.student-view[data-status="pending"] #js-submission-creation-wrapper .button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view[data-status="pending"] #js-submission-creation-wrapper input.button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view[data-status="pending"] .post .button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view[data-status="pending"] .post input.button[type="submit"], .modern-ui-body .modern-challenge-box.student-view[data-status="in_progress"] #js-submission-creation-wrapper .button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view[data-status="in_progress"] #js-submission-creation-wrapper input.button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view[data-status="in_progress"] .post .button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view[data-status="in_progress"] .post input.button[type="submit"] {
  background-color: #3498db !important;
  border-color: #258cd1 !important;
  color: white !important;
}

/* line 248, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .modern-challenge-box.student-view[data-status="pending"] #js-submission-creation-wrapper .button[type="submit"]:hover:not(:disabled),
.modern-ui-body .modern-challenge-box.student-view[data-status="pending"] #js-submission-creation-wrapper input.button[type="submit"]:hover:not(:disabled),
.modern-ui-body .modern-challenge-box.student-view[data-status="pending"] .post .button[type="submit"]:hover:not(:disabled),
.modern-ui-body .modern-challenge-box.student-view[data-status="pending"] .post input.button[type="submit"]:hover:not(:disabled), .modern-ui-body .modern-challenge-box.student-view[data-status="in_progress"] #js-submission-creation-wrapper .button[type="submit"]:hover:not(:disabled),
.modern-ui-body .modern-challenge-box.student-view[data-status="in_progress"] #js-submission-creation-wrapper input.button[type="submit"]:hover:not(:disabled),
.modern-ui-body .modern-challenge-box.student-view[data-status="in_progress"] .post .button[type="submit"]:hover:not(:disabled),
.modern-ui-body .modern-challenge-box.student-view[data-status="in_progress"] .post input.button[type="submit"]:hover:not(:disabled) {
  background-color: #2383c4 !important;
  border-color: #217dbb !important;
}

/* line 258, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .modern-challenge-box.student-view[data-status="opted-out"] #js-submission-creation-wrapper .button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view[data-status="opted-out"] #js-submission-creation-wrapper input.button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view[data-status="opted-out"] .post .button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view[data-status="opted-out"] .post input.button[type="submit"], .modern-ui-body .modern-challenge-box.student-view[data-status="archived"] #js-submission-creation-wrapper .button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view[data-status="archived"] #js-submission-creation-wrapper input.button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view[data-status="archived"] .post .button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view[data-status="archived"] .post input.button[type="submit"] {
  background-color: #525f7f !important;
  border-color: #485370 !important;
  color: white !important;
}

/* line 266, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .modern-challenge-box.student-view[data-status="opted-out"] #js-submission-creation-wrapper .button[type="submit"]:hover:not(:disabled),
.modern-ui-body .modern-challenge-box.student-view[data-status="opted-out"] #js-submission-creation-wrapper input.button[type="submit"]:hover:not(:disabled),
.modern-ui-body .modern-challenge-box.student-view[data-status="opted-out"] .post .button[type="submit"]:hover:not(:disabled),
.modern-ui-body .modern-challenge-box.student-view[data-status="opted-out"] .post input.button[type="submit"]:hover:not(:disabled), .modern-ui-body .modern-challenge-box.student-view[data-status="archived"] #js-submission-creation-wrapper .button[type="submit"]:hover:not(:disabled),
.modern-ui-body .modern-challenge-box.student-view[data-status="archived"] #js-submission-creation-wrapper input.button[type="submit"]:hover:not(:disabled),
.modern-ui-body .modern-challenge-box.student-view[data-status="archived"] .post .button[type="submit"]:hover:not(:disabled),
.modern-ui-body .modern-challenge-box.student-view[data-status="archived"] .post input.button[type="submit"]:hover:not(:disabled) {
  background-color: #424c66 !important;
  border-color: #3e4860 !important;
}

/* line 275, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .modern-challenge-box.student-view[data-status="draft"] #js-submission-creation-wrapper .button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view[data-status="draft"] #js-submission-creation-wrapper input.button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view[data-status="draft"] .post .button[type="submit"],
.modern-ui-body .modern-challenge-box.student-view[data-status="draft"] .post input.button[type="submit"] {
  background-color: #f5784f !important;
  border-color: #f46537 !important;
  color: white !important;
}

/* line 283, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .modern-challenge-box.student-view[data-status="draft"] #js-submission-creation-wrapper .button[type="submit"]:hover:not(:disabled),
.modern-ui-body .modern-challenge-box.student-view[data-status="draft"] #js-submission-creation-wrapper input.button[type="submit"]:hover:not(:disabled),
.modern-ui-body .modern-challenge-box.student-view[data-status="draft"] .post .button[type="submit"]:hover:not(:disabled),
.modern-ui-body .modern-challenge-box.student-view[data-status="draft"] .post input.button[type="submit"]:hover:not(:disabled) {
  background-color: #f35a28 !important;
  border-color: #f2531f !important;
}

/* line 339, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .header-nav-top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  /* line 339, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-top {
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }
}

/* line 353, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .header-nav-top .challenge-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  flex: 0 0 auto;
  margin-left: -2px;
}

@media (max-width: 767px) {
  /* line 353, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-top .challenge-breadcrumb {
    flex: 0 0 auto;
    flex-shrink: 0;
  }
}

/* line 366, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .header-nav-top .challenge-breadcrumb .breadcrumb-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #64748b;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s ease;
}

/* line 376, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .header-nav-top .challenge-breadcrumb .breadcrumb-link:hover {
  color: #3498db;
}

/* line 380, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .header-nav-top .challenge-breadcrumb .breadcrumb-link i {
  width: 16px;
  height: 16px;
}

/* line 388, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .header-nav-top .challenge-action-buttons-mobile {
  display: none;
}

/* line 394, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .challenge-action-buttons-mobile {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  margin-left: auto;
}

@media (max-width: 767px) {
  /* line 394, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .challenge-action-buttons-mobile {
    gap: 6px;
    flex-wrap: wrap;
  }
  /* line 405, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .challenge-action-buttons-mobile:has([data-has-ready-to-share="true"]), .modern-ui-body .header-nav-container .challenge-action-buttons-mobile:has([data-has-unshare-button="true"]), .modern-ui-body .header-nav-container .challenge-action-buttons-mobile:has(.modern-button.share-to-global-btn) {
    width: 100%;
    margin-left: 0;
    margin-top: 8px;
  }
  /* line 413, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .challenge-action-buttons-mobile .modern-add-btn,
.modern-ui-body .header-nav-container .challenge-action-buttons-mobile .modern-button {
    flex-shrink: 0;
  }
}

/* line 421, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .header-nav-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

/* line 429, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .header-nav-meta .header-nav-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1 1 0;
}

/* line 436, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .header-nav-meta .challenge-info-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  flex: 0 1 auto;
  min-width: 0;
}

/* line 444, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .header-nav-meta .challenge-info-pills .info-pill-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #64748b;
}

/* line 451, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .header-nav-meta .challenge-info-pills .info-pill-item i {
  width: 14px;
  height: 14px;
}

/* line 456, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .header-nav-meta .challenge-info-pills .info-pill-item .pill {
  margin: 0;
}

/* line 460, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .header-nav-meta .challenge-info-pills .info-pill-item .link {
  color: #64748b;
  text-decoration: none;
  transition: color 0.2s ease;
}

/* line 465, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .header-nav-meta .challenge-info-pills .info-pill-item .link:hover {
  color: #3498db;
}

/* line 471, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .header-nav-meta .challenge-info-pills .challenge-pill {
  border: none;
  height: 38px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 9999px;
  white-space: nowrap;
}

/* line 480, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .header-nav-meta .challenge-info-pills .challenge-pill.badge-task, .modern-ui-body .header-nav-container .header-nav-meta .challenge-info-pills .challenge-pill.one-off-task {
  background: #3498db;
  color: #ffffff;
}

/* line 486, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .header-nav-meta .challenge-info-pills .challenge-pill.launch {
  background: #444444;
  color: #ffffff;
}

/* line 491, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .header-nav-meta .challenge-info-pills .challenge-pill.reflection-question {
  background: #3498db;
  color: #ffffff;
}

@media (max-width: 767px) {
  /* line 498, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-meta .challenge-info-pills .challenge-pill {
    height: 32px;
    padding: 0 12px;
    font-size: 12px;
  }
}

/* line 506, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .header-nav-meta .challenge-header-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

/* line 512, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .header-nav-meta .challenge-header-actions .button {
  font-size: 14px;
  padding: 8px 16px;
}

/* line 517, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .header-nav-meta .challenge-header-actions .dropdown-toggle {
  padding-right: 24px;
}

/* line 522, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .header-nav-meta .challenge-right-section {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
}

/* line 528, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .header-nav-meta .challenge-right-section .challenge-person-selector {
  flex-shrink: 0;
}

/* line 532, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .header-nav-meta .challenge-right-section .challenge-action-buttons {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

/* line 538, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .header-nav-meta .challenge-right-section .challenge-points-pill-wrapper {
  flex-shrink: 0;
}

/* line 541, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .header-nav-meta .challenge-right-section .challenge-points-pill-wrapper .pill {
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 9999px;
  white-space: nowrap;
  height: 38px;
}

@media (max-width: 768px) {
  /* line 541, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-meta .challenge-right-section .challenge-points-pill-wrapper .pill {
    height: 32px;
    padding: 0 12px;
    font-size: 12px;
  }
}

/* line 555, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .header-nav-meta .challenge-right-section .challenge-points-pill-wrapper .pill.pending {
  background-color: #3498db;
  color: #fff;
  border: none;
  box-shadow: none;
}

/* line 571, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .header-nav-middle .challenge-navigator-wrapper .challenge-nav-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #64748b;
  text-decoration: none;
  transition: all 200ms ease;
  cursor: pointer;
  flex-shrink: 0;
}

/* line 584, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .header-nav-middle .challenge-navigator-wrapper .challenge-nav-arrow:hover:not(.disabled) {
  background: rgba(0, 0, 0, 0.05);
  color: #334155;
}

/* line 589, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .header-nav-middle .challenge-navigator-wrapper .challenge-nav-arrow.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/* line 594, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .header-nav-middle .challenge-navigator-wrapper .challenge-nav-arrow i {
  width: 24px;
  height: 24px;
}

/* line 600, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .header-nav-middle .challenge-navigator-wrapper .challenge-name-container {
  flex: 0 1 auto;
  text-align: center;
  min-width: 0;
}

/* line 605, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .header-nav-middle .challenge-navigator-wrapper .challenge-name-container .challenge-title {
  font-size: 20px;
  font-weight: 600;
  color: #334155;
  letter-spacing: -0.015em -0.3px;
  line-height: 1.2;
  margin: 0;
  word-wrap: break-word;
}

/* line 616, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .header-nav-middle .challenge-navigator-wrapper .challenge-name-container .pill.challenge-pill.optional {
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  justify-content: center;
  text-align: center;
}

/* line 624, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .header-nav-middle .challenge-navigator-wrapper .challenge-name-container .pill.challenge-pill.optional.contributor-profile-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}

/* line 630, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .header-nav-middle .challenge-navigator-wrapper .challenge-name-container .pill.challenge-pill.optional.contributor-profile-link:hover {
  opacity: 0.85;
}

/* line 636, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .header-nav-middle .challenge-navigator-wrapper .challenge-name-container .challenge-submissions-summary {
  margin-top: 8px;
}

/* line 640, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .header-nav-middle .challenge-navigator-wrapper .challenge-name-container .challenge-submissions-summary .submissions-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

/* line 658, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .due-date-pill-wrapper[data-status] .due-date-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 9999px;
  font-size: 13px;
  font-weight: 600;
  color: white;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 200ms ease;
  height: 38px;
}

/* line 672, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .due-date-pill-wrapper[data-status] .due-date-pill i {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* line 678, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .due-date-pill-wrapper[data-status] .due-date-pill .due-date-link {
  color: white;
  text-decoration: none;
  flex: 1;
}

/* line 683, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .due-date-pill-wrapper[data-status] .due-date-pill .due-date-link:hover {
  color: white;
  text-decoration: none;
  opacity: 0.9;
}

/* line 690, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .due-date-pill-wrapper[data-status] .due-date-pill .remove-due-date-btn {
  text-align: center;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  text-decoration: none;
  transition: all 200ms ease;
}

/* line 702, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .due-date-pill-wrapper[data-status] .due-date-pill .remove-due-date-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

/* line 707, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .due-date-pill-wrapper[data-status] .due-date-pill .remove-due-date-btn i {
  width: 12px;
  height: 12px;
}

/* line 718, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .due-date-pill-wrapper[data-status][data-status="completed"] .due-date-pill, .modern-ui-body .header-nav-container .due-date-pill-wrapper[data-status][data-status="approved"] .due-date-pill, .modern-ui-body .header-nav-container .due-date-pill-wrapper[data-status][data-status="active"] .due-date-pill {
  background-color: #27ae60;
}

/* line 724, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .due-date-pill-wrapper[data-status][data-status="in_review"] .due-date-pill {
  background-color: #00808A;
}

/* line 730, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .due-date-pill-wrapper[data-status][data-status="late"] .due-date-pill {
  background-color: #EAAD21;
}

/* line 737, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .due-date-pill-wrapper[data-status][data-status="overdue"] .due-date-pill, .modern-ui-body .header-nav-container .due-date-pill-wrapper[data-status][data-status="denied"] .due-date-pill {
  background-color: #e74c3c;
}

/* line 744, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .due-date-pill-wrapper[data-status][data-status="pending"] .due-date-pill, .modern-ui-body .header-nav-container .due-date-pill-wrapper[data-status][data-status="in_progress"] .due-date-pill {
  background-color: #3498db;
}

/* line 751, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .due-date-pill-wrapper[data-status][data-status="opted-out"] .due-date-pill, .modern-ui-body .header-nav-container .due-date-pill-wrapper[data-status][data-status="archived"] .due-date-pill {
  background-color: #525f7f;
}

/* line 757, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .header-nav-container .due-date-pill-wrapper[data-status][data-status="draft"] .due-date-pill {
  background-color: #f5784f;
}

/* line 771, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .challenge-person-selector .modern-person-selector .person-selector-pill .nav-arrow-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #64748b;
  text-decoration: none;
  transition: all 200ms ease;
  flex-shrink: 0;
}

/* line 783, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .challenge-person-selector .modern-person-selector .person-selector-pill .nav-arrow-link:hover:not(.disabled) {
  background: rgba(0, 0, 0, 0.05);
  color: #334155;
}

/* line 788, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .challenge-person-selector .modern-person-selector .person-selector-pill .nav-arrow-link.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/* line 793, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .challenge-person-selector .modern-person-selector .person-selector-pill .nav-arrow-link i {
  width: 16px;
  height: 16px;
}

/* line 805, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .reflection-info-section {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 810, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .reflection-info-section .pill.due-date-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 9999px;
  font-size: 13px;
  font-weight: 600;
  color: white;
  background-color: #3498db;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  height: 38px;
}

/* line 824, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .reflection-info-section .pill.due-date-pill i {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* line 830, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .reflection-info-section .pill.due-date-pill .due-date-link {
  color: white;
  text-decoration: none;
}

/* line 834, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .reflection-info-section .pill.due-date-pill .due-date-link:hover {
  color: white;
  text-decoration: none;
  opacity: 0.9;
}

/* line 846, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .modern-learner-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* line 853, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .modern-learner-header .modern-header-left {
  flex: 1;
  min-width: 200px;
}

/* line 857, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .modern-learner-header .modern-header-left .modern-learner-title {
  font-size: 1.50rem;
  font-weight: 600;
  color: #1e293b;
  margin: 0;
  letter-spacing: -0.015em;
  line-height: 1.2;
}

/* line 867, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .modern-learner-header .modern-header-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  flex-wrap: wrap;
}

/* line 880, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .due-date-pill-wrapper .pill.due-date-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 9999px;
  font-size: 13px;
  font-weight: 600;
  color: white;
  background-color: #3498db;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  height: 38px;
}

/* line 894, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .due-date-pill-wrapper .pill.due-date-pill i {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* line 900, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .due-date-pill-wrapper .pill.due-date-pill .due-date-link {
  color: white;
  text-decoration: none;
}

/* line 904, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .due-date-pill-wrapper .pill.due-date-pill .due-date-link:hover {
  color: white;
  text-decoration: none;
  opacity: 0.9;
}

@media (max-width: 768px) {
  /* line 920, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .modern-learner-header .modern-header-left .modern-learner-title {
    font-size: 1.50rem;
  }
  /* line 925, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .modern-learner-header .modern-header-right {
    width: 100%;
    justify-content: flex-end;
  }
  /* line 934, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .reflection-info-section .pill.due-date-pill .show-on-desktop {
    display: none;
  }
  /* line 938, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .reflection-info-section .pill.due-date-pill .show-on-mobile {
    display: inline;
  }
  /* line 947, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .due-date-pill-wrapper .pill.due-date-pill .show-on-desktop {
    display: none;
  }
  /* line 951, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .due-date-pill-wrapper .pill.due-date-pill .show-on-mobile {
    display: inline;
  }
  /* line 960, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-top {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    flex-wrap: nowrap;
  }
}

@media (max-width: 768px) and (max-width: 767px) {
  /* line 969, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-top:has(.challenge-action-buttons-mobile [data-has-ready-to-share="true"]), .modern-ui-body .header-nav-container .header-nav-top:has(.challenge-action-buttons-mobile [data-has-unshare-button="true"]), .modern-ui-body .header-nav-container .header-nav-top:has(.challenge-action-buttons-mobile .modern-button.share-to-global-btn) {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  /* line 977, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-top .challenge-breadcrumb {
    flex: 0 0 auto;
    flex-shrink: 0;
    min-width: 0;
  }
  /* line 984, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-top .challenge-action-buttons-mobile {
    display: flex !important;
    align-items: center;
    flex-shrink: 0;
    margin-left: auto;
  }
}

@media (max-width: 768px) and (max-width: 767px) {
  /* line 984, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-top .challenge-action-buttons-mobile {
    flex-wrap: wrap;
  }
  /* line 993, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-top .challenge-action-buttons-mobile:has([data-has-ready-to-share="true"]), .modern-ui-body .header-nav-container .header-nav-top .challenge-action-buttons-mobile:has([data-has-unshare-button="true"]), .modern-ui-body .header-nav-container .header-nav-top .challenge-action-buttons-mobile:has(.modern-button.share-to-global-btn) {
    width: 100%;
    margin-left: 0;
    margin-top: 8px;
  }
  /* line 1001, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-top .challenge-action-buttons-mobile .modern-add-btn,
.modern-ui-body .header-nav-container .header-nav-top .challenge-action-buttons-mobile .modern-button {
    flex-shrink: 0;
  }
}

@media (max-width: 768px) {
  /* line 1009, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-meta {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  /* line 1014, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-meta .header-nav-details {
    width: 100%;
    gap: 12px;
  }
  /* line 1018, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-meta .header-nav-details .challenge-info-pills {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
  }
  /* line 1025, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-meta .header-nav-details .challenge-info-pills .info-pill-item {
    flex: 0 0 auto;
  }
  /* line 1028, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-meta .header-nav-details .challenge-info-pills .info-pill-item .challenge-pill {
    height: 32px;
    padding: 0 12px;
    font-size: 12px;
  }
  /* line 1036, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-meta .header-nav-details .challenge-info-pills .due-date-pill-wrapper .due-date-pill {
    font-size: 12px;
    padding: 6px 12px;
    gap: 6px;
    height: 32px;
  }
  /* line 1042, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-meta .header-nav-details .challenge-info-pills .due-date-pill-wrapper .due-date-pill .show-on-desktop {
    display: none;
  }
  /* line 1046, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-meta .header-nav-details .challenge-info-pills .due-date-pill-wrapper .due-date-pill .show-on-mobile {
    display: inline;
  }
  /* line 1054, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-meta .challenge-right-section {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
  }
  /* line 1061, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-meta .challenge-right-section .challenge-person-selector {
    flex: 1 1 200px;
    min-width: 0;
  }
  /* line 1065, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-meta .challenge-right-section .challenge-person-selector .modern-person-selector {
    width: 100%;
  }
  /* line 1068, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-meta .challenge-right-section .challenge-person-selector .modern-person-selector .person-selector-pill {
    width: 100%;
  }
  /* line 1071, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-meta .challenge-right-section .challenge-person-selector .modern-person-selector .person-selector-pill .btn,
.modern-ui-body .header-nav-container .header-nav-meta .challenge-right-section .challenge-person-selector .modern-person-selector .person-selector-pill .btn-outline-primary {
    min-width: 0 !important;
    max-width: 100% !important;
  }
  /* line 1081, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-meta .challenge-right-section .challenge-info-pills {
    flex: 0 1 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
  }
  /* line 1088, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-meta .challenge-right-section .challenge-info-pills .info-pill-item {
    flex: 0 0 auto;
  }
  /* line 1091, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-meta .challenge-right-section .challenge-info-pills .info-pill-item .pill {
    height: 38px;
    padding: 0 12px;
    font-size: 12px;
  }
  /* line 1099, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-meta .challenge-right-section .challenge-action-buttons {
    display: none;
  }
  /* line 1106, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-top {
    flex-wrap: nowrap;
  }
}

@media (max-width: 768px) and (max-width: 767px) {
  /* line 1110, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-top:has(.challenge-action-buttons-mobile [data-has-ready-to-share="true"]), .modern-ui-body .header-nav-container .header-nav-top:has(.challenge-action-buttons-mobile [data-has-unshare-button="true"]), .modern-ui-body .header-nav-container .header-nav-top:has(.challenge-action-buttons-mobile .modern-button.share-to-global-btn) {
    flex-wrap: wrap;
    gap: 8px;
  }
}

@media (max-width: 768px) {
  /* line 1118, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-top .challenge-breadcrumb {
    flex: 0 0 auto;
    flex-shrink: 0;
  }
  /* line 1123, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-top .challenge-action-buttons-mobile {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: auto;
  }
}

@media (max-width: 768px) and (max-width: 767px) {
  /* line 1123, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-top .challenge-action-buttons-mobile {
    flex-wrap: wrap;
  }
  /* line 1132, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-top .challenge-action-buttons-mobile:has([data-has-ready-to-share="true"]), .modern-ui-body .header-nav-container .header-nav-top .challenge-action-buttons-mobile:has([data-has-unshare-button="true"]), .modern-ui-body .header-nav-container .header-nav-top .challenge-action-buttons-mobile:has(.modern-button.share-to-global-btn) {
    width: 100%;
    margin-left: 0;
    margin-top: 8px;
  }
  /* line 1140, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-top .challenge-action-buttons-mobile .modern-add-btn,
.modern-ui-body .header-nav-container .header-nav-top .challenge-action-buttons-mobile .modern-button {
    flex-shrink: 0;
  }
}

@media (max-width: 768px) {
  /* line 1148, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-middle {
    width: 100%;
  }
  /* line 1153, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-middle .challenge-navigator-wrapper .challenge-nav-arrow {
    width: 32px;
    height: 32px;
  }
  /* line 1157, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-middle .challenge-navigator-wrapper .challenge-nav-arrow i {
    width: 18px;
    height: 18px;
  }
  /* line 1164, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-middle .challenge-navigator-wrapper .challenge-name-container .challenge-title {
    font-size: 18px;
    margin-top: 0 !important;
    line-height: 1.3;
  }
  /* line 1170, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-middle .challenge-navigator-wrapper .challenge-name-container .pill.challenge-pill.optional {
    font-size: 11px;
    padding: 6px 10px;
    line-height: 1.4;
  }
  /* line 1176, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-middle .challenge-navigator-wrapper .challenge-name-container .challenge-submissions-summary {
    margin-top: 4px;
  }
  /* line 1179, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-middle .challenge-navigator-wrapper .challenge-name-container .challenge-submissions-summary .submissions-pill {
    height: 28px;
    padding: 0 10px;
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  /* line 1194, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-middle .challenge-navigator-wrapper {
    gap: 6px;
  }
  /* line 1197, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-middle .challenge-navigator-wrapper .challenge-nav-arrow {
    width: 28px;
    height: 28px;
  }
  /* line 1201, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-middle .challenge-navigator-wrapper .challenge-nav-arrow i {
    width: 16px;
    height: 16px;
  }
  /* line 1208, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-middle .challenge-navigator-wrapper .challenge-name-container .challenge-title {
    font-size: 16px;
  }
  /* line 1212, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-middle .challenge-navigator-wrapper .challenge-name-container .pill.challenge-pill.optional {
    font-size: 10px;
    padding: 4px 8px;
    line-height: 1.3;
  }
  /* line 1219, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .header-nav-container .header-nav-middle .challenge-navigator-wrapper .challenge-name-container .challenge-submissions-summary .submissions-pill {
    height: 24px;
    padding: 0 8px;
    font-size: 10px;
  }
  /* line 1233, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .modern-learner-header .modern-header-left .modern-learner-title {
    font-size: 1.50rem;
  }
  /* line 1238, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .modern-learner-header .modern-header-right {
    gap: 8px;
  }
}

/* line 1247, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .section-question-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1256, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .modern-dashboard-section-heading.with-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* line 1262, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .submissions-count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 8px;
  background: #3498db;
  color: white;
  font-size: 12px;
  font-weight: 600;
  border-radius: 9999px;
}

/* line 1276, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .submissions-list {
  background: white;
}

/* line 1280, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .submission-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: white;
  border-bottom: 1px solid #f1f5f9;
}

/* line 1288, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .submission-card:last-child {
  border-bottom: none;
}

/* line 1292, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .submission-card.archived-user {
  opacity: 0.7;
}

/* line 1295, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .submission-card.archived-user .submission-name {
  text-decoration: line-through;
}

/* line 1301, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .submission-card-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}

/* line 1309, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .submission-avatar-wrapper {
  cursor: pointer;
  flex-shrink: 0;
}

/* line 1314, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .submission-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 1321, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .submission-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

/* line 1328, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .submission-name-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* line 1335, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .submission-name {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
}

/* line 1341, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .archived-pill {
  font-size: 10px;
  padding: 2px 6px;
  background: #fee2e2;
  color: #e74c3c;
  border-radius: 4px;
}

/* line 1349, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .submission-meta {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* line 1355, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .submission-time {
  font-size: 13px;
  color: #64748b;
}

/* line 1360, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .submission-edited {
  font-size: 12px;
  color: #94a3b8;
  font-style: italic;
}

/* line 1366, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .submission-card-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

/* line 1374, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .submission-status .pill {
  font-size: 11px;
}

/* line 1379, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .view-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: #f1f5f9;
  color: #64748b;
  border-radius: 8px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: all 100ms ease;
}

/* line 1392, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .view-btn:hover {
  background: #3498db;
  color: white;
}

/* line 1398, app/assets/stylesheets/modern/challenge.scss */
.modern-ui-body .submissions-missing-section {
  padding: 16px 20px;
  background: #fffbeb;
  border-top: 1px solid #fef3c7;
}

@media (max-width: 768px) {
  /* line 1406, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .submission-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
  }
  /* line 1413, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .submission-card-left {
    width: 100%;
  }
  /* line 1417, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .submission-avatar {
    width: 36px;
    height: 36px;
  }
  /* line 1422, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .submission-name {
    font-size: 13px;
  }
  /* line 1426, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .submission-time {
    font-size: 12px;
  }
  /* line 1430, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .submission-card-right {
    width: 100%;
    justify-content: space-between;
    padding-left: 48px;
  }
  /* line 1436, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .view-btn {
    padding: 6px 12px;
    font-size: 12px;
  }
  /* line 1440, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .view-btn .view-btn-text {
    display: none;
  }
  /* line 1445, app/assets/stylesheets/modern/challenge.scss */
  .modern-ui-body .submissions-missing-section {
    padding: 14px 16px;
  }
}

/* line 13, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .ms-item--badge-show-mobile {
  display: none;
}

/* line 22, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.badge-task,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.launch,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.close-challenge,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.badge-smart-method {
  position: relative;
}

/* line 28, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.badge-task .more-menu,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.badge-task .drag-handle,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.launch .more-menu,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.launch .drag-handle,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.close-challenge .more-menu,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.close-challenge .drag-handle,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.badge-smart-method .more-menu,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.badge-smart-method .drag-handle {
  position: relative;
  z-index: 3;
}

/* line 34, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.badge-task .more-menu .dropdown-toggle,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.launch .more-menu .dropdown-toggle,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.close-challenge .more-menu .dropdown-toggle,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.badge-smart-method .more-menu .dropdown-toggle {
  text-decoration: none !important;
}

/* line 37, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.badge-task .more-menu .dropdown-toggle:hover, .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.badge-task .more-menu .dropdown-toggle:focus, .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.badge-task .more-menu .dropdown-toggle:active,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.launch .more-menu .dropdown-toggle:hover,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.launch .more-menu .dropdown-toggle:focus,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.launch .more-menu .dropdown-toggle:active,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.close-challenge .more-menu .dropdown-toggle:hover,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.close-challenge .more-menu .dropdown-toggle:focus,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.close-challenge .more-menu .dropdown-toggle:active,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.badge-smart-method .more-menu .dropdown-toggle:hover,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.badge-smart-method .more-menu .dropdown-toggle:focus,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.badge-smart-method .more-menu .dropdown-toggle:active {
  text-decoration: none !important;
}

/* line 46, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.badge-task:has(.dropdown-menu.show),
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.launch:has(.dropdown-menu.show),
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.close-challenge:has(.dropdown-menu.show),
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.badge-smart-method:has(.dropdown-menu.show) {
  position: relative;
  z-index: 10;
}

/* line 55, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones .milestone-header .more-menu .dropdown-toggle {
  text-decoration: none !important;
}

/* line 58, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones .milestone-header .more-menu .dropdown-toggle:hover, .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones .milestone-header .more-menu .dropdown-toggle:focus, .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones .milestone-header .more-menu .dropdown-toggle:active {
  text-decoration: none !important;
}

@media (min-width: 769px) {
  /* line 67, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.badge-smart-method > .ms-item--badge-show-mobile {
    display: none !important;
  }
}

@media (max-width: 768px) {
  /* line 20, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones {
    padding: 0 !important;
    background: #ffffff !important;
  }
  /* line 77, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: #ffffff;
  }
  /* line 85, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone + article.milestone {
    border-top: 8px solid #f1f5f9;
  }
  /* line 90, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone .milestone-img {
    display: none !important;
  }
  /* line 94, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone .milestone-header {
    padding: 14px 0px 12px;
    border-bottom: 1px solid #e2e8f0;
    align-items: flex-start;
  }
  /* line 99, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone .milestone-header .main {
    padding-right: 0;
    align-items: flex-start;
    gap: 10px;
  }
  /* line 105, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone .milestone-header .drag-handle {
    margin-top: 2px;
    opacity: 0.75;
  }
  /* line 110, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone .milestone-header .content {
    min-width: 0;
  }
  /* line 113, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone .milestone-header .content h2 {
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.2;
    color: #111827;
  }
  /* line 121, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone .milestone-header .content .milestone-name-link h2 {
    width: 100%;
    gap: 10px;
  }
  /* line 125, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone .milestone-header .content .milestone-name-link h2 .milestone-toggle-icon {
    margin-left: auto;
  }
  /* line 130, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone .milestone-header .content .description {
    margin-top: 6px;
    font-size: 0.875rem;
    line-height: 1.4;
    color: #64748b;
    max-width: none;
  }
  /* line 139, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone .milestone-header .secondary {
    margin-left: 10px;
  }
  /* line 142, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone .milestone-header .secondary .more-menu .dropdown-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 9999px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
  }
  /* line 155, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone .badge_tasks {
    margin-left: 0 !important;
    background: #ffffff;
  }
  /* line 161, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method {
    display: block !important;
    padding: 0 !important;
    border-bottom: 1px solid #e2e8f0;
    background: #ffffff;
    color: inherit;
  }
  /* line 172, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task > .absolute-link,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task > .main,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task > .secondary,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch > .absolute-link,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch > .main,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch > .secondary,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge > .absolute-link,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge > .main,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge > .secondary,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method > .absolute-link,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method > .main,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method > .secondary {
    display: none !important;
  }
  /* line 178, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-item--badge-show-mobile,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-item--badge-show-mobile,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-item--badge-show-mobile,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-item--badge-show-mobile {
    display: block;
    position: relative;
    padding: 12px 0px 10px;
    --ms-meta-indent: 35px;
  }
  /* line 185, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-absolute-link,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-absolute-link,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-absolute-link,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-absolute-link {
    display: block !important;
    z-index: 1;
  }
  /* line 190, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-row1,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-row1,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-row1,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-row1 {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-width: 0;
  }
  /* line 198, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-type,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-type,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-type,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-type {
    width: 28px;
    height: 28px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    flex: 0 0 auto;
    margin-top: 0;
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
  }
  /* line 216, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-title,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-title,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-title,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-title {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.2;
    color: #111827;
    margin-top: 0;
  }
  /* line 226, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-title-link,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-title-link,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-title-link,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-title-link {
    display: block;
    min-width: 0;
  }
  /* line 231, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-actions,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-actions,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-actions,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-actions {
    flex: 0 0 auto;
    margin-left: 8px;
    position: relative;
    z-index: 3;
    pointer-events: auto;
  }
  /* line 238, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-actions .more-menu .dropdown-toggle,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-actions .more-menu .dropdown-toggle,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-actions .more-menu .dropdown-toggle,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-actions .more-menu .dropdown-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 9999px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    text-decoration: none !important;
  }
  /* line 249, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-actions .more-menu .dropdown-toggle:hover, .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-actions .more-menu .dropdown-toggle:focus, .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-actions .more-menu .dropdown-toggle:active,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-actions .more-menu .dropdown-toggle:hover,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-actions .more-menu .dropdown-toggle:focus,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-actions .more-menu .dropdown-toggle:active,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-actions .more-menu .dropdown-toggle:hover,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-actions .more-menu .dropdown-toggle:focus,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-actions .more-menu .dropdown-toggle:active,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-actions .more-menu .dropdown-toggle:hover,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-actions .more-menu .dropdown-toggle:focus,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-actions .more-menu .dropdown-toggle:active {
    text-decoration: none !important;
  }
  /* line 256, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-actions .dropdown-menu,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-actions .dropdown-menu,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-actions .dropdown-menu,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-actions .dropdown-menu {
    pointer-events: auto;
  }
  /* line 260, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-actions .dropdown-menu .dropdown-item,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-actions .dropdown-menu .dropdown-item,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-actions .dropdown-menu .dropdown-item,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-actions .dropdown-menu .dropdown-item {
    pointer-events: auto;
    cursor: pointer;
  }
  /* line 266, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .drag-handle,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .drag-handle,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .drag-handle,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .drag-handle {
    pointer-events: auto;
  }
  /* line 270, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-row2,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-row2,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-row2,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-row2 {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 6px;
    margin-top: 8px;
    align-items: center;
  }
  /* line 280, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-meta-left,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-meta-left,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-meta-left,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-meta-left {
    grid-column: 1 / -1;
    grid-row: 1 / 2;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    min-width: 0;
    margin-left: var(--ms-meta-indent);
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2px;
    scrollbar-width: none;
  }
  /* line 295, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-meta-left::-webkit-scrollbar,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-meta-left::-webkit-scrollbar,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-meta-left::-webkit-scrollbar,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-meta-left::-webkit-scrollbar {
    display: none;
  }
  /* line 301, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-row2--with-goal,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-row2--with-goal,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-row2--with-goal,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-row2--with-goal {
    display: block;
    overflow: visible;
  }
  /* line 305, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-row2--with-goal .ms-row2--with-goal__inner,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-row2--with-goal .ms-row2--with-goal__inner,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-row2--with-goal .ms-row2--with-goal__inner,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-row2--with-goal .ms-row2--with-goal__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    padding-left: var(--ms-meta-indent);
  }
  /* line 313, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-row2--with-goal .ms-meta-left,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-row2--with-goal .ms-meta-left,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-row2--with-goal .ms-meta-left,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-row2--with-goal .ms-meta-left {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 0;
    overflow: visible;
    padding-bottom: 0;
  }
  /* line 322, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-row2--with-goal .ms-meta-right,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-row2--with-goal .ms-meta-right,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-row2--with-goal .ms-meta-right,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-row2--with-goal .ms-meta-right {
    flex-basis: 100%;
  }
  /* line 327, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-meta-right,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-meta-right,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-meta-right,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-meta-right {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    color: #64748b;
    font-size: 0.8125rem;
    font-weight: 600;
    min-width: 0;
  }
  /* line 340, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-points,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-points,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-points,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-points {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    color: #64748b;
    font-size: 0.8125rem;
    font-weight: 700;
    margin-left: var(--ms-meta-indent);
  }
  /* line 349, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-pill,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-pill,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-pill,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    border-radius: 9999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    background: #eef2f7;
    color: #334155;
    border: none;
    flex: 0 0 auto;
    box-sizing: border-box;
    white-space: nowrap;
  }
  /* line 365, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-pill svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-pill i,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-pill svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-pill i,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-pill svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-pill i,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-pill svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-pill i {
    width: 14px;
    height: 14px;
  }
  /* line 372, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-pill--circle,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-pill--circle,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-pill--circle,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--circle {
    width: 24px;
    min-width: 24px;
    padding: 0;
  }
  /* line 378, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-pill--wide,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-pill--wide,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-pill--wide,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--wide {
    width: auto;
    min-width: 0;
    padding: 0 10px;
  }
  /* line 384, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-pill--done,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-pill--done,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-pill--done,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--done {
    background: #27ae60;
    color: #ffffff;
    gap: 6px;
  }
  /* line 390, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-pill--draft,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-pill--draft,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-pill--draft,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--draft {
    background: #f5784f;
    color: #ffffff;
  }
  /* line 395, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-pill--guide,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-pill--guide,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-pill--guide,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--guide {
    background: #003a68;
    color: #ffffff;
  }
  /* line 400, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-pill--optional,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-pill--optional,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-pill--optional,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--optional {
    background: #f6f9fb;
    color: #525f7f;
  }
  /* line 405, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-pill--not-scheduled,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-pill--not-scheduled,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-pill--not-scheduled,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--not-scheduled {
    background: #e74c3c;
    color: #ffffff;
  }
  /* line 410, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-pill--rating,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-pill--rating,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-pill--rating,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--rating {
    background: #EAAD21;
    color: #ffffff;
    gap: 6px;
  }
  /* line 416, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-pill--self,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-pill--self,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-pill--self,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--self {
    background: #4D43C1;
    color: #ffffff;
  }
  /* line 421, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-pill--mentor,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-pill--mentor,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-pill--mentor,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--mentor {
    background: #4D43C1;
    color: #ffffff;
  }
  /* line 434, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-pill--done svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-pill--done i,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-pill--guide svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-pill--guide i,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-pill--draft svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-pill--draft i,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-pill--rating svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-pill--rating i,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-pill--self svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-pill--self i,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-pill--mentor svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-pill--mentor i,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-pill--not-scheduled svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-pill--not-scheduled i,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-pill--done svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-pill--done i,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-pill--guide svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-pill--guide i,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-pill--draft svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-pill--draft i,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-pill--rating svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-pill--rating i,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-pill--self svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-pill--self i,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-pill--mentor svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-pill--mentor i,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-pill--not-scheduled svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-pill--not-scheduled i,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-pill--done svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-pill--done i,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-pill--guide svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-pill--guide i,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-pill--draft svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-pill--draft i,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-pill--rating svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-pill--rating i,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-pill--self svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-pill--self i,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-pill--mentor svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-pill--mentor i,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-pill--not-scheduled svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-pill--not-scheduled i,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--done svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--done i,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--guide svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--guide i,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--draft svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--draft i,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--rating svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--rating i,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--self svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--self i,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--mentor svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--mentor i,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--not-scheduled svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--not-scheduled i {
    color: currentColor;
  }
  /* line 440, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-icon-link,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-icon-link,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-icon-link,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-icon-link {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #3498db;
    border: none;
    text-decoration: none;
    position: relative;
    z-index: 3;
  }
  /* line 454, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-icon-link svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-icon-link i,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-icon-link svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-icon-link i,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-icon-link svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-icon-link i,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-icon-link svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-icon-link i {
    width: 16px;
    height: 16px;
  }
  /* line 461, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-goal-pill,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-goal-pill,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-goal-pill,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-goal-pill {
    min-height: 26px;
    padding: 6px 10px;
    border-radius: 9999px;
    background: #ffffff;
    color: #334155;
    font-size: 0.75rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: auto;
    flex: 0 0 auto;
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
  }
  /* line 478, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-goal-pill i,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-goal-pill svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-goal-pill i,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-goal-pill svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-goal-pill i,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-goal-pill svg,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-goal-pill i,
.modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-goal-pill svg {
    flex: 0 0 auto;
  }
  /* line 486, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-task .ms-type {
    background: #3498db;
  }
  /* line 487, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.launch .ms-type {
    background: #444444;
  }
  /* line 488, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.close-challenge .ms-type {
    background: #444444;
  }
  /* line 489, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone article.badge-smart-method .ms-type {
    background: #3498db;
  }
  /* line 492, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .badge-mgmt-badges-show .badge-show-milestones article.milestone .milestone-buttons {
    margin: 12px 16px 16px;
    padding-left: 0 !important;
  }
}

@media (max-width: 768px) {
  /* line 505, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .progress-badges-show article.badge-task,
.modern-ui-body .progress-badges-show article.launch-task,
.modern-ui-body .progress-badges-show article.badge-smart-method > .badge-task {
    display: block !important;
    padding: 0 !important;
    border-bottom: 1px solid #e2e8f0;
    background: #ffffff;
    color: inherit;
  }
  /* line 514, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .progress-badges-show article.badge-task > .absolute-link,
.modern-ui-body .progress-badges-show article.badge-task > .main,
.modern-ui-body .progress-badges-show article.badge-task > .secondary,
.modern-ui-body .progress-badges-show article.launch-task > .absolute-link,
.modern-ui-body .progress-badges-show article.launch-task > .main,
.modern-ui-body .progress-badges-show article.launch-task > .secondary,
.modern-ui-body .progress-badges-show article.badge-smart-method > .badge-task > .absolute-link,
.modern-ui-body .progress-badges-show article.badge-smart-method > .badge-task > .main,
.modern-ui-body .progress-badges-show article.badge-smart-method > .badge-task > .secondary {
    display: none !important;
  }
  /* line 520, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .progress-badges-show article.badge-task .ms-item--badge-show-mobile,
.modern-ui-body .progress-badges-show article.launch-task .ms-item--badge-show-mobile,
.modern-ui-body .progress-badges-show article.badge-smart-method > .badge-task .ms-item--badge-show-mobile {
    display: block;
    position: relative;
    padding: 12px 0px 10px;
    --ms-meta-indent: 35px;
  }
  /* line 527, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .progress-badges-show article.badge-task .ms-absolute-link,
.modern-ui-body .progress-badges-show article.launch-task .ms-absolute-link,
.modern-ui-body .progress-badges-show article.badge-smart-method > .badge-task .ms-absolute-link {
    display: block !important;
    z-index: 1;
  }
  /* line 532, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .progress-badges-show article.badge-task .ms-row1,
.modern-ui-body .progress-badges-show article.launch-task .ms-row1,
.modern-ui-body .progress-badges-show article.badge-smart-method > .badge-task .ms-row1 {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    min-width: 0;
  }
  /* line 539, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .progress-badges-show article.badge-task .ms-row1 .badge-task-status,
.modern-ui-body .progress-badges-show article.launch-task .ms-row1 .badge-task-status,
.modern-ui-body .progress-badges-show article.badge-smart-method > .badge-task .ms-row1 .badge-task-status {
    margin-top: 2px;
  }
  /* line 544, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .progress-badges-show article.badge-task .ms-title,
.modern-ui-body .progress-badges-show article.launch-task .ms-title,
.modern-ui-body .progress-badges-show article.badge-smart-method > .badge-task .ms-title {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.2;
    color: #111827;
  }
  /* line 553, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .progress-badges-show article.badge-task .ms-row1-pills,
.modern-ui-body .progress-badges-show article.launch-task .ms-row1-pills,
.modern-ui-body .progress-badges-show article.badge-smart-method > .badge-task .ms-row1-pills {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  /* line 560, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .progress-badges-show article.badge-task .ms-row2,
.modern-ui-body .progress-badges-show article.launch-task .ms-row2,
.modern-ui-body .progress-badges-show article.badge-smart-method > .badge-task .ms-row2 {
    display: flex;
    justify-content: flex-end;
    margin-top: 4px;
    margin-left: var(--ms-meta-indent);
  }
  /* line 567, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .progress-badges-show article.badge-task .ms-meta-right,
.modern-ui-body .progress-badges-show article.launch-task .ms-meta-right,
.modern-ui-body .progress-badges-show article.badge-smart-method > .badge-task .ms-meta-right {
    white-space: nowrap;
    color: #64748b;
    font-size: 0.8125rem;
    font-weight: 600;
    flex-direction: row-reverse;
  }
  /* line 576, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .progress-badges-show article.badge-task .ms-pill,
.modern-ui-body .progress-badges-show article.launch-task .ms-pill,
.modern-ui-body .progress-badges-show article.badge-smart-method > .badge-task .ms-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    border-radius: 9999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    background: #eef2f7;
    color: #334155;
    border: none;
    flex: 0 0 auto;
    box-sizing: border-box;
    white-space: nowrap;
  }
  /* line 592, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .progress-badges-show article.badge-task .ms-pill svg, .modern-ui-body .progress-badges-show article.badge-task .ms-pill i,
.modern-ui-body .progress-badges-show article.launch-task .ms-pill svg,
.modern-ui-body .progress-badges-show article.launch-task .ms-pill i,
.modern-ui-body .progress-badges-show article.badge-smart-method > .badge-task .ms-pill svg,
.modern-ui-body .progress-badges-show article.badge-smart-method > .badge-task .ms-pill i {
    width: 14px;
    height: 14px;
  }
  /* line 595, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .progress-badges-show article.badge-task .ms-pill--circle,
.modern-ui-body .progress-badges-show article.launch-task .ms-pill--circle,
.modern-ui-body .progress-badges-show article.badge-smart-method > .badge-task .ms-pill--circle {
    width: 24px;
    min-width: 24px;
    padding: 0;
  }
  /* line 596, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .progress-badges-show article.badge-task .ms-pill--wide,
.modern-ui-body .progress-badges-show article.launch-task .ms-pill--wide,
.modern-ui-body .progress-badges-show article.badge-smart-method > .badge-task .ms-pill--wide {
    width: auto;
    min-width: 0;
    padding: 0 10px;
  }
  /* line 597, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .progress-badges-show article.badge-task .ms-pill--done,
.modern-ui-body .progress-badges-show article.launch-task .ms-pill--done,
.modern-ui-body .progress-badges-show article.badge-smart-method > .badge-task .ms-pill--done {
    background: #27ae60;
    color: #ffffff;
    gap: 6px;
  }
  /* line 598, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .progress-badges-show article.badge-task .ms-pill--draft,
.modern-ui-body .progress-badges-show article.launch-task .ms-pill--draft,
.modern-ui-body .progress-badges-show article.badge-smart-method > .badge-task .ms-pill--draft {
    background: #f5784f;
    color: #ffffff;
  }
  /* line 599, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .progress-badges-show article.badge-task .ms-pill--optional,
.modern-ui-body .progress-badges-show article.launch-task .ms-pill--optional,
.modern-ui-body .progress-badges-show article.badge-smart-method > .badge-task .ms-pill--optional {
    background: #f6f9fb;
    color: #525f7f;
  }
  /* line 600, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .progress-badges-show article.badge-task .ms-pill--not-scheduled,
.modern-ui-body .progress-badges-show article.launch-task .ms-pill--not-scheduled,
.modern-ui-body .progress-badges-show article.badge-smart-method > .badge-task .ms-pill--not-scheduled {
    background: #e74c3c;
    color: #ffffff;
  }
  /* line 601, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .progress-badges-show article.badge-task .ms-pill--self,
.modern-ui-body .progress-badges-show article.launch-task .ms-pill--self,
.modern-ui-body .progress-badges-show article.badge-smart-method > .badge-task .ms-pill--self {
    background: #4D43C1;
    color: #ffffff;
  }
  /* line 602, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .progress-badges-show article.badge-task .ms-pill--skipped,
.modern-ui-body .progress-badges-show article.launch-task .ms-pill--skipped,
.modern-ui-body .progress-badges-show article.badge-smart-method > .badge-task .ms-pill--skipped {
    background: #94a3b8;
    color: #ffffff;
  }
  /* line 604, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .progress-badges-show article.badge-task .ms-pill--points.completed, .modern-ui-body .progress-badges-show article.badge-task .ms-pill--points.approved, .modern-ui-body .progress-badges-show article.badge-task .ms-pill--points.active,
.modern-ui-body .progress-badges-show article.launch-task .ms-pill--points.completed,
.modern-ui-body .progress-badges-show article.launch-task .ms-pill--points.approved,
.modern-ui-body .progress-badges-show article.launch-task .ms-pill--points.active,
.modern-ui-body .progress-badges-show article.badge-smart-method > .badge-task .ms-pill--points.completed,
.modern-ui-body .progress-badges-show article.badge-smart-method > .badge-task .ms-pill--points.approved,
.modern-ui-body .progress-badges-show article.badge-smart-method > .badge-task .ms-pill--points.active {
    background: #27ae60;
    color: #ffffff;
  }
  /* line 605, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .progress-badges-show article.badge-task .ms-pill--points.in_review,
.modern-ui-body .progress-badges-show article.launch-task .ms-pill--points.in_review,
.modern-ui-body .progress-badges-show article.badge-smart-method > .badge-task .ms-pill--points.in_review {
    background: #00808A;
    color: #ffffff;
  }
  /* line 606, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .progress-badges-show article.badge-task .ms-pill--points.in_progress,
.modern-ui-body .progress-badges-show article.launch-task .ms-pill--points.in_progress,
.modern-ui-body .progress-badges-show article.badge-smart-method > .badge-task .ms-pill--points.in_progress {
    background: #3498db;
    color: #ffffff;
  }
  /* line 607, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .progress-badges-show article.badge-task .ms-pill--points.denied,
.modern-ui-body .progress-badges-show article.launch-task .ms-pill--points.denied,
.modern-ui-body .progress-badges-show article.badge-smart-method > .badge-task .ms-pill--points.denied {
    background: #e74c3c;
    color: #ffffff;
  }
  /* line 608, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .progress-badges-show article.badge-task .ms-pill--points.pending,
.modern-ui-body .progress-badges-show article.launch-task .ms-pill--points.pending,
.modern-ui-body .progress-badges-show article.badge-smart-method > .badge-task .ms-pill--points.pending {
    background: #f59e0b;
    color: #ffffff;
  }
  /* line 611, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .progress-badges-show article.badge-task .ms-icon-link,
.modern-ui-body .progress-badges-show article.launch-task .ms-icon-link,
.modern-ui-body .progress-badges-show article.badge-smart-method > .badge-task .ms-icon-link {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #3498db;
    border: none;
    text-decoration: none;
    position: relative;
    z-index: 3;
  }
  /* line 625, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .progress-badges-show article.badge-task .ms-icon-link svg, .modern-ui-body .progress-badges-show article.badge-task .ms-icon-link i,
.modern-ui-body .progress-badges-show article.launch-task .ms-icon-link svg,
.modern-ui-body .progress-badges-show article.launch-task .ms-icon-link i,
.modern-ui-body .progress-badges-show article.badge-smart-method > .badge-task .ms-icon-link svg,
.modern-ui-body .progress-badges-show article.badge-smart-method > .badge-task .ms-icon-link i {
    width: 16px;
    height: 16px;
  }
}

/* line 632, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .milestone {
  padding: 1.5rem 20px;
  box-shadow: inset 0 -2px #fff;
}

/* line 636, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .milestone h2 {
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 0;
}

/* line 642, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .milestone .milestone-header {
  display: flex;
  align-items: center;
}

/* line 646, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .milestone .milestone-header .main {
  width: 100%;
  padding-right: 1rem;
  display: flex;
  align-items: center;
}

/* line 653, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .milestone .milestone-header .description {
  color: #64748b;
  font-size: 0.9rem;
  margin: 0;
  max-width: 540px;
  margin-top: 1rem;
}

/* line 661, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .milestone .milestone-header .secondary {
  white-space: nowrap;
}

/* line 667, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .milestone .milestone-name-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: color 0.15s ease;
}

/* line 673, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .milestone .milestone-name-link:hover, .modern-ui-body .milestone .milestone-name-link:focus, .modern-ui-body .milestone .milestone-name-link:active {
  text-decoration: none;
  color: #3b82f6;
}

/* line 680, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .milestone .milestone-name-link h2 {
  display: flex;
  align-items: center;
  margin: 0;
}

/* line 686, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .milestone .milestone-name-link .milestone-challenge-count {
  font-weight: 400;
  font-size: 0.9em;
  color: #64748b;
  margin-left: 0.25rem;
}

/* line 693, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .milestone .milestone-name-link .milestone-toggle-icon {
  display: inline-flex;
  align-items: center;
  margin-left: 0.5rem;
  color: #64748b;
  transition: color 0.15s ease, transform 0.2s ease;
}

/* line 700, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .milestone .milestone-name-link .milestone-toggle-icon .milestone-chevron {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}

/* line 709, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .milestone .milestone-name-link[aria-expanded="true"] .milestone-challenge-count {
  color: #3b82f6;
}

/* line 713, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .milestone .milestone-name-link[aria-expanded="true"] .milestone-toggle-icon {
  color: #3b82f6;
}

/* line 716, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .milestone .milestone-name-link[aria-expanded="true"] .milestone-toggle-icon .milestone-chevron {
  transform: rotate(180deg);
}

/* line 723, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .milestone .milestone-name-link:hover .milestone-toggle-icon {
  color: #3b82f6;
}

/* line 730, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .milestone .challenges-trigger {
  display: none;
}

/* line 735, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .milestone .badge_tasks {
  margin-left: 1.5rem;
  min-height: 10px;
}

/* line 741, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .milestone .milestone-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 1rem;
  padding-left: 1.5rem;
}

/* line 748, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .milestone .milestone-buttons a.button,
.modern-ui-body .milestone .milestone-buttons a.modern-button-border,
.modern-ui-body .milestone .milestone-buttons .button-border {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-weight: 500;
  font-size: 0.875rem;
  color: #334155;
  background: white;
  border: 1px solid #cbd5e1;
  cursor: pointer;
  transition: all 100ms ease;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 767, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .milestone .milestone-buttons a.button:hover,
.modern-ui-body .milestone .milestone-buttons a.modern-button-border:hover,
.modern-ui-body .milestone .milestone-buttons .button-border:hover {
  background: #f8fafc;
  border-color: #94a3b8;
  text-decoration: none;
}

/* line 773, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .milestone .milestone-buttons a.button i,
.modern-ui-body .milestone .milestone-buttons a.button svg,
.modern-ui-body .milestone .milestone-buttons a.modern-button-border i,
.modern-ui-body .milestone .milestone-buttons a.modern-button-border svg,
.modern-ui-body .milestone .milestone-buttons .button-border i,
.modern-ui-body .milestone .milestone-buttons .button-border svg {
  width: 14px;
  height: 14px;
}

/* line 785, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .challenges-preview .pill, .modern-ui-body .milestone .pill {
  border: none !important;
  box-shadow: none !important;
}

/* line 797, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .challenges-preview .badge-task .pill,
.modern-ui-body .challenges-preview .launch .pill,
.modern-ui-body .challenges-preview .close .pill,
.modern-ui-body .challenges-preview article.badge-task .pill,
.modern-ui-body .challenges-preview article.launch .pill,
.modern-ui-body .challenges-preview article.close-challenge .pill, .modern-ui-body .milestone .badge-task .pill,
.modern-ui-body .milestone .launch .pill,
.modern-ui-body .milestone .close .pill,
.modern-ui-body .milestone article.badge-task .pill,
.modern-ui-body .milestone article.launch .pill,
.modern-ui-body .milestone article.close-challenge .pill {
  border: none !important;
  box-shadow: none !important;
}

/* line 805, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .challenges-preview .badge_tasks .pill, .modern-ui-body .milestone .badge_tasks .pill {
  border: none !important;
  box-shadow: none !important;
}

/* line 810, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .challenges-preview .badge_tasks .challenge-pill, .modern-ui-body .milestone .badge_tasks .challenge-pill {
  height: 20px;
}

/* line 817, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .box-footer.milestone-buttons {
  padding: 1rem 20px;
  border-top: 1px solid #e2e8f0;
}

/* line 821, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .box-footer.milestone-buttons .modern-add-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0.625rem 1.25rem;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 0.875rem;
  color: white;
  background: #3b82f6;
  border: none;
  cursor: pointer;
  transition: all 100ms ease;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  width: auto;
  height: auto;
}

/* line 840, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .box-footer.milestone-buttons .modern-add-btn:hover {
  background: #2563eb;
  text-decoration: none;
}

/* line 845, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .box-footer.milestone-buttons .modern-add-btn i,
.modern-ui-body .box-footer.milestone-buttons .modern-add-btn svg {
  width: 16px;
  height: 16px;
}

/* line 854, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .modern-comment-form-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

/* line 864, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .modern-comment-cancel-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  background: transparent;
  color: #64748b;
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms ease;
}

/* line 879, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .modern-comment-cancel-btn:hover {
  background: #f8fafc;
  color: #475569;
  border-color: #cbd5e1;
  text-decoration: none;
}

/* line 886, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .modern-comment-cancel-btn:active {
  transform: translateY(0);
}

/* line 890, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .modern-comment-cancel-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(100, 116, 139, 0.1);
}

/* line 897, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .modern-comment-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 24px;
  background: #3b82f6;
  color: white;
  border: none;
  border-radius: 9999px;
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 200ms ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  font-family: inherit;
}

/* line 914, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .modern-comment-submit-btn:hover:not(:disabled) {
  background: #2563eb;
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

/* line 920, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .modern-comment-submit-btn:active:not(:disabled) {
  transform: translateY(0);
}

/* line 924, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .modern-comment-submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* line 929, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .modern-comment-submit-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3);
}

/* line 934, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .modern-comment-submit-btn .button-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

/* line 946, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .content .modern-button-border {
  margin-top: 0.5rem;
}

/* line 951, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .milestone-smart-goal-entry {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 2px;
}

/* line 958, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .milestone-smart-goal-entry .log-entry-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.25rem;
}

@media (max-width: 767px) {
  /* line 951, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .milestone-smart-goal-entry {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    row-gap: 0.25rem;
  }
  /* line 970, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .milestone-smart-goal-entry .log-entry-link {
    display: contents;
  }
  /* line 974, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .milestone-smart-goal-entry .date-section {
    grid-column: 1;
    grid-row: 1;
  }
  /* line 979, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .milestone-smart-goal-entry .modern-actions__session {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }
  /* line 985, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .milestone-smart-goal-entry .description-section {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (max-width: 768px) {
  /* line 994, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .milestone {
    padding: 1rem 16px;
  }
  /* line 998, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .milestone .milestone-header .main {
    padding-right: 0.5rem;
  }
  /* line 1003, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .milestone .milestone-buttons {
    padding-left: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 6px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1011, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .milestone .milestone-buttons a.button,
.modern-ui-body .milestone .milestone-buttons a.modern-button-border {
    width: auto;
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 0.5rem 0.875rem;
    font-size: 0.8125rem;
  }
  /* line 1021, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .milestone .badge_tasks {
    margin-left: 0;
  }
  /* line 1026, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .box-footer.milestone-buttons {
    padding: 1rem 16px;
  }
  /* line 1029, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .box-footer.milestone-buttons .modern-add-btn {
    width: 100%;
    justify-content: center;
  }
  /* line 1035, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .modern-comment-form-actions {
    flex-direction: column;
  }
  /* line 1038, app/assets/stylesheets/modern/milestones.scss */
  .modern-ui-body .modern-comment-form-actions .modern-comment-cancel-btn,
.modern-ui-body .modern-comment-form-actions .modern-comment-submit-btn {
    width: 100%;
    justify-content: center;
  }
}

/* line 1058, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones {
  padding: 0 !important;
  background: #ffffff !important;
}

/* line 1062, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #ffffff;
}

/* line 1069, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone + article.milestone {
  border-top: 8px solid #f1f5f9;
}

/* line 1073, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone .milestone-img {
  display: none !important;
}

/* line 1077, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone .milestone-header {
  padding: 14px 8px 12px;
  border-bottom: 1px solid #e2e8f0;
  align-items: flex-start;
}

/* line 1082, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone .milestone-header .main {
  padding-right: 0;
  align-items: flex-start;
  gap: 10px;
}

/* line 1088, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone .milestone-header .drag-handle {
  margin-top: 2px;
  opacity: 0.75;
}

/* line 1093, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone .milestone-header .content {
  min-width: 0;
}

/* line 1096, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone .milestone-header .content h2 {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.2;
  color: #111827;
}

/* line 1104, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone .milestone-header .content .milestone-name-link h2 {
  width: 100%;
  gap: 10px;
}

/* line 1108, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone .milestone-header .content .milestone-name-link h2 .milestone-toggle-icon {
  margin-left: auto;
}

/* line 1113, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone .milestone-header .content .description {
  margin-top: 6px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #64748b;
  max-width: none;
}

/* line 1122, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone .milestone-header .secondary {
  margin-left: 10px;
}

/* line 1125, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone .milestone-header .secondary .more-menu .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
}

/* line 1138, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone .badge_tasks {
  margin-left: 0 !important;
  background: #ffffff;
}

/* line 1144, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method {
  display: block !important;
  padding: 0 !important;
  border-bottom: 1px solid #e2e8f0;
  background: #ffffff;
  color: inherit;
}

/* line 1154, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task > .absolute-link,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task > .main,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task > .secondary,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch > .absolute-link,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch > .main,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch > .secondary,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge > .absolute-link,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge > .main,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge > .secondary,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method > .absolute-link,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method > .main,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method > .secondary {
  display: none !important;
}

/* line 1163, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-item--badge-show-mobile,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-item--badge-show-mobile,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-item--badge-show-mobile,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-item--badge-show-mobile {
  display: block !important;
  position: relative;
  padding: 12px 8px 10px;
  --ms-meta-indent: 35px;
}

/* line 1176, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-absolute-link,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-absolute-link,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-absolute-link,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-absolute-link {
  display: block !important;
  z-index: 1;
}

/* line 1181, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-row1,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-row1,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-row1,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-row1 {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-width: 0;
}

/* line 1189, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-type,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-type,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-type,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-type {
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  flex: 0 0 auto;
  margin-top: 0;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
}

/* line 1207, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-title,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-title,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-title,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-title {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.2;
  color: #111827;
  margin-top: 0;
}

/* line 1217, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-title-link,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-title-link,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-title-link,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-title-link {
  display: block;
  min-width: 0;
}

/* line 1222, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-actions,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-actions,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-actions,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-actions {
  flex: 0 0 auto;
  margin-left: 8px;
  position: relative;
  z-index: 3;
  pointer-events: auto;
}

/* line 1229, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-actions .more-menu .dropdown-toggle,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-actions .more-menu .dropdown-toggle,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-actions .more-menu .dropdown-toggle,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-actions .more-menu .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 9999px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  text-decoration: none !important;
}

/* line 1240, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-actions .more-menu .dropdown-toggle:hover, .modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-actions .more-menu .dropdown-toggle:focus, .modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-actions .more-menu .dropdown-toggle:active,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-actions .more-menu .dropdown-toggle:hover,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-actions .more-menu .dropdown-toggle:focus,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-actions .more-menu .dropdown-toggle:active,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-actions .more-menu .dropdown-toggle:hover,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-actions .more-menu .dropdown-toggle:focus,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-actions .more-menu .dropdown-toggle:active,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-actions .more-menu .dropdown-toggle:hover,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-actions .more-menu .dropdown-toggle:focus,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-actions .more-menu .dropdown-toggle:active {
  text-decoration: none !important;
}

/* line 1247, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-actions .dropdown-menu,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-actions .dropdown-menu,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-actions .dropdown-menu,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-actions .dropdown-menu {
  pointer-events: auto;
}

/* line 1251, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-actions .dropdown-menu .dropdown-item,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-actions .dropdown-menu .dropdown-item,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-actions .dropdown-menu .dropdown-item,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-actions .dropdown-menu .dropdown-item {
  pointer-events: auto;
  cursor: pointer;
}

/* line 1257, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .drag-handle,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .drag-handle,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .drag-handle,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .drag-handle {
  pointer-events: auto;
}

/* line 1261, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-row2,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-row2,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-row2,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-row2 {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 6px;
  margin-top: 8px;
  align-items: center;
}

/* line 1271, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-meta-left,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-meta-left,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-meta-left,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-meta-left {
  grid-column: 1 / -1;
  grid-row: 1 / 2;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  min-width: 0;
  margin-left: var(--ms-meta-indent);
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2px;
  scrollbar-width: none;
}

/* line 1286, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-meta-left::-webkit-scrollbar,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-meta-left::-webkit-scrollbar,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-meta-left::-webkit-scrollbar,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-meta-left::-webkit-scrollbar {
  display: none;
}

/* line 1291, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-row2--with-goal,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-row2--with-goal,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-row2--with-goal,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-row2--with-goal {
  display: block;
  overflow: visible;
}

/* line 1295, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-row2--with-goal .ms-row2--with-goal__inner,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-row2--with-goal .ms-row2--with-goal__inner,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-row2--with-goal .ms-row2--with-goal__inner,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-row2--with-goal .ms-row2--with-goal__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding-left: var(--ms-meta-indent);
}

/* line 1303, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-row2--with-goal .ms-meta-left,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-row2--with-goal .ms-meta-left,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-row2--with-goal .ms-meta-left,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-row2--with-goal .ms-meta-left {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 0;
  overflow: visible;
  padding-bottom: 0;
}

/* line 1312, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-row2--with-goal .ms-meta-right,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-row2--with-goal .ms-meta-right,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-row2--with-goal .ms-meta-right,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-row2--with-goal .ms-meta-right {
  flex-basis: 100%;
}

/* line 1317, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-meta-right,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-meta-right,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-meta-right,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-meta-right {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  color: #64748b;
  font-size: 0.8125rem;
  font-weight: 600;
  min-width: 0;
}

/* line 1330, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-points,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-points,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-points,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-points {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  color: #64748b;
  font-size: 0.8125rem;
  font-weight: 700;
  margin-left: var(--ms-meta-indent);
}

/* line 1339, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-pill,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-pill,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-pill,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  border-radius: 9999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  background: #eef2f7;
  color: #334155;
  border: none;
  flex: 0 0 auto;
  box-sizing: border-box;
  white-space: nowrap;
}

/* line 1355, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-pill svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-pill i,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-pill svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-pill i,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-pill svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-pill i,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-pill svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-pill i {
  width: 14px;
  height: 14px;
}

/* line 1362, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-pill--circle,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-pill--circle,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-pill--circle,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--circle {
  width: 24px;
  min-width: 24px;
  padding: 0;
}

/* line 1368, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-pill--wide,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-pill--wide,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-pill--wide,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--wide {
  width: auto;
  min-width: 0;
  padding: 0 10px;
}

/* line 1374, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-pill--done,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-pill--done,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-pill--done,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--done {
  background: #27ae60;
  color: #ffffff;
  gap: 6px;
}

/* line 1380, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-pill--draft,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-pill--draft,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-pill--draft,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--draft {
  background: #f5784f;
  color: #ffffff;
}

/* line 1385, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-pill--guide,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-pill--guide,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-pill--guide,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--guide {
  background: #003a68;
  color: #ffffff;
}

/* line 1390, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-pill--optional,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-pill--optional,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-pill--optional,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--optional {
  background: #f6f9fb;
  color: #525f7f;
}

/* line 1395, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-pill--not-scheduled,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-pill--not-scheduled,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-pill--not-scheduled,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--not-scheduled {
  background: #e74c3c;
  color: #ffffff;
}

/* line 1400, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-pill--rating,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-pill--rating,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-pill--rating,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--rating {
  background: #EAAD21;
  color: #ffffff;
  gap: 6px;
}

/* line 1406, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-pill--self,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-pill--self,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-pill--self,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--self {
  background: #4D43C1;
  color: #ffffff;
}

/* line 1411, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-pill--mentor,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-pill--mentor,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-pill--mentor,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--mentor {
  background: #4D43C1;
  color: #ffffff;
}

/* line 1423, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-pill--done svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-pill--done i,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-pill--guide svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-pill--guide i,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-pill--draft svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-pill--draft i,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-pill--rating svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-pill--rating i,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-pill--self svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-pill--self i,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-pill--mentor svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-pill--mentor i,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-pill--not-scheduled svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-pill--not-scheduled i,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-pill--done svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-pill--done i,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-pill--guide svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-pill--guide i,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-pill--draft svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-pill--draft i,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-pill--rating svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-pill--rating i,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-pill--self svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-pill--self i,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-pill--mentor svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-pill--mentor i,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-pill--not-scheduled svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-pill--not-scheduled i,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-pill--done svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-pill--done i,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-pill--guide svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-pill--guide i,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-pill--draft svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-pill--draft i,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-pill--rating svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-pill--rating i,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-pill--self svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-pill--self i,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-pill--mentor svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-pill--mentor i,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-pill--not-scheduled svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-pill--not-scheduled i,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--done svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--done i,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--guide svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--guide i,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--draft svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--draft i,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--rating svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--rating i,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--self svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--self i,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--mentor svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--mentor i,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--not-scheduled svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-pill--not-scheduled i {
  color: currentColor;
}

/* line 1429, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-icon-link,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-icon-link,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-icon-link,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-icon-link {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #3498db;
  border: none;
  text-decoration: none;
  position: relative;
  z-index: 3;
}

/* line 1443, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-icon-link svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-icon-link i,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-icon-link svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-icon-link i,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-icon-link svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-icon-link i,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-icon-link svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-icon-link i {
  width: 16px;
  height: 16px;
}

/* line 1450, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-goal-pill,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-goal-pill,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-goal-pill,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-goal-pill {
  min-height: 26px;
  padding: 6px 10px;
  border-radius: 9999px;
  background: #ffffff;
  color: #334155;
  font-size: 0.75rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  flex: 0 0 auto;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
}

/* line 1467, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-goal-pill i,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-goal-pill svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-goal-pill i,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-goal-pill svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-goal-pill i,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-goal-pill svg,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-goal-pill i,
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-goal-pill svg {
  flex: 0 0 auto;
}

/* line 1475, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-task .ms-type {
  background: #3498db;
}

/* line 1476, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.launch .ms-type {
  background: #444444;
}

/* line 1477, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.close-challenge .ms-type {
  background: #444444;
}

/* line 1478, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone article.badge-smart-method .ms-type {
  background: #3498db;
}

/* line 1480, app/assets/stylesheets/modern/milestones.scss */
.modern-ui-body .badge-mgmt-badges-show .ai-text-operation-content-wrapper.has-critique .description-container .badge-show-milestones article.milestone .milestone-buttons {
  margin: 12px 16px 16px;
  padding-left: 0 !important;
}

/* line 4, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .new-profile-container {
  padding: 32px;
  position: relative;
}

/* line 12, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .photo-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  border: 2px solid rgba(59, 130, 246, 0.2);
}

/* line 26, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .photo-loader .loader-spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

/* line 32, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .photo-loader .loader-spinner .loading-spinner {
  border-color: #e2e8f0;
  border-top-color: #3b82f6;
}

/* line 37, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .photo-loader .loader-spinner span {
  font-size: 12px;
  color: #64748b;
  font-weight: 500;
}

/* line 46, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .profile-header-with-actions {
  position: relative;
  padding-top: 48px;
}

@media (min-width: 768px) {
  /* line 46, app/assets/stylesheets/modern/profile.scss */
  .modern-ui-body .profile-header-with-actions {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  /* line 46, app/assets/stylesheets/modern/profile.scss */
  .modern-ui-body .profile-header-with-actions {
    padding-top: 18px;
  }
}

/* line 59, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .profile-header-actions {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  z-index: 10;
}

@media (max-width: 767px) {
  /* line 59, app/assets/stylesheets/modern/profile.scss */
  .modern-ui-body .profile-header-actions {
    position: absolute;
    top: 18px;
    right: 0;
    left: 0;
    justify-content: flex-end;
  }
  /* line 75, app/assets/stylesheets/modern/profile.scss */
  .modern-ui-body .profile-header-actions .icon-btn:after {
    bottom: auto;
    top: calc(100% + 8px);
    left: -50%;
  }
}

/* line 84, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.9);
  width: 32px;
  height: 32px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: all 200ms ease;
  text-decoration: none;
}

/* line 97, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .icon-btn:hover {
  background: #fff;
  transform: scale(1.05);
  text-decoration: none;
}

/* line 102, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .icon-btn i {
  width: 16px;
  height: 16px;
  stroke-width: 2;
}

/* line 109, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .merge-users-icon-btn {
  color: #64748b;
  border-color: #cbd5e1;
}

/* line 113, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .merge-users-icon-btn:hover {
  color: #475569;
  border-color: #94a3b8;
  background: #f8fafc;
}

/* line 118, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .merge-users-icon-btn i {
  color: #64748b;
}

/* line 124, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .profile-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

@media (min-width: 768px) {
  /* line 124, app/assets/stylesheets/modern/profile.scss */
  .modern-ui-body .profile-header {
    flex-direction: row;
    align-items: flex-end;
  }
}

/* line 134, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .profile-photo-wrapper {
  position: relative;
  flex-shrink: 0;
}

/* line 138, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .profile-photo-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  height: 112px;
  width: 112px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0ea5e9, #3b82f6);
  filter: blur(8px);
}

/* line 148, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .profile-photo-clickable {
  display: inline-block;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease;
}

/* line 156, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .profile-photo-clickable:hover {
  transform: scale(1.05);
}

/* line 160, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .profile-photo-clickable:focus {
  outline: none;
}

/* line 164, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .profile-photo {
  height: 112px;
  width: 112px;
  border-radius: 50%;
  border: 4px solid white;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: block;
}

/* line 175, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .profile-photo:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* line 179, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .photo-change-btn {
  position: absolute;
  right: -8px;
  bottom: -8px;
  z-index: 10;
}

/* line 186, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .profile-identity {
  flex: 1;
  min-width: 0;
  margin: 0px 15px 15px 0;
}

/* line 192, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .profile-name {
  font-size: 30px;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
  line-height: 1.2;
}

/* line 199, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .profile-role {
  font-size: 14px;
  font-weight: 500;
  color: #334155;
  margin-top: 4px;
  line-height: 1.4;
}

/* line 206, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .profile-school {
  font-size: 14px;
  font-weight: 500;
  color: #334155;
  margin-top: 4px;
  line-height: 1.4;
}

/* line 215, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .profile-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 32px;
}

@media (min-width: 640px) {
  /* line 215, app/assets/stylesheets/modern/profile.scss */
  .modern-ui-body .profile-stats {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  /* line 215, app/assets/stylesheets/modern/profile.scss */
  .modern-ui-body .profile-stats {
    grid-template-columns: repeat(5, 1fr);
  }
}

/* line 229, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .stat-box {
  background: white;
  border: 1px solid #e8eef7;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: all 200ms ease;
}

/* line 236, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .stat-box:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* line 241, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .stat-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #64748b;
  text-transform: uppercase;
  margin-bottom: 4px;
}

/* line 249, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .stat-value {
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1;
  margin: 0;
}

/* line 258, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .profile-interests {
  margin-top: 32px;
}

/* line 262, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .interests-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #64748b;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* line 270, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .interests-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  margin: 11px 0;
}

/* line 276, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .chip {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  color: #475569;
  transition: all 200ms ease;
}

/* line 287, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .chip:hover {
  background: #e2e8f0;
}

/* line 291, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .modern-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 24px;
  background: #f1f5f9;
  color: #475569;
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 500;
  margin-right: 8px;
  margin-bottom: 8px;
  transition: all 200ms ease;
  border: 1px solid #e2e8f0;
}

/* line 304, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .modern-chip:hover {
  background: #e2e8f0;
  border-color: #cbd5e1;
}

/* line 311, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .interests-placeholder {
  font-size: 14px;
  color: #64748b;
  font-style: italic;
}

/* line 318, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .profile-sharing-impact {
  margin-top: 32px;
}

/* line 321, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .profile-sharing-impact .sharing-impact-title {
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 8px 0;
}

/* line 328, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .profile-sharing-impact .profile-stats {
  margin-top: 0;
}

/* line 332, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .profile-sharing-impact .sharing-star {
  color: #f59e0b;
  margin-right: 2px;
}

/* line 339, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .profile-about {
  margin-top: 32px;
}

/* line 343, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .about-title {
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 4px 0;
}

/* line 349, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .about-content {
  font-size: 15px;
  line-height: 1.75;
  color: #334155;
  margin: 0;
  cursor: pointer;
  transition: all 200ms ease;
  padding: 12px;
  border-radius: 8px;
  border: 2px solid transparent;
}

/* line 359, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .about-content:hover {
  background: #f8fafc;
  border-color: #e2e8f0;
}

/* line 364, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .about-placeholder {
  font-style: italic;
  color: #64748b;
}

/* line 369, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .about-editor {
  margin-top: 16px;
}

/* line 373, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .about-editor-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e2e8f0;
}

/* line 384, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .trix-wrapper .trix-content {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 12px;
  font-size: 15px;
  line-height: 1.75;
  color: #334155;
  min-height: 120px;
  background: white;
  transition: border-color 0.2s ease;
}

/* line 394, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .trix-wrapper .trix-content:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* line 400, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .trix-wrapper .trix-toolbar {
  border: 1px solid #e2e8f0;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  background: #f8fafc;
  padding: 8px;
}

/* line 407, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .trix-wrapper .trix-toolbar .trix-button-group {
  margin: 0;
}

/* line 410, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .trix-wrapper .trix-toolbar .trix-button-group .trix-button {
  border: none;
  background: transparent;
  color: #64748b;
  padding: 6px 8px;
  border-radius: 4px;
  transition: all 200ms ease;
}

/* line 417, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .trix-wrapper .trix-toolbar .trix-button-group .trix-button:hover {
  background: #e2e8f0;
  color: #334155;
}

/* line 421, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .trix-wrapper .trix-toolbar .trix-button-group .trix-button.trix-active {
  background: #3b82f6;
  color: white;
}

/* line 431, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .profile-edit-form {
  background: white;
  border-radius: 16px;
  padding: 24px;
  margin-top: 24px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

/* line 440, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .new-profile-container .selectize-control,
.modern-ui-body .profile-edit-form .selectize-control {
  outline: none !important;
}

/* line 444, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .new-profile-container .selectize-control.focus,
.modern-ui-body .profile-edit-form .selectize-control.focus {
  outline: none !important;
}

/* line 448, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .new-profile-container .selectize-control.multi .selectize-input > div,
.modern-ui-body .profile-edit-form .selectize-control.multi .selectize-input > div {
  background: #f1f5f9 !important;
  color: #475569 !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 24px !important;
  padding: 4px 12px !important;
  margin: 4px !important;
  font-size: 13px !important;
  transition: all 0.2s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  padding-right: 15px !important;
}

/* line 461, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .new-profile-container .selectize-control.multi .selectize-input > div:hover,
.modern-ui-body .profile-edit-form .selectize-control.multi .selectize-input > div:hover {
  background: #e2e8f0 !important;
  border-color: #cbd5e1 !important;
}

/* line 465, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .new-profile-container .selectize-control.multi .selectize-input > div.active,
.modern-ui-body .profile-edit-form .selectize-control.multi .selectize-input > div.active {
  background: #e2e8f0 !important;
  border-color: #cbd5e1 !important;
}

/* line 469, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .new-profile-container .selectize-control.multi .selectize-input > div .remove,
.modern-ui-body .profile-edit-form .selectize-control.multi .selectize-input > div .remove {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b !important;
  font-weight: normal !important;
  margin-left: 8px !important;
  opacity: 0.6 !important;
  transition: all 0.2s ease !important;
  cursor: pointer !important;
  border: none !important;
  border-left: none !important;
  padding-left: 0 !important;
}

/* line 482, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .new-profile-container .selectize-control.multi .selectize-input > div .remove:hover,
.modern-ui-body .profile-edit-form .selectize-control.multi .selectize-input > div .remove:hover {
  opacity: 1 !important;
  color: #334155 !important;
}

/* line 488, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .new-profile-container .selectize-control.multi .selectize-input,
.modern-ui-body .profile-edit-form .selectize-control.multi .selectize-input {
  min-height: 44px !important;
  max-height: 200px !important;
  padding: 8px 12px !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  background: white !important;
  transition: all 0.2s ease !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 4px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

/* line 503, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .new-profile-container .selectize-control.multi .selectize-input.focus,
.modern-ui-body .profile-edit-form .selectize-control.multi .selectize-input.focus {
  border-color: #cbd5e1 !important;
  box-shadow: none !important;
}

/* line 508, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .new-profile-container .selectize-control.multi .selectize-input:hover,
.modern-ui-body .profile-edit-form .selectize-control.multi .selectize-input:hover {
  border-color: #cbd5e1 !important;
}

/* line 513, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .new-profile-container .selectize-control.multi .selectize-input > input,
.modern-ui-body .profile-edit-form .selectize-control.multi .selectize-input > input {
  border: none !important;
  outline: none !important;
  background: transparent !important;
  padding: 4px 0 !important;
  margin: 0 !important;
  min-width: 120px !important;
  flex: 1 !important;
}

/* line 525, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .form-section {
  margin-bottom: 24px;
}

/* line 529, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .form-group {
  margin-bottom: 20px;
}

/* line 533, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .form-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 8px;
}

/* line 540, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .form-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 24px;
}

/* line 546, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .btn {
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 200ms ease;
  border: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 559, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .btn.btn-primary {
  background: #3b82f6;
  color: white;
}

/* line 563, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .btn.btn-primary:hover {
  background: #2563eb;
}

/* line 567, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .btn.btn-secondary {
  background: #f1f5f9;
  color: #475569;
  border: 1px solid #e2e8f0;
}

/* line 571, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .btn.btn-secondary:hover {
  background: #e2e8f0;
}

/* line 576, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .btn.btn-danger {
  background: #dc2626;
  color: white;
}

/* line 580, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .btn.btn-danger:hover {
  background: #b91c1c;
}

/* line 587, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .danger-zone {
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 16px;
  padding: 24px;
  margin-top: 32px;
}

/* line 594, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .danger-title {
  color: #dc2626;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px 0;
}

/* line 600, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .danger-description {
  color: #7f1d1d;
  font-size: 14px;
  margin: 0 0 16px 0;
  line-height: 1.5;
}

@media (max-width: 640px) {
  /* line 609, app/assets/stylesheets/modern/profile.scss */
  .modern-ui-body .new-profile-container {
    padding: 0 16px 16px;
  }
  /* line 612, app/assets/stylesheets/modern/profile.scss */
  .modern-ui-body .new-profile-card {
    padding: 24px;
    border-radius: 16px;
  }
  /* line 617, app/assets/stylesheets/modern/profile.scss */
  .modern-ui-body .profile-header {
    gap: 16px;
  }
  /* line 621, app/assets/stylesheets/modern/profile.scss */
  .modern-ui-body .profile-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  /* line 626, app/assets/stylesheets/modern/profile.scss */
  .modern-ui-body .stat-box {
    padding: 12px;
  }
  /* line 630, app/assets/stylesheets/modern/profile.scss */
  .modern-ui-body .stat-value {
    font-size: 20px;
  }
}

@keyframes slideIn {
  from {
    transform: translateX(400px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOut {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(400px);
    opacity: 0;
  }
}

/* line 663, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .selectize-dropdown.sleek-dropdown,
.modern-ui-body body .selectize-dropdown.sleek-dropdown {
  border: 1px solid #e2e8f0 !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04) !important;
  margin-top: 8px !important;
  background: white !important;
  padding: 0 !important;
  min-width: 400px !important;
}

/* line 672, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content,
.modern-ui-body body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content {
  padding: 16px !important;
  max-height: 400px !important;
  overflow-y: auto !important;
  border-radius: 16px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  align-items: flex-start !important;
}

/* line 681, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .option,
.modern-ui-body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .selectize-dropdown-content .option,
.modern-ui-body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .selectize-option,
.modern-ui-body body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .option,
.modern-ui-body body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .selectize-dropdown-content .option,
.modern-ui-body body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .selectize-option {
  padding: 6px 12px !important;
  border-radius: 16px !important;
  margin: 0 !important;
  font-size: 13px !important;
  color: #374151 !important;
  transition: all 0.2s ease !important;
  cursor: pointer !important;
  position: relative !important;
  background: white !important;
  border: 1px solid #e5e7eb !important;
  text-align: center !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
  display: inline-block !important;
  box-sizing: border-box !important;
  width: auto !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  max-width: 200px !important;
  flex-shrink: 0 !important;
}

/* line 703, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .option:hover,
.modern-ui-body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .selectize-dropdown-content .option:hover,
.modern-ui-body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .selectize-option:hover,
.modern-ui-body body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .option:hover,
.modern-ui-body body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .selectize-dropdown-content .option:hover,
.modern-ui-body body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .selectize-option:hover {
  background: #f3f4f6 !important;
  color: #111827 !important;
  border-color: #d1d5db !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

/* line 710, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .option.active,
.modern-ui-body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .selectize-dropdown-content .option.active,
.modern-ui-body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .selectize-option.active,
.modern-ui-body body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .option.active,
.modern-ui-body body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .selectize-dropdown-content .option.active,
.modern-ui-body body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .selectize-option.active {
  background: #dbeafe !important;
  color: #1e40af !important;
  border-color: #3b82f6 !important;
  font-weight: 600 !important;
  transform: translateY(-1px) !important;
}

/* line 717, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .option.selected,
.modern-ui-body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .selectize-dropdown-content .option.selected,
.modern-ui-body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .selectize-option.selected,
.modern-ui-body body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .option.selected,
.modern-ui-body body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .selectize-dropdown-content .option.selected,
.modern-ui-body body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .selectize-option.selected {
  background: #10b981 !important;
  color: white !important;
  border-color: #059669 !important;
  font-weight: 600 !important;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3) !important;
  transform: translateY(-1px) !important;
}

/* line 724, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .option.selected::after,
.modern-ui-body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .selectize-dropdown-content .option.selected::after,
.modern-ui-body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .selectize-option.selected::after,
.modern-ui-body body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .option.selected::after,
.modern-ui-body body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .selectize-dropdown-content .option.selected::after,
.modern-ui-body body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .selectize-option.selected::after {
  content: '✓' !important;
  position: absolute !important;
  right: 8px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: white !important;
  font-size: 12px !important;
  font-weight: bold !important;
}

/* line 736, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .create-option,
.modern-ui-body body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .create-option {
  padding: 6px 12px !important;
  border-radius: 16px !important;
  margin: 0 !important;
  background: #f9fafb !important;
  border: 2px dashed #d1d5db !important;
  position: relative !important;
  transition: all 0.2s ease !important;
  text-align: center !important;
  font-weight: 500 !important;
  width: auto !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  max-width: 200px !important;
  flex-shrink: 0 !important;
  display: inline-block !important;
  box-sizing: border-box !important;
}

/* line 752, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .create-option::before,
.modern-ui-body body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .create-option::before {
  content: '+' !important;
  position: absolute !important;
  left: 16px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: #6b7280 !important;
  font-size: 14px !important;
  font-weight: bold !important;
}

/* line 762, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .create-option .create-text,
.modern-ui-body body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .create-option .create-text {
  color: #6b7280 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  margin-left: 20px !important;
}

/* line 767, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .create-option .create-text strong,
.modern-ui-body body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .create-option .create-text strong {
  color: #374151 !important;
}

/* line 771, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .create-option:hover,
.modern-ui-body body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content .create-option:hover {
  background: #f3f4f6 !important;
  border-color: #9ca3af !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

/* line 780, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content::-webkit-scrollbar,
.modern-ui-body body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content::-webkit-scrollbar {
  width: 6px !important;
}

/* line 784, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content::-webkit-scrollbar-track,
.modern-ui-body body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content::-webkit-scrollbar-track {
  background: #f9fafb !important;
  border-radius: 3px !important;
}

/* line 788, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content::-webkit-scrollbar-thumb,
.modern-ui-body body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content::-webkit-scrollbar-thumb {
  background: #d1d5db !important;
  border-radius: 3px !important;
  -webkit-transition: background 0.2s ease !important;
  transition: background 0.2s ease !important;
}

/* line 792, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content::-webkit-scrollbar-thumb:hover,
.modern-ui-body body .selectize-dropdown.sleek-dropdown .selectize-dropdown-content::-webkit-scrollbar-thumb:hover {
  background: #9ca3af !important;
}

/* line 797, app/assets/stylesheets/modern/profile.scss */
.modern-ui-body .selectize-control.multi .selectize-input [data-value] {
  text-shadow: none !important;
}

/* line 803, app/assets/stylesheets/modern/profile.scss */
#user-profile-modal .modal-dialog {
  max-width: 800px;
}

/* line 807, app/assets/stylesheets/modern/profile.scss */
#user-profile-modal .modal-header {
  border-bottom: 1px solid #e5e7eb;
  padding: 20px 24px;
}

/* line 811, app/assets/stylesheets/modern/profile.scss */
#user-profile-modal .modal-header .modal-title {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
}

/* line 817, app/assets/stylesheets/modern/profile.scss */
#user-profile-modal .modal-header .close {
  padding: 8px;
  margin: -8px -8px -8px auto;
  opacity: 0.5;
}

/* line 822, app/assets/stylesheets/modern/profile.scss */
#user-profile-modal .modal-header .close:hover {
  opacity: 0.8;
}

/* line 828, app/assets/stylesheets/modern/profile.scss */
#user-profile-modal .modal-body {
  padding: 0;
}

/* line 832, app/assets/stylesheets/modern/profile.scss */
#user-profile-modal .profile-modal-content {
  padding: 32px;
}

/* line 836, app/assets/stylesheets/modern/profile.scss */
#user-profile-modal .profile-modal-content .profile-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

@media (min-width: 768px) {
  /* line 836, app/assets/stylesheets/modern/profile.scss */
  #user-profile-modal .profile-modal-content .profile-header {
    flex-direction: row;
    align-items: flex-end;
  }
}

/* line 848, app/assets/stylesheets/modern/profile.scss */
#user-profile-modal .profile-modal-content .profile-photo-wrapper {
  position: relative;
  flex-shrink: 0;
}

/* line 853, app/assets/stylesheets/modern/profile.scss */
#user-profile-modal .profile-modal-content .profile-photo-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  height: 112px;
  width: 112px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0ea5e9, #3b82f6);
  filter: blur(8px);
}

/* line 864, app/assets/stylesheets/modern/profile.scss */
#user-profile-modal .profile-modal-content .profile-photo {
  height: 112px;
  width: 112px;
  border-radius: 50%;
  border: 4px solid white;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

/* line 873, app/assets/stylesheets/modern/profile.scss */
#user-profile-modal .profile-modal-content .profile-identity {
  flex: 1;
  min-width: 0;
}

/* line 878, app/assets/stylesheets/modern/profile.scss */
#user-profile-modal .profile-modal-content .profile-name {
  font-size: 30px;
  font-weight: 800;
  color: #0f172a;
  margin: 0;
  line-height: 1.2;
}

/* line 886, app/assets/stylesheets/modern/profile.scss */
#user-profile-modal .profile-modal-content .profile-role {
  font-size: 14px;
  color: #64748b;
  margin-top: 4px;
  line-height: 1.4;
}

/* line 893, app/assets/stylesheets/modern/profile.scss */
#user-profile-modal .profile-modal-content .profile-school {
  font-size: 14px;
  font-weight: 500;
  color: #334155;
  margin-top: 4px;
  line-height: 1.4;
}

/* line 902, app/assets/stylesheets/modern/profile.scss */
#user-profile-modal .profile-modal-content .profile-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 32px;
}

@media (min-width: 640px) {
  /* line 902, app/assets/stylesheets/modern/profile.scss */
  #user-profile-modal .profile-modal-content .profile-stats {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  /* line 902, app/assets/stylesheets/modern/profile.scss */
  #user-profile-modal .profile-modal-content .profile-stats {
    grid-template-columns: repeat(5, 1fr);
  }
}

/* line 917, app/assets/stylesheets/modern/profile.scss */
#user-profile-modal .profile-modal-content .stat-box {
  background: white;
  border: 1px solid #e8eef7;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: all 200ms ease;
}

/* line 925, app/assets/stylesheets/modern/profile.scss */
#user-profile-modal .profile-modal-content .stat-box:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* line 931, app/assets/stylesheets/modern/profile.scss */
#user-profile-modal .profile-modal-content .stat-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #64748b;
  text-transform: uppercase;
  margin-bottom: 4px;
}

/* line 940, app/assets/stylesheets/modern/profile.scss */
#user-profile-modal .profile-modal-content .stat-value {
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1;
  margin: 0;
}

/* line 949, app/assets/stylesheets/modern/profile.scss */
#user-profile-modal .profile-modal-content .profile-interests {
  margin-top: 32px;
}

/* line 953, app/assets/stylesheets/modern/profile.scss */
#user-profile-modal .profile-modal-content .interests-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #64748b;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* line 962, app/assets/stylesheets/modern/profile.scss */
#user-profile-modal .profile-modal-content .interests-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  margin: 11px 0;
}

/* line 969, app/assets/stylesheets/modern/profile.scss */
#user-profile-modal .profile-modal-content .modern-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 24px;
  background: #f1f5f9;
  color: #475569;
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 500;
  margin-right: 8px;
  margin-bottom: 8px;
  transition: all 200ms ease;
  border: 1px solid #e2e8f0;
}

/* line 983, app/assets/stylesheets/modern/profile.scss */
#user-profile-modal .profile-modal-content .modern-chip:hover {
  background: #e2e8f0;
  border-color: #cbd5e1;
}

/* line 989, app/assets/stylesheets/modern/profile.scss */
#user-profile-modal .profile-modal-content .interests-placeholder {
  font-size: 14px;
  color: #64748b;
  font-style: italic;
}

/* line 996, app/assets/stylesheets/modern/profile.scss */
#user-profile-modal .profile-modal-content .profile-sharing-impact {
  margin-top: 32px;
}

/* line 999, app/assets/stylesheets/modern/profile.scss */
#user-profile-modal .profile-modal-content .profile-sharing-impact .sharing-impact-title {
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 8px 0;
}

/* line 1006, app/assets/stylesheets/modern/profile.scss */
#user-profile-modal .profile-modal-content .profile-sharing-impact .profile-stats {
  margin-top: 0;
}

/* line 1010, app/assets/stylesheets/modern/profile.scss */
#user-profile-modal .profile-modal-content .profile-sharing-impact .sharing-star {
  color: #f59e0b;
  margin-right: 2px;
}

/* line 1017, app/assets/stylesheets/modern/profile.scss */
#user-profile-modal .profile-modal-content .profile-about {
  margin-top: 32px;
}

/* line 1021, app/assets/stylesheets/modern/profile.scss */
#user-profile-modal .profile-modal-content .about-title {
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 4px 0;
}

/* line 1028, app/assets/stylesheets/modern/profile.scss */
#user-profile-modal .profile-modal-content .about-content {
  color: #334155;
  font-size: 15px;
  line-height: 1.7;
  margin-top: 12px;
}

/* line 1035, app/assets/stylesheets/modern/profile.scss */
#user-profile-modal .profile-modal-content .about-placeholder {
  color: #94a3b8;
  font-style: italic;
  font-size: 14px;
}

/* line 4, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .settings-section {
  margin-bottom: 32px;
}

/* line 7, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .settings-section:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 14, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .settings-section-hint {
  color: #64748b;
  font-size: 0.875rem;
  margin: 0 0 20px 0;
  line-height: 1.5;
}

/* line 21, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .settings-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* line 27, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-settings {
  margin-top: 8px;
}

/* line 31, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-label {
  display: block;
  margin-bottom: 16px;
}

/* line 35, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-label strong {
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #334155;
  margin-bottom: 8px;
}

/* line 43, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-label .studio-digest-hint {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

/* line 52, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-dropdown {
  position: relative;
  display: inline-block;
}

/* line 57, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-dropdown .studio-digest-dropdown-toggle .selected-count {
  font-size: 0.75rem;
  color: #64748b;
  background: #f1f5f9;
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: 4px;
  transition: color 0.15s ease, background-color 0.15s ease;
}

/* line 67, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-dropdown .studio-digest-dropdown-toggle:hover {
  border-color: #3498db;
}

/* line 70, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-dropdown .studio-digest-dropdown-toggle:hover .selected-count {
  color: #3498db;
  background: rgba(52, 152, 219, 0.1);
}

/* line 77, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-dropdown .dropdown-menu.studio-filter-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 300px;
  max-width: 400px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15), 0 4px 6px rgba(0, 0, 0, 0.1);
  background: white;
  padding: 0;
}

/* line 90, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-dropdown .dropdown-menu.studio-filter-menu .dropdown-search {
  padding: 12px 16px;
  background: #f8fafc;
}

/* line 94, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-dropdown .dropdown-menu.studio-filter-menu .dropdown-search input.form-control {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 9999px !important;
  font-size: 0.875rem;
  background: white;
  transition: all 200ms ease;
}

/* line 103, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-dropdown .dropdown-menu.studio-filter-menu .dropdown-search input.form-control:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  border-radius: 9999px !important;
}

/* line 110, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-dropdown .dropdown-menu.studio-filter-menu .dropdown-search input.form-control::-moz-placeholder {
  color: #94a3b8;
}
.modern-ui-body .notification-settings-form .studio-digest-dropdown .dropdown-menu.studio-filter-menu .dropdown-search input.form-control::placeholder {
  color: #94a3b8;
}

/* line 116, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-dropdown .dropdown-menu.studio-filter-menu .dropdown-content {
  padding: 8px 0;
  max-height: 350px;
  overflow-y: auto;
}

/* line 121, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-dropdown .dropdown-menu.studio-filter-menu .dropdown-content::-webkit-scrollbar {
  width: 6px;
}

/* line 125, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-dropdown .dropdown-menu.studio-filter-menu .dropdown-content::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 3px;
}

/* line 130, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-dropdown .dropdown-menu.studio-filter-menu .dropdown-content::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}

/* line 134, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-dropdown .dropdown-menu.studio-filter-menu .dropdown-content::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* line 140, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-dropdown .dropdown-menu.studio-filter-menu .select-all-option {
  padding: 8px 0;
  margin-bottom: 8px;
}

/* line 144, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-dropdown .dropdown-menu.studio-filter-menu .select-all-option .select-all-label {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  cursor: pointer;
  transition: all 100ms ease;
  font-weight: 600;
  background-color: #f8fafc;
}

/* line 153, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-dropdown .dropdown-menu.studio-filter-menu .select-all-option .select-all-label:hover {
  background-color: #f1f5f9;
}

/* line 157, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-dropdown .dropdown-menu.studio-filter-menu .select-all-option .select-all-label input[type="checkbox"] {
  margin-right: 12px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  accent-color: #3b82f6;
  border-radius: 4px;
}

/* line 166, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-dropdown .dropdown-menu.studio-filter-menu .select-all-option .select-all-label span {
  flex: 1;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1e293b;
}

/* line 175, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-dropdown .dropdown-menu.studio-filter-menu .dropdown-divider {
  height: 1px;
  background: #e2e8f0;
  margin: 8px 0;
}

/* line 182, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-dropdown .dropdown-menu.studio-filter-menu .filter-group:not(:last-child) {
  border-bottom: 0px;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

/* line 188, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-dropdown .dropdown-menu.studio-filter-menu .filter-group .filter-group-header {
  padding: 10px 16px;
  font-weight: 600;
  font-size: 0.75rem;
  color: #64748b;
  background-color: #f8fafc;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

/* line 199, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-dropdown .dropdown-menu.studio-filter-menu .filter-group .filter-option {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  cursor: pointer;
  transition: all 100ms ease;
  border-radius: 0;
}

/* line 207, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-dropdown .dropdown-menu.studio-filter-menu .filter-group .filter-option:hover {
  background-color: #f1f5f9;
}

/* line 211, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-dropdown .dropdown-menu.studio-filter-menu .filter-group .filter-option input[type="checkbox"] {
  margin-right: 12px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  accent-color: #3b82f6;
  border-radius: 4px;
}

/* line 219, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-dropdown .dropdown-menu.studio-filter-menu .filter-group .filter-option input[type="checkbox"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 225, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-dropdown .dropdown-menu.studio-filter-menu .filter-group .filter-option span {
  flex: 1;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1e293b;
}

/* line 232, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-dropdown .dropdown-menu.studio-filter-menu .filter-group .filter-option small {
  margin-left: 8px;
  font-size: 0.75rem;
  color: #64748b;
  font-weight: 400;
}

/* line 244, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container {
  margin-top: 12px;
}

/* line 247, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container .pills-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

/* line 253, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container .pills-wrapper.action-buttons-row {
  margin-bottom: 12px;
}

/* line 258, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container .clear-all-pill {
  background: #fee2e2;
  border: 1px solid #fca5a5;
  color: #991b1b;
}

/* line 264, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container .studio-pill {
  background: white;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 99999px;
  padding: 0 18px;
  height: 38px;
  font-size: 14px;
  font-weight: 600;
  color: #475569;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  outline: none;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  letter-spacing: -0.025em;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 285, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container .studio-pill span {
  flex: 1;
}

/* line 289, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container .studio-pill small {
  font-size: 0.75rem;
  color: #64748b;
  font-weight: 400;
}

/* line 295, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container .studio-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.1);
  border-color: rgba(52, 152, 219, 0.3);
  color: #1e293b;
}

/* line 303, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container .studio-pill.active {
  background: #3498db;
  color: white;
  border-color: #3498db;
}

/* line 308, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container .studio-pill.active small {
  color: rgba(255, 255, 255, 0.8);
}

/* line 312, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container .studio-pill.active:hover {
  background: #3498db;
  border-color: #3498db;
}

/* line 318, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container .studio-pill:focus {
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 323, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container .studio-pill:active {
  transform: translateY(0);
  transition: transform 0.1s ease;
}

/* line 329, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container .studio-pill.select-all-pill .select-all-icon {
  width: 16px;
  height: 16px;
  color: #64748b;
  transition: all 200ms ease;
}

/* line 337, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container .studio-pill.select-all-pill:hover .select-all-icon {
  color: #3498db;
}

/* line 343, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container .studio-pill.select-all-pill.active .select-all-icon {
  color: white;
}

/* line 350, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container .studio-pill-label {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

/* line 355, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container .studio-pill-label.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* line 359, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container .studio-pill-label.disabled .studio-pill {
  pointer-events: none;
}

/* line 364, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container .studio-pill-label .studio-pill-checkbox {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
}

/* line 374, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container .studio-pill-label .studio-pill {
  background: white;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 99999px;
  padding: 0 18px;
  height: 38px;
  font-size: 14px;
  font-weight: 600;
  color: #475569;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  outline: none;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  letter-spacing: -0.025em;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 395, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container .studio-pill-label .studio-pill span {
  flex: 1;
}

/* line 399, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container .studio-pill-label .studio-pill small {
  font-size: 0.75rem;
  color: #64748b;
  font-weight: 400;
}

/* line 405, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container .studio-pill-label .studio-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.1);
  border-color: rgba(52, 152, 219, 0.3);
  color: #1e293b;
}

/* line 413, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container .studio-pill-label .studio-pill.active {
  background: #3498db;
  color: white;
  border-color: #3498db;
}

/* line 418, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container .studio-pill-label .studio-pill.active small {
  color: rgba(255, 255, 255, 0.8);
}

/* line 422, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container .studio-pill-label .studio-pill.active:hover {
  background: #3498db;
  border-color: #3498db;
}

/* line 428, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container .studio-pill-label .studio-pill:focus {
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 433, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container .studio-pill-label .studio-pill:active {
  transform: translateY(0);
  transition: transform 0.1s ease;
}

/* line 440, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container .school-section {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  border: none;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
  flex-wrap: wrap;
}

/* line 452, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container .school-expand-button {
  background: #e0e7ff;
  border: 1px solid #818cf8;
  border-radius: 99999px;
  padding: 0 18px;
  height: 38px;
  font-size: 14px;
  font-weight: 600;
  color: #3730a3;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  outline: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  letter-spacing: -0.025em;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  position: relative;
}

/* line 474, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container .school-expand-button span:first-child {
  flex: 1;
}

/* line 478, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container .school-expand-button .school-count {
  font-size: 0.75rem;
  color: #4f46e5;
  background: rgba(99, 102, 241, 0.15);
  padding: 2px 6px;
  border-radius: 10px;
  font-weight: 500;
  transition: all 100ms ease;
}

/* line 488, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container .school-expand-button.active {
  background: #c7d2fe;
  color: #312e81;
  border-color: #6366f1;
}

/* line 493, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container .school-expand-button.active .school-count {
  background: rgba(99, 102, 241, 0.25);
  color: #4338ca;
}

/* line 499, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container .school-expand-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.1);
}

/* line 506, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container .school-studios-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-left: 0;
  margin-top: 0;
  flex: 1;
  min-width: 0;
}

/* line 517, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container .selected-schools-section .selected-school-section {
  margin-bottom: 12px;
}

/* line 520, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-digest-pills-container .selected-schools-section .selected-school-section:last-child {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  /* line 528, app/assets/stylesheets/modern/notification_settings.scss */
  .modern-ui-body .notification-settings-form .studio-digest-pills-container .school-section {
    flex-direction: column;
  }
  /* line 532, app/assets/stylesheets/modern/notification_settings.scss */
  .modern-ui-body .notification-settings-form .studio-digest-pills-container .school-studios-wrapper {
    width: 100%;
  }
}

@media (max-width: 768px) {
  /* line 538, app/assets/stylesheets/modern/notification_settings.scss */
  .modern-ui-body .notification-settings-form .studio-digest-pills-container .pills-wrapper {
    gap: 8px;
  }
  /* line 542, app/assets/stylesheets/modern/notification_settings.scss */
  .modern-ui-body .notification-settings-form .studio-digest-pills-container .studio-pill-label .studio-pill {
    height: 32px;
    padding: 0 14px;
    font-size: 0.8125rem;
  }
}

/* line 551, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .notification-settings-table-container {
  margin-top: 16px;
  overflow-x: auto;
}

/* line 556, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .notification-settings-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 564, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .notification-settings-table thead {
  background: #f8fafc;
  border-bottom: 2px solid #e2e8f0;
}

/* line 568, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .notification-settings-table thead th {
  padding: 16px;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 600;
  color: #334155;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* line 577, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .notification-settings-table thead th.studio-name-column {
  min-width: 200px;
  width: 40%;
}

/* line 582, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .notification-settings-table thead th.notification-option-column {
  min-width: 150px;
  width: 30%;
  text-align: center;
}

/* line 587, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .notification-settings-table thead th.notification-option-column span {
  display: block;
  margin-bottom: 4px;
  color: #1e293b;
}

/* line 593, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .notification-settings-table thead th.notification-option-column small {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  color: #64748b;
  text-transform: none;
  letter-spacing: normal;
  margin-top: 2px;
}

/* line 607, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .notification-settings-table tbody tr {
  border-bottom: 1px solid #e2e8f0;
  transition: background-color 0.15s ease;
}

/* line 611, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .notification-settings-table tbody tr:hover {
  background-color: #f8fafc;
}

/* line 615, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .notification-settings-table tbody tr:last-child {
  border-bottom: none;
}

/* line 619, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .notification-settings-table tbody tr.school-header-row {
  background-color: #f1f5f9;
  border-bottom: 2px solid #cbd5e1;
}

/* line 623, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .notification-settings-table tbody tr.school-header-row .school-name-cell {
  padding: 12px 16px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #475569;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* line 632, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .notification-settings-table tbody tr.school-header-row:hover {
  background-color: #e2e8f0;
}

/* line 638, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .notification-settings-table tbody tr.studio-row .studio-name-cell {
  padding: 14px 16px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #1e293b;
}

/* line 645, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .notification-settings-table tbody tr.studio-row .notification-option-cell {
  padding: 14px 16px;
  text-align: center;
}

/* line 649, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .notification-settings-table tbody tr.studio-row .notification-option-cell .notification-checkbox-label {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: 8px;
}

/* line 657, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .notification-settings-table tbody tr.studio-row .notification-option-cell .notification-checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #3b82f6;
  border-radius: 4px;
  margin: 0;
}

/* line 665, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .notification-settings-table tbody tr.studio-row .notification-option-cell .notification-checkbox-label input[type="checkbox"]:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

/* line 671, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .notification-settings-table tbody tr.studio-row .notification-option-cell .notification-checkbox-label .checkbox-label-text {
  font-size: 0.875rem;
  font-weight: 500;
  color: #475569;
}

/* line 678, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .notification-settings-table tbody tr.studio-row .notification-option-cell .notification-checkbox-label:hover .checkbox-label-text {
  color: #1e293b;
}

@media (max-width: 768px) {
  /* line 691, app/assets/stylesheets/modern/notification_settings.scss */
  .modern-ui-body .notification-settings-form .notification-settings-table thead th {
    padding: 12px;
  }
  /* line 695, app/assets/stylesheets/modern/notification_settings.scss */
  .modern-ui-body .notification-settings-form .notification-settings-table thead th.notification-option-column small {
    display: none;
  }
  /* line 704, app/assets/stylesheets/modern/notification_settings.scss */
  .modern-ui-body .notification-settings-form .notification-settings-table tbody tr.studio-row .studio-name-cell {
    padding: 12px;
    font-size: 0.875rem;
  }
  /* line 709, app/assets/stylesheets/modern/notification_settings.scss */
  .modern-ui-body .notification-settings-form .notification-settings-table tbody tr.studio-row .notification-option-cell {
    padding: 12px;
  }
  /* line 712, app/assets/stylesheets/modern/notification_settings.scss */
  .modern-ui-body .notification-settings-form .notification-settings-table tbody tr.studio-row .notification-option-cell .notification-checkbox-label {
    flex-direction: column;
    gap: 4px;
  }
  /* line 716, app/assets/stylesheets/modern/notification_settings.scss */
  .modern-ui-body .notification-settings-form .notification-settings-table tbody tr.studio-row .notification-option-cell .notification-checkbox-label .checkbox-label-text {
    font-size: 0.75rem;
  }
}

/* line 726, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-email-disabled-notice {
  background: #fef3c7;
  border: 1px solid #fcd34d;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 24px;
}

/* line 733, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-email-disabled-notice .notice-content {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

/* line 738, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-email-disabled-notice .notice-content .notice-icon {
  width: 20px;
  height: 20px;
  color: #d97706;
  flex-shrink: 0;
  margin-top: 2px;
}

/* line 746, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-email-disabled-notice .notice-content .notice-text {
  flex: 1;
}

/* line 749, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-email-disabled-notice .notice-content .notice-text strong {
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #92400e;
  margin-bottom: 6px;
}

/* line 757, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .studio-email-disabled-notice .notice-content .notice-text p {
  font-size: 0.875rem;
  color: #78350f;
  line-height: 1.5;
  margin: 0;
}

/* line 768, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .form-checkbox-wrapper .form-group {
  margin: 0;
}

/* line 772, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .form-checkbox-wrapper.disabled {
  opacity: 0.6;
  pointer-events: none;
}

/* line 777, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .form-checkbox-wrapper .form-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 0;
  margin: 0;
}

/* line 784, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .form-checkbox-wrapper .form-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  margin-top: 2px;
  flex-shrink: 0;
  cursor: pointer;
  accent-color: #3b82f6;
}

/* line 793, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .form-checkbox-wrapper .form-check input[type="checkbox"]:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

/* line 799, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .form-checkbox-wrapper .form-check label {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #334155;
  line-height: 1.5;
  margin: 0;
  cursor: pointer;
  flex: 1;
}

/* line 808, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .form-checkbox-wrapper .form-check label:hover {
  color: #0f172a;
}

/* line 812, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .form-checkbox-wrapper .form-check label:has(~ input:disabled) {
  cursor: not-allowed;
}

/* line 817, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .form-checkbox-wrapper .form-check .help-block {
  margin-top: 6px;
  font-size: 0.8125rem;
  color: #64748b;
  line-height: 1.5;
  margin-left: 30px;
}

/* line 827, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .settings-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 32px;
}

/* line 833, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .settings-actions .btn {
  padding: 10px 20px;
  font-size: 0.9375rem;
  font-weight: 500;
  border-radius: 8px;
  transition: all 200ms ease;
  border: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* line 846, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .settings-actions .btn.btn-primary {
  background: #3b82f6;
  color: white;
}

/* line 850, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .settings-actions .btn.btn-primary:hover {
  background: #2563eb;
}

/* line 854, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .settings-actions .btn.btn-primary:disabled {
  background: #cbd5e1;
  color: #64748b;
  cursor: not-allowed;
  opacity: 0.6;
}

/* line 860, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .settings-actions .btn.btn-primary:disabled:hover {
  background: #cbd5e1;
}

/* line 866, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .settings-actions .btn.btn-secondary {
  background: #f1f5f9;
  color: #475569;
  border: 1px solid #e2e8f0;
}

/* line 871, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .settings-actions .btn.btn-secondary:hover {
  background: #e2e8f0;
  color: #334155;
}

/* line 876, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .settings-actions .btn.btn-secondary:disabled {
  background: #f1f5f9;
  color: #94a3b8;
  cursor: not-allowed;
  opacity: 0.6;
  border-color: #e2e8f0;
}

/* line 883, app/assets/stylesheets/modern/notification_settings.scss */
.modern-ui-body .notification-settings-form .settings-actions .btn.btn-secondary:disabled:hover {
  background: #f1f5f9;
  color: #94a3b8;
}

@media (max-width: 768px) {
  /* line 896, app/assets/stylesheets/modern/notification_settings.scss */
  .modern-ui-body .notification-settings-form .settings-section {
    margin-bottom: 20px;
  }
  /* line 900, app/assets/stylesheets/modern/notification_settings.scss */
  .modern-ui-body .notification-settings-form .settings-actions {
    flex-direction: column;
    align-items: stretch;
    margin-top: 20px;
  }
  /* line 905, app/assets/stylesheets/modern/notification_settings.scss */
  .modern-ui-body .notification-settings-form .settings-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

/* line 915, app/assets/stylesheets/modern/notification_settings.scss */
.notification-settings-table-container {
  margin-top: 16px;
  overflow-x: auto;
}

/* line 919, app/assets/stylesheets/modern/notification_settings.scss */
.notification-settings-table-container .notification-settings-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* line 926, app/assets/stylesheets/modern/notification_settings.scss */
.notification-settings-table-container .notification-settings-table thead {
  background: #f5f5f5;
  border-bottom: 2px solid #ddd;
}

/* line 930, app/assets/stylesheets/modern/notification_settings.scss */
.notification-settings-table-container .notification-settings-table thead th {
  padding: 12px;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 600;
  color: #333;
}

/* line 937, app/assets/stylesheets/modern/notification_settings.scss */
.notification-settings-table-container .notification-settings-table thead th.studio-name-column {
  min-width: 200px;
  width: 40%;
}

/* line 942, app/assets/stylesheets/modern/notification_settings.scss */
.notification-settings-table-container .notification-settings-table thead th.notification-option-column {
  min-width: 150px;
  width: 30%;
  text-align: center;
}

/* line 947, app/assets/stylesheets/modern/notification_settings.scss */
.notification-settings-table-container .notification-settings-table thead th.notification-option-column span {
  display: block;
  margin-bottom: 4px;
}

/* line 952, app/assets/stylesheets/modern/notification_settings.scss */
.notification-settings-table-container .notification-settings-table thead th.notification-option-column small {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  color: #666;
  margin-top: 2px;
}

/* line 964, app/assets/stylesheets/modern/notification_settings.scss */
.notification-settings-table-container .notification-settings-table tbody tr {
  border-bottom: 1px solid #eee;
}

/* line 967, app/assets/stylesheets/modern/notification_settings.scss */
.notification-settings-table-container .notification-settings-table tbody tr:hover {
  background-color: #fafafa;
}

/* line 971, app/assets/stylesheets/modern/notification_settings.scss */
.notification-settings-table-container .notification-settings-table tbody tr:last-child {
  border-bottom: none;
}

/* line 975, app/assets/stylesheets/modern/notification_settings.scss */
.notification-settings-table-container .notification-settings-table tbody tr.school-header-row {
  background-color: #f9f9f9;
  border-bottom: 2px solid #ddd;
}

/* line 979, app/assets/stylesheets/modern/notification_settings.scss */
.notification-settings-table-container .notification-settings-table tbody tr.school-header-row .school-name-cell {
  padding: 10px 12px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #555;
}

/* line 986, app/assets/stylesheets/modern/notification_settings.scss */
.notification-settings-table-container .notification-settings-table tbody tr.school-header-row:hover {
  background-color: #f0f0f0;
}

/* line 992, app/assets/stylesheets/modern/notification_settings.scss */
.notification-settings-table-container .notification-settings-table tbody tr.studio-row .studio-name-cell {
  padding: 12px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #333;
}

/* line 999, app/assets/stylesheets/modern/notification_settings.scss */
.notification-settings-table-container .notification-settings-table tbody tr.studio-row .notification-option-cell {
  padding: 12px;
  text-align: center;
}

/* line 1003, app/assets/stylesheets/modern/notification_settings.scss */
.notification-settings-table-container .notification-settings-table tbody tr.studio-row .notification-option-cell .notification-checkbox-label {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 8px;
}

/* line 1010, app/assets/stylesheets/modern/notification_settings.scss */
.notification-settings-table-container .notification-settings-table tbody tr.studio-row .notification-option-cell .notification-checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin: 0;
}

/* line 1017, app/assets/stylesheets/modern/notification_settings.scss */
.notification-settings-table-container .notification-settings-table tbody tr.studio-row .notification-option-cell .notification-checkbox-label .checkbox-label-text {
  font-size: 0.875rem;
  font-weight: 500;
  color: #555;
}

@media (max-width: 768px) {
  /* line 1031, app/assets/stylesheets/modern/notification_settings.scss */
  .notification-settings-table-container .notification-settings-table thead th.notification-option-column small {
    display: none;
  }
  /* line 1036, app/assets/stylesheets/modern/notification_settings.scss */
  .notification-settings-table-container .notification-settings-table tbody tr.studio-row .studio-name-cell {
    padding: 10px;
    font-size: 0.875rem;
  }
  /* line 1041, app/assets/stylesheets/modern/notification_settings.scss */
  .notification-settings-table-container .notification-settings-table tbody tr.studio-row .notification-option-cell {
    padding: 10px;
  }
  /* line 1044, app/assets/stylesheets/modern/notification_settings.scss */
  .notification-settings-table-container .notification-settings-table tbody tr.studio-row .notification-option-cell .notification-checkbox-label {
    flex-direction: column;
    gap: 4px;
  }
  /* line 1048, app/assets/stylesheets/modern/notification_settings.scss */
  .notification-settings-table-container .notification-settings-table tbody tr.studio-row .notification-option-cell .notification-checkbox-label .checkbox-label-text {
    font-size: 0.75rem;
  }
}

/* line 23, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .comments {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

/* line 29, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .comments:empty {
  margin-bottom: 0;
}

/* line 37, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-box {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  border: none;
}

/* line 43, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-box .modern-comment-box-container {
  padding: 20px;
}

/* line 47, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-box .modern-comment-subscription {
  padding: 16px 0;
  border-top: none;
  background: transparent;
}

@media (max-width: 768px) {
  /* line 47, app/assets/stylesheets/modern/comments.scss */
  .modern-ui-body .modern-comment-box .modern-comment-subscription {
    padding: 12px 0;
  }
}

/* line 60, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-box .modern-notification-subscription {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
}

/* line 66, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-box .modern-notification-subscription .modern-notification-subscription-title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
  line-height: 1.3;
}

/* line 74, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-box .modern-notification-subscription .modern-notification-subscription-description {
  font-size: 0.875rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

/* line 81, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-box .modern-notification-subscription .modern-notification-subscription-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  background: transparent;
  color: #64748b;
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms ease;
  width: auto;
  align-self: flex-start;
}

/* line 98, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-box .modern-notification-subscription .modern-notification-subscription-btn:hover {
  background: #f8fafc;
  color: #475569;
  border-color: #cbd5e1;
  text-decoration: none;
}

/* line 105, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-box .modern-notification-subscription .modern-notification-subscription-btn:active {
  transform: translateY(0);
}

/* line 109, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-box .modern-notification-subscription .modern-notification-subscription-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(100, 116, 139, 0.1);
}

@media (max-width: 768px) {
  /* line 60, app/assets/stylesheets/modern/comments.scss */
  .modern-ui-body .modern-comment-box .modern-notification-subscription {
    gap: 6px;
  }
  /* line 118, app/assets/stylesheets/modern/comments.scss */
  .modern-ui-body .modern-comment-box .modern-notification-subscription .modern-notification-subscription-title {
    font-size: 0.875rem;
  }
  /* line 122, app/assets/stylesheets/modern/comments.scss */
  .modern-ui-body .modern-comment-box .modern-notification-subscription .modern-notification-subscription-description {
    font-size: 0.8125rem;
  }
  /* line 126, app/assets/stylesheets/modern/comments.scss */
  .modern-ui-body .modern-comment-box .modern-notification-subscription .modern-notification-subscription-btn {
    padding: 8px 20px;
    font-size: 0.875rem;
  }
}

/* line 137, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-header {
  margin-bottom: 24px;
  padding: 0 4px;
}

/* line 141, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-header .modern-comment-header-content {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 147, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-header .modern-comment-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.015em;
}

/* line 156, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-header .modern-comment-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 12px;
  border-radius: 9999px;
  background: rgba(59, 130, 246, 0.1);
  color: #2563eb;
  font-size: 0.875rem;
  font-weight: 600;
  border: 1px solid rgba(59, 130, 246, 0.2);
}

/* line 175, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comments-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

/* line 181, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comments-list:empty {
  margin-bottom: 0;
}

/* line 189, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-card {
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  padding: 16px 20px;
  transition: all 200ms ease;
}

/* line 196, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-card:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

/* line 202, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-card .modern-comment-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

/* line 210, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-card .modern-comment-user {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex: 1;
  min-width: 0;
}

/* line 218, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-card .modern-comment-avatar {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

/* line 230, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-card .modern-comment-user-info {
  flex: 1;
  min-width: 0;
}

/* line 235, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-card .modern-comment-user-name {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 4px 0;
  line-height: 1.3;
  transition: color 0.2s ease;
}

/* line 243, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-card .modern-comment-user-name:hover {
  color: #3b82f6;
}

/* line 248, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-card .modern-comment-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* line 254, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-card .modern-comment-meta .modern-comment-meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 9999px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.4;
  background: rgba(148, 163, 184, 0.12);
  color: #475569;
  border: 1px solid rgba(148, 163, 184, 0.22);
}

/* line 267, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-card .modern-comment-meta .modern-comment-meta-pill i,
.modern-ui-body .modern-comment-card .modern-comment-meta .modern-comment-meta-pill svg {
  width: 14px;
  height: 14px;
}

/* line 273, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-card .modern-comment-meta .modern-comment-meta-pill .dropdown {
  display: inline-flex;
  align-items: center;
}

/* line 278, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-card .modern-comment-meta .modern-comment-meta-pill .dropdown-toggle {
  padding: 0;
  font-size: 0.8125rem;
  color: inherit;
  background: none;
  border: none;
  text-decoration: none;
}

/* line 286, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-card .modern-comment-meta .modern-comment-meta-pill .dropdown-toggle:hover, .modern-ui-body .modern-comment-card .modern-comment-meta .modern-comment-meta-pill .dropdown-toggle:focus {
  color: inherit;
  text-decoration: underline;
  background: none;
}

/* line 296, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-card .modern-comment-meta .modern-comment-time i,
.modern-ui-body .modern-comment-card .modern-comment-meta .modern-comment-time svg {
  display: none;
}

/* line 302, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-card .modern-comment-meta .modern-comment-edited {
  background: rgba(147, 197, 253, 0.16);
  color: #1d4ed8;
  border-color: rgba(147, 197, 253, 0.32);
}

/* line 307, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-card .modern-comment-meta .modern-comment-edited .dropdown-menu {
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
  padding: 8px 0;
  margin-top: 8px;
  min-width: 280px;
  background: white;
}

/* line 316, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-card .modern-comment-meta .modern-comment-edited .dropdown-menu .dropdown-header {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1f2937;
  padding: 12px 16px;
  margin-bottom: 0;
  white-space: normal;
}

/* line 325, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-card .modern-comment-meta .modern-comment-edited .dropdown-menu .dropdown-divider {
  margin: 8px 0;
  border-top: 1px solid #e2e8f0;
}

/* line 330, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-card .modern-comment-meta .modern-comment-edited .dropdown-menu .dropdown-item {
  padding: 10px 16px;
  font-size: 0.875rem;
  color: #334155;
  transition: all 100ms ease;
  border: none;
  background: none;
}

/* line 338, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-card .modern-comment-meta .modern-comment-edited .dropdown-menu .dropdown-item:hover {
  background: #f8fafc;
  color: #1f2937;
}

/* line 343, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-card .modern-comment-meta .modern-comment-edited .dropdown-menu .dropdown-item:active {
  background: #f1f5f9;
  color: #1f2937;
}

/* line 349, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-card .modern-comment-meta .modern-comment-edited .dropdown-menu .p-4 {
  padding: 16px;
}

/* line 352, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-card .modern-comment-meta .modern-comment-edited .dropdown-menu .p-4 p {
  font-size: 0.875rem;
  color: #64748b;
}

/* line 361, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-card .modern-comment-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

/* line 368, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-card .modern-comment-studio-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  background: rgba(100, 116, 139, 0.1);
  color: #475569;
  border: 1px solid rgba(100, 116, 139, 0.2);
  white-space: nowrap;
  margin-right: 6px;
}

/* line 381, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-card .modern-comment-studio-badge.current-studio {
  background: rgba(59, 130, 246, 0.1);
  color: #2563eb;
  border-color: rgba(59, 130, 246, 0.2);
}

/* line 388, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-card .modern-comment-content {
  padding-left: 52px;
}

@media (max-width: 768px) {
  /* line 388, app/assets/stylesheets/modern/comments.scss */
  .modern-ui-body .modern-comment-card .modern-comment-content {
    padding-left: 0;
  }
}

/* line 395, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-card .modern-comment-content .trix-content {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #334155;
  word-wrap: break-word;
}

/* line 401, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-card .modern-comment-content .trix-content p {
  margin-bottom: 0.75em;
}

/* line 404, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-card .modern-comment-content .trix-content p:last-child {
  margin-bottom: 0;
}

/* line 409, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-card .modern-comment-content .trix-content a {
  color: #3b82f6;
  text-decoration: underline;
}

/* line 413, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-card .modern-comment-content .trix-content a:hover {
  color: #2563eb;
}

/* line 418, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-card .modern-comment-content .trix-content ul, .modern-ui-body .modern-comment-card .modern-comment-content .trix-content ol {
  margin-left: 1.5em;
  margin-bottom: 0.75em;
}

/* line 423, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-card .modern-comment-content .trix-content strong {
  font-weight: 600;
}

/* line 433, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-new {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 20px;
  padding: 20px 4px 0 4px;
}

/* line 440, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-new .modern-comment-new-header {
  flex-shrink: 0;
}

/* line 444, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-new .modern-comment-avatar {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

/* line 456, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-new .modern-comment-form-wrapper {
  flex: 1;
  min-width: 0;
}

@media (max-width: 768px) {
  /* line 433, app/assets/stylesheets/modern/comments.scss */
  .modern-ui-body .modern-comment-new {
    gap: 0;
    padding: 0;
  }
  /* line 464, app/assets/stylesheets/modern/comments.scss */
  .modern-ui-body .modern-comment-new .modern-comment-avatar {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
  }
}

/* line 476, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-edit {
  padding: 16px 20px;
}

/* line 479, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-edit .modern-comment-edit-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

/* line 486, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-edit .modern-comment-edit-info {
  flex: 1;
}

/* line 490, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-edit .modern-comment-user-name {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 2px 0;
  line-height: 1.3;
}

/* line 498, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-edit .modern-comment-edit-label {
  font-size: 0.8125rem;
  color: #64748b;
  margin: 0;
  line-height: 1.3;
}

/* line 505, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-edit .modern-comment-edit-form {
  padding-left: 52px;
}

@media (max-width: 768px) {
  /* line 505, app/assets/stylesheets/modern/comments.scss */
  .modern-ui-body .modern-comment-edit .modern-comment-edit-form {
    padding-left: 0;
  }
}

/* line 518, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-form .modern-comment-editor-wrapper {
  margin-bottom: 16px;
}

/* line 522, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-form .modern-comment-form-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

/* line 529, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-form .modern-comment-cancel-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  background: transparent;
  color: #64748b;
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms ease;
}

/* line 544, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-form .modern-comment-cancel-btn:hover {
  background: #f8fafc;
  color: #475569;
  border-color: #cbd5e1;
  text-decoration: none;
}

/* line 551, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-form .modern-comment-cancel-btn:active {
  transform: translateY(0);
}

/* line 555, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-form .modern-comment-cancel-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(100, 116, 139, 0.1);
}

/* line 561, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-form .modern-comment-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 24px;
  background: #3b82f6;
  color: white;
  border: none;
  border-radius: 9999px;
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 200ms ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 577, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-form .modern-comment-submit-btn:hover:not(:disabled) {
  background: #2563eb;
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

/* line 583, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-form .modern-comment-submit-btn:active:not(:disabled) {
  transform: translateY(0);
}

/* line 587, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-form .modern-comment-submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* line 592, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-form .modern-comment-submit-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3);
}

/* line 597, app/assets/stylesheets/modern/comments.scss */
.modern-ui-body .modern-comment-form .modern-comment-submit-btn .button-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

@media (max-width: 768px) {
  /* line 613, app/assets/stylesheets/modern/comments.scss */
  .modern-ui-body .modern-comment-card {
    padding: 12px;
  }
  /* line 616, app/assets/stylesheets/modern/comments.scss */
  .modern-ui-body .modern-comment-card .modern-comment-avatar {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
  }
  /* line 623, app/assets/stylesheets/modern/comments.scss */
  .modern-ui-body .modern-comment-card .modern-comment-user-name {
    font-size: 0.875rem;
  }
  /* line 627, app/assets/stylesheets/modern/comments.scss */
  .modern-ui-body .modern-comment-card .modern-comment-meta {
    font-size: 0.75rem;
  }
  /* line 630, app/assets/stylesheets/modern/comments.scss */
  .modern-ui-body .modern-comment-card .modern-comment-meta .modern-comment-meta-pill {
    padding: 3px 8px;
    font-size: 0.75rem;
  }
  /* line 637, app/assets/stylesheets/modern/comments.scss */
  .modern-ui-body .modern-comment-card .modern-comment-content .trix-content {
    font-size: 0.875rem;
  }
  /* line 644, app/assets/stylesheets/modern/comments.scss */
  .modern-ui-body .modern-comment-new .modern-comment-avatar {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
  }
  /* line 651, app/assets/stylesheets/modern/comments.scss */
  .modern-ui-body .modern-comment-new .modern-comment-trigger-btn {
    padding: 10px 14px;
    font-size: 0.875rem;
  }
  /* line 656, app/assets/stylesheets/modern/comments.scss */
  .modern-ui-body .modern-comment-new .modern-comment-form-wrapper {
    margin-left: 0;
  }
}

/* line 21, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .tracking-modern-challenge .modern-submission-card {
  max-height: 300px;
  overflow-y: auto;
}

/* line 29, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-header {
  margin-bottom: 24px;
  padding: 0 4px;
}

/* line 33, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-header .modern-submission-header-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px 0;
  line-height: 1.2;
  letter-spacing: -0.015em;
}

/* line 42, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-header .modern-submission-header-description {
  font-size: 0.875rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

/* line 53, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card {
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  padding: 16px 20px;
  transition: all 200ms ease;
  margin-bottom: 16px;
}

/* line 61, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

/* line 67, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

/* line 75, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-user {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex: 1;
  min-width: 0;
}

/* line 83, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-header-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

/* line 90, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-avatar {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

/* line 112, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-user-info {
  flex: 1;
  min-width: 0;
}

/* line 117, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-user-name {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 6px 2px;
  line-height: 1.3;
  transition: color 0.2s ease;
}

/* line 125, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-user-name:hover {
  color: #3b82f6;
}

/* line 130, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* line 136, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-meta .modern-submission-meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 32px;
  padding: 0 12px;
  border-radius: 9999px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.4;
  background: rgba(148, 163, 184, 0.12);
  color: #475569;
  border: 1px solid rgba(148, 163, 184, 0.22);
}

/* line 150, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-meta .modern-submission-meta-pill i,
.modern-ui-body .modern-submission-card .modern-submission-meta .modern-submission-meta-pill svg {
  width: 14px;
  height: 14px;
}

/* line 156, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-meta .modern-submission-meta-pill a {
  color: inherit;
  text-decoration: none;
}

/* line 160, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-meta .modern-submission-meta-pill a:hover {
  text-decoration: underline;
}

/* line 165, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-meta .modern-submission-meta-pill .dropdown {
  display: inline-flex;
  align-items: center;
}

/* line 170, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-meta .modern-submission-meta-pill .dropdown-toggle {
  padding: 0;
  font-size: 0.8125rem;
  color: inherit;
  background: none;
  border: none;
  text-decoration: none;
}

/* line 178, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-meta .modern-submission-meta-pill .dropdown-toggle:hover, .modern-ui-body .modern-submission-card .modern-submission-meta .modern-submission-meta-pill .dropdown-toggle:focus {
  color: inherit;
  text-decoration: underline;
  background: none;
}

/* line 187, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-meta .modern-submission-edited {
  background: rgba(147, 197, 253, 0.16);
  color: #1d4ed8;
  border-color: rgba(147, 197, 253, 0.32);
}

/* line 192, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-meta .modern-submission-edited .dropdown-menu {
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
  padding: 8px 0;
  margin-top: 8px;
  min-width: 280px;
  background: white;
}

/* line 201, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-meta .modern-submission-edited .dropdown-menu .dropdown-header {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1f2937;
  padding: 12px 16px;
  margin-bottom: 0;
  white-space: normal;
}

/* line 210, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-meta .modern-submission-edited .dropdown-menu .dropdown-divider {
  margin: 8px 0;
  border-top: 1px solid #e2e8f0;
}

/* line 215, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-meta .modern-submission-edited .dropdown-menu .dropdown-item {
  padding: 10px 16px;
  font-size: 0.875rem;
  color: #334155;
  transition: all 100ms ease;
  border: none;
  background: none;
}

/* line 223, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-meta .modern-submission-edited .dropdown-menu .dropdown-item:hover {
  background: #f8fafc;
  color: #1f2937;
}

/* line 228, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-meta .modern-submission-edited .dropdown-menu .dropdown-item:active {
  background: #f1f5f9;
  color: #1f2937;
}

/* line 234, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-meta .modern-submission-edited .dropdown-menu .p-4 {
  padding: 16px;
}

/* line 237, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-meta .modern-submission-edited .dropdown-menu .p-4 p {
  font-size: 0.875rem;
  color: #64748b;
}

/* line 245, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-meta .modern-submission-legacy-link {
  margin: 0;
  background: rgba(59, 130, 246, 0.12);
  color: #1d4ed8;
  border: 1px solid rgba(59, 130, 246, 0.24);
}

/* line 251, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-meta .modern-submission-legacy-link a {
  font-weight: 600;
}

@media (max-width: 768px) {
  /* line 257, app/assets/stylesheets/modern/submissions.scss */
  .modern-ui-body .modern-submission-card .modern-submission-content {
    padding-left: 0;
  }
}

/* line 264, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-content .trix-content {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #334155;
  word-wrap: break-word;
}

/* line 270, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-content .trix-content p {
  margin-bottom: 0.75em;
}

/* line 273, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-content .trix-content p:last-child {
  margin-bottom: 0;
}

/* line 278, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-content .trix-content a {
  color: #3b82f6;
  text-decoration: underline;
}

/* line 282, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-content .trix-content a:hover {
  color: #2563eb;
}

/* line 287, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-content .trix-content ul, .modern-ui-body .modern-submission-card .modern-submission-content .trix-content ol {
  margin-left: 1.5em;
  margin-bottom: 0.75em;
}

/* line 292, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-content .trix-content strong {
  font-weight: 600;
}

/* line 298, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-opt-out {
  padding-left: 52px;
}

@media (max-width: 768px) {
  /* line 298, app/assets/stylesheets/modern/submissions.scss */
  .modern-ui-body .modern-submission-card .modern-submission-opt-out {
    padding-left: 0;
  }
}

/* line 305, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-opt-out .modern-submission-opt-out-text {
  font-size: 0.9375rem;
  color: #64748b;
  margin: 0 0 4px 0;
}

/* line 311, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-opt-out .modern-submission-opt-out-time {
  font-size: 0.8125rem;
  color: #94a3b8;
  margin: 0;
}

/* line 318, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-legacy-link {
  margin-top: 12px;
  padding-left: 52px;
}

@media (max-width: 768px) {
  /* line 318, app/assets/stylesheets/modern/submissions.scss */
  .modern-ui-body .modern-submission-card .modern-submission-legacy-link {
    padding-left: 0;
  }
}

/* line 327, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-info-bits {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* line 333, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-info-bits .modern-submission-info-bit {
  display: inline-flex;
  align-items: center;
}

/* line 337, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-info-bits .modern-submission-info-bit .pill,
.modern-ui-body .modern-submission-card .modern-submission-info-bits .modern-submission-info-bit .modern-submission-comment-pill,
.modern-ui-body .modern-submission-card .modern-submission-info-bits .modern-submission-info-bit .peer-review-pill,
.modern-ui-body .modern-submission-card .modern-submission-info-bits .modern-submission-info-bit .points-pill {
  height: 32px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 349, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-info-bits .modern-submission-comment-pill {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 12px;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  background: rgba(139, 92, 246, 0.1);
  color: #7c3aed;
  border: 1px solid rgba(139, 92, 246, 0.2);
  white-space: nowrap;
}

/* line 363, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-info-bits .peer-review-pill {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 12px;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  background: rgba(20, 184, 166, 0.1);
  color: #0d9488;
  border: 1px solid rgba(20, 184, 166, 0.2);
  white-space: nowrap;
  gap: 8px;
}

/* line 377, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-info-bits .peer-review-pill .d-flex {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* line 383, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-info-bits .peer-review-pill .grey {
  font-size: 0.75rem;
  color: inherit;
  margin-right: 4px;
}

/* line 389, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-info-bits .peer-review-pill .avatar-group {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* line 396, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-info-bits .modern-submission-meta-text {
  font-size: 0.8125rem;
  color: #64748b;
}

/* line 402, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-messages {
  margin-top: 16px;
  padding-left: 52px;
}

@media (max-width: 768px) {
  /* line 402, app/assets/stylesheets/modern/submissions.scss */
  .modern-ui-body .modern-submission-card .modern-submission-messages {
    padding-left: 0;
  }
}

/* line 411, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-card .modern-submission-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

/* line 422, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-edit {
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  padding: 16px 20px;
  margin-bottom: 16px;
}

/* line 429, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-edit .modern-submission-edit-form {
  width: 100%;
}

/* line 438, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-form .modern-submission-editor-wrapper {
  margin-bottom: 16px;
}

/* line 442, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-form .modern-submission-points-input {
  margin-bottom: 16px;
}

/* line 445, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-form .modern-submission-points-input label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 8px;
}

/* line 452, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-form .modern-submission-points-input input {
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  padding: 10px 12px;
  font-size: 0.9375rem;
  transition: all 200ms ease;
}

/* line 459, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-form .modern-submission-points-input input:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* line 467, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-form .modern-submission-form-actions-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

/* line 473, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-form .modern-submission-form-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  /* line 473, app/assets/stylesheets/modern/submissions.scss */
  .modern-ui-body .modern-submission-form .modern-submission-form-actions {
    flex-direction: column-reverse;
    width: 100%;
  }
}

/* line 486, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-form .modern-submission-cancel-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  background: transparent;
  color: #64748b;
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms ease;
  flex-shrink: 0;
  white-space: nowrap;
}

/* line 503, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-form .modern-submission-cancel-btn:hover {
  background: #f8fafc;
  color: #475569;
  border-color: #cbd5e1;
  text-decoration: none;
}

/* line 510, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-form .modern-submission-cancel-btn:active {
  transform: translateY(0);
}

/* line 514, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-form .modern-submission-cancel-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(100, 116, 139, 0.1);
}

/* line 520, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-form .modern-submission-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 24px;
  background: #3b82f6;
  color: white;
  border: none;
  border-radius: 9999px;
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 200ms ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}

/* line 539, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-form .modern-submission-submit-btn:hover:not(:disabled) {
  background: #2563eb;
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

/* line 545, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-form .modern-submission-submit-btn:active:not(:disabled) {
  transform: translateY(0);
}

/* line 549, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-form .modern-submission-submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* line 554, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-form .modern-submission-submit-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3);
}

/* line 559, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-form .modern-submission-submit-btn .button-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

@media (max-width: 768px) {
  /* line 520, app/assets/stylesheets/modern/submissions.scss */
  .modern-ui-body .modern-submission-form .modern-submission-submit-btn {
    width: 100%;
  }
}

/* line 574, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-form .modern-submission-schedule-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 24px;
  background: transparent;
  color: #64748b;
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms ease;
  flex-shrink: 0;
  white-space: nowrap;
}

/* line 592, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-form .modern-submission-schedule-btn:hover {
  background: #f8fafc;
  color: #475569;
  border-color: #cbd5e1;
  text-decoration: none;
}

/* line 599, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-submission-form .modern-submission-schedule-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(100, 116, 139, 0.1);
}

@media (max-width: 768px) {
  /* line 574, app/assets/stylesheets/modern/submissions.scss */
  .modern-ui-body .modern-submission-form .modern-submission-schedule-btn {
    width: 100%;
  }
}

@media (max-width: 768px) {
  /* line 614, app/assets/stylesheets/modern/submissions.scss */
  .modern-ui-body .modern-submission-card {
    padding: 12px;
  }
  /* line 617, app/assets/stylesheets/modern/submissions.scss */
  .modern-ui-body .modern-submission-card .modern-submission-avatar {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
  }
  /* line 626, app/assets/stylesheets/modern/submissions.scss */
  .modern-ui-body .modern-submission-card.modern-badge-submission .modern-submission-avatar {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
  }
  /* line 634, app/assets/stylesheets/modern/submissions.scss */
  .modern-ui-body .modern-submission-card .modern-submission-user-name {
    font-size: 0.875rem;
  }
  /* line 638, app/assets/stylesheets/modern/submissions.scss */
  .modern-ui-body .modern-submission-card .modern-submission-meta {
    font-size: 0.75rem;
  }
  /* line 643, app/assets/stylesheets/modern/submissions.scss */
  .modern-ui-body .modern-submission-card .modern-submission-content .trix-content {
    font-size: 0.875rem;
  }
  /* line 650, app/assets/stylesheets/modern/submissions.scss */
  .modern-ui-body .modern-submission-header .modern-submission-header-title {
    font-size: 1.125rem;
  }
}

/* line 656, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-peer-reviews-section {
  margin-top: 32px;
  padding: 0;
}

/* line 660, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-peer-reviews-section .modern-peer-reviews-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}

/* line 667, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-peer-reviews-section .modern-peer-reviews-header .modern-peer-reviews-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
  line-height: 1.3;
}

/* line 675, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-peer-reviews-section .modern-peer-reviews-header .modern-peer-reviews-pill {
  display: flex;
  align-items: center;
}

/* line 679, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-peer-reviews-section .modern-peer-reviews-header .modern-peer-reviews-pill .peer-review-pill {
  margin: 0;
}

/* line 685, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-peer-reviews-section .modern-peer-reviews-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 691, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-peer-reviews-section .modern-peer-review-card {
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  padding: 16px 20px;
  transition: all 200ms ease;
}

/* line 698, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-peer-reviews-section .modern-peer-review-card:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
}

/* line 704, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-peer-reviews-section .modern-peer-review-card .modern-peer-review-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 710, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-peer-reviews-section .modern-peer-review-card .modern-peer-review-user {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex: 1;
  min-width: 0;
}

/* line 718, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-peer-reviews-section .modern-peer-review-card .modern-peer-review-avatar {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

/* line 730, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-peer-reviews-section .modern-peer-review-card .modern-peer-review-user-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 738, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-peer-reviews-section .modern-peer-review-card .modern-peer-review-name-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* line 745, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-peer-reviews-section .modern-peer-review-card .modern-peer-review-user-name {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
  line-height: 1.3;
}

/* line 752, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-peer-reviews-section .modern-peer-review-card .modern-peer-review-user-name:hover {
  color: #3b82f6;
}

/* line 757, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-peer-reviews-section .modern-peer-review-card .modern-peer-review-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 768, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-peer-reviews-section .modern-peer-review-card .modern-peer-review-status-pill i,
.modern-ui-body .modern-peer-reviews-section .modern-peer-review-card .modern-peer-review-status-pill svg {
  width: 14px;
  height: 14px;
}

/* line 774, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-peer-reviews-section .modern-peer-review-card .modern-peer-review-status-pill.status-approved {
  background: rgba(34, 197, 94, 0.12);
  color: #16a34a;
  border: 1px solid rgba(34, 197, 94, 0.28);
}

/* line 780, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-peer-reviews-section .modern-peer-review-card .modern-peer-review-status-pill.status-denied {
  background: rgba(239, 68, 68, 0.12);
  color: #dc2626;
  border: 1px solid rgba(239, 68, 68, 0.28);
}

/* line 786, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-peer-reviews-section .modern-peer-review-card .modern-peer-review-status-pill.status-in_review {
  background: rgba(251, 191, 36, 0.16);
  color: #b45309;
  border: 1px solid rgba(251, 191, 36, 0.28);
}

/* line 792, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-peer-reviews-section .modern-peer-review-card .modern-peer-review-status-pill.status-not_reviewed_yet {
  background: rgba(148, 163, 184, 0.16);
  color: #475569;
  border: 1px solid rgba(148, 163, 184, 0.28);
}

/* line 799, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-peer-reviews-section .modern-peer-review-card .modern-peer-review-description {
  font-size: 0.875rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

/* line 806, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-peer-reviews-section .modern-peer-review-card .modern-peer-review-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* line 813, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-peer-reviews-section .modern-peer-review-card .modern-peer-review-card-header {
  align-items: flex-start;
  justify-content: space-between;
}

/* line 818, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-peer-reviews-section .modern-peer-review-card .modern-peer-review-actions {
  display: flex;
  gap: 4px;
  align-items: center;
  flex-shrink: 0;
}

/* line 824, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-peer-reviews-section .modern-peer-review-card .modern-peer-review-actions .action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  border: 1px solid #e2e8f0;
  color: #6b7280;
  background: transparent;
  cursor: pointer;
  transition: all 100ms ease;
  text-decoration: none;
}

/* line 838, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-peer-reviews-section .modern-peer-review-card .modern-peer-review-actions .action-icon svg {
  width: 14px;
  height: 14px;
}

/* line 843, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-peer-reviews-section .modern-peer-review-card .modern-peer-review-actions .action-icon:hover {
  background: #f3f4f6;
  border-color: #cbd5e1;
  color: #111827;
  text-decoration: none;
}

/* line 852, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-peer-reviews-section .modern-peer-review-card .modern-peer-review-edit-form {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e2e8f0;
}

/* line 859, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-peer-reviews-section .modern-empty-state {
  font-size: 0.875rem;
  color: #64748b;
  margin: 0;
}

/* line 865, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-peer-reviews-section .modern-empty-state-hint {
  font-size: 0.8125rem;
  color: #94a3b8;
  margin: 8px 0 0 0;
  line-height: 1.5;
}

/* line 872, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-peer-reviews-section .modern-peer-reviews-subsection {
  margin-top: 28px;
}

/* line 875, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-peer-reviews-section .modern-peer-reviews-subsection .modern-peer-reviews-subtitle {
  font-size: 1rem;
  font-weight: 600;
  color: #0f172a;
  margin: 0 0 12px 0;
}

/* line 882, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-peer-reviews-section .modern-peer-reviews-subsection .modern-peer-review-form-wrapper {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px 20px;
}

/* line 889, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-peer-reviews-section .modern-peer-reviews-subsection .modern-peer-reviews-awaiting {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
}

/* line 900, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-badge-submission-section.p-0 {
  padding: 0;
}

/* line 903, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-badge-submission-section.p-0 .modern-badge-submission-header,
.modern-ui-body .modern-badge-submission-section.p-0 .modern-badge-submission-body {
  padding: 24px;
}

/* line 907, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-badge-submission-section.p-0 .modern-badge-submission-header:first-child,
.modern-ui-body .modern-badge-submission-section.p-0 .modern-badge-submission-body:first-child {
  padding-bottom: 0;
}

/* line 913, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-badge-submission-section .modern-badge-submission-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 8px;
}

/* line 920, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-badge-submission-section .modern-badge-submission-header .modern-badge-submission-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}

/* line 928, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-badge-submission-section .modern-badge-submission-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 935, app/assets/stylesheets/modern/submissions.scss */
.modern-ui-body .modern-badge-submission-section #new_badge_submission .modern-peer-review-form-wrapper,
.modern-ui-body .modern-badge-submission-section #new_badge_submission .modern-review-section,
.modern-ui-body .modern-badge-submission-section #new_badge_submission form {
  margin: 0;
}

@media (max-width: 768px) {
  /* line 898, app/assets/stylesheets/modern/submissions.scss */
  .modern-ui-body .modern-badge-submission-section {
    padding: 16px;
  }
  /* line 946, app/assets/stylesheets/modern/submissions.scss */
  .modern-ui-body .modern-badge-submission-section.p-0 .modern-badge-submission-header,
.modern-ui-body .modern-badge-submission-section.p-0 .modern-badge-submission-body {
    padding: 16px;
  }
}

@media (min-width: 1024px) {
  /* line 965, app/assets/stylesheets/modern/submissions.scss */
  body.layout-submission-fullscreen .floating-content-card {
    min-height: calc(100vh - 160px);
  }
  /* line 969, app/assets/stylesheets/modern/submissions.scss */
  body.layout-submission-fullscreen .modern-submission-card,
body.layout-submission-fullscreen .submissions-with-reviews,
body.layout-submission-fullscreen .modern-badge-submission-section {
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1440px) {
  /* line 981, app/assets/stylesheets/modern/submissions.scss */
  body.layout-submission-fullscreen .floating-main-content {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 24px 24px;
  }
}

/* line 2, app/assets/stylesheets/modern/trix.scss */
.modern-ui-body trix-toolbar {
  border-radius: 12px 12px 0 0;
  border: 1px solid #e2e8f0;
  border-bottom: none;
  box-shadow: none;
  background: #f8fafc;
  position: sticky;
  top: 0;
  z-index: 99;
}

@media (max-width: 991px) {
  /* line 2, app/assets/stylesheets/modern/trix.scss */
  .modern-ui-body trix-toolbar {
    top: 80px;
    z-index: 10;
  }
}

/* line 18, app/assets/stylesheets/modern/trix.scss */
.modern-ui-body trix-toolbar .trix-button-group {
  border: none;
}

/* line 23, app/assets/stylesheets/modern/trix.scss */
.modern-ui-body trix-toolbar .trix-button.trix-active {
  background: rgba(59, 130, 246, 0.15);
}

/* line 29, app/assets/stylesheets/modern/trix.scss */
.modern-ui-body trix-editor {
  border-radius: 0 0 12px 12px;
  border: 1px solid #e2e8f0;
  box-shadow: none;
  margin-bottom: 0;
  min-height: 120px;
  transition: all 200ms ease;
}

/* line 37, app/assets/stylesheets/modern/trix.scss */
.modern-ui-body trix-editor:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* line 46, app/assets/stylesheets/modern/trix.scss */
.modern-ui-body .trix-content .attachment--content {
  width: 100% !important;
  max-width: 100% !important;
  margin: 1em 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 55, app/assets/stylesheets/modern/trix.scss */
.modern-ui-body .trix-content .attachment--content a {
  display: block;
  width: 80%;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

/* line 63, app/assets/stylesheets/modern/trix.scss */
.modern-ui-body .trix-content .attachment--content iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
  max-width: 100%;
  display: block;
  min-height: 300px;
  margin: 0 auto;
  position: relative !important;
}

/* line 77, app/assets/stylesheets/modern/trix.scss */
.modern-ui-body .post-bulletin-tags-section {
  padding-top: 1.5rem;
  margin-top: 0.5rem;
  border-top: 1px solid #e2e8f0;
}

/* line 82, app/assets/stylesheets/modern/trix.scss */
.modern-ui-body .post-bulletin-tags-section .tags-section .selectize-control,
.modern-ui-body .post-bulletin-tags-section .selectize-control.multi {
  outline: none !important;
}

/* line 87, app/assets/stylesheets/modern/trix.scss */
.modern-ui-body .post-bulletin-tags-section .tags-section .selectize-control.multi .selectize-input > div,
.modern-ui-body .post-bulletin-tags-section .selectize-control.multi .selectize-input > div {
  background: #f1f5f9 !important;
  color: #475569 !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 24px !important;
  padding: 4px 12px !important;
  margin: 4px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  transition: all 0.15s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  padding-right: 15px !important;
}

/* line 102, app/assets/stylesheets/modern/trix.scss */
.modern-ui-body .post-bulletin-tags-section .tags-section .selectize-control.multi .selectize-input > div:hover,
.modern-ui-body .post-bulletin-tags-section .selectize-control.multi .selectize-input > div:hover {
  background: #e2e8f0 !important;
  border-color: #cbd5e1 !important;
}

/* line 107, app/assets/stylesheets/modern/trix.scss */
.modern-ui-body .post-bulletin-tags-section .tags-section .selectize-control.multi .selectize-input > div.active,
.modern-ui-body .post-bulletin-tags-section .selectize-control.multi .selectize-input > div.active {
  background: #e2e8f0 !important;
  border-color: #cbd5e1 !important;
}

/* line 112, app/assets/stylesheets/modern/trix.scss */
.modern-ui-body .post-bulletin-tags-section .tags-section .selectize-control.multi .selectize-input > div .remove,
.modern-ui-body .post-bulletin-tags-section .selectize-control.multi .selectize-input > div .remove {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b !important;
  margin-left: 8px !important;
  opacity: 0.6 !important;
  cursor: pointer !important;
  border: none !important;
  padding-left: 0 !important;
}

/* line 123, app/assets/stylesheets/modern/trix.scss */
.modern-ui-body .post-bulletin-tags-section .tags-section .selectize-control.multi .selectize-input > div .remove:hover,
.modern-ui-body .post-bulletin-tags-section .selectize-control.multi .selectize-input > div .remove:hover {
  opacity: 1 !important;
  color: #334155 !important;
}

/* line 130, app/assets/stylesheets/modern/trix.scss */
.modern-ui-body .post-bulletin-tags-section .tags-section .selectize-control.multi .selectize-input,
.modern-ui-body .post-bulletin-tags-section .selectize-control.multi .selectize-input {
  min-height: 44px !important;
  max-height: 200px !important;
  padding: 8px 12px !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  background: white !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 4px !important;
  overflow-y: auto !important;
}

/* line 144, app/assets/stylesheets/modern/trix.scss */
.modern-ui-body .post-bulletin-tags-section .tags-section .selectize-control.multi .selectize-input.focus,
.modern-ui-body .post-bulletin-tags-section .selectize-control.multi .selectize-input.focus {
  border-color: #3b82f6 !important;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1) !important;
}

/* line 149, app/assets/stylesheets/modern/trix.scss */
.modern-ui-body .post-bulletin-tags-section .tags-section .selectize-control.multi .selectize-input:hover,
.modern-ui-body .post-bulletin-tags-section .selectize-control.multi .selectize-input:hover {
  border-color: #cbd5e1 !important;
}

/* line 153, app/assets/stylesheets/modern/trix.scss */
.modern-ui-body .post-bulletin-tags-section .tags-section .selectize-control.multi .selectize-input > input,
.modern-ui-body .post-bulletin-tags-section .selectize-control.multi .selectize-input > input {
  border: none !important;
  outline: none !important;
  background: transparent !important;
  padding: 4px 0 !important;
  min-width: 120px !important;
  flex: 1 !important;
}

/* line 165, app/assets/stylesheets/modern/trix.scss */
.trix-content [data-trix-attachment][data-trix-content-type^="embed/"]::before {
  padding: 0 !important;
}

/* Modern UI Styles for Users Admin Table */
/* line 3, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body {
  /* Box Container - Add proper spacing */
  /* Modern Page Title */
  /* Modern Header Actions - gap spacing */
  /* Modern Table Wrapper */
  /* Studio settings header */
  /* Modern Admin Table Styles */
  /* Modern Pill Styles */
}

/* line 5, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .box {
  padding: 32px 28px;
}

/* line 8, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .box .box-header {
  margin-bottom: 28px;
  padding-bottom: 0;
  border-bottom: none;
  box-shadow: none;
  padding: 0;
}

/* line 16, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .box .box-table {
  margin-top: 0;
  padding: 0;
}

/* line 23, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .modern-page-title {
  font-size: 1.50rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: #0f172a;
}

/* line 31, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .modern-header-actions {
  gap: 0.75rem;
}

/* line 36, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .modern-table-wrapper {
  border-radius: 0.5rem;
  border: 1px solid #e2e8f0;
}

/* line 42, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .studio-settings-header {
  padding: 0;
  border: none;
  box-shadow: none;
  margin-bottom: 12px;
}

/* line 48, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .studio-settings-header .studio-settings-row-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

/* line 56, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .studio-settings-header .studio-settings-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #162642;
  margin: 0;
}

/* line 63, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .studio-settings-header .studio-settings-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
}

/* line 69, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .studio-settings-header .studio-settings-actions .studio-settings-selector {
  flex: 0 0 auto;
}

/* line 73, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .studio-settings-header .studio-settings-actions .studio-settings-btn {
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  font-weight: 600;
}

/* line 85, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .modern-admin-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  /* Filter Row Styling */
  /* Filter Input/Select Styling */
  /* Actions Button */
  /* Pills/Badges Styling */
}

/* line 90, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .modern-admin-table thead tr {
  background-color: #f8fafc;
  text-align: left;
}

/* line 94, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .modern-admin-table thead tr th {
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #475569;
  border-bottom: 1px solid #e2e8f0;
}

/* line 101, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .modern-admin-table thead tr th:first-child {
  border-top-left-radius: 0.5rem;
}

/* line 105, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .modern-admin-table thead tr th:last-child {
  border-top-right-radius: 0.5rem;
}

/* line 109, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .modern-admin-table thead tr th .sort-icon {
  color: #cbd5e1;
  margin-left: 0.25rem;
}

/* line 116, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .modern-admin-table tbody {
  background-color: white;
}

/* line 119, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .modern-admin-table tbody tr {
  border-bottom: 1px solid #e2e8f0;
  transition: background-color 0.15s ease;
  cursor: pointer;
}

/* line 124, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .modern-admin-table tbody tr:hover {
  background-color: #f8fafc !important;
}

/* line 128, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .modern-admin-table tbody tr:last-child {
  border-bottom: none;
}

/* line 133, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .modern-admin-table tbody tr:last-child td:first-child,
.modern-ui-body .modern-admin-table tbody tr:last-child th:first-child {
  border-bottom-left-radius: 0.5rem;
}

/* line 137, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .modern-admin-table tbody tr:last-child td:last-child,
.modern-ui-body .modern-admin-table tbody tr:last-child th:last-child {
  border-bottom-right-radius: 0.5rem;
}

/* line 143, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .modern-admin-table tbody tr td,
.modern-ui-body .modern-admin-table tbody tr th {
  padding: 0.75rem 1rem;
  text-overflow: ellipsis;
  color: #1e293b;
  font-size: 15px;
  white-space: nowrap;
}

/* line 152, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .modern-admin-table tbody tr th {
  font-weight: 400;
}

/* line 159, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .modern-admin-table thead tr.tablesorter-filter-row {
  background-color: white;
}

/* line 162, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .modern-admin-table thead tr.tablesorter-filter-row th {
  padding: 0.5rem 1rem;
}

/* line 168, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .modern-admin-table .tablesorter-filter {
  width: 100%;
  border-radius: 0.375rem;
  border: 1px solid #cbd5e1;
  background-color: white;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

/* line 176, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .modern-admin-table .tablesorter-filter:focus {
  outline: 2px solid var(--primary);
  outline-offset: -1px;
  border-color: var(--primary);
}

/* line 184, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .modern-admin-table .more-menu .dropdown-toggle {
  display: grid;
  place-items: center;
  height: 2rem;
  width: 2rem;
  border-radius: 0.375rem;
  border: 1px solid #cbd5e1;
  background-color: white;
  color: #64748b;
  transition: background-color 0.15s ease;
}

/* line 195, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .modern-admin-table .more-menu .dropdown-toggle:hover {
  background-color: #f1f5f9;
}

/* line 201, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .modern-admin-table .pill {
  display: inline-block;
  padding: 0.125rem 0.5rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
}

/* line 208, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .modern-admin-table .pill.yellow {
  background-color: #fef3c7;
  color: #92400e;
}

/* line 213, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .modern-admin-table .pill.sm {
  font-size: 0.625rem;
  padding: 0.125rem 0.375rem;
}

/* line 221, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .modern-pill-auto-enrolled {
  background-color: #e0e7ff;
  color: #3730a3;
}

/* line 226, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .modern-pill-pending {
  background-color: #fef9c3;
  color: #854d0e;
  border: 1px solid #fde68a;
}

/* line 234, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .studio-settings-header .modern-header-row-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
}

/* line 241, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .studio-settings-header .modern-header-row-1 .modern-header-left {
  flex: 0 0 auto;
}

/* line 245, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .studio-settings-header .modern-header-row-1 .modern-header-actions {
  flex: 0 0 auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* line 255, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .studio-settings-header .modern-header-row-1 .studio-settings-selector-mobile {
  display: none;
}

/* line 260, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .studio-settings-header .modern-header-row-2 {
  width: 100%;
  display: none;
}

/* line 264, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .studio-settings-header .modern-header-row-2 .studio-settings-selector-mobile {
  width: 100%;
}

/* line 267, app/assets/stylesheets/modern/admin_users.scss */
.modern-ui-body .studio-settings-header .modern-header-row-2 .studio-settings-selector-mobile .studio-selector {
  width: 100% !important;
}

@media (min-width: 769px) {
  /* line 276, app/assets/stylesheets/modern/admin_users.scss */
  .modern-ui-body .studio-settings-header .modern-header-row-1 .studio-settings-selector-desktop {
    display: block;
  }
  /* line 281, app/assets/stylesheets/modern/admin_users.scss */
  .modern-ui-body .studio-settings-header .modern-header-row-2 {
    display: none;
  }
}

@media (max-width: 768px) {
  /* line 288, app/assets/stylesheets/modern/admin_users.scss */
  .modern-ui-body .studio-settings-header {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  /* line 293, app/assets/stylesheets/modern/admin_users.scss */
  .modern-ui-body .studio-settings-header .modern-header-row-1 {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 12px;
    width: 100%;
  }
  /* line 302, app/assets/stylesheets/modern/admin_users.scss */
  .modern-ui-body .studio-settings-header .modern-header-row-1 .modern-header-left {
    flex: 1 1 auto !important;
    min-width: 0;
    width: auto !important;
    display: flex !important;
    align-items: center;
    overflow: visible;
  }
  /* line 310, app/assets/stylesheets/modern/admin_users.scss */
  .modern-ui-body .studio-settings-header .modern-header-row-1 .modern-header-left .modern-table-title {
    display: block !important;
    visibility: visible !important;
    font-size: 1.5rem !important;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
    line-height: 1.2;
    white-space: nowrap;
    overflow: visible;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  /* line 325, app/assets/stylesheets/modern/admin_users.scss */
  .modern-ui-body .studio-settings-header .modern-header-row-1 .modern-header-actions {
    flex: 0 0 auto !important;
    flex-shrink: 0;
    width: auto !important;
    margin-left: auto;
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
  }
  /* line 337, app/assets/stylesheets/modern/admin_users.scss */
  .modern-ui-body .studio-settings-header .modern-header-row-1 .modern-header-actions .studio-settings-selector-desktop {
    display: none !important;
  }
  /* line 341, app/assets/stylesheets/modern/admin_users.scss */
  .modern-ui-body .studio-settings-header .modern-header-row-1 .modern-header-actions .studio-settings-action-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    padding: 0;
    min-width: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
  }
  /* line 352, app/assets/stylesheets/modern/admin_users.scss */
  .modern-ui-body .studio-settings-header .modern-header-row-1 .modern-header-actions .studio-settings-action-btn span {
    display: none;
  }
  /* line 356, app/assets/stylesheets/modern/admin_users.scss */
  .modern-ui-body .studio-settings-header .modern-header-row-1 .modern-header-actions .studio-settings-action-btn svg {
    width: 18px;
    height: 18px;
  }
  /* line 364, app/assets/stylesheets/modern/admin_users.scss */
  .modern-ui-body .studio-settings-header .modern-header-row-2 {
    width: 100%;
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 8px;
  }
  /* line 371, app/assets/stylesheets/modern/admin_users.scss */
  .modern-ui-body .studio-settings-header .modern-header-row-2 .studio-settings-selector-mobile {
    display: block !important;
    width: 100%;
  }
  /* line 375, app/assets/stylesheets/modern/admin_users.scss */
  .modern-ui-body .studio-settings-header .modern-header-row-2 .studio-settings-selector-mobile .studio-selector {
    width: 100% !important;
  }
  /* line 382, app/assets/stylesheets/modern/admin_users.scss */
  .modern-ui-body .users-header-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 5px;
  }
  /* line 388, app/assets/stylesheets/modern/admin_users.scss */
  .modern-ui-body .users-header-wrapper .users-header-row-1 {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100%;
    flex-wrap: nowrap !important;
    margin-bottom: 0;
    gap: 16px !important;
  }
  /* line 398, app/assets/stylesheets/modern/admin_users.scss */
  .modern-ui-body .users-header-wrapper .users-header-row-1 .modern-header-left {
    display: flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0;
    gap: 16px;
  }
  /* line 407, app/assets/stylesheets/modern/admin_users.scss */
  .modern-ui-body .users-header-wrapper .users-header-row-1 .modern-header-actions,
.modern-ui-body .users-header-wrapper .users-header-row-1 .box-header-actions {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    width: auto !important;
    gap: 8px;
    margin-left: auto;
  }
  /* line 418, app/assets/stylesheets/modern/admin_users.scss */
  .modern-ui-body .users-header-wrapper .users-header-row-1 .modern-header-actions .modern-toggle-group:first-of-type,
.modern-ui-body .users-header-wrapper .users-header-row-1 .box-header-actions .modern-toggle-group:first-of-type {
    display: flex !important;
    flex-shrink: 0;
  }
  /* line 424, app/assets/stylesheets/modern/admin_users.scss */
  .modern-ui-body .users-header-wrapper .users-header-row-1 .modern-header-actions .modern-toggle-group:not(:first-of-type),
.modern-ui-body .users-header-wrapper .users-header-row-1 .modern-header-actions .modern-button-border,
.modern-ui-body .users-header-wrapper .users-header-row-1 .box-header-actions .modern-toggle-group:not(:first-of-type),
.modern-ui-body .users-header-wrapper .users-header-row-1 .box-header-actions .modern-button-border {
    display: none !important;
  }
  /* line 429, app/assets/stylesheets/modern/admin_users.scss */
  .modern-ui-body .users-header-wrapper .users-header-row-1 .modern-header-actions .modern-add-btn,
.modern-ui-body .users-header-wrapper .users-header-row-1 .box-header-actions .modern-add-btn {
    display: inline-flex !important;
    flex-shrink: 0;
  }
  /* line 437, app/assets/stylesheets/modern/admin_users.scss */
  .modern-ui-body .users-header-wrapper .users-header-row-2 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 12px;
  }
  /* line 444, app/assets/stylesheets/modern/admin_users.scss */
  .modern-ui-body .users-header-wrapper .users-header-row-2 .modern-header-actions,
.modern-ui-body .users-header-wrapper .users-header-row-2 .box-header-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 12px;
  }
  /* line 452, app/assets/stylesheets/modern/admin_users.scss */
  .modern-ui-body .users-header-wrapper .users-header-row-2 .modern-header-actions .modern-toggle-group,
.modern-ui-body .users-header-wrapper .users-header-row-2 .box-header-actions .modern-toggle-group {
    width: 100%;
    margin: 0;
    gap: 4px;
    padding: 3px;
  }
  /* line 458, app/assets/stylesheets/modern/admin_users.scss */
  .modern-ui-body .users-header-wrapper .users-header-row-2 .modern-header-actions .modern-toggle-group .modern-toggle-btn,
.modern-ui-body .users-header-wrapper .users-header-row-2 .box-header-actions .modern-toggle-group .modern-toggle-btn {
    font-size: 0.8125rem;
    padding: 0.5rem 0.75rem;
  }
  /* line 464, app/assets/stylesheets/modern/admin_users.scss */
  .modern-ui-body .users-header-wrapper .users-header-row-2 .modern-header-actions .modern-button-border,
.modern-ui-body .users-header-wrapper .users-header-row-2 .box-header-actions .modern-button-border {
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 768px) {
  /* line 475, app/assets/stylesheets/modern/admin_users.scss */
  .modern-ui-body .users-header-wrapper .users-header-row-2 {
    display: none;
  }
}

/* line 484, app/assets/stylesheets/modern/admin_users.scss */
.studio-settings-page select.form-control.studio-selector {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100%;
}

@media (max-width: 1200px) {
  /* line 494, app/assets/stylesheets/modern/admin_users.scss */
  .floating-main-content:has(.studio-settings-page) {
    padding: 0 !important;
  }
  /* line 499, app/assets/stylesheets/modern/admin_users.scss */
  .floating-main-content:has(.studios-index-page) {
    padding: 0 !important;
  }
}

@media (max-width: 768px) {
  /* line 507, app/assets/stylesheets/modern/admin_users.scss */
  .studios-index-page .modern-table-header {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  /* line 514, app/assets/stylesheets/modern/admin_users.scss */
  .studios-index-page .modern-table-header .modern-header-left {
    display: flex !important;
    align-items: center;
    justify-content: space-between !important;
    gap: 12px;
    width: 100% !important;
    flex: 1 1 auto;
    min-width: 0;
    order: 1;
    flex-wrap: nowrap !important;
  }
  /* line 525, app/assets/stylesheets/modern/admin_users.scss */
  .studios-index-page .modern-table-header .modern-header-left .modern-table-title {
    flex: 0 0 auto;
    margin: 0 !important;
    order: 1;
  }
  /* line 531, app/assets/stylesheets/modern/admin_users.scss */
  .studios-index-page .modern-table-header .modern-header-left .studios-add-btn-mobile {
    display: inline-flex !important;
    flex-shrink: 0;
    order: 2;
    margin-left: auto !important;
  }
  /* line 539, app/assets/stylesheets/modern/admin_users.scss */
  .studios-index-page .modern-table-header .modern-header-actions {
    order: 2;
    width: 100%;
  }
  /* line 543, app/assets/stylesheets/modern/admin_users.scss */
  .studios-index-page .modern-table-header .modern-header-actions .studios-add-btn-desktop {
    display: none !important;
  }
}

@media (min-width: 769px) {
  /* line 552, app/assets/stylesheets/modern/admin_users.scss */
  .studios-index-page .modern-table-header .modern-header-left .studios-add-btn-mobile {
    display: none !important;
  }
  /* line 558, app/assets/stylesheets/modern/admin_users.scss */
  .studios-index-page .modern-table-header .modern-header-actions .studios-add-btn-desktop {
    display: inline-flex !important;
  }
}

@media (max-width: 768px) {
  /* line 568, app/assets/stylesheets/modern/admin_users.scss */
  .categories-index-page .modern-table-header {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  /* line 575, app/assets/stylesheets/modern/admin_users.scss */
  .categories-index-page .modern-table-header .modern-header-left {
    display: flex !important;
    align-items: center;
    justify-content: space-between !important;
    gap: 12px;
    width: 100% !important;
    flex: 1 1 auto;
    min-width: 0;
    order: 1;
    flex-wrap: nowrap !important;
  }
  /* line 586, app/assets/stylesheets/modern/admin_users.scss */
  .categories-index-page .modern-table-header .modern-header-left .modern-table-title {
    flex: 0 0 auto;
    margin: 0 !important;
    order: 1;
  }
  /* line 592, app/assets/stylesheets/modern/admin_users.scss */
  .categories-index-page .modern-table-header .modern-header-left .categories-add-btn-mobile {
    display: inline-flex !important;
    flex-shrink: 0;
    order: 2;
    margin-left: auto !important;
  }
  /* line 600, app/assets/stylesheets/modern/admin_users.scss */
  .categories-index-page .modern-table-header .modern-header-actions {
    order: 2;
    width: 100%;
  }
  /* line 604, app/assets/stylesheets/modern/admin_users.scss */
  .categories-index-page .modern-table-header .modern-header-actions .categories-add-btn-desktop {
    display: none !important;
  }
}

@media (min-width: 769px) {
  /* line 613, app/assets/stylesheets/modern/admin_users.scss */
  .categories-index-page .modern-table-header .modern-header-left .categories-add-btn-mobile {
    display: none !important;
  }
  /* line 619, app/assets/stylesheets/modern/admin_users.scss */
  .categories-index-page .modern-table-header .modern-header-actions .categories-add-btn-desktop {
    display: inline-flex !important;
  }
}

/* line 630, app/assets/stylesheets/modern/admin_users.scss */
.category-form-page .modern-table-header .modern-header-left {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 16px !important;
  flex-wrap: wrap;
}

/* line 637, app/assets/stylesheets/modern/admin_users.scss */
.category-form-page .modern-table-header .modern-header-left .modern-table-title {
  margin: 0 !important;
  flex: 0 0 auto;
}

/* line 642, app/assets/stylesheets/modern/admin_users.scss */
.category-form-page .modern-table-header .modern-header-left .modern-archive-description {
  margin: 0 !important;
  flex: 1 1 auto;
  min-width: 0;
}

@media (max-width: 768px) {
  /* line 652, app/assets/stylesheets/modern/admin_users.scss */
  .category-form-page .modern-table-header.modern-table-header .modern-header-left {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
    width: 100% !important;
  }
  /* line 659, app/assets/stylesheets/modern/admin_users.scss */
  .category-form-page .modern-table-header.modern-table-header .modern-header-left .modern-table-title {
    order: 0 !important;
    margin: 0 !important;
    width: 100%;
  }
  /* line 665, app/assets/stylesheets/modern/admin_users.scss */
  .category-form-page .modern-table-header.modern-table-header .modern-header-left .modern-archive-description {
    order: 1 !important;
    margin: 0 !important;
    width: 100%;
  }
}

/* line 678, app/assets/stylesheets/modern/admin_users.scss */
.years-index-page.box.session-padding-bottom-0 {
  padding-bottom: 0 !important;
}

/* line 683, app/assets/stylesheets/modern/admin_users.scss */
.years-index-page .modern-table-header .modern-header-left {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 16px !important;
  flex-wrap: wrap;
}

/* line 690, app/assets/stylesheets/modern/admin_users.scss */
.years-index-page .modern-table-header .modern-header-left .modern-table-title {
  margin: 0 !important;
  flex: 0 0 auto;
}

/* line 695, app/assets/stylesheets/modern/admin_users.scss */
.years-index-page .modern-table-header .modern-header-left .modern-archive-description {
  margin: 0 !important;
  flex: 1 1 auto;
  min-width: 0;
}

@media (max-width: 768px) {
  /* line 704, app/assets/stylesheets/modern/admin_users.scss */
  .years-index-page .modern-table-header .modern-header-left {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }
  /* line 709, app/assets/stylesheets/modern/admin_users.scss */
  .years-index-page .modern-table-header .modern-header-left .modern-table-title {
    width: 100%;
  }
  /* line 713, app/assets/stylesheets/modern/admin_users.scss */
  .years-index-page .modern-table-header .modern-header-left .modern-archive-description {
    width: 100%;
  }
}

/* line 723, app/assets/stylesheets/modern/admin_users.scss */
.years-studio-section.box.session-padding-top-0 {
  padding-top: 0 !important;
}

/* line 727, app/assets/stylesheets/modern/admin_users.scss */
.years-studio-section .years-studio-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

/* line 734, app/assets/stylesheets/modern/admin_users.scss */
.years-studio-section .years-studio-header .modern-header-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}

/* line 742, app/assets/stylesheets/modern/admin_users.scss */
.years-studio-section .years-studio-header .modern-header-actions {
  flex-shrink: 0;
}

/* line 747, app/assets/stylesheets/modern/admin_users.scss */
.years-studio-section .years-studio-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #2f4458;
  margin: 0;
}

@media (max-width: 768px) {
  /* line 756, app/assets/stylesheets/modern/admin_users.scss */
  .years-studio-section .years-studio-header {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  /* line 761, app/assets/stylesheets/modern/admin_users.scss */
  .years-studio-section .years-studio-header .modern-header-left {
    display: flex !important;
    align-items: center;
    justify-content: space-between !important;
    gap: 12px;
    width: 100% !important;
    flex: 1 1 auto;
    min-width: 0;
    order: 1;
    flex-wrap: nowrap !important;
  }
  /* line 772, app/assets/stylesheets/modern/admin_users.scss */
  .years-studio-section .years-studio-header .modern-header-left .years-studio-title {
    flex: 0 0 auto;
    margin: 0 !important;
    order: 1;
  }
  /* line 778, app/assets/stylesheets/modern/admin_users.scss */
  .years-studio-section .years-studio-header .modern-header-left .years-add-btn-mobile {
    display: inline-flex !important;
    flex-shrink: 0;
    order: 2;
    margin-left: auto !important;
  }
  /* line 786, app/assets/stylesheets/modern/admin_users.scss */
  .years-studio-section .years-studio-header .modern-header-actions {
    order: 2;
    width: 100%;
  }
  /* line 790, app/assets/stylesheets/modern/admin_users.scss */
  .years-studio-section .years-studio-header .modern-header-actions .years-add-btn-desktop {
    display: none !important;
  }
}

@media (min-width: 769px) {
  /* line 801, app/assets/stylesheets/modern/admin_users.scss */
  .years-studio-section .years-studio-header .modern-header-left .years-add-btn-mobile {
    display: none !important;
  }
  /* line 807, app/assets/stylesheets/modern/admin_users.scss */
  .years-studio-section .years-studio-header .modern-header-actions .years-add-btn-desktop {
    display: inline-flex !important;
  }
}

/* line 814, app/assets/stylesheets/modern/admin_users.scss */
.years-studio-section .years {
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  /* line 821, app/assets/stylesheets/modern/admin_users.scss */
  .years-studio-section .years .ui-resource-card {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
  }
  /* line 827, app/assets/stylesheets/modern/admin_users.scss */
  .years-studio-section .years .ui-resource-card .resource-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
  }
  /* line 835, app/assets/stylesheets/modern/admin_users.scss */
  .years-studio-section .years .ui-resource-card .resource-info .title {
    flex: 1;
    margin-bottom: 0;
    min-width: 0;
  }
  /* line 841, app/assets/stylesheets/modern/admin_users.scss */
  .years-studio-section .years .ui-resource-card .resource-info .small {
    flex-shrink: 0;
    margin-bottom: 0;
    white-space: nowrap;
  }
}

/* line 6, app/assets/stylesheets/modern/admin_prompts.scss */
.prompt-form-page .form-actions,
.prompt-show-page .form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  align-items: center;
}

/* line 12, app/assets/stylesheets/modern/admin_prompts.scss */
.prompt-form-page .form-actions .modern-button,
.prompt-form-page .form-actions .modern-button-border,
.prompt-show-page .form-actions .modern-button,
.prompt-show-page .form-actions .modern-button-border {
  width: 130px;
  text-align: center;
  flex-shrink: 0;
}

/* line 22, app/assets/stylesheets/modern/admin_prompts.scss */
.file-upload-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

/* line 28, app/assets/stylesheets/modern/admin_prompts.scss */
.file-upload-check-icon {
  width: 16px;
  height: 16px;
  color: #10b981;
  margin-right: 8px;
}

/* line 35, app/assets/stylesheets/modern/admin_prompts.scss */
.file-info-container {
  display: none;
}

/* line 38, app/assets/stylesheets/modern/admin_prompts.scss */
.file-info-container.has-file {
  display: block;
}

/* line 44, app/assets/stylesheets/modern/admin_prompts.scss */
.system-instructions-content {
  line-height: 1.6;
  max-height: 600px;
  overflow-y: auto;
}

/* line 51, app/assets/stylesheets/modern/admin_prompts.scss */
.prompt-content-preserve-linebreaks {
  white-space: pre-line;
}

@media (max-width: 768px) {
  /* line 56, app/assets/stylesheets/modern/admin_prompts.scss */
  .prompts-index-page .modern-table-header {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  /* line 62, app/assets/stylesheets/modern/admin_prompts.scss */
  .prompts-index-page .modern-table-header .modern-header-left {
    display: flex !important;
    align-items: center;
    justify-content: space-between !important;
    gap: 12px;
    width: 100% !important;
    flex: 1 1 auto;
    min-width: 0;
    order: 1;
    flex-wrap: nowrap !important;
  }
  /* line 73, app/assets/stylesheets/modern/admin_prompts.scss */
  .prompts-index-page .modern-table-header .modern-header-left .modern-table-title {
    flex: 0 0 auto;
    margin: 0 !important;
    order: 1;
  }
  /* line 79, app/assets/stylesheets/modern/admin_prompts.scss */
  .prompts-index-page .modern-table-header .modern-header-left .prompts-add-btn-mobile {
    display: inline-flex !important;
    flex-shrink: 0;
    order: 2;
    margin-left: auto !important;
  }
  /* line 87, app/assets/stylesheets/modern/admin_prompts.scss */
  .prompts-index-page .modern-table-header .modern-header-actions {
    order: 2;
    width: 100%;
  }
  /* line 91, app/assets/stylesheets/modern/admin_prompts.scss */
  .prompts-index-page .modern-table-header .modern-header-actions .prompts-add-btn-desktop {
    display: none !important;
  }
}

@media (min-width: 769px) {
  /* line 99, app/assets/stylesheets/modern/admin_prompts.scss */
  .prompts-index-page .modern-table-header .modern-header-left .prompts-add-btn-mobile {
    display: none !important;
  }
  /* line 105, app/assets/stylesheets/modern/admin_prompts.scss */
  .prompts-index-page .modern-table-header .modern-header-actions .prompts-add-btn-desktop {
    display: inline-flex !important;
  }
}

/* line 116, app/assets/stylesheets/modern/admin_prompts.scss */
.prompt-show-page .modern-table-header,
.prompt-form-page .modern-table-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

/* line 122, app/assets/stylesheets/modern/admin_prompts.scss */
.prompt-show-page .modern-table-header .prompt-header-top,
.prompt-form-page .modern-table-header .prompt-header-top {
  width: 100%;
}

/* line 125, app/assets/stylesheets/modern/admin_prompts.scss */
.prompt-show-page .modern-table-header .prompt-header-top .prompt-breadcrumb,
.prompt-form-page .modern-table-header .prompt-header-top .prompt-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 132, app/assets/stylesheets/modern/admin_prompts.scss */
.prompt-show-page .modern-table-header .prompt-header-top .prompt-breadcrumb .breadcrumb-link,
.prompt-form-page .modern-table-header .prompt-header-top .prompt-breadcrumb .breadcrumb-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #64748b;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s ease;
}

/* line 142, app/assets/stylesheets/modern/admin_prompts.scss */
.prompt-show-page .modern-table-header .prompt-header-top .prompt-breadcrumb .breadcrumb-link:hover,
.prompt-form-page .modern-table-header .prompt-header-top .prompt-breadcrumb .breadcrumb-link:hover {
  color: #3b82f6;
}

/* line 146, app/assets/stylesheets/modern/admin_prompts.scss */
.prompt-show-page .modern-table-header .prompt-header-top .prompt-breadcrumb .breadcrumb-link i,
.prompt-form-page .modern-table-header .prompt-header-top .prompt-breadcrumb .breadcrumb-link i {
  width: 16px;
  height: 16px;
}

/* line 154, app/assets/stylesheets/modern/admin_prompts.scss */
.prompt-show-page .modern-table-header .prompt-header-title-row,
.prompt-form-page .modern-table-header .prompt-header-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: nowrap;
  width: 100%;
}

/* line 162, app/assets/stylesheets/modern/admin_prompts.scss */
.prompt-show-page .modern-table-header .prompt-header-title-row .prompt-header-title,
.prompt-form-page .modern-table-header .prompt-header-title-row .prompt-header-title {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}

/* line 167, app/assets/stylesheets/modern/admin_prompts.scss */
.prompt-show-page .modern-table-header .prompt-header-title-row .prompt-header-title .modern-table-title,
.prompt-form-page .modern-table-header .prompt-header-title-row .prompt-header-title .modern-table-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  margin: 0;
}

/* line 176, app/assets/stylesheets/modern/admin_prompts.scss */
.prompt-show-page .modern-table-header .prompt-header-title-row .prompt-header-actions,
.prompt-form-page .modern-table-header .prompt-header-title-row .prompt-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  /* line 186, app/assets/stylesheets/modern/admin_prompts.scss */
  .prompt-show-page .modern-table-header .prompt-header-title-row,
.prompt-form-page .modern-table-header .prompt-header-title-row {
    gap: 8px;
  }
}

/* Modern UI Styles for Studio Enrollments */
/* line 6, app/assets/stylesheets/modern/studio_enrollments.scss */
.modern-ui-body .add-studio-within-school .form-group .form-control.studio-select-within-school,
.modern-ui-body .add-studio-within-school .form-group select.studio-select-within-school {
  border-radius: 12px !important;
}

/* line 15, app/assets/stylesheets/modern/studio_enrollments.scss */
.modern-ui-body .role-edit-section .form-group .form-control.role-select-edit,
.modern-ui-body .role-edit-section .form-group select.role-select-edit {
  border-radius: 12px !important;
}

/* line 24, app/assets/stylesheets/modern/studio_enrollments.scss */
.modern-ui-body .new-enrollment-form .form-group .form-control,
.modern-ui-body .new-enrollment-form .form-group select.form-control {
  border-radius: 12px !important;
}

/* line 31, app/assets/stylesheets/modern/studio_enrollments.scss */
.modern-ui-body .school-section {
  border-radius: 12px;
}

/* line 35, app/assets/stylesheets/modern/studio_enrollments.scss */
.modern-ui-body .all-studios-selected-message {
  border-radius: 12px;
}

/* line 39, app/assets/stylesheets/modern/studio_enrollments.scss */
.modern-ui-body .school-admin-enrollment-access {
  border-radius: 12px;
}

/* line 43, app/assets/stylesheets/modern/studio_enrollments.scss */
.modern-ui-body .school-section .studio_enrollments .resource {
  border-radius: 12px;
}

@media (max-width: 991px) {
  /* line 4, app/assets/stylesheets/modern/community.scss */
  .community-directory-container {
    padding: 16px;
    overflow: visible;
    border-radius: 0;
  }
}

@media (max-width: 991px) {
  /* line 17, app/assets/stylesheets/modern/community.scss */
  .community-directory-container .modern-learner-header .modern-header-right .search-container {
    width: 100%;
    margin-left: 0;
    max-width: 100%;
  }
  /* line 22, app/assets/stylesheets/modern/community.scss */
  .community-directory-container .modern-learner-header .modern-header-right .search-container .search-input-wrapper {
    width: 100%;
  }
  /* line 23, app/assets/stylesheets/modern/community.scss */
  .community-directory-container .modern-learner-header .modern-header-right .search-container .search-form {
    width: 100%;
  }
  /* line 24, app/assets/stylesheets/modern/community.scss */
  .community-directory-container .modern-learner-header .modern-header-right .search-container .search-input {
    width: 100%;
    max-width: 100%;
    display: block;
    box-sizing: border-box;
  }
}

@media (max-width: 991px) {
  /* line 37, app/assets/stylesheets/modern/community.scss */
  .community-directory-container .community-header {
    flex-wrap: wrap;
    gap: 12px;
    padding-bottom: 12px;
    margin-bottom: 16px;
  }
  /* line 44, app/assets/stylesheets/modern/community.scss */
  .community-directory-container .community-header .studio-school-toggle {
    order: 1;
    width: 100%;
    justify-content: center;
  }
  /* line 50, app/assets/stylesheets/modern/community.scss */
  .community-directory-container .community-header .community-title {
    order: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
  }
  /* line 57, app/assets/stylesheets/modern/community.scss */
  .community-directory-container .community-header .search-container {
    order: 2;
    width: 100%;
  }
  /* line 61, app/assets/stylesheets/modern/community.scss */
  .community-directory-container .community-header .search-container .search-input-wrapper {
    display: block;
    width: 100%;
  }
  /* line 66, app/assets/stylesheets/modern/community.scss */
  .community-directory-container .community-header .search-container .search-form {
    width: 100%;
  }
  /* line 70, app/assets/stylesheets/modern/community.scss */
  .community-directory-container .community-header .search-container .search-input {
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* line 78, app/assets/stylesheets/modern/community.scss */
  .community-directory-container .studio-filter-pills {
    margin-bottom: 16px;
    padding: 0 4px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 85, app/assets/stylesheets/modern/community.scss */
  .community-directory-container .studio-filter-pills .pills-wrapper {
    flex-wrap: nowrap;
    gap: 8px;
    padding: 8px 4px;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  /* line 92, app/assets/stylesheets/modern/community.scss */
  .community-directory-container .studio-filter-pills .studio-pill {
    font-size: 13px;
    white-space: nowrap;
  }
}

@media (max-width: 991px) {
  /* line 101, app/assets/stylesheets/modern/community.scss */
  .community-directory-container .affiliates-grid-scroll-container {
    border-radius: 0;
    padding-right: 4px;
    margin-top: 8px;
    flex: 1;
    min-height: 0;
    max-height: -moz-fit-content;
    max-height: fit-content;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border: none;
  }
}

@media (max-width: 767px) {
  /* line 119, app/assets/stylesheets/modern/community.scss */
  .community-directory-container .affiliates-grid {
    row-gap: 8px;
  }
  /* line 123, app/assets/stylesheets/modern/community.scss */
  .community-directory-container .affiliates-grid .affiliate-card {
    padding: 12px;
    padding-left: 0px;
    border: none;
    box-shadow: none;
  }
  /* line 130, app/assets/stylesheets/modern/community.scss */
  .community-directory-container .affiliates-grid .affiliate-card .affiliate-content {
    gap: 12px;
  }
  /* line 134, app/assets/stylesheets/modern/community.scss */
  .community-directory-container .affiliates-grid .affiliate-card .affiliate-content .affiliate-info .affiliate-name {
    font-size: 15px;
  }
  /* line 138, app/assets/stylesheets/modern/community.scss */
  .community-directory-container .affiliates-grid .affiliate-card .affiliate-content .affiliate-info .affiliate-details {
    font-size: 12px;
  }
  /* line 145, app/assets/stylesheets/modern/community.scss */
  .community-directory-container .affiliates-grid .col-xl-4 {
    padding-left: 0px;
  }
  /* line 149, app/assets/stylesheets/modern/community.scss */
  .community-directory-container .affiliates-grid .col-lg-6 {
    padding-left: 0px;
  }
}

/* line 9, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .surveys-table-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 14, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .surveys-table-header .modern-header-row-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
}

/* line 21, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .surveys-table-header .modern-header-row-1 .modern-header-left {
  flex: 0 0 auto;
}

/* line 25, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .surveys-table-header .modern-header-row-1 .modern-header-actions,
.modern-ui-body .surveys-table-header .modern-header-row-1 .box-header-actions {
  flex: 0 0 auto;
  margin-left: auto;
}

/* line 32, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .surveys-table-header .modern-header-row-2 {
  width: 100%;
}

/* line 35, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .surveys-table-header .modern-header-row-2 .modern-table-description {
  font-size: 0.875rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

/* line 47, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .badge-status-pill.draft {
  background-color: rgba(251, 191, 36, 0.1);
  color: #d97706;
  border-color: rgba(251, 191, 36, 0.2);
}

/* line 54, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .badge-status-pill.published, .modern-ui-body .badge-status-pill.active, .modern-ui-body .badge-status-pill.results_distributed {
  background-color: rgba(34, 197, 94, 0.1);
  color: #16a34a;
  border-color: rgba(34, 197, 94, 0.2);
}

/* line 63, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .badge-status-pill.survey_open {
  background-color: rgba(59, 130, 246, 0.1);
  color: #2563eb;
  border-color: rgba(59, 130, 246, 0.2);
}

/* line 70, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .badge-status-pill.survey_closed, .modern-ui-body .badge-status-pill.in_quality_scoring {
  background-color: rgba(20, 184, 166, 0.1);
  color: #0d9488;
  border-color: rgba(20, 184, 166, 0.2);
}

/* line 78, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .badge-status-pill.archived {
  background-color: rgba(107, 114, 128, 0.1);
  color: #6b7280;
  border-color: rgba(107, 114, 128, 0.2);
}

@media (max-width: 768px) {
  /* line 91, app/assets/stylesheets/modern/surveys.scss */
  .modern-ui-body .surveys-table-header.modern-table-header {
    flex-direction: column !important;
    align-items: stretch;
    gap: 12px;
  }
  /* line 96, app/assets/stylesheets/modern/surveys.scss */
  .modern-ui-body .surveys-table-header.modern-table-header .modern-header-row-1 {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 12px;
    width: 100%;
  }
  /* line 105, app/assets/stylesheets/modern/surveys.scss */
  .modern-ui-body .surveys-table-header.modern-table-header .modern-header-row-1 .modern-header-left {
    flex: 1 1 auto !important;
    min-width: 0;
    width: auto !important;
    display: flex !important;
    align-items: center;
    overflow: visible;
  }
  /* line 113, app/assets/stylesheets/modern/surveys.scss */
  .modern-ui-body .surveys-table-header.modern-table-header .modern-header-row-1 .modern-header-left .modern-table-title {
    display: block !important;
    visibility: visible !important;
    font-size: 1.5rem !important;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    line-height: 1.2;
    white-space: nowrap;
    overflow: visible;
    text-overflow: ellipsis;
    max-width: 100%;
    order: 0 !important;
  }
  /* line 129, app/assets/stylesheets/modern/surveys.scss */
  .modern-ui-body .surveys-table-header.modern-table-header .modern-header-row-1 .modern-header-actions,
.modern-ui-body .surveys-table-header.modern-table-header .modern-header-row-1 .box-header-actions {
    flex: 0 0 auto !important;
    flex-shrink: 0;
    width: auto !important;
    margin-left: auto;
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 8px;
  }
  /* line 142, app/assets/stylesheets/modern/surveys.scss */
  .modern-ui-body .surveys-table-header.modern-table-header .modern-header-row-2 {
    width: 100%;
  }
  /* line 145, app/assets/stylesheets/modern/surveys.scss */
  .modern-ui-body .surveys-table-header.modern-table-header .modern-header-row-2 .modern-table-description {
    margin-top: 0;
  }
  /* line 153, app/assets/stylesheets/modern/surveys.scss */
  .modern-ui-body .modern-table.surveys-admin-table th:nth-child(3),
.modern-ui-body .modern-table.surveys-admin-table td:nth-child(3) {
    display: none;
  }
  /* line 161, app/assets/stylesheets/modern/surveys.scss */
  .modern-ui-body .modern-table.surveys-student-table th:nth-child(4),
.modern-ui-body .modern-table.surveys-student-table td:nth-child(4),
.modern-ui-body .modern-table.surveys-student-table th:nth-child(5),
.modern-ui-body .modern-table.surveys-student-table td:nth-child(5),
.modern-ui-body .modern-table.surveys-student-table th:nth-child(6),
.modern-ui-body .modern-table.surveys-student-table td:nth-child(6) {
    display: none;
  }
  /* line 173, app/assets/stylesheets/modern/surveys.scss */
  .modern-ui-body .modern-actions {
    gap: 8px;
  }
  /* line 176, app/assets/stylesheets/modern/surveys.scss */
  .modern-ui-body .modern-actions .action-icon {
    width: 36px;
    height: 36px;
  }
  /* line 183, app/assets/stylesheets/modern/surveys.scss */
  .modern-ui-body .badge-status-pill {
    font-size: 0.75rem;
    padding: 5px 12px;
    white-space: nowrap;
  }
}

@media (max-width: 480px) {
  /* line 195, app/assets/stylesheets/modern/surveys.scss */
  .modern-ui-body .modern-table.surveys-admin-table th:nth-child(2),
.modern-ui-body .modern-table.surveys-admin-table td:nth-child(2) {
    display: none;
  }
  /* line 203, app/assets/stylesheets/modern/surveys.scss */
  .modern-ui-body .modern-table.surveys-student-table th:nth-child(2),
.modern-ui-body .modern-table.surveys-student-table td:nth-child(2) {
    display: none;
  }
  /* line 211, app/assets/stylesheets/modern/surveys.scss */
  .modern-ui-body .modern-actions {
    gap: 6px;
  }
  /* line 214, app/assets/stylesheets/modern/surveys.scss */
  .modern-ui-body .modern-actions .action-icon {
    width: 32px;
    height: 32px;
  }
  /* line 221, app/assets/stylesheets/modern/surveys.scss */
  .modern-ui-body .badge-status-pill {
    font-size: 0.6875rem;
    padding: 4px 10px;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  /* line 234, app/assets/stylesheets/modern/surveys.scss */
  .modern-ui-body .badge-status-pill {
    font-size: 0.8125rem;
    padding: 6px 14px;
  }
}

/* line 244, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .modern-learner-header .modern-header-left {
  min-width: 0;
  flex: 1 1 auto;
}

/* line 249, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .modern-learner-header .modern-survey-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

@media (min-width: 769px) {
  /* line 249, app/assets/stylesheets/modern/surveys.scss */
  .modern-ui-body .modern-learner-header .modern-survey-title {
    max-width: 600px;
  }
}

@media (max-width: 768px) {
  /* line 249, app/assets/stylesheets/modern/surveys.scss */
  .modern-ui-body .modern-learner-header .modern-survey-title {
    max-width: 250px;
  }
}

@media (max-width: 480px) {
  /* line 249, app/assets/stylesheets/modern/surveys.scss */
  .modern-ui-body .modern-learner-header .modern-survey-title {
    max-width: 180px;
  }
}

/* line 268, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .modern-learner-header .modern-header-date {
  font-size: 0.875rem;
  color: #64748b;
  margin-top: 8px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* line 277, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .modern-learner-header .modern-header-date i {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* line 283, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .modern-learner-header .modern-header-date .link {
  color: #3b82f6;
  text-decoration: none;
}

/* line 287, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .modern-learner-header .modern-header-date .link:hover {
  color: #2563eb;
  text-decoration: underline;
}

/* line 298, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .survey-info-bits .info-bits {
  gap: 8px;
}

/* line 302, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .survey-info-bits .bit {
  display: inline-flex;
  align-items: center;
  height: 42px;
  margin: 0;
}

/* line 309, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .survey-info-bits .pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 16px;
  border-radius: 9999px;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  border: none;
  box-shadow: none;
}

/* line 325, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .survey-info-bits .js-pill-points.pending {
  background-color: rgba(251, 191, 36, 0.1);
  color: #d97706;
}

/* line 331, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .survey-info-bits i[data-feather],
.modern-ui-body .survey-info-bits .feather {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* line 338, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .survey-info-bits .link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 42px;
  padding: 0 12px;
}

@media (max-width: 768px) {
  /* line 347, app/assets/stylesheets/modern/surveys.scss */
  .modern-ui-body .survey-info-bits .bit {
    height: 30px;
  }
  /* line 351, app/assets/stylesheets/modern/surveys.scss */
  .modern-ui-body .survey-info-bits .pill {
    height: 32px;
    padding: 0 12px;
    font-size: 0.75rem;
  }
  /* line 357, app/assets/stylesheets/modern/surveys.scss */
  .modern-ui-body .survey-info-bits .link {
    height: 32px;
    padding: 0 10px;
  }
  /* line 362, app/assets/stylesheets/modern/surveys.scss */
  .modern-ui-body .survey-info-bits i[data-feather],
.modern-ui-body .survey-info-bits .feather {
    width: 14px;
    height: 14px;
  }
}

/* line 371, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .survey-question {
  margin-bottom: 12px;
}

/* line 374, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .survey-question:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 381, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .survey-question .question-header .question {
  font-size: 1rem;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.5;
  margin: 0;
}

/* line 390, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .survey-question .question-header .modern-info-pill {
  border: none;
  box-shadow: none;
}

/* line 398, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .modern-survey-question {
  margin-bottom: 24px;
}

/* line 401, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .modern-survey-question:last-child {
  margin-bottom: 0;
}

/* line 406, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .modern-survey-question .modern-question-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #000000;
  padding: 12px 20px;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 421, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .modern-survey-question .modern-question-label {
  font-weight: 700;
  font-size: 1rem;
}

/* line 426, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .modern-survey-question .modern-question-text {
  flex: 1;
}

/* line 431, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .modern-survey-question .modern-answers-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}

/* line 441, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .survey-answer .survey-rating {
  height: 42px;
  width: 42px;
  font-size: 16px;
}

/* line 446, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .survey-answer .survey-rating .feather {
  max-height: 16px;
}

/* line 455, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .modern-survey-answer .modern-answer-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid #e2e8f0;
  transition: box-shadow 0.2s ease;
}

/* line 462, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .modern-survey-answer .modern-answer-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

/* line 467, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .modern-survey-answer .modern-answer-header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 12px;
  gap: 12px;
}

/* line 475, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .modern-survey-answer .modern-answer-label {
  font-weight: 700;
  font-size: 1rem;
  color: #1e293b;
}

/* line 481, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .modern-survey-answer .survey-rating {
  flex-shrink: 0;
  margin-right: 0;
}

/* line 486, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .modern-survey-answer .modern-survey-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 494, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .modern-survey-answer .modern-survey-comment {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #334155;
  word-wrap: break-word;
}

/* line 500, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .modern-survey-answer .modern-survey-comment p {
  margin-bottom: 0.75em;
}

/* line 503, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .modern-survey-answer .modern-survey-comment p:last-child {
  margin-bottom: 0;
}

/* line 508, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .modern-survey-answer .modern-survey-comment a {
  color: #3b82f6;
  text-decoration: underline;
}

/* line 512, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .modern-survey-answer .modern-survey-comment a:hover {
  color: #2563eb;
}

/* line 518, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .modern-survey-answer .more {
  margin-top: 8px;
}

/* line 521, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .modern-survey-answer .more a {
  font-size: 0.8125rem;
  color: #64748b;
  text-decoration: underline;
}

/* line 526, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .modern-survey-answer .more a:hover {
  color: #475569;
}

/* line 533, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .modern-survey-answer .discard-button {
  height: 42px;
  min-width: 42px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.875rem;
}

/* line 544, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .modern-survey-answer.modern-survey-answer-discarded .modern-answer-card {
  opacity: 0.75;
  background-color: #f8fafc;
  border-color: #cbd5e1;
}

/* line 550, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .modern-survey-answer.modern-survey-answer-discarded .info-bubble {
  background-color: rgba(251, 191, 36, 0.1);
  border: 1px solid rgba(251, 191, 36, 0.2);
  border-radius: 8px;
  padding: 12px;
  font-size: 0.875rem;
  color: #92400e;
  margin-top: 12px;
  margin-bottom: 0;
}

/* line 560, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .modern-survey-answer.modern-survey-answer-discarded .info-bubble .semi-bold.yellow {
  color: #b45309;
  font-weight: 600;
}

@media (max-width: 768px) {
  /* line 573, app/assets/stylesheets/modern/surveys.scss */
  .modern-ui-body .survey-answer .survey-rating {
    height: 32px;
    width: 32px;
    min-width: 32px;
    line-height: 32px;
    font-size: 14px;
  }
  /* line 580, app/assets/stylesheets/modern/surveys.scss */
  .modern-ui-body .survey-answer .survey-rating .feather {
    max-height: 14px;
  }
  /* line 586, app/assets/stylesheets/modern/surveys.scss */
  .modern-ui-body .modern-survey-answer {
    gap: 12px;
    padding: 12px 0;
  }
  /* line 590, app/assets/stylesheets/modern/surveys.scss */
  .modern-ui-body .modern-survey-answer .modern-survey-content {
    gap: 6px;
  }
  /* line 594, app/assets/stylesheets/modern/surveys.scss */
  .modern-ui-body .modern-survey-answer.modern-survey-answer-discarded {
    padding: 12px;
    margin-bottom: 12px;
  }
  /* line 599, app/assets/stylesheets/modern/surveys.scss */
  .modern-ui-body .modern-survey-answer .discard-button {
    height: 32px;
    min-width: 32px;
    font-size: 0.8125rem;
  }
  /* line 606, app/assets/stylesheets/modern/surveys.scss */
  .modern-ui-body .modern-survey-question {
    margin-bottom: 20px;
  }
  /* line 609, app/assets/stylesheets/modern/surveys.scss */
  .modern-ui-body .modern-survey-question .modern-question-pill {
    padding: 10px 16px;
    font-size: 0.9375rem;
    margin-bottom: 10px;
  }
  /* line 615, app/assets/stylesheets/modern/surveys.scss */
  .modern-ui-body .modern-survey-question .modern-answers-container {
    gap: 10px;
    margin-top: 10px;
  }
  /* line 622, app/assets/stylesheets/modern/surveys.scss */
  .modern-ui-body .modern-survey-answer .modern-answer-card {
    padding: 8px 8px;
  }
  /* line 626, app/assets/stylesheets/modern/surveys.scss */
  .modern-ui-body .modern-survey-answer .modern-answer-header {
    margin-bottom: 10px;
  }
}

/* line 635, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .modern-survey-questions-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 643, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .modern-survey-questions-list .modern-survey-question-item {
  padding: 12px 16px;
  background-color: #f8fafc;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #334155;
}

/* line 657, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .modern-progress-steps {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  flex-wrap: wrap;
}

/* line 672, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .modern-box .box-header .modern-learner-header .modern-header-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  /* line 683, app/assets/stylesheets/modern/surveys.scss */
  .modern-ui-body .person-wrapper {
    width: 100%;
  }
}

/* line 688, app/assets/stylesheets/modern/surveys.scss */
.modern-ui-body .reviewee-submission-summary {
  border-radius: 20px;
}

@media (min-width: 769px) {
  /* line 4, app/assets/stylesheets/modern/dashboards.scss */
  .modern-ui-body .modern-dashboard-header .modern-header-row-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 16px;
  }
  /* line 12, app/assets/stylesheets/modern/dashboards.scss */
  .modern-ui-body .modern-dashboard-header .modern-header-left {
    flex: 0 0 auto;
    justify-content: flex-start;
  }
  /* line 17, app/assets/stylesheets/modern/dashboards.scss */
  .modern-ui-body .modern-dashboard-header .modern-header-right {
    margin-left: auto;
    flex: 0 0 auto;
    justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  /* line 27, app/assets/stylesheets/modern/dashboards.scss */
  .modern-ui-body .modern-dashboard-header .modern-header-row-1 {
    width: 100%;
  }
  /* line 30, app/assets/stylesheets/modern/dashboards.scss */
  .modern-ui-body .modern-dashboard-header .custom-person-selector-wrapper {
    width: 100%;
  }
  /* line 33, app/assets/stylesheets/modern/dashboards.scss */
  .modern-ui-body .modern-dashboard-header .custom-person-selector-wrapper .person-selector-pill {
    width: 100%;
  }
  /* line 36, app/assets/stylesheets/modern/dashboards.scss */
  .modern-ui-body .modern-dashboard-header .custom-person-selector-wrapper .person-selector-pill .dropdown-menu {
    width: 100%;
    top: 40px !important;
    transform: none !important;
  }
}

/* line 47, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .bucks-section .earned-section {
  background-color: #d3d3d336;
}

/* line 50, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .bucks-section .earned-section .text-muted {
  font-size: 0.75rem;
  letter-spacing: 0.5px;
}

/* line 56, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .bucks-section .lost-section {
  background-color: #d3d3d336;
}

/* line 59, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .bucks-section .lost-section .text-muted {
  font-size: 0.75rem;
  letter-spacing: 0.5px;
}

/* line 67, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .hero-bucks-total .display-4 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

/* line 75, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .hero-bucks-item.hero-bucks-item-earned {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  border-radius: 8px;
}

/* line 81, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .hero-bucks-item.hero-bucks-item-lost {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 8px;
}

/* line 88, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .hero-bucks-description {
  font-weight: 500;
}

/* line 92, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .hero-bucks-amount {
  font-weight: 600;
}

/* line 95, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .hero-bucks-amount.hero-bucks-amount-earned {
  color: #155724;
}

/* line 99, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .hero-bucks-amount.hero-bucks-amount-lost {
  color: #721c24;
}

/* line 105, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .peers-review-section .text-muted {
  font-size: 0.75rem;
  letter-spacing: 0.5px;
}

/* line 110, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .peers-review-section .peers-review {
  background-color: #d3d3d336;
}

/* line 113, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .peers-review-section .peers-review .display-4 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

/* line 122, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .survey-reviews .text-muted {
  font-size: 0.75rem;
  letter-spacing: 0.5px;
}

/* line 127, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .survey-reviews .rating-360 {
  background-color: #d3d3d336;
}

/* line 130, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .survey-reviews .rating-360 .display-4 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

/* line 140, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .survey-reviews .survey-answer .survey-rating:has(.feather:only-child) {
  display: none;
}

/* line 145, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .survey-reviews .survey-answer .content {
  margin-left: 0;
}

/* line 152, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .survey-reviews .survey-container:first-child {
  padding-top: 0;
}

/* line 158, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .survey-reviews .survey-questions-list {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* line 164, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .survey-reviews .survey-questions-list .survey-question-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid #e2e8f0;
}

/* line 171, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .survey-reviews .survey-questions-list .survey-question-item:last-child {
  border-bottom: none;
}

/* line 175, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .survey-reviews .survey-questions-list .survey-question-item:hover {
  background-color: #f8fafc;
}

/* line 179, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .survey-reviews .survey-questions-list .survey-question-item .survey-question-text {
  flex: 1;
  padding-right: 16px;
}

/* line 183, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .survey-reviews .survey-questions-list .survey-question-item .survey-question-text .question {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #334155;
  line-height: 1.5;
  margin: 0;
}

/* line 192, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .survey-reviews .survey-questions-list .survey-question-item .survey-rating-display {
  flex: 0 0 auto;
  text-align: right;
}

/* line 196, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .survey-reviews .survey-questions-list .survey-question-item .survey-rating-display .survey-rating-value {
  display: inline-block;
  background-color: #3b82f6;
  color: white;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
  min-width: 50px;
  text-align: center;
}

/* line 212, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .survey-reviews .survey-question {
  margin-bottom: 24px;
}

/* line 215, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .survey-reviews .survey-question:last-child {
  margin-bottom: 0;
}

/* line 219, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .survey-reviews .survey-question .question {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #334155;
}

/* line 227, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .survey-reviews .survey-answers {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 234, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .survey-reviews .survey-chart-container {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e2e8f0;
}

/* line 239, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .survey-reviews .survey-chart-container:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

/* line 245, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .survey-reviews .survey-chart-container h6 {
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}

/* line 251, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .survey-reviews .survey-chart-container .chart-wrapper {
  margin-bottom: 0;
}

/* line 257, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .survey-review-summary-card .modern-info-pill {
  font-size: 0.8rem;
  padding: 0.25rem;
  min-width: 40px;
}

/* line 266, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .modern-box .box-header {
  border-bottom: none;
}

/* line 268, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .modern-box .box-header .modern-dashboard-section-heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
  line-height: 1.3;
}

/* line 280, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .modern-box .box-body .modern-dashboard-sub-section:not(:last-child) {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #e2e8f0;
}

/* line 286, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .modern-box .box-body .modern-dashboard-sub-section:first-child {
  padding-top: 0;
}

/* line 290, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .modern-box .box-body .modern-dashboard-sub-section .modern-dashboard-sub-section-header {
  margin-bottom: 20px;
}

/* line 293, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .modern-box .box-body .modern-dashboard-sub-section .modern-dashboard-sub-section-header .modern-dashboard-sub-heading {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0f172a;
  margin: 0;
  line-height: 1.3;
}

/* line 301, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .modern-box .box-body .modern-dashboard-sub-section .modern-dashboard-sub-section-header .modern-info-bits {
  margin-top: 8px;
}

/* line 306, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .modern-box .box-body .modern-dashboard-sub-section .modern-dashboard-sub-section-header .dropdown-toggle::after {
  display: none;
}

/* line 312, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .modern-box .box-body .modern-dashboard-sub-section .modern-dashboard-sub-section-header .dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 318, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .modern-box .box-body .modern-dashboard-sub-section .modern-dashboard-sub-section-header .dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

/* line 322, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .modern-box .box-body .modern-dashboard-sub-section .modern-dashboard-sub-section-header .dropdown-menu::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 3px;
}

/* line 327, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .modern-box .box-body .modern-dashboard-sub-section .modern-dashboard-sub-section-header .dropdown-menu::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}

/* line 331, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .modern-box .box-body .modern-dashboard-sub-section .modern-dashboard-sub-section-header .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* line 344, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .modern-report-box .box-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 352, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .modern-report-box .box-header .box-header-actions .dropdown-toggle::after {
  display: none;
}

/* line 358, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .modern-report-box .box-header .box-header-actions .dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 364, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .modern-report-box .box-header .box-header-actions .dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

/* line 368, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .modern-report-box .box-header .box-header-actions .dropdown-menu::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 3px;
}

/* line 373, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .modern-report-box .box-header .box-header-actions .dropdown-menu::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}

/* line 377, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .modern-report-box .box-header .box-header-actions .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

@media (max-width: 768px) {
  /* line 387, app/assets/stylesheets/modern/dashboards.scss */
  .modern-ui-body .modern-report-box .box-header {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  /* line 392, app/assets/stylesheets/modern/dashboards.scss */
  .modern-ui-body .modern-report-box .box-header .modern-report-title {
    margin-bottom: 0;
  }
  /* line 396, app/assets/stylesheets/modern/dashboards.scss */
  .modern-ui-body .modern-report-box .box-header .box-header-actions {
    width: 100%;
    margin-left: 0;
  }
  /* line 400, app/assets/stylesheets/modern/dashboards.scss */
  .modern-ui-body .modern-report-box .box-header .box-header-actions .dropdown {
    margin-bottom: 1px;
    width: 100%;
  }
  /* line 404, app/assets/stylesheets/modern/dashboards.scss */
  .modern-ui-body .modern-report-box .box-header .box-header-actions .dropdown .dropdown-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  /* line 411, app/assets/stylesheets/modern/dashboards.scss */
  .modern-ui-body .modern-report-box .box-header .box-header-actions .dropdown .dropdown-menu {
    width: 100%;
    max-width: 100%;
    right: 0;
    left: 0;
  }
}

/* line 424, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .modern-header-with-dropdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 12px;
}

@media (max-width: 576px) {
  /* line 424, app/assets/stylesheets/modern/dashboards.scss */
  .modern-ui-body .modern-header-with-dropdown {
    flex-wrap: wrap;
    gap: 8px;
  }
  /* line 435, app/assets/stylesheets/modern/dashboards.scss */
  .modern-ui-body .modern-header-with-dropdown .modern-dashboard-sub-heading {
    font-size: 1rem;
    flex: 1 1 100%;
    margin-bottom: 8px !important;
  }
  /* line 441, app/assets/stylesheets/modern/dashboards.scss */
  .modern-ui-body .modern-header-with-dropdown .modern-header-dropdown {
    flex: 1 1 100%;
  }
  /* line 444, app/assets/stylesheets/modern/dashboards.scss */
  .modern-ui-body .modern-header-with-dropdown .modern-header-dropdown .dropdown-toggle {
    width: 100%;
    justify-content: space-between;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  /* line 452, app/assets/stylesheets/modern/dashboards.scss */
  .modern-ui-body .modern-header-with-dropdown .modern-dashboard-sub-heading {
    font-size: 1.05rem;
  }
}

/* line 459, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .modern-dropdown-toggle-responsive {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

/* line 465, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .modern-dropdown-toggle-responsive .dropdown-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
}

@media (max-width: 576px) {
  /* line 465, app/assets/stylesheets/modern/dashboards.scss */
  .modern-ui-body .modern-dropdown-toggle-responsive .dropdown-text {
    max-width: none;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  /* line 465, app/assets/stylesheets/modern/dashboards.scss */
  .modern-ui-body .modern-dropdown-toggle-responsive .dropdown-text {
    max-width: 150px;
  }
}

/* line 480, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .modern-dropdown-toggle-responsive svg {
  flex-shrink: 0;
}

/* line 486, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .section-question-item {
  margin-bottom: 24px;
  padding: 16px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(52, 152, 219, 0.08), rgba(52, 152, 219, 0.05));
  border: 2px solid #3498db;
  transition: all 200ms ease;
  box-shadow: 0 2px 8px rgba(52, 152, 219, 0.15);
}

/* line 495, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .section-question-item:last-child {
  margin-bottom: 0;
}

/* line 499, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .section-question-item .section-question-title {
  font-size: 1rem;
  font-weight: 700;
  color: #3498db;
  line-height: 1.4;
  margin: 0;
}

/* line 508, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .section-question-item .section-question-answer .form-control,
.modern-ui-body .section-question-item .section-question-answer textarea {
  border-color: #3498db;
  background-color: #ffffff;
}

/* line 513, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .section-question-item .section-question-answer .form-control .section-question-title,
.modern-ui-body .section-question-item .section-question-answer textarea .section-question-title {
  color: #3498db;
  font-weight: 700;
}

/* line 518, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .section-question-item .section-question-answer .form-control:focus,
.modern-ui-body .section-question-item .section-question-answer textarea:focus {
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
  outline: none;
}

/* line 527, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .section-question-item.section-question-submitted {
  border-color: #10b981;
  background-color: #f0fdf4;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.15);
}

/* line 532, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .section-question-item.section-question-submitted .section-question-title {
  color: #059669;
  font-weight: 700;
}

/* line 538, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .section-question-item.section-question-submitted .section-question-answer .form-control,
.modern-ui-body .section-question-item.section-question-submitted .section-question-answer textarea {
  border-color: #10b981;
  background-color: #ffffff;
}

/* line 546, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .section-question-item .section-question-answer {
  margin-top: 8px;
}

/* line 549, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .section-question-item .section-question-answer .input {
  margin-bottom: 0;
}

/* line 555, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .section-question-item .section-question-actions .btn {
  padding: 5px 10px;
  font-size: 12px;
}

/* line 564, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .new_section_question .section-question-actions .btn {
  padding: 5px 10px;
  font-size: 12px;
}

/* line 572, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .turnover-header-left {
  flex-direction: column !important;
  align-items: flex-start !important;
  flex-wrap: nowrap !important;
}

/* line 578, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .turnover-subtitle {
  font-size: 0.875rem;
}

/* line 582, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .turnover-scroll-container {
  max-height: 70vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 587, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .turnover-scroll-container::-webkit-scrollbar {
  width: 6px;
}

/* line 591, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .turnover-scroll-container::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 3px;
}

/* line 596, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .turnover-scroll-container::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}

/* line 600, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .turnover-scroll-container::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* line 606, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body #turnover-table {
  table-layout: fixed;
}

/* line 609, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body #turnover-table th:first-child,
.modern-ui-body #turnover-table td:first-child {
  width: 280px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* line 617, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .turnover-studio-cell {
  padding-left: 2rem;
}

/* line 621, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .turnover-divider td {
  border-bottom: 2px solid #dee2e6;
  padding: 0;
}

/* line 626, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .turnover-filters {
  gap: 8px;
}

/* line 630, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .turnover-filters .dropdown-toggle::after {
  display: none;
}

/* line 635, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .turnover-filters .dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
}

/* line 639, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .turnover-filters .dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

/* line 643, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .turnover-filters .dropdown-menu::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 3px;
}

/* line 648, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .turnover-filters .dropdown-menu::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}

/* line 652, app/assets/stylesheets/modern/dashboards.scss */
.modern-ui-body .turnover-filters .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

@media (max-width: 768px) {
  /* line 661, app/assets/stylesheets/modern/dashboards.scss */
  .modern-ui-body .turnover-filters {
    flex-direction: row !important;
    flex-wrap: wrap;
    width: 100%;
    gap: 8px;
  }
  /* line 667, app/assets/stylesheets/modern/dashboards.scss */
  .modern-ui-body .turnover-filters .dropdown {
    flex: 1 1 auto;
    min-width: 0;
  }
  /* line 671, app/assets/stylesheets/modern/dashboards.scss */
  .modern-ui-body .turnover-filters .dropdown .dropdown-toggle {
    width: 100%;
    justify-content: space-between;
  }
  /* line 676, app/assets/stylesheets/modern/dashboards.scss */
  .modern-ui-body .turnover-filters .dropdown .dropdown-menu {
    width: 100%;
    max-width: 100%;
  }
}

/* line 2, app/assets/stylesheets/modern/dashboard_challenge_cards.scss */
.modern-ui-body .simple-challenge-card {
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 12px;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #e5e7eb;
  background-color: white;
  color: #374151;
  position: relative;
  transition: all 200ms ease;
}

/* line 16, app/assets/stylesheets/modern/dashboard_challenge_cards.scss */
.modern-ui-body .simple-challenge-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* line 21, app/assets/stylesheets/modern/dashboard_challenge_cards.scss */
.modern-ui-body .simple-challenge-card.pending {
  background-color: #eff6ff;
  border-color: #bfdbfe;
}

/* line 26, app/assets/stylesheets/modern/dashboard_challenge_cards.scss */
.modern-ui-body .simple-challenge-card.completed, .modern-ui-body .simple-challenge-card.complete {
  background-color: #f0fdf4;
  border-color: #bbf7d0;
}

/* line 32, app/assets/stylesheets/modern/dashboard_challenge_cards.scss */
.modern-ui-body .simple-challenge-card.in_review {
  background-color: #ecfeff;
  border-color: #a7f3d0;
}

/* line 37, app/assets/stylesheets/modern/dashboard_challenge_cards.scss */
.modern-ui-body .simple-challenge-card.late {
  background-color: #fffbeb;
  border-color: #fed7aa;
}

/* line 42, app/assets/stylesheets/modern/dashboard_challenge_cards.scss */
.modern-ui-body .simple-challenge-card.overdue {
  background-color: #fef2f2;
  border-color: #fecaca;
}

/* line 47, app/assets/stylesheets/modern/dashboard_challenge_cards.scss */
.modern-ui-body .simple-challenge-card.opted-out {
  background-color: #f9fafb;
  border-color: #e5e7eb;
}

/* line 52, app/assets/stylesheets/modern/dashboard_challenge_cards.scss */
.modern-ui-body .simple-challenge-card.yellow {
  background-color: #fffbeb;
  border-color: #fed7aa;
}

/* line 57, app/assets/stylesheets/modern/dashboard_challenge_cards.scss */
.modern-ui-body .simple-challenge-card .simple-challenge-icon {
  display: grid;
  place-items: center;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  font-size: 12px;
  flex-shrink: 0;
}

/* line 66, app/assets/stylesheets/modern/dashboard_challenge_cards.scss */
.modern-ui-body .simple-challenge-card .simple-challenge-icon.pending {
  background-color: #dbeafe;
  color: #2563eb;
}

/* line 71, app/assets/stylesheets/modern/dashboard_challenge_cards.scss */
.modern-ui-body .simple-challenge-card .simple-challenge-icon.completed, .modern-ui-body .simple-challenge-card .simple-challenge-icon.complete {
  background-color: #dcfce7;
  color: #16a34a;
}

/* line 77, app/assets/stylesheets/modern/dashboard_challenge_cards.scss */
.modern-ui-body .simple-challenge-card .simple-challenge-icon.in_review {
  background-color: #cffafe;
  color: #0891b2;
}

/* line 82, app/assets/stylesheets/modern/dashboard_challenge_cards.scss */
.modern-ui-body .simple-challenge-card .simple-challenge-icon.late {
  background-color: #fef3c7;
  color: #d97706;
}

/* line 87, app/assets/stylesheets/modern/dashboard_challenge_cards.scss */
.modern-ui-body .simple-challenge-card .simple-challenge-icon.overdue {
  background-color: #fee2e2;
  color: #dc2626;
}

/* line 92, app/assets/stylesheets/modern/dashboard_challenge_cards.scss */
.modern-ui-body .simple-challenge-card .simple-challenge-icon.opted-out {
  background-color: #f3f4f6;
  color: #6b7280;
}

/* line 97, app/assets/stylesheets/modern/dashboard_challenge_cards.scss */
.modern-ui-body .simple-challenge-card .simple-challenge-icon.yellow {
  background-color: #fef3c7;
  color: #d97706;
}

/* line 103, app/assets/stylesheets/modern/dashboard_challenge_cards.scss */
.modern-ui-body .simple-challenge-card .simple-challenge-name {
  flex-grow: 1;
  min-width: 0;
  position: relative;
  z-index: 10;
}

/* line 109, app/assets/stylesheets/modern/dashboard_challenge_cards.scss */
.modern-ui-body .simple-challenge-card .simple-challenge-name .smart-goal-single-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.4;
}

/* line 115, app/assets/stylesheets/modern/dashboard_challenge_cards.scss */
.modern-ui-body .simple-challenge-card .simple-challenge-name .smart-goal-single-line .goal-text {
  font-weight: 500;
  color: #6b7280;
}

/* line 120, app/assets/stylesheets/modern/dashboard_challenge_cards.scss */
.modern-ui-body .simple-challenge-card .simple-challenge-name .smart-goal-single-line .goal-separator {
  color: #9ca3af;
  margin: 0 4px;
}

/* line 125, app/assets/stylesheets/modern/dashboard_challenge_cards.scss */
.modern-ui-body .simple-challenge-card .simple-challenge-name .smart-goal-single-line .smart-goal-title {
  font-weight: 600;
  color: #1f2937;
  flex-shrink: 0;
}

/* line 133, app/assets/stylesheets/modern/dashboard_challenge_cards.scss */
.modern-ui-body .simple-challenge-card .card-absolute-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  text-decoration: none;
}

/* line 9, app/assets/stylesheets/modern/calendars.scss */
.modern-ui-body .calendars-table-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 14, app/assets/stylesheets/modern/calendars.scss */
.modern-ui-body .calendars-table-header .modern-header-row-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
}

/* line 21, app/assets/stylesheets/modern/calendars.scss */
.modern-ui-body .calendars-table-header .modern-header-row-1 .modern-header-left {
  flex: 0 0 auto;
}

/* line 25, app/assets/stylesheets/modern/calendars.scss */
.modern-ui-body .calendars-table-header .modern-header-row-1 .modern-header-actions,
.modern-ui-body .calendars-table-header .modern-header-row-1 .box-header-actions {
  flex: 0 0 auto;
  margin-left: auto;
}

/* line 33, app/assets/stylesheets/modern/calendars.scss */
.modern-ui-body .calendars-table-header .modern-header-row-2 {
  display: none;
  width: 100%;
}

/* line 37, app/assets/stylesheets/modern/calendars.scss */
.modern-ui-body .calendars-table-header .modern-header-row-2 .modern-header-actions,
.modern-ui-body .calendars-table-header .modern-header-row-2 .box-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* line 47, app/assets/stylesheets/modern/calendars.scss */
.modern-ui-body .calendars-table-header .calendars-toggle-desktop,
.modern-ui-body .calendars-table-header .calendars-embed-desktop {
  display: none;
}

@media (min-width: 769px) {
  /* line 55, app/assets/stylesheets/modern/calendars.scss */
  .modern-ui-body .calendars-table-header {
    flex-direction: row;
    align-items: center;
  }
  /* line 59, app/assets/stylesheets/modern/calendars.scss */
  .modern-ui-body .calendars-table-header .modern-header-row-1 {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  /* line 67, app/assets/stylesheets/modern/calendars.scss */
  .modern-ui-body .calendars-table-header .modern-header-row-1 .modern-header-actions,
.modern-ui-body .calendars-table-header .modern-header-row-1 .box-header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
  }
  /* line 76, app/assets/stylesheets/modern/calendars.scss */
  .modern-ui-body .calendars-table-header .modern-header-row-1 .calendars-toggle-desktop,
.modern-ui-body .calendars-table-header .modern-header-row-1 .calendars-embed-desktop {
    display: flex;
  }
  /* line 83, app/assets/stylesheets/modern/calendars.scss */
  .modern-ui-body .calendars-table-header .modern-header-row-2 {
    display: none;
  }
}

@media (max-width: 768px) {
  /* line 95, app/assets/stylesheets/modern/calendars.scss */
  .modern-ui-body .calendars-table-header.modern-table-header {
    flex-direction: column !important;
    align-items: stretch;
    gap: 12px;
  }
  /* line 100, app/assets/stylesheets/modern/calendars.scss */
  .modern-ui-body .calendars-table-header.modern-table-header .modern-header-row-1 {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 12px;
    width: 100%;
  }
  /* line 109, app/assets/stylesheets/modern/calendars.scss */
  .modern-ui-body .calendars-table-header.modern-table-header .modern-header-row-1 .modern-header-left {
    flex: 1 1 auto !important;
    min-width: 0;
    width: auto !important;
    display: flex !important;
    align-items: center;
    overflow: visible;
  }
  /* line 117, app/assets/stylesheets/modern/calendars.scss */
  .modern-ui-body .calendars-table-header.modern-table-header .modern-header-row-1 .modern-header-left .modern-table-title {
    display: block !important;
    visibility: visible !important;
    font-size: 1.5rem !important;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    line-height: 1.2;
    white-space: nowrap;
    overflow: visible;
    text-overflow: ellipsis;
    max-width: 100%;
    order: 0 !important;
  }
  /* line 133, app/assets/stylesheets/modern/calendars.scss */
  .modern-ui-body .calendars-table-header.modern-table-header .modern-header-row-1 .modern-header-actions,
.modern-ui-body .calendars-table-header.modern-table-header .modern-header-row-1 .box-header-actions {
    flex: 0 0 auto !important;
    flex-shrink: 0;
    width: auto !important;
    margin-left: auto;
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 8px;
  }
  /* line 146, app/assets/stylesheets/modern/calendars.scss */
  .modern-ui-body .calendars-table-header.modern-table-header .modern-header-row-2 {
    width: 100%;
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 8px;
  }
  /* line 153, app/assets/stylesheets/modern/calendars.scss */
  .modern-ui-body .calendars-table-header.modern-table-header .modern-header-row-2 .modern-header-actions,
.modern-ui-body .calendars-table-header.modern-table-header .modern-header-row-2 .box-header-actions {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    width: 100%;
  }
  /* line 163, app/assets/stylesheets/modern/calendars.scss */
  .modern-ui-body .calendars-table-header.modern-table-header .modern-header-row-2 .modern-header-actions .calendars-toggle-mobile,
.modern-ui-body .calendars-table-header.modern-table-header .modern-header-row-2 .modern-header-actions .calendars-embed-mobile,
.modern-ui-body .calendars-table-header.modern-table-header .modern-header-row-2 .box-header-actions .calendars-toggle-mobile,
.modern-ui-body .calendars-table-header.modern-table-header .modern-header-row-2 .box-header-actions .calendars-embed-mobile {
    display: flex !important;
  }
  /* line 168, app/assets/stylesheets/modern/calendars.scss */
  .modern-ui-body .calendars-table-header.modern-table-header .modern-header-row-2 .modern-header-actions .modern-toggle-group,
.modern-ui-body .calendars-table-header.modern-table-header .modern-header-row-2 .box-header-actions .modern-toggle-group {
    flex: 0 0 auto;
    flex-shrink: 0;
  }
  /* line 173, app/assets/stylesheets/modern/calendars.scss */
  .modern-ui-body .calendars-table-header.modern-table-header .modern-header-row-2 .modern-header-actions .modern-button-border,
.modern-ui-body .calendars-table-header.modern-table-header .modern-header-row-2 .box-header-actions .modern-button-border {
    flex: 0 0 auto;
    flex-shrink: 0;
  }
}

/* line 183, app/assets/stylesheets/modern/calendars.scss */
.modern-ui-body .calendars-new-form .box-body {
  padding: 0 !important;
}

/* line 189, app/assets/stylesheets/modern/calendars.scss */
.modern-ui-body .calendars-show-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 194, app/assets/stylesheets/modern/calendars.scss */
.modern-ui-body .calendars-show-header .modern-header-row-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
}

/* line 201, app/assets/stylesheets/modern/calendars.scss */
.modern-ui-body .calendars-show-header .modern-header-row-1 .modern-header-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  flex: 1 1 auto;
  min-width: 0;
}

/* line 210, app/assets/stylesheets/modern/calendars.scss */
.modern-ui-body .calendars-show-header .modern-header-row-1 .modern-header-actions {
  flex: 0 0 auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* line 220, app/assets/stylesheets/modern/calendars.scss */
.modern-ui-body .calendars-show-header .modern-header-row-2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 227, app/assets/stylesheets/modern/calendars.scss */
.modern-ui-body .calendars-show-header .modern-header-row-2.calendars-week-navigator-row .week-info-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 234, app/assets/stylesheets/modern/calendars.scss */
.modern-ui-body .calendars-show-header .modern-header-row-2.calendars-week-navigator-row .week-info-section .modern-weekdays-scroll {
  display: none;
}

/* line 238, app/assets/stylesheets/modern/calendars.scss */
.modern-ui-body .calendars-show-header .modern-header-row-2.calendars-week-navigator-row .week-info-section .week-navigation-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin: 0;
  padding: 0;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 251, app/assets/stylesheets/modern/calendars.scss */
.modern-ui-body .calendars-show-header .modern-header-row-2.calendars-week-navigator-row .week-info-section .week-nav-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #64748b;
  text-decoration: none;
  transition: all 200ms ease;
}

/* line 262, app/assets/stylesheets/modern/calendars.scss */
.modern-ui-body .calendars-show-header .modern-header-row-2.calendars-week-navigator-row .week-info-section .week-nav-arrow:hover {
  background: #eff4fb;
  color: #334155;
}

/* line 267, app/assets/stylesheets/modern/calendars.scss */
.modern-ui-body .calendars-show-header .modern-header-row-2.calendars-week-navigator-row .week-info-section .week-nav-arrow i {
  width: 20px;
  height: 20px;
}

/* line 273, app/assets/stylesheets/modern/calendars.scss */
.modern-ui-body .calendars-show-header .modern-header-row-2.calendars-week-navigator-row .week-info-section .week-label-container {
  text-align: center;
  min-width: 260px;
}

/* line 277, app/assets/stylesheets/modern/calendars.scss */
.modern-ui-body .calendars-show-header .modern-header-row-2.calendars-week-navigator-row .week-info-section .week-label-container .week-label {
  font-size: 20px;
  font-weight: 600;
  color: #2f3a53;
  letter-spacing: -0.015em;
  line-height: 1.2;
}

/* line 285, app/assets/stylesheets/modern/calendars.scss */
.modern-ui-body .calendars-show-header .modern-header-row-2.calendars-week-navigator-row .week-info-section .week-label-container .session-label {
  margin-top: 4px;
  font-size: 12px;
  color: #64748b;
}

@media (min-width: 769px) {
  /* line 189, app/assets/stylesheets/modern/calendars.scss */
  .modern-ui-body .calendars-show-header {
    flex-direction: column;
    align-items: stretch;
  }
  /* line 300, app/assets/stylesheets/modern/calendars.scss */
  .modern-ui-body .calendars-show-header .modern-header-row-1 {
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  /* line 307, app/assets/stylesheets/modern/calendars.scss */
  .modern-ui-body .calendars-show-header .modern-header-row-1 .modern-header-left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
  }
  /* line 314, app/assets/stylesheets/modern/calendars.scss */
  .modern-ui-body .calendars-show-header .modern-header-row-1 .modern-header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
  }
  /* line 322, app/assets/stylesheets/modern/calendars.scss */
  .modern-ui-body .calendars-show-header .modern-header-row-2 {
    display: flex;
    width: 100%;
    margin-top: 12px;
  }
}

@media (max-width: 768px) {
  /* line 335, app/assets/stylesheets/modern/calendars.scss */
  .modern-ui-body .calendars-show-header {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  /* line 340, app/assets/stylesheets/modern/calendars.scss */
  .modern-ui-body .calendars-show-header .modern-header-row-1 {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 12px;
    width: 100%;
  }
  /* line 349, app/assets/stylesheets/modern/calendars.scss */
  .modern-ui-body .calendars-show-header .modern-header-row-1 .modern-header-left {
    flex: 1 1 auto !important;
    min-width: 0;
    width: auto !important;
    display: flex !important;
    align-items: center;
    overflow: visible;
    gap: 0;
  }
  /* line 358, app/assets/stylesheets/modern/calendars.scss */
  .modern-ui-body .calendars-show-header .modern-header-row-1 .modern-header-left .modern-table-title {
    display: block !important;
    visibility: visible !important;
    font-size: 1.5rem !important;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    line-height: 1.2;
    white-space: nowrap;
    overflow: visible;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  /* line 373, app/assets/stylesheets/modern/calendars.scss */
  .modern-ui-body .calendars-show-header .modern-header-row-1 .modern-header-actions {
    flex: 0 0 auto !important;
    flex-shrink: 0;
    width: auto !important;
    margin-left: auto;
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 8px;
  }
  /* line 385, app/assets/stylesheets/modern/calendars.scss */
  .modern-ui-body .calendars-show-header .modern-header-row-2 {
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 12px;
  }
  /* line 393, app/assets/stylesheets/modern/calendars.scss */
  .modern-ui-body .calendars-show-header .modern-header-row-2.calendars-week-navigator-row .week-info-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* line 400, app/assets/stylesheets/modern/calendars.scss */
  .modern-ui-body .calendars-show-header .modern-header-row-2.calendars-week-navigator-row .week-info-section .modern-weekdays-scroll {
    display: none !important;
  }
  /* line 404, app/assets/stylesheets/modern/calendars.scss */
  .modern-ui-body .calendars-show-header .modern-header-row-2.calendars-week-navigator-row .week-info-section .week-navigation-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 418, app/assets/stylesheets/modern/calendars.scss */
  .modern-ui-body .calendars-show-header .modern-header-row-2.calendars-week-navigator-row .week-info-section .week-nav-arrow {
    width: 38px;
    height: 38px;
  }
  /* line 423, app/assets/stylesheets/modern/calendars.scss */
  .modern-ui-body .calendars-show-header .modern-header-row-2.calendars-week-navigator-row .week-info-section .week-label-container {
    min-width: 0;
  }
  /* line 426, app/assets/stylesheets/modern/calendars.scss */
  .modern-ui-body .calendars-show-header .modern-header-row-2.calendars-week-navigator-row .week-info-section .week-label-container .week-label {
    font-size: 20px;
  }
  /* line 430, app/assets/stylesheets/modern/calendars.scss */
  .modern-ui-body .calendars-show-header .modern-header-row-2.calendars-week-navigator-row .week-info-section .week-label-container .session-label {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  /* line 442, app/assets/stylesheets/modern/calendars.scss */
  .modern-ui-body .calendars-show-header + .modern-table-wrapper {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
    padding: 0;
  }
  /* line 448, app/assets/stylesheets/modern/calendars.scss */
  .modern-ui-body .calendars-show-header + .modern-table-wrapper .file-preview {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
  }
  /* line 455, app/assets/stylesheets/modern/calendars.scss */
  .modern-ui-body .calendars-show-header + .modern-table-wrapper .embed-responsive {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  /* line 468, app/assets/stylesheets/modern/calendars.scss */
  .modern-ui-body .modern-badges-section form .input input.weekpicker.width-auto {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* line 9, app/assets/stylesheets/modern/smart_methods.scss */
.modern-ui-body .smart-methods-table-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 14, app/assets/stylesheets/modern/smart_methods.scss */
.modern-ui-body .smart-methods-table-header .modern-header-row-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
}

/* line 21, app/assets/stylesheets/modern/smart_methods.scss */
.modern-ui-body .smart-methods-table-header .modern-header-row-1 .modern-header-left {
  flex: 0 0 auto;
}

/* line 25, app/assets/stylesheets/modern/smart_methods.scss */
.modern-ui-body .smart-methods-table-header .modern-header-row-1 .modern-header-actions {
  flex: 0 0 auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* line 36, app/assets/stylesheets/modern/smart_methods.scss */
.modern-ui-body .smart-methods-table-header .modern-header-row-2 {
  display: none;
  width: 100%;
}

/* line 40, app/assets/stylesheets/modern/smart_methods.scss */
.modern-ui-body .smart-methods-table-header .modern-header-row-2 .modern-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* line 49, app/assets/stylesheets/modern/smart_methods.scss */
.modern-ui-body .smart-methods-table-header .smart-methods-toggle-desktop {
  display: none;
}

@media (min-width: 769px) {
  /* line 56, app/assets/stylesheets/modern/smart_methods.scss */
  .modern-ui-body .smart-methods-table-header {
    flex-direction: row;
    align-items: center;
  }
  /* line 60, app/assets/stylesheets/modern/smart_methods.scss */
  .modern-ui-body .smart-methods-table-header .modern-header-row-1 {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  /* line 68, app/assets/stylesheets/modern/smart_methods.scss */
  .modern-ui-body .smart-methods-table-header .modern-header-row-1 .modern-header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
  }
  /* line 76, app/assets/stylesheets/modern/smart_methods.scss */
  .modern-ui-body .smart-methods-table-header .modern-header-row-1 .smart-methods-toggle-desktop {
    display: flex;
  }
  /* line 82, app/assets/stylesheets/modern/smart_methods.scss */
  .modern-ui-body .smart-methods-table-header .modern-header-row-2 {
    display: none;
  }
}

@media (max-width: 768px) {
  /* line 94, app/assets/stylesheets/modern/smart_methods.scss */
  .modern-ui-body .smart-methods-table-header.modern-table-header {
    flex-direction: column !important;
    align-items: stretch;
    gap: 12px;
  }
  /* line 99, app/assets/stylesheets/modern/smart_methods.scss */
  .modern-ui-body .smart-methods-table-header.modern-table-header .modern-header-row-1 {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 12px;
    width: 100%;
  }
  /* line 108, app/assets/stylesheets/modern/smart_methods.scss */
  .modern-ui-body .smart-methods-table-header.modern-table-header .modern-header-row-1 .modern-header-left {
    flex: 1 1 auto !important;
    min-width: 0;
    width: auto !important;
    display: flex !important;
    align-items: center;
    overflow: visible;
  }
  /* line 116, app/assets/stylesheets/modern/smart_methods.scss */
  .modern-ui-body .smart-methods-table-header.modern-table-header .modern-header-row-1 .modern-header-left .modern-table-title {
    display: block !important;
    visibility: visible !important;
    font-size: 1.5rem !important;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    line-height: 1.2;
    white-space: nowrap;
    overflow: visible;
    text-overflow: ellipsis;
    max-width: 100%;
    order: 0 !important;
  }
  /* line 132, app/assets/stylesheets/modern/smart_methods.scss */
  .modern-ui-body .smart-methods-table-header.modern-table-header .modern-header-row-1 .modern-header-actions {
    flex: 0 0 auto !important;
    flex-shrink: 0;
    width: auto !important;
    margin-left: auto;
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 8px;
  }
  /* line 144, app/assets/stylesheets/modern/smart_methods.scss */
  .modern-ui-body .smart-methods-table-header.modern-table-header .modern-header-row-2 {
    width: 100%;
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 8px;
  }
  /* line 151, app/assets/stylesheets/modern/smart_methods.scss */
  .modern-ui-body .smart-methods-table-header.modern-table-header .modern-header-row-2 .modern-header-actions {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    width: 100%;
  }
  /* line 160, app/assets/stylesheets/modern/smart_methods.scss */
  .modern-ui-body .smart-methods-table-header.modern-table-header .modern-header-row-2 .modern-header-actions .smart-methods-toggle-mobile {
    display: flex !important;
  }
  /* line 164, app/assets/stylesheets/modern/smart_methods.scss */
  .modern-ui-body .smart-methods-table-header.modern-table-header .modern-header-row-2 .modern-header-actions .modern-toggle-group {
    flex: 0 0 auto;
    flex-shrink: 0;
  }
}

@media (max-width: 768px) {
  /* line 175, app/assets/stylesheets/modern/smart_methods.scss */
  .modern-ui-body .smart-methods-add-header.modern-table-header .modern-header-left {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
    width: 100% !important;
  }
  /* line 182, app/assets/stylesheets/modern/smart_methods.scss */
  .modern-ui-body .smart-methods-add-header.modern-table-header .modern-header-left .modern-table-title {
    order: 0 !important;
    margin: 0 !important;
    width: 100%;
  }
  /* line 188, app/assets/stylesheets/modern/smart_methods.scss */
  .modern-ui-body .smart-methods-add-header.modern-table-header .modern-header-left .modern-archive-description {
    order: 1 !important;
    margin: 0 !important;
    width: 100%;
  }
}

/* line 2, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal.modal {
  z-index: 120 !important;
}

/* line 6, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .modal-dialog {
  max-width: 640px;
  margin: 1.75rem auto;
}

@media (max-width: 520px) {
  /* line 6, app/assets/stylesheets/modern/hero_bucks_notification.scss */
  .hero-bucks-notification-modal .modal-dialog {
    max-width: calc(100vw - 2rem);
    margin: 1rem;
  }
}

/* line 16, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-modal-content {
  border: 1px solid #dfe7f2;
  border-radius: 24px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

/* line 23, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-modal-header {
  position: relative;
  padding: 1.25rem 2rem;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
}

/* line 29, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-modal-header .hero-bucks-header-icon {
  margin-bottom: 8px;
}

/* line 32, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-modal-header .hero-bucks-header-icon .hero-buck-coin-icon {
  width: 48px;
  height: 48px;
}

/* line 38, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-modal-header .hero-bucks-modal-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 4px;
  line-height: 1.3;
}

/* line 46, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-modal-header .hero-bucks-modal-subtitle {
  font-size: 0.875rem;
  color: #64748b;
  margin: 0;
}

/* line 51, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-modal-header .hero-bucks-modal-subtitle strong {
  font-weight: 600;
  color: #334155;
}

/* line 57, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-modal-header .hero-bucks-close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(59, 130, 246, 0.1);
  border: none;
  border-radius: 10px;
  color: #2563eb;
  cursor: pointer;
  transition: all 200ms ease;
}

/* line 73, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-modal-header .hero-bucks-close-btn svg {
  transition: transform 0.2s ease;
}

/* line 77, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-modal-header .hero-bucks-close-btn:hover {
  background: rgba(59, 130, 246, 0.2);
}

/* line 80, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-modal-header .hero-bucks-close-btn:hover svg {
  stroke: #2563eb;
  transform: scale(1.05);
}

/* line 86, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-modal-header .hero-bucks-close-btn:active {
  transform: scale(0.95);
}

/* line 90, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-modal-header .hero-bucks-close-btn svg {
  width: 18px;
  height: 18px;
}

/* line 97, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-modal-body {
  padding: 1rem 2rem;
  max-height: calc(90vh - 200px);
  overflow-y: auto;
}

/* line 102, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-modal-body::-webkit-scrollbar {
  width: 6px;
}

/* line 106, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

/* line 111, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-modal-body::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

/* line 115, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-modal-body::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

/* line 121, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-asks-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 127, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-ask-card {
  position: relative;
  border: 1px solid #D9D9D9;
  border-radius: 16px;
  padding: 16px 18px;
  transition: all 200ms ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

/* line 135, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-ask-card:hover {
  border-color: #cbd5e1;
  background: rgba(248, 250, 251, 0.5);
}

/* line 141, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-ask-card .hero-bucks-acknowledge-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(59, 130, 246, 0.1);
  border: none;
  border-radius: 10px;
  color: #2563eb;
  cursor: pointer;
  transition: all 200ms ease;
  z-index: 20;
}

/* line 158, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-ask-card .hero-bucks-acknowledge-btn svg {
  transition: transform 0.2s ease;
  width: 18px;
  height: 18px;
}

/* line 164, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-ask-card .hero-bucks-acknowledge-btn:hover {
  background: rgba(59, 130, 246, 0.2);
}

/* line 167, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-ask-card .hero-bucks-acknowledge-btn:hover svg {
  stroke: #2563eb;
  transform: scale(1.05);
}

/* line 173, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-ask-card .hero-bucks-acknowledge-btn:active {
  transform: scale(0.95);
}

/* line 178, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-ask-card .hero-bucks-ask-card-main {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

/* line 184, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-ask-card .hero-bucks-avatar {
  flex-shrink: 0;
}

/* line 187, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-ask-card .hero-bucks-avatar .hero-bucks-avatar-img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #f0f3f5;
}

/* line 196, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-ask-card .hero-bucks-ask-details {
  flex: 1;
  min-width: 0;
}

/* line 200, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-ask-card .hero-bucks-ask-details .hero-bucks-ask-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 6px;
  padding-right: 35px;
}

/* line 209, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-ask-card .hero-bucks-ask-details .hero-bucks-from-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1a252f;
  line-height: 1.4;
}

/* line 216, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-ask-card .hero-bucks-ask-details .hero-bucks-amount {
  flex-shrink: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #dc2626;
  background-color: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.2);
  padding: 4px 12px;
  border-radius: 9999px;
  line-height: 1;
}

/* line 228, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-ask-card .hero-bucks-ask-details .hero-bucks-reason {
  font-size: 0.875rem;
  color: #2c3e50;
  margin: 0 0 4px;
  line-height: 1.5;
}

/* line 235, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-ask-card .hero-bucks-ask-details .hero-bucks-comment {
  font-size: 0.8125rem;
  color: #64748b;
  font-style: italic;
  margin: 0 0 6px;
  padding-left: 10px;
  border-left: 2px solid #e5e7eb;
  line-height: 1.4;
}

/* line 245, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-ask-card .hero-bucks-ask-details .hero-bucks-date-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px;
}

/* line 253, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-ask-card .hero-bucks-ask-details .hero-bucks-date {
  font-size: 0.75rem;
  color: #95a5a6;
}

/* line 258, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-ask-card .hero-bucks-ask-details .hero-bucks-appeal-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  border-radius: 9999px;
  font-weight: 500;
  font-size: 0.75rem;
  color: #64748b;
  border: 1px solid #e5e7eb;
  transition: all 100ms ease;
  text-decoration: none;
}

/* line 271, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-ask-card .hero-bucks-ask-details .hero-bucks-appeal-btn svg {
  width: 12px;
  height: 12px;
}

/* line 276, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-ask-card .hero-bucks-ask-details .hero-bucks-appeal-btn:hover {
  color: #334155;
  background: #f8fafc;
  border-color: #cbd5e1;
  text-decoration: none;
}

/* line 286, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-empty-state {
  padding: 48px 24px;
  text-align: center;
}

/* line 290, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-empty-state .hero-buck-coin-icon-empty {
  width: 48px;
  height: 48px;
  opacity: 0.3;
  margin-bottom: 12px;
}

/* line 297, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-empty-state p {
  font-size: 0.875rem;
  color: #9ca3af;
  margin: 0;
  font-weight: 400;
}

/* line 305, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-modal-footer {
  padding: 1rem 1.5rem;
  background: #f9fafb;
  border-top: 1px solid #e5e7eb;
}

/* line 310, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-modal-footer .hero-bucks-footer-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.8125rem;
  color: #64748b;
  margin: 0;
}

/* line 319, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-notification-modal .hero-bucks-modal-footer .hero-bucks-footer-hint svg {
  flex-shrink: 0;
  color: #94a3b8;
  width: 16px;
  height: 16px;
}

@media (max-width: 768px) {
  /* line 331, app/assets/stylesheets/modern/hero_bucks_notification.scss */
  .hero-bucks-notification-modal .modal-dialog {
    margin: 0.5rem;
    max-width: calc(100vw - 1rem);
  }
  /* line 336, app/assets/stylesheets/modern/hero_bucks_notification.scss */
  .hero-bucks-notification-modal .hero-bucks-modal-content {
    border-radius: 16px;
  }
  /* line 340, app/assets/stylesheets/modern/hero_bucks_notification.scss */
  .hero-bucks-notification-modal .hero-bucks-modal-header {
    padding: 1rem;
  }
  /* line 343, app/assets/stylesheets/modern/hero_bucks_notification.scss */
  .hero-bucks-notification-modal .hero-bucks-modal-header .hero-buck-coin-icon {
    width: 40px;
    height: 40px;
  }
  /* line 348, app/assets/stylesheets/modern/hero_bucks_notification.scss */
  .hero-bucks-notification-modal .hero-bucks-modal-header .hero-bucks-modal-title {
    font-size: 1rem;
  }
  /* line 352, app/assets/stylesheets/modern/hero_bucks_notification.scss */
  .hero-bucks-notification-modal .hero-bucks-modal-header .hero-bucks-modal-subtitle {
    font-size: 0.8125rem;
  }
  /* line 357, app/assets/stylesheets/modern/hero_bucks_notification.scss */
  .hero-bucks-notification-modal .hero-bucks-modal-body {
    padding: 0.75rem;
    max-height: calc(95vh - 180px);
  }
  /* line 362, app/assets/stylesheets/modern/hero_bucks_notification.scss */
  .hero-bucks-notification-modal .hero-bucks-ask-card {
    padding: 14px;
    border-radius: 12px;
  }
  /* line 366, app/assets/stylesheets/modern/hero_bucks_notification.scss */
  .hero-bucks-notification-modal .hero-bucks-ask-card .hero-bucks-avatar-img {
    width: 36px;
    height: 36px;
  }
  /* line 371, app/assets/stylesheets/modern/hero_bucks_notification.scss */
  .hero-bucks-notification-modal .hero-bucks-ask-card .hero-bucks-from-name {
    font-size: 0.8125rem;
  }
  /* line 375, app/assets/stylesheets/modern/hero_bucks_notification.scss */
  .hero-bucks-notification-modal .hero-bucks-ask-card .hero-bucks-amount {
    font-size: 0.75rem;
    padding: 3px 10px;
  }
  /* line 380, app/assets/stylesheets/modern/hero_bucks_notification.scss */
  .hero-bucks-notification-modal .hero-bucks-ask-card .hero-bucks-reason {
    font-size: 0.8125rem;
  }
  /* line 384, app/assets/stylesheets/modern/hero_bucks_notification.scss */
  .hero-bucks-notification-modal .hero-bucks-ask-card .hero-bucks-appeal-btn {
    font-size: 0.8125rem;
    padding: 0.375rem 0.75rem;
  }
  /* line 390, app/assets/stylesheets/modern/hero_bucks_notification.scss */
  .hero-bucks-notification-modal .hero-bucks-modal-footer {
    padding: 0.75rem;
  }
  /* line 393, app/assets/stylesheets/modern/hero_bucks_notification.scss */
  .hero-bucks-notification-modal .hero-bucks-modal-footer .hero-bucks-footer-hint {
    font-size: 0.75rem;
  }
  /* line 398, app/assets/stylesheets/modern/hero_bucks_notification.scss */
  .hero-bucks-notification-modal .hero-bucks-empty-state {
    padding: 32px 16px;
  }
  /* line 401, app/assets/stylesheets/modern/hero_bucks_notification.scss */
  .hero-bucks-notification-modal .hero-bucks-empty-state p {
    font-size: 0.8125rem;
  }
}

@media (max-width: 480px) {
  /* line 410, app/assets/stylesheets/modern/hero_bucks_notification.scss */
  .hero-bucks-notification-modal .hero-bucks-modal-header {
    padding: 0.875rem;
  }
  /* line 413, app/assets/stylesheets/modern/hero_bucks_notification.scss */
  .hero-bucks-notification-modal .hero-bucks-modal-header .hero-bucks-close-btn {
    top: 0.75rem;
    right: 0.75rem;
  }
  /* line 419, app/assets/stylesheets/modern/hero_bucks_notification.scss */
  .hero-bucks-notification-modal .hero-bucks-modal-body {
    padding: 0.625rem;
  }
  /* line 423, app/assets/stylesheets/modern/hero_bucks_notification.scss */
  .hero-bucks-notification-modal .hero-bucks-asks-list {
    gap: 10px;
  }
  /* line 427, app/assets/stylesheets/modern/hero_bucks_notification.scss */
  .hero-bucks-notification-modal .hero-bucks-ask-card {
    padding: 12px;
  }
  /* line 430, app/assets/stylesheets/modern/hero_bucks_notification.scss */
  .hero-bucks-notification-modal .hero-bucks-ask-card .hero-bucks-ask-card-main {
    gap: 10px;
  }
}

/* line 437, app/assets/stylesheets/modern/hero_bucks_notification.scss */
#hero-bucks-appeal-modal {
  z-index: 1070 !important;
}

/* line 440, app/assets/stylesheets/modern/hero_bucks_notification.scss */
#hero-bucks-appeal-modal .modal-content {
  border-radius: 24px;
  border: 1px solid #dfe7f2;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* line 446, app/assets/stylesheets/modern/hero_bucks_notification.scss */
#hero-bucks-appeal-modal .modal-body {
  padding: 1.5rem 2rem;
}

/* line 449, app/assets/stylesheets/modern/hero_bucks_notification.scss */
#hero-bucks-appeal-modal .modal-body .transaction.summary {
  background: #f9fafb;
  padding: 16px;
  border-radius: 12px;
  margin-bottom: 16px;
}

/* line 455, app/assets/stylesheets/modern/hero_bucks_notification.scss */
#hero-bucks-appeal-modal .modal-body .transaction.summary .main-content {
  font-size: 0.875rem;
  color: #334155;
  line-height: 1.6;
}

/* line 460, app/assets/stylesheets/modern/hero_bucks_notification.scss */
#hero-bucks-appeal-modal .modal-body .transaction.summary .main-content .avatar {
  width: 28px;
  height: 28px;
  vertical-align: middle;
  margin: 0 4px;
}

/* line 467, app/assets/stylesheets/modern/hero_bucks_notification.scss */
#hero-bucks-appeal-modal .modal-body .transaction.summary .main-content .name {
  font-weight: 600;
  color: #1f2937;
}

/* line 472, app/assets/stylesheets/modern/hero_bucks_notification.scss */
#hero-bucks-appeal-modal .modal-body .transaction.summary .main-content .action {
  color: #64748b;
}

/* line 476, app/assets/stylesheets/modern/hero_bucks_notification.scss */
#hero-bucks-appeal-modal .modal-body .transaction.summary .main-content .amount {
  font-weight: 600;
  color: #dc2626;
}

/* line 481, app/assets/stylesheets/modern/hero_bucks_notification.scss */
#hero-bucks-appeal-modal .modal-body .transaction.summary .main-content .description {
  color: #334155;
}

/* line 487, app/assets/stylesheets/modern/hero_bucks_notification.scss */
#hero-bucks-appeal-modal .modal-body hr.big {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 20px 0;
}

/* line 493, app/assets/stylesheets/modern/hero_bucks_notification.scss */
#hero-bucks-appeal-modal .modal-body label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #334155;
  margin-bottom: 8px;
  display: block;
}

/* line 501, app/assets/stylesheets/modern/hero_bucks_notification.scss */
#hero-bucks-appeal-modal .modal-body input[type="text"],
#hero-bucks-appeal-modal .modal-body .form-control {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  font-size: 0.875rem;
  margin-bottom: 16px;
  transition: all 100ms ease;
}

/* line 511, app/assets/stylesheets/modern/hero_bucks_notification.scss */
#hero-bucks-appeal-modal .modal-body input[type="text"]:focus,
#hero-bucks-appeal-modal .modal-body .form-control:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

/* line 518, app/assets/stylesheets/modern/hero_bucks_notification.scss */
#hero-bucks-appeal-modal .modal-body .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 24px;
  border-radius: 9999px;
  font-weight: 500;
  font-size: 0.875rem;
  background: #3b82f6;
  color: white;
  border: none;
  cursor: pointer;
  transition: all 100ms ease;
}

/* line 533, app/assets/stylesheets/modern/hero_bucks_notification.scss */
#hero-bucks-appeal-modal .modal-body .button:hover {
  background: #2563eb;
}

/* line 541, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-inline-appeal-form {
  padding: 16px;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}

/* line 547, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-inline-appeal-form .inline-appeal-summary {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e7eb;
}

/* line 555, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-inline-appeal-form .inline-appeal-summary .inline-appeal-avatars {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

/* line 561, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-inline-appeal-form .inline-appeal-summary .inline-appeal-avatars .inline-appeal-avatar-img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 571, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-inline-appeal-form .inline-appeal-summary .inline-appeal-info {
  flex: 1;
  font-size: 0.875rem;
  color: #334155;
  line-height: 1.5;
}

/* line 577, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-inline-appeal-form .inline-appeal-summary .inline-appeal-info .inline-appeal-from,
.hero-bucks-inline-appeal-form .inline-appeal-summary .inline-appeal-info .inline-appeal-to {
  font-weight: 600;
  color: #1e293b;
}

/* line 583, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-inline-appeal-form .inline-appeal-summary .inline-appeal-info .inline-appeal-action {
  color: #64748b;
  margin: 0 4px;
}

/* line 588, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-inline-appeal-form .inline-appeal-summary .inline-appeal-info .inline-appeal-amount {
  font-weight: 600;
  color: #dc2626;
}

/* line 593, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-inline-appeal-form .inline-appeal-summary .inline-appeal-info .inline-appeal-description {
  color: #334155;
}

/* line 597, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-inline-appeal-form .inline-appeal-summary .inline-appeal-info .inline-appeal-date {
  color: #64748b;
}

/* line 603, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-inline-appeal-form .inline-appeal-comment {
  font-size: 0.8125rem;
  color: #64748b;
  margin: 0 0 16px;
  padding-left: 12px;
  border-left: 3px solid #e5e7eb;
  line-height: 1.5;
}

/* line 611, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-inline-appeal-form .inline-appeal-comment .eagle-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #64748b;
  margin-right: 8px;
  vertical-align: middle;
}

/* line 623, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-inline-appeal-form .inline-appeal-form-wrapper .inline-appeal-input-group {
  margin-bottom: 16px;
}

/* line 627, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-inline-appeal-form .inline-appeal-form-wrapper .inline-appeal-label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #334155;
  margin-bottom: 6px;
}

/* line 635, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-inline-appeal-form .inline-appeal-form-wrapper .inline-appeal-textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  font-size: 0.875rem;
  font-family: inherit;
  resize: vertical;
  min-height: 60px;
  transition: all 100ms ease;
  background: white;
}

/* line 647, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-inline-appeal-form .inline-appeal-form-wrapper .inline-appeal-textarea::-moz-placeholder {
  color: #94a3b8;
}
.hero-bucks-inline-appeal-form .inline-appeal-form-wrapper .inline-appeal-textarea::placeholder {
  color: #94a3b8;
}

/* line 651, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-inline-appeal-form .inline-appeal-form-wrapper .inline-appeal-textarea:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

/* line 658, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-inline-appeal-form .inline-appeal-form-wrapper .inline-appeal-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
}

/* line 666, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-inline-appeal-form .inline-appeal-form-wrapper .inline-appeal-actions .modern-button,
.hero-bucks-inline-appeal-form .inline-appeal-form-wrapper .inline-appeal-actions .modern-button-border {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}

/* line 673, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-inline-appeal-form .inline-appeal-form-wrapper .inline-appeal-error {
  color: #dc2626;
  font-size: 0.8125rem;
  margin: 8px 0 0;
  padding: 8px 12px;
  background: rgba(220, 38, 38, 0.1);
  border-radius: 6px;
  border-left: 3px solid #dc2626;
}

/* line 686, app/assets/stylesheets/modern/hero_bucks_notification.scss */
.hero-bucks-ask-card {
  transition: opacity 0.3s ease, transform 0.3s ease, margin 0.3s ease;
}

/* line 693, app/assets/stylesheets/modern/hero_bucks_notification.scss */
body:not(.modern-ui-body) .hero-bucks-classic-modal.modal {
  z-index: 1050 !important;
}

/* line 697, app/assets/stylesheets/modern/hero_bucks_notification.scss */
body:not(.modern-ui-body) .hero-bucks-classic-modal .modal-dialog {
  z-index: 1051 !important;
  pointer-events: auto;
}

/* line 702, app/assets/stylesheets/modern/hero_bucks_notification.scss */
body:not(.modern-ui-body) .hero-bucks-classic-modal .modal-content {
  z-index: 1052 !important;
  pointer-events: auto;
}

/* line 707, app/assets/stylesheets/modern/hero_bucks_notification.scss */
body:not(.modern-ui-body) .hero-bucks-classic-modal .modal-header {
  position: relative;
  text-align: center;
  padding: 2rem 2rem 1.5rem;
}

/* line 712, app/assets/stylesheets/modern/hero_bucks_notification.scss */
body:not(.modern-ui-body) .hero-bucks-classic-modal .modal-header .center {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* line 720, app/assets/stylesheets/modern/hero_bucks_notification.scss */
body:not(.modern-ui-body) .hero-bucks-classic-modal .modal-header .modal-title {
  text-align: center;
  margin: 0 0 0.5rem;
}

/* line 725, app/assets/stylesheets/modern/hero_bucks_notification.scss */
body:not(.modern-ui-body) .hero-bucks-classic-modal .modal-header p.grey {
  text-align: center;
  margin: 0;
}

/* line 731, app/assets/stylesheets/modern/hero_bucks_notification.scss */
body:not(.modern-ui-body) .hero-bucks-classic-modal .ui-resource-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
}

/* line 737, app/assets/stylesheets/modern/hero_bucks_notification.scss */
body:not(.modern-ui-body) .hero-bucks-classic-modal .ui-resource-card .avatar {
  flex-shrink: 0;
}

/* line 741, app/assets/stylesheets/modern/hero_bucks_notification.scss */
body:not(.modern-ui-body) .hero-bucks-classic-modal .ui-resource-card .resource-info {
  flex: 1;
  min-width: 0;
  width: 100%;
  padding-right: 38px;
}

/* line 747, app/assets/stylesheets/modern/hero_bucks_notification.scss */
body:not(.modern-ui-body) .hero-bucks-classic-modal .ui-resource-card .resource-info .title {
  padding-right: 0;
}

/* line 753, app/assets/stylesheets/modern/hero_bucks_notification.scss */
body:not(.modern-ui-body) .hero-bucks-classic-modal .ui-resource-card .hero-bucks-acknowledge-btn-classic {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(59, 130, 246, 0.1);
  border: none;
  border-radius: 10px;
  color: #2563eb;
  cursor: pointer;
  transition: all 200ms ease;
  z-index: 10;
}

/* line 770, app/assets/stylesheets/modern/hero_bucks_notification.scss */
body:not(.modern-ui-body) .hero-bucks-classic-modal .ui-resource-card .hero-bucks-acknowledge-btn-classic svg {
  transition: transform 0.2s ease;
  width: 18px;
  height: 18px;
}

/* line 776, app/assets/stylesheets/modern/hero_bucks_notification.scss */
body:not(.modern-ui-body) .hero-bucks-classic-modal .ui-resource-card .hero-bucks-acknowledge-btn-classic:hover {
  background: rgba(59, 130, 246, 0.2);
}

/* line 779, app/assets/stylesheets/modern/hero_bucks_notification.scss */
body:not(.modern-ui-body) .hero-bucks-classic-modal .ui-resource-card .hero-bucks-acknowledge-btn-classic:hover svg {
  stroke: #2563eb;
  transform: scale(1.05);
}

/* line 785, app/assets/stylesheets/modern/hero_bucks_notification.scss */
body:not(.modern-ui-body) .hero-bucks-classic-modal .ui-resource-card .hero-bucks-acknowledge-btn-classic:active {
  transform: scale(0.95);
}

/* line 792, app/assets/stylesheets/modern/hero_bucks_notification.scss */
body:not(.modern-ui-body) .hero-bucks-classic-modal .hero-bucks-date-appeal-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 8px;
}

/* line 799, app/assets/stylesheets/modern/hero_bucks_notification.scss */
body:not(.modern-ui-body) .hero-bucks-classic-modal .hero-bucks-date-appeal-row .x-small {
  flex-shrink: 0;
}

/* line 803, app/assets/stylesheets/modern/hero_bucks_notification.scss */
body:not(.modern-ui-body) .hero-bucks-classic-modal .hero-bucks-date-appeal-row .button {
  flex-shrink: 0;
  margin-left: auto;
  margin-right: -30px;
}

/* line 811, app/assets/stylesheets/modern/hero_bucks_notification.scss */
body:not(.modern-ui-body) .hero-bucks-classic-modal .inline-appeal-form-classic {
  padding: 16px;
  background: #f9fafb;
  border-radius: 8px;
  border: 1px solid #e6ebf1;
  margin-top: 12px;
}

/* line 819, app/assets/stylesheets/modern/hero_bucks_notification.scss */
body:not(.modern-ui-body) .hero-bucks-classic-modal .inline-appeal-form-classic .inline-appeal-transaction-card {
  background: white;
  border: 1px solid #e6ebf1;
  border-radius: 6px;
  padding: 12px;
  margin-bottom: 16px;
}

/* line 826, app/assets/stylesheets/modern/hero_bucks_notification.scss */
body:not(.modern-ui-body) .hero-bucks-classic-modal .inline-appeal-form-classic .inline-appeal-transaction-card .inline-appeal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}

/* line 834, app/assets/stylesheets/modern/hero_bucks_notification.scss */
body:not(.modern-ui-body) .hero-bucks-classic-modal .inline-appeal-form-classic .inline-appeal-transaction-card .inline-appeal-header .inline-appeal-users {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 839, app/assets/stylesheets/modern/hero_bucks_notification.scss */
body:not(.modern-ui-body) .hero-bucks-classic-modal .inline-appeal-form-classic .inline-appeal-transaction-card .inline-appeal-header .inline-appeal-users .avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

/* line 845, app/assets/stylesheets/modern/hero_bucks_notification.scss */
body:not(.modern-ui-body) .hero-bucks-classic-modal .inline-appeal-form-classic .inline-appeal-transaction-card .inline-appeal-header .inline-appeal-users .arrow {
  color: #9ca3af;
  font-size: 1.1rem;
}

/* line 851, app/assets/stylesheets/modern/hero_bucks_notification.scss */
body:not(.modern-ui-body) .hero-bucks-classic-modal .inline-appeal-form-classic .inline-appeal-transaction-card .inline-appeal-header .inline-appeal-amount {
  font-size: 1.1rem;
  font-weight: 700;
  color: #dc2626;
}

/* line 859, app/assets/stylesheets/modern/hero_bucks_notification.scss */
body:not(.modern-ui-body) .hero-bucks-classic-modal .inline-appeal-form-classic .inline-appeal-transaction-card .inline-appeal-details .inline-appeal-names {
  font-size: 0.9rem;
  margin: 0 0 6px;
  color: #374151;
}

/* line 865, app/assets/stylesheets/modern/hero_bucks_notification.scss */
body:not(.modern-ui-body) .hero-bucks-classic-modal .inline-appeal-form-classic .inline-appeal-transaction-card .inline-appeal-details .inline-appeal-reason {
  font-size: 0.85rem;
  color: #6b7280;
  margin: 0 0 6px;
}

/* line 871, app/assets/stylesheets/modern/hero_bucks_notification.scss */
body:not(.modern-ui-body) .hero-bucks-classic-modal .inline-appeal-form-classic .inline-appeal-transaction-card .inline-appeal-details .inline-appeal-date {
  font-size: 0.8rem;
  color: #9ca3af;
  margin: 0;
}

/* line 880, app/assets/stylesheets/modern/hero_bucks_notification.scss */
body:not(.modern-ui-body) .hero-bucks-classic-modal .inline-appeal-form-classic .inline-appeal-input-wrapper {
  margin-bottom: 12px;
}

/* line 883, app/assets/stylesheets/modern/hero_bucks_notification.scss */
body:not(.modern-ui-body) .hero-bucks-classic-modal .inline-appeal-form-classic .inline-appeal-input-wrapper label {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  color: #374151;
  margin-bottom: 6px;
}

/* line 891, app/assets/stylesheets/modern/hero_bucks_notification.scss */
body:not(.modern-ui-body) .hero-bucks-classic-modal .inline-appeal-form-classic .inline-appeal-input-wrapper .form-control {
  font-size: 0.9rem;
  border-radius: 6px;
}

/* line 897, app/assets/stylesheets/modern/hero_bucks_notification.scss */
body:not(.modern-ui-body) .hero-bucks-classic-modal .inline-appeal-form-classic .inline-appeal-actions-classic {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}

/* line 905, app/assets/stylesheets/modern/hero_bucks_notification.scss */
body:not(.modern-ui-body) .hero-bucks-classic-modal .inline-appeal-form-classic .inline-appeal-actions-classic .button {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  text-align: center;
}

/* line 912, app/assets/stylesheets/modern/hero_bucks_notification.scss */
body:not(.modern-ui-body) .hero-bucks-classic-modal .inline-appeal-form-classic .inline-appeal-error {
  color: #dc2626;
  font-size: 0.8125rem;
  margin: 8px 0 0;
  padding: 8px 12px;
  background: rgba(220, 38, 38, 0.1);
  border-radius: 6px;
  border-left: 3px solid #dc2626;
}

/* line 925, app/assets/stylesheets/modern/hero_bucks_notification.scss */
body:not(.modern-ui-body) .modal-backdrop {
  z-index: 1040 !important;
}

/* line 14, app/assets/stylesheets/modern/badge_critique.scss */
.ai-text-operation-content-wrapper {
  display: block;
  width: 100%;
  position: relative;
}

/* line 19, app/assets/stylesheets/modern/badge_critique.scss */
.ai-text-operation-content-wrapper .trix-editor-container,
.ai-text-operation-content-wrapper .description-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* line 25, app/assets/stylesheets/modern/badge_critique.scss */
.ai-text-operation-content-wrapper .trix-editor-container trix-toolbar,
.ai-text-operation-content-wrapper .trix-editor-container trix-editor,
.ai-text-operation-content-wrapper .description-container trix-toolbar,
.ai-text-operation-content-wrapper .description-container trix-editor {
  width: 100%;
}

/* line 30, app/assets/stylesheets/modern/badge_critique.scss */
.ai-text-operation-content-wrapper .trix-editor-container .description,
.ai-text-operation-content-wrapper .description-container .description {
  width: 100%;
}

/* line 36, app/assets/stylesheets/modern/badge_critique.scss */
.ai-text-operation-content-wrapper.has-critique {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: stretch;
  min-height: 500px;
  width: 100%;
}

/* line 44, app/assets/stylesheets/modern/badge_critique.scss */
.ai-text-operation-content-wrapper.has-critique .trix-editor-container,
.ai-text-operation-content-wrapper.has-critique .description-container {
  flex: 0 0 calc(50% - 8px);
  min-width: 0;
  min-height: 500px;
  max-width: calc(50% - 8px);
  width: auto;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

/* line 55, app/assets/stylesheets/modern/badge_critique.scss */
.ai-text-operation-content-wrapper.has-critique .trix-editor-container trix-toolbar,
.ai-text-operation-content-wrapper.has-critique .description-container trix-toolbar {
  flex-shrink: 0;
  width: 100%;
}

/* line 60, app/assets/stylesheets/modern/badge_critique.scss */
.ai-text-operation-content-wrapper.has-critique .trix-editor-container trix-editor,
.ai-text-operation-content-wrapper.has-critique .description-container trix-editor {
  flex: 1;
  min-height: 400px;
  width: 100%;
}

/* line 66, app/assets/stylesheets/modern/badge_critique.scss */
.ai-text-operation-content-wrapper.has-critique .trix-editor-container .box-body,
.ai-text-operation-content-wrapper.has-critique .description-container .box-body {
  border-top: none;
}

/* line 69, app/assets/stylesheets/modern/badge_critique.scss */
.ai-text-operation-content-wrapper.has-critique .trix-editor-container .box-body.with-separator-top,
.ai-text-operation-content-wrapper.has-critique .description-container .box-body.with-separator-top {
  border-top: 1px solid #e5e7eb;
}

/* line 76, app/assets/stylesheets/modern/badge_critique.scss */
.ai-text-operation-content-wrapper.has-critique .trix-editor-container {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: white;
}

/* line 81, app/assets/stylesheets/modern/badge_critique.scss */
.ai-text-operation-content-wrapper.has-critique .trix-editor-container .description {
  flex: 1;
  min-height: 400px;
  width: 100%;
}

/* line 88, app/assets/stylesheets/modern/badge_critique.scss */
.ai-text-operation-content-wrapper.has-critique .critique-panel {
  flex: 0 0 calc(50% - 8px);
  min-width: 0;
  min-height: 500px;
  max-width: calc(50% - 8px);
  width: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

@media (max-width: 992px) {
  /* line 36, app/assets/stylesheets/modern/badge_critique.scss */
  .ai-text-operation-content-wrapper.has-critique {
    display: block;
    min-height: auto;
    position: relative;
  }
  /* line 105, app/assets/stylesheets/modern/badge_critique.scss */
  .ai-text-operation-content-wrapper.has-critique .trix-editor-container,
.ai-text-operation-content-wrapper.has-critique .description-container {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    overflow-y: visible;
  }
  /* line 113, app/assets/stylesheets/modern/badge_critique.scss */
  .ai-text-operation-content-wrapper.has-critique .critique-panel {
    position: fixed !important;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    border-radius: 12px 12px 0 0;
    z-index: 1050;
    margin: 0;
    background: white;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    overflow: hidden !important;
    display: none;
    flex-direction: column;
  }
  /* line 134, app/assets/stylesheets/modern/badge_critique.scss */
  .ai-text-operation-content-wrapper.has-critique .critique-panel.show {
    display: flex !important;
  }
  /* line 138, app/assets/stylesheets/modern/badge_critique.scss */
  .ai-text-operation-content-wrapper.has-critique .critique-panel .critique-panel-header {
    flex: 0 0 auto;
    background: #f9fafb;
  }
  /* line 143, app/assets/stylesheets/modern/badge_critique.scss */
  .ai-text-operation-content-wrapper.has-critique .critique-panel .critique-panel-body {
    flex: 1 1 0 !important;
    min-height: 0 !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }
  /* line 150, app/assets/stylesheets/modern/badge_critique.scss */
  .ai-text-operation-content-wrapper.has-critique .critique-panel .critique-panel-footer {
    flex: 0 0 auto;
    background: #f9fafb;
    border-top: 1px solid #e5e7eb;
  }
}

/* line 163, app/assets/stylesheets/modern/badge_critique.scss */
.critique-panel {
  display: none;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  flex-direction: column;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: relative;
  z-index: 1;
}

/* line 177, app/assets/stylesheets/modern/badge_critique.scss */
.critique-panel.show {
  display: flex;
  opacity: 1;
  transform: translateX(0);
}

/* line 183, app/assets/stylesheets/modern/badge_critique.scss */
.critique-panel .critique-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #e5e7eb;
  background: #f9fafb;
}

/* line 191, app/assets/stylesheets/modern/badge_critique.scss */
.critique-panel .critique-panel-header h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #111827;
}

/* line 198, app/assets/stylesheets/modern/badge_critique.scss */
.critique-panel .critique-panel-header .btn-close {
  padding: 4px;
  background: transparent;
  border: none;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

/* line 206, app/assets/stylesheets/modern/badge_critique.scss */
.critique-panel .critique-panel-header .btn-close:hover {
  opacity: 1;
}

/* line 210, app/assets/stylesheets/modern/badge_critique.scss */
.critique-panel .critique-panel-header .btn-close::before {
  content: '×';
  font-size: 24px;
  line-height: 1;
  color: #6b7280;
}

/* line 219, app/assets/stylesheets/modern/badge_critique.scss */
.critique-panel .critique-panel-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
  color: #374151;
  font-size: 14px;
  line-height: 1.6;
  min-height: 0;
}

/* line 228, app/assets/stylesheets/modern/badge_critique.scss */
.critique-panel .critique-panel-body p {
  margin: 0 0 12px 0;
  line-height: 1.6;
}

/* line 232, app/assets/stylesheets/modern/badge_critique.scss */
.critique-panel .critique-panel-body p:last-child {
  margin-bottom: 0;
}

/* line 237, app/assets/stylesheets/modern/badge_critique.scss */
.critique-panel .critique-panel-body ul,
.critique-panel .critique-panel-body ol {
  margin: 0 0 12px 0;
  padding-left: 24px;
  line-height: 1.6;
}

/* line 243, app/assets/stylesheets/modern/badge_critique.scss */
.critique-panel .critique-panel-body ul li,
.critique-panel .critique-panel-body ol li {
  margin-bottom: 6px;
}

/* line 246, app/assets/stylesheets/modern/badge_critique.scss */
.critique-panel .critique-panel-body ul li:last-child,
.critique-panel .critique-panel-body ol li:last-child {
  margin-bottom: 0;
}

/* line 252, app/assets/stylesheets/modern/badge_critique.scss */
.critique-panel .critique-panel-body strong,
.critique-panel .critique-panel-body b {
  font-weight: 600;
  color: #111827;
}

/* line 258, app/assets/stylesheets/modern/badge_critique.scss */
.critique-panel .critique-panel-body em,
.critique-panel .critique-panel-body i {
  font-style: italic;
}

/* line 263, app/assets/stylesheets/modern/badge_critique.scss */
.critique-panel .critique-panel-body h1,
.critique-panel .critique-panel-body h2,
.critique-panel .critique-panel-body h3,
.critique-panel .critique-panel-body h4,
.critique-panel .critique-panel-body h5,
.critique-panel .critique-panel-body h6 {
  margin: 16px 0 12px 0;
  font-weight: 600;
  color: #111827;
  line-height: 1.4;
}

/* line 274, app/assets/stylesheets/modern/badge_critique.scss */
.critique-panel .critique-panel-body h1:first-child,
.critique-panel .critique-panel-body h2:first-child,
.critique-panel .critique-panel-body h3:first-child,
.critique-panel .critique-panel-body h4:first-child,
.critique-panel .critique-panel-body h5:first-child,
.critique-panel .critique-panel-body h6:first-child {
  margin-top: 0;
}

/* line 279, app/assets/stylesheets/modern/badge_critique.scss */
.critique-panel .critique-panel-body h1 {
  font-size: 20px;
}

/* line 280, app/assets/stylesheets/modern/badge_critique.scss */
.critique-panel .critique-panel-body h2 {
  font-size: 18px;
}

/* line 281, app/assets/stylesheets/modern/badge_critique.scss */
.critique-panel .critique-panel-body h3 {
  font-size: 16px;
}

/* line 282, app/assets/stylesheets/modern/badge_critique.scss */
.critique-panel .critique-panel-body h4 {
  font-size: 15px;
}

/* line 284, app/assets/stylesheets/modern/badge_critique.scss */
.critique-panel .critique-panel-body blockquote {
  margin: 12px 0;
  padding: 12px 16px;
  border-left: 3px solid #3b82f6;
  background: #f0f7ff;
  color: #1e40af;
  font-style: italic;
}

/* line 293, app/assets/stylesheets/modern/badge_critique.scss */
.critique-panel .critique-panel-body code {
  background: #f1f5f9;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
  font-size: 13px;
  color: #e11d48;
}

/* line 302, app/assets/stylesheets/modern/badge_critique.scss */
.critique-panel .critique-panel-body pre {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 12px;
  overflow-x: auto;
  margin: 12px 0;
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
  font-size: 13px;
  line-height: 1.5;
}

/* line 313, app/assets/stylesheets/modern/badge_critique.scss */
.critique-panel .critique-panel-body pre code {
  background: transparent;
  padding: 0;
  color: inherit;
}

/* line 320, app/assets/stylesheets/modern/badge_critique.scss */
.critique-panel .critique-panel-body hr {
  margin: 16px 0;
  border: none;
  border-top: 1px solid #e5e7eb;
}

/* line 326, app/assets/stylesheets/modern/badge_critique.scss */
.critique-panel .critique-panel-body a {
  color: #3b82f6;
  text-decoration: underline;
}

/* line 330, app/assets/stylesheets/modern/badge_critique.scss */
.critique-panel .critique-panel-body a:hover {
  color: #2563eb;
}

/* line 335, app/assets/stylesheets/modern/badge_critique.scss */
.critique-panel .critique-panel-body br {
  line-height: 1.6;
}

/* line 339, app/assets/stylesheets/modern/badge_critique.scss */
.critique-panel .critique-panel-body pre,
.critique-panel .critique-panel-body code {
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 345, app/assets/stylesheets/modern/badge_critique.scss */
.critique-panel .critique-panel-body::-webkit-scrollbar {
  width: 6px;
}

/* line 349, app/assets/stylesheets/modern/badge_critique.scss */
.critique-panel .critique-panel-body::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 3px;
}

/* line 354, app/assets/stylesheets/modern/badge_critique.scss */
.critique-panel .critique-panel-body::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}

/* line 358, app/assets/stylesheets/modern/badge_critique.scss */
.critique-panel .critique-panel-body::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* line 364, app/assets/stylesheets/modern/badge_critique.scss */
.critique-panel .critique-panel-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 16px 20px;
  border-top: 1px solid #e5e7eb;
  background: #f9fafb;
}

/* line 372, app/assets/stylesheets/modern/badge_critique.scss */
.critique-panel .critique-panel-footer .button {
  min-width: 100px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* line 381, app/assets/stylesheets/modern/badge_critique.scss */
.critique-panel .critique-panel-footer .button.button-border {
  background: white;
  border: 1px solid #d1d5db;
  color: #374151;
}

/* line 386, app/assets/stylesheets/modern/badge_critique.scss */
.critique-panel .critique-panel-footer .button.button-border:hover {
  background: #f9fafb;
  border-color: #9ca3af;
}

@media (max-width: 992px) {
  /* line 395, app/assets/stylesheets/modern/badge_critique.scss */
  .critique-panel .critique-panel-header {
    padding: 12px 16px;
    flex-shrink: 0;
    border-bottom: 1px solid #e5e7eb;
  }
  /* line 400, app/assets/stylesheets/modern/badge_critique.scss */
  .critique-panel .critique-panel-header h4 {
    font-size: 15px;
  }
  /* line 405, app/assets/stylesheets/modern/badge_critique.scss */
  .critique-panel .critique-panel-body {
    padding: 16px;
    flex: 1 1 0;
    min-height: 0;
    max-height: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 414, app/assets/stylesheets/modern/badge_critique.scss */
  .critique-panel .critique-panel-footer {
    padding: 12px 16px;
    flex-shrink: 0;
    border-top: 1px solid #e5e7eb;
    justify-content: flex-end;
  }
  /* line 420, app/assets/stylesheets/modern/badge_critique.scss */
  .critique-panel .critique-panel-footer .button {
    width: auto;
    min-width: 100px;
    max-width: none;
  }
}

/* line 430, app/assets/stylesheets/modern/badge_critique.scss */
#badge-critique-wrapper .ai-text-operation-content-wrapper.has-critique {
  flex-direction: column;
  align-items: stretch;
  min-height: auto;
}

/* line 435, app/assets/stylesheets/modern/badge_critique.scss */
#badge-critique-wrapper .ai-text-operation-content-wrapper.has-critique .critique-panel,
#badge-critique-wrapper .ai-text-operation-content-wrapper.has-critique .description-container,
#badge-critique-wrapper .ai-text-operation-content-wrapper.has-critique .trix-editor-container {
  flex: 0 1 auto;
  width: 100%;
  max-width: 100%;
  min-height: auto;
}

/* line 444, app/assets/stylesheets/modern/badge_critique.scss */
#badge-critique-wrapper .ai-text-operation-content-wrapper.has-critique .description-container,
#badge-critique-wrapper .ai-text-operation-content-wrapper.has-critique .trix-editor-container {
  overflow-y: visible;
}

/* line 449, app/assets/stylesheets/modern/badge_critique.scss */
#badge-critique-wrapper .ai-text-operation-content-wrapper.has-critique trix-editor {
  min-height: 240px;
}

/* line 453, app/assets/stylesheets/modern/badge_critique.scss */
#badge-critique-wrapper .ai-text-operation-content-wrapper.has-critique .trix-editor-container {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
}

/* line 459, app/assets/stylesheets/modern/badge_critique.scss */
#badge-critique-wrapper .ai-text-operation-content-wrapper.has-critique .critique-panel {
  transform: none;
}

/* line 463, app/assets/stylesheets/modern/badge_critique.scss */
#badge-critique-wrapper .ai-text-operation-content-wrapper.has-critique .critique-panel.show {
  min-height: 280px;
}

@media (max-width: 992px) {
  /* line 430, app/assets/stylesheets/modern/badge_critique.scss */
  #badge-critique-wrapper .ai-text-operation-content-wrapper.has-critique {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }
  /* line 472, app/assets/stylesheets/modern/badge_critique.scss */
  #badge-critique-wrapper .ai-text-operation-content-wrapper.has-critique .trix-editor-container,
#badge-critique-wrapper .ai-text-operation-content-wrapper.has-critique .description-container {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: auto;
  }
  /* line 480, app/assets/stylesheets/modern/badge_critique.scss */
  #badge-critique-wrapper .ai-text-operation-content-wrapper.has-critique .critique-panel {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    margin: 0 0 16px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    opacity: 1;
  }
  /* line 494, app/assets/stylesheets/modern/badge_critique.scss */
  #badge-critique-wrapper .ai-text-operation-content-wrapper.has-critique .critique-panel:not(.show) {
    display: none;
  }
  /* line 498, app/assets/stylesheets/modern/badge_critique.scss */
  #badge-critique-wrapper .ai-text-operation-content-wrapper.has-critique .critique-panel.show {
    display: flex !important;
    min-height: 680px;
    max-height: none;
  }
}

/* line 5, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__sheet {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 350px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03), 0 1px 2px rgba(0, 0, 0, 0.04), 0 8px 24px -4px rgba(0, 0, 0, 0.08), 0 20px 50px -12px rgba(0, 0, 0, 0.12);
  z-index: 1050;
  overflow: hidden;
  animation: announcement-slide-in 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

/* line 22, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner--expanded .announcement-banner__sheet {
  visibility: hidden;
  pointer-events: none;
}

/* line 28, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
  z-index: 2;
}

/* line 44, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__close:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

/* line 50, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__hero {
  position: relative;
  padding: 24px 22px 20px;
}

/* line 55, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__hero-bg {
  position: absolute;
  inset: 0;
  background-color: #3498db;
  z-index: 0;
}

/* line 62, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__greeting {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* line 70, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__headline {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  margin: 4px 0 0;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

/* line 79, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__date {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  margin-top: 4px;
}

/* line 86, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__stats {
  display: flex;
  align-items: center;
  padding: 14px 22px;
  background: #f6f9fb;
  border-bottom: 1px solid rgba(52, 152, 219, 0.12);
}

/* line 94, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

/* line 102, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__stat-value {
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}

/* line 108, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__stat-value--launches {
  color: #3498db;
}

/* line 109, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__stat-value--badges {
  color: #1e72aa;
}

/* line 112, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__stat-label {
  font-size: 10px;
  font-weight: 600;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 120, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__stat-divider {
  width: 1px;
  height: 32px;
  background: #e2e8f0;
}

/* line 126, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__body {
  padding: 14px 18px 8px;
}

/* line 130, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 136, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__section-title {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #94a3b8;
  margin: 0;
  padding: 0 4px;
}

/* line 148, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__section-title svg {
  opacity: 0.6;
}

/* line 151, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__preview-wrap {
  max-height: 118px;
  overflow: hidden;
}

/* line 156, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 165, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  transition: background 0.2s ease;
}

/* line 173, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__item:hover {
  background: #f8fafc;
}

/* line 178, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__item-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

/* line 186, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__item-icon--launch {
  background: rgba(52, 152, 219, 0.12);
  color: #3498db;
  border: 1px solid rgba(52, 152, 219, 0.22);
}

/* line 192, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__item-icon--badge {
  background: rgba(52, 152, 219, 0.08);
  color: #2077b2;
  border: 1px solid rgba(52, 152, 219, 0.18);
}

/* line 198, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__item-icon svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* line 205, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__item-content {
  display: flex;
  flex-direction: column;
  gap: 1px;
  flex: 1;
  min-width: 0;
}

/* line 213, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__item-link {
  margin-left: 2px;
  flex-shrink: 0;
  font-weight: 600;
  color: #3498db;
  text-decoration: none;
  white-space: nowrap;
}

/* line 221, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__item-link:hover {
  text-decoration: underline;
}

/* line 227, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__item-name {
  font-size: 13px;
  font-weight: 600;
  color: #1e293b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 236, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__item-meta {
  font-size: 11px;
  color: #94a3b8;
  font-weight: 500;
}

/* line 242, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__empty-state {
  margin: 0;
  font-size: 11px;
  color: #94a3b8;
  font-weight: 500;
}

/* line 249, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: calc(100% - 24px);
  margin: 4px 12px 12px;
  padding: 14px 22px;
  border: none;
  background-color: #3498db;
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.15s ease;
  color: #fff;
  font: inherit;
}

/* line 265, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__footer:hover {
  background-color: #2383c4;
}

/* line 270, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__footer-text {
  font-size: 13px;
  font-weight: 600;
}

/* line 276, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__overlay {
  position: fixed;
  inset: 0;
  z-index: 1060;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

/* line 288, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner--expanded .announcement-banner__overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* line 294, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__overlay-scrim {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.5);
}

/* line 300, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__overlay-panel {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  background: #fff;
  box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.12);
}

/* line 314, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__overlay-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background-color: #3498db;
  color: #fff;
}

/* line 324, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__overlay-back {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  justify-self: start;
  padding: 8px 10px;
  margin: 0;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.15s ease;
}

/* line 340, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__overlay-back:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

/* line 345, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__overlay-title-wrap {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  min-width: 0;
  text-align: center;
}

/* line 355, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__overlay-title {
  margin: 0;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  white-space: nowrap;
}

/* line 364, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__overlay-subtitle {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.25;
  white-space: normal;
  max-width: 280px;
}

/* line 374, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__overlay-dismiss {
  justify-self: end;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.15s ease;
}

/* line 388, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__overlay-dismiss:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

/* line 393, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__overlay-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
}

/* line 403, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner__body--overlay {
  flex: 1;
  padding: 14px 18px 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 411, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner--hidden {
  pointer-events: none;
}

/* line 412, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner--hidden .announcement-banner__sheet {
  animation: announcement-slide-out 0.3s cubic-bezier(0.5, 0, 0.75, 0) forwards;
}

/* line 416, app/assets/stylesheets/modern/announcement_banner.scss */
.announcement-banner--hidden .announcement-banner__overlay {
  display: none;
}

/* line 424, app/assets/stylesheets/modern/announcement_banner.scss */
body.announcement-banner-scroll-lock {
  overflow: hidden;
}

@keyframes announcement-slide-in {
  0% {
    opacity: 0;
    transform: translateY(24px) scale(0.92);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes announcement-slide-out {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(16px) scale(0.95);
  }
}

@media (max-width: 480px) {
  /* line 451, app/assets/stylesheets/modern/announcement_banner.scss */
  .announcement-banner__sheet {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    border-radius: 16px;
  }
}

/* line 19, app/assets/stylesheets/modern/achievements.scss */
.modern-ui-body .achievements-section .achievements-category:not(:last-child) {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e2e8f0;
}

/* line 26, app/assets/stylesheets/modern/achievements.scss */
.modern-ui-body .achievements-section .achievements-category-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #64748b;
  margin-bottom: 12px;
}

/* line 35, app/assets/stylesheets/modern/achievements.scss */
.modern-ui-body .achievements-section .achievements-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* line 41, app/assets/stylesheets/modern/achievements.scss */
.modern-ui-body .achievements-section .achievement-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 84px;
  border-radius: 12px;
  border: 1.5px solid #e2e8f0;
  background-color: #f8fafc;
  color: #cbd5e1;
  cursor: default;
  transition: all 200ms ease;
  overflow: hidden;
}

/* line 54, app/assets/stylesheets/modern/achievements.scss */
.modern-ui-body .achievements-section .achievement-item .achievement-accent {
  width: 100%;
  height: 3px;
  background-color: #e2e8f0;
  transition: all 200ms ease;
}

/* line 61, app/assets/stylesheets/modern/achievements.scss */
.modern-ui-body .achievements-section .achievement-item .achievement-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  padding-top: 4px;
}

/* line 70, app/assets/stylesheets/modern/achievements.scss */
.modern-ui-body .achievements-section .achievement-item .achievement-name {
  font-size: 0.5625rem;
  font-weight: 500;
  color: #9ca3af;
  text-align: center;
  line-height: 1.2;
  padding: 0 6px 8px;
  width: 100%;
  overflow-wrap: anywhere;
  -webkit-hyphens: auto;
          hyphens: auto;
}

/* line 82, app/assets/stylesheets/modern/achievements.scss */
.modern-ui-body .achievements-section .achievement-item:hover {
  border-color: #cbd5e1;
}

/* line 87, app/assets/stylesheets/modern/achievements.scss */
.modern-ui-body .achievements-section .achievement-item.achievement-unlocked {
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 91, app/assets/stylesheets/modern/achievements.scss */
.modern-ui-body .achievements-section .achievement-item.achievement-unlocked .achievement-name {
  font-weight: 600;
  color: #0f172a;
}

/* line 96, app/assets/stylesheets/modern/achievements.scss */
.modern-ui-body .achievements-section .achievement-item.achievement-unlocked:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}

/* line 100, app/assets/stylesheets/modern/achievements.scss */
.modern-ui-body .achievements-section .achievement-item.achievement-unlocked:hover .achievement-accent {
  height: 4px;
}

/* line 107, app/assets/stylesheets/modern/achievements.scss */
.modern-ui-body .achievements-section .achievement-item.achievement-unlocked.achievement-mastery {
  border-color: #bfdbfe;
  color: #3b82f6;
}

/* line 110, app/assets/stylesheets/modern/achievements.scss */
.modern-ui-body .achievements-section .achievement-item.achievement-unlocked.achievement-mastery .achievement-accent {
  background-color: #3b82f6;
}

/* line 112, app/assets/stylesheets/modern/achievements.scss */
.modern-ui-body .achievements-section .achievement-item.achievement-unlocked.achievement-effort {
  border-color: #bbf7d0;
  color: #22c55e;
}

/* line 115, app/assets/stylesheets/modern/achievements.scss */
.modern-ui-body .achievements-section .achievement-item.achievement-unlocked.achievement-effort .achievement-accent {
  background-color: #22c55e;
}

/* line 117, app/assets/stylesheets/modern/achievements.scss */
.modern-ui-body .achievements-section .achievement-item.achievement-unlocked.achievement-character {
  border-color: #c7c3f0;
  color: #4D43C1;
}

/* line 120, app/assets/stylesheets/modern/achievements.scss */
.modern-ui-body .achievements-section .achievement-item.achievement-unlocked.achievement-character .achievement-accent {
  background-color: #4D43C1;
}

/* line 128, app/assets/stylesheets/modern/achievements.scss */
.achievements-category:not(:last-child) {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #dce0e0;
}

/* line 135, app/assets/stylesheets/modern/achievements.scss */
.achievements-category-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #525f7f;
  margin-bottom: 12px;
}

/* line 144, app/assets/stylesheets/modern/achievements.scss */
.achievements-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* line 150, app/assets/stylesheets/modern/achievements.scss */
.achievement-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 84px;
  border-radius: 12px;
  border: 1.5px solid #dce0e0;
  background-color: #f6f9fb;
  color: #dce0e0;
  cursor: default;
  transition: all 200ms ease;
  overflow: hidden;
}

/* line 163, app/assets/stylesheets/modern/achievements.scss */
.achievement-item .achievement-accent {
  width: 100%;
  height: 3px;
  background-color: #dce0e0;
  transition: all 200ms ease;
}

/* line 170, app/assets/stylesheets/modern/achievements.scss */
.achievement-item .achievement-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  padding-top: 4px;
}

/* line 179, app/assets/stylesheets/modern/achievements.scss */
.achievement-item .achievement-name {
  font-size: 0.5625rem;
  font-weight: 500;
  color: #525f7f;
  text-align: center;
  line-height: 1.2;
  padding: 0 6px 8px;
  width: 100%;
  overflow-wrap: anywhere;
  -webkit-hyphens: auto;
          hyphens: auto;
  opacity: 0.5;
}

/* line 192, app/assets/stylesheets/modern/achievements.scss */
.achievement-item:hover {
  border-color: #c1c8c8;
}

/* line 197, app/assets/stylesheets/modern/achievements.scss */
.achievement-item.achievement-unlocked {
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 201, app/assets/stylesheets/modern/achievements.scss */
.achievement-item.achievement-unlocked .achievement-name {
  font-weight: 600;
  color: #283c46;
  opacity: 1;
}

/* line 207, app/assets/stylesheets/modern/achievements.scss */
.achievement-item.achievement-unlocked:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

/* line 211, app/assets/stylesheets/modern/achievements.scss */
.achievement-item.achievement-unlocked:hover .achievement-accent {
  height: 4px;
}

/* line 218, app/assets/stylesheets/modern/achievements.scss */
.achievement-item.achievement-unlocked.achievement-mastery {
  border-color: #a0cfee;
  color: #3498db;
}

/* line 221, app/assets/stylesheets/modern/achievements.scss */
.achievement-item.achievement-unlocked.achievement-mastery .achievement-accent {
  background-color: #3498db;
}

/* line 223, app/assets/stylesheets/modern/achievements.scss */
.achievement-item.achievement-unlocked.achievement-effort {
  border-color: #9ee9be;
  color: #27ae60;
}

/* line 226, app/assets/stylesheets/modern/achievements.scss */
.achievement-item.achievement-unlocked.achievement-effort .achievement-accent {
  background-color: #27ae60;
}

/* line 228, app/assets/stylesheets/modern/achievements.scss */
.achievement-item.achievement-unlocked.achievement-character {
  border-color: #bab6e7;
  color: #4D43C1;
}

/* line 231, app/assets/stylesheets/modern/achievements.scss */
.achievement-item.achievement-unlocked.achievement-character .achievement-accent {
  background-color: #4D43C1;
}

/* line 236, app/assets/stylesheets/modern/achievements.scss */
.parent-achievements-page {
  position: relative;
  border-radius: 24px;
  background: white;
  padding: 32px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

@media (max-width: 640px) {
  /* line 236, app/assets/stylesheets/modern/achievements.scss */
  .parent-achievements-page {
    padding: 20px;
  }
}

/* line 248, app/assets/stylesheets/modern/achievements.scss */
.parent-achievements-header {
  margin-bottom: 32px;
}

/* line 251, app/assets/stylesheets/modern/achievements.scss */
.parent-achievements-header h1 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
}

/* line 258, app/assets/stylesheets/modern/achievements.scss */
.parent-achievements-subtitle {
  font-size: 0.9375rem;
  color: #64748b;
  line-height: 1.5;
}

/* line 264, app/assets/stylesheets/modern/achievements.scss */
.parent-achievements-category {
  margin-bottom: 32px;
}

/* line 268, app/assets/stylesheets/modern/achievements.scss */
.parent-achievements-category-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #64748b;
  margin-bottom: 12px;
}

/* line 277, app/assets/stylesheets/modern/achievements.scss */
.parent-achievement-card {
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  background-color: #f8fafc;
  margin-bottom: 10px;
  overflow: hidden;
  transition: all 200ms ease;
}

/* line 285, app/assets/stylesheets/modern/achievements.scss */
.parent-achievement-card.parent-achievement-unlocked {
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

/* line 292, app/assets/stylesheets/modern/achievements.scss */
.parent-achievement-card.parent-achievement-unlocked.achievement-mastery {
  border-color: #bfdbfe;
}

/* line 294, app/assets/stylesheets/modern/achievements.scss */
.parent-achievement-card.parent-achievement-unlocked.achievement-mastery .parent-achievement-icon {
  color: #3b82f6;
  background-color: #eff6ff;
}

/* line 296, app/assets/stylesheets/modern/achievements.scss */
.parent-achievement-card.parent-achievement-unlocked.achievement-effort {
  border-color: #bbf7d0;
}

/* line 298, app/assets/stylesheets/modern/achievements.scss */
.parent-achievement-card.parent-achievement-unlocked.achievement-effort .parent-achievement-icon {
  color: #22c55e;
  background-color: #f0fdf4;
}

/* line 300, app/assets/stylesheets/modern/achievements.scss */
.parent-achievement-card.parent-achievement-unlocked.achievement-character {
  border-color: #c7c3f0;
}

/* line 302, app/assets/stylesheets/modern/achievements.scss */
.parent-achievement-card.parent-achievement-unlocked.achievement-character .parent-achievement-icon {
  color: #4D43C1;
  background-color: #f0eeff;
}

/* line 306, app/assets/stylesheets/modern/achievements.scss */
.parent-achievement-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
}

/* line 313, app/assets/stylesheets/modern/achievements.scss */
.parent-achievement-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background-color: #f8fafc;
  color: #cbd5e1;
}

/* line 325, app/assets/stylesheets/modern/achievements.scss */
.parent-achievement-info {
  flex: 1;
  min-width: 0;
}

/* line 330, app/assets/stylesheets/modern/achievements.scss */
.parent-achievement-name {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.3;
}

/* line 336, app/assets/stylesheets/modern/achievements.scss */
.parent-achievement-card:not(.parent-achievement-unlocked) .parent-achievement-name {
  color: #64748b;
}

/* line 341, app/assets/stylesheets/modern/achievements.scss */
.parent-achievement-desc {
  font-size: 0.8125rem;
  color: #64748b;
  line-height: 1.4;
  margin-top: 2px;
}

/* line 347, app/assets/stylesheets/modern/achievements.scss */
.parent-achievement-card:not(.parent-achievement-unlocked) .parent-achievement-desc {
  opacity: 0.6;
}

/* line 352, app/assets/stylesheets/modern/achievements.scss */
.parent-achievement-chevron {
  flex-shrink: 0;
  font-size: 22px;
  color: #64748b;
  transition: transform 0.2s ease;
}

/* line 358, app/assets/stylesheets/modern/achievements.scss */
.parent-achievement-expanded .parent-achievement-chevron {
  transform: rotate(180deg);
}

/* line 363, app/assets/stylesheets/modern/achievements.scss */
.parent-achievement-detail {
  display: none;
  padding: 0 16px 16px;
  border-top: 1px solid #e2e8f0;
}

/* line 368, app/assets/stylesheets/modern/achievements.scss */
.parent-achievement-expanded .parent-achievement-detail {
  display: block;
}

/* line 373, app/assets/stylesheets/modern/achievements.scss */
.parent-achievement-body {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #0f172a;
  padding-top: 16px;
}

/* line 380, app/assets/stylesheets/modern/achievements.scss */
.parent-achievement-questions {
  margin-top: 16px;
  padding: 14px 16px;
  background-color: #f8fafc;
  border-radius: 8px;
}

/* line 387, app/assets/stylesheets/modern/achievements.scss */
.parent-achievement-questions-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 8px;
}

/* line 394, app/assets/stylesheets/modern/achievements.scss */
.parent-achievement-questions ul {
  margin: 0;
  padding-left: 20px;
  list-style-type: disc;
}

/* line 399, app/assets/stylesheets/modern/achievements.scss */
.parent-achievement-questions ul li {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.5;
  margin-bottom: 6px;
  font-style: italic;
}

/* line 406, app/assets/stylesheets/modern/achievements.scss */
.parent-achievement-questions ul li:last-child {
  margin-bottom: 0;
}

/* line 410, app/assets/stylesheets/modern/achievements.scss */
.parent-achievement-date {
  margin-top: 14px;
  font-size: 0.75rem;
  color: #9ca3af;
}

/* line 417, app/assets/stylesheets/modern/achievements.scss */
.achievement-toast-container {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 120;
  display: flex;
  flex-direction: column-reverse;
  gap: 12px;
  max-width: 380px;
}

@media (max-width: 480px) {
  /* line 417, app/assets/stylesheets/modern/achievements.scss */
  .achievement-toast-container {
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-width: none;
  }
}

/* line 435, app/assets/stylesheets/modern/achievements.scss */
.achievement-toast {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: white;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* line 448, app/assets/stylesheets/modern/achievements.scss */
.achievement-toast.achievement-toast-visible {
  opacity: 1;
  transform: translateX(0);
}

/* line 453, app/assets/stylesheets/modern/achievements.scss */
.achievement-toast.achievement-toast-hiding {
  opacity: 0;
  transform: translateX(100%);
}

/* line 459, app/assets/stylesheets/modern/achievements.scss */
.achievement-toast-close {
  position: absolute;
  top: 8px;
  right: 10px;
  border: none;
  background: none;
  font-size: 18px;
  color: #64748b;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}

/* line 471, app/assets/stylesheets/modern/achievements.scss */
.achievement-toast-close:hover {
  color: #0f172a;
}

/* line 476, app/assets/stylesheets/modern/achievements.scss */
.achievement-toast-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background-color: #eff6ff;
  color: #3b82f6;
}

/* line 488, app/assets/stylesheets/modern/achievements.scss */
.achievement-toast-body {
  flex: 1;
  min-width: 0;
  padding-right: 16px;
}

/* line 494, app/assets/stylesheets/modern/achievements.scss */
.achievement-toast-title {
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #3b82f6;
  margin-bottom: 2px;
}

/* line 503, app/assets/stylesheets/modern/achievements.scss */
.achievement-toast-name {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.3;
  margin-bottom: 2px;
}

/* line 511, app/assets/stylesheets/modern/achievements.scss */
.achievement-toast-desc {
  font-size: 0.8125rem;
  color: #64748b;
  line-height: 1.4;
  font-style: italic;
}

/* line 5, app/assets/stylesheets/modern/feature_rollout.scss */
.modern-ui-body #feature-rollout-table thead .tablesorter-filter-row td {
  background-color: transparent;
}

/* line 9, app/assets/stylesheets/modern/feature_rollout.scss */
.modern-ui-body #feature-rollout-table thead .tablesorter-filter-row td input.tablesorter-filter {
  width: 100%;
  padding: 8px 12px;
  border: 0 none;
  border-radius: 6px;
  font-size: 0.875rem;
  color: #374151;
  background: #f9fafb;
  box-shadow: none;
  transition: all 100ms ease;
  outline: none;
  height: auto;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/* line 25, app/assets/stylesheets/modern/feature_rollout.scss */
.modern-ui-body #feature-rollout-table thead .tablesorter-filter-row td input.tablesorter-filter::-moz-placeholder {
  color: #9ca3af;
}
.modern-ui-body #feature-rollout-table thead .tablesorter-filter-row td input.tablesorter-filter::placeholder {
  color: #9ca3af;
}

/* line 29, app/assets/stylesheets/modern/feature_rollout.scss */
.modern-ui-body #feature-rollout-table thead .tablesorter-filter-row td input.tablesorter-filter:focus {
  background: #fff;
  border: 0 none;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.15);
}

/* line 35, app/assets/stylesheets/modern/feature_rollout.scss */
.modern-ui-body #feature-rollout-table thead .tablesorter-filter-row td input.tablesorter-filter:hover:not(:focus) {
  background: #f3f4f6;
  border: 0 none;
  box-shadow: none;
}

/* line 43, app/assets/stylesheets/modern/feature_rollout.scss */
.modern-ui-body .feature-rollout-cb {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  vertical-align: middle;
}

/* line 52, app/assets/stylesheets/modern/feature_rollout.scss */
.modern-ui-body .feature-rollout-cb-input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

/* line 59, app/assets/stylesheets/modern/feature_rollout.scss */
.modern-ui-body .feature-rollout-cb-mark {
  position: absolute;
  inset: 0;
  border: 2px solid #cbd5e1;
  border-radius: 4px;
  background: #fff;
  transition: all 100ms ease;
}

/* line 67, app/assets/stylesheets/modern/feature_rollout.scss */
.modern-ui-body .feature-rollout-cb-mark::after {
  content: '';
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* line 81, app/assets/stylesheets/modern/feature_rollout.scss */
.modern-ui-body .feature-rollout-cb-input:checked + .feature-rollout-cb-mark {
  background: #3b82f6;
  border-color: #3b82f6;
}

/* line 85, app/assets/stylesheets/modern/feature_rollout.scss */
.modern-ui-body .feature-rollout-cb-input:checked + .feature-rollout-cb-mark::after {
  display: block;
}

/* line 90, app/assets/stylesheets/modern/feature_rollout.scss */
.modern-ui-body .feature-rollout-cb:hover .feature-rollout-cb-mark {
  border-color: #3b82f6;
}

/* line 1, app/assets/stylesheets/modals.scss */
.modal-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
  color: #283c46;
}

/* line 8, app/assets/stylesheets/modals.scss */
.modal-body {
  padding: 2rem;
}

/* line 12, app/assets/stylesheets/modals.scss */
.modal-footer {
  padding: 2rem;
}

/* line 16, app/assets/stylesheets/modals.scss */
.modal-header {
  padding: 2rem;
}

/* line 20, app/assets/stylesheets/modals.scss */
.close.absolute {
  position: absolute;
  top: 20px;
  right: 20px;
}

/* line 25, app/assets/stylesheets/modals.scss */
.close.absolute:focus, .close.absolute:active {
  outline: none;
}

/* line 31, app/assets/stylesheets/modals.scss */
.modal.wide .modal-dialog {
  max-width: 640px;
}

/* line 36, app/assets/stylesheets/modals.scss */
.locked-modal {
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.85);
}

/* line 41, app/assets/stylesheets/modals.scss */
.darker-modal {
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 45, app/assets/stylesheets/modals.scss */
.normal-text {
  white-space: normal;
}

/* line 15, app/assets/stylesheets/users.scss */
.search-field {
  width: 250px !important;
  height: 27px !important;
  font-size: 14px;
}

/* line 22, app/assets/stylesheets/users.scss */
.jt-edit-icon {
  width: 16px;
  height: 16px;
  vertical-align: baseline;
}

/* line 29, app/assets/stylesheets/users.scss */
.inline-edit-stack {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
}

/* line 36, app/assets/stylesheets/users.scss */
.inline-actions-right {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  margin-top: 6px;
}

/* line 43, app/assets/stylesheets/users.scss */
.inline-actions-right .button,
.inline-actions-right .button-border {
  background: transparent;
  border: 0;
  padding: 0 8px;
  line-height: 1;
  height: 28px;
  min-width: 28px;
  font-size: 18px;
}

/* line 54, app/assets/stylesheets/users.scss */
.inline-actions-right .button {
  color: #1e88e5;
}

/* line 57, app/assets/stylesheets/users.scss */
.inline-actions-right .button:hover, .inline-actions-right .button:active, .inline-actions-right .button:focus {
  color: #1e88e5 !important;
  background-color: transparent !important;
}

/* line 65, app/assets/stylesheets/users.scss */
.inline-actions-right .button-border {
  color: #e53935;
  box-shadow: none;
}

/* line 69, app/assets/stylesheets/users.scss */
.inline-actions-right .button-border:hover, .inline-actions-right .button-border:active, .inline-actions-right .button-border:focus {
  color: #e53935 !important;
  background-color: transparent !important;
}

/* line 80, app/assets/stylesheets/users.scss */
.user-info .info-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

/* line 85, app/assets/stylesheets/users.scss */
.user-info .info-item .info-icon {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  flex-shrink: 0;
}

/* line 92, app/assets/stylesheets/users.scss */
.user-info .info-item small {
  line-height: 1.4;
}

/* line 98, app/assets/stylesheets/users.scss */
.parent-children-select .selectize-control.multi .selectize-input.has-items {
  max-height: 80px;
  overflow-y: auto;
}

/* line 109, app/assets/stylesheets/users.scss */
.search-field {
  width: 290px !important;
  height: 27px !important;
  font-size: 14px;
  box-shadow: none !important;
}

/* line 117, app/assets/stylesheets/users.scss */
.jt-edit-icon {
  width: 16px;
  height: 16px;
  vertical-align: baseline;
}

/* line 122, app/assets/stylesheets/users.scss */
.studio-items {
  display: flex;
}

/* Merge Users Feature Styles */
/* line 3, app/assets/stylesheets/merge_users.scss */
.merge-alert {
  padding: 12px 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  font-weight: 500;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-left-width: 4px;
  border-left-style: solid;
}

/* line 17, app/assets/stylesheets/merge_users.scss */
.merge-alert.alert-success {
  background-color: #d1f2eb;
  border-left-color: #10b981;
  color: #065f46;
}

/* line 23, app/assets/stylesheets/merge_users.scss */
.merge-alert.alert-danger {
  background-color: #fde2e4;
  border-left-color: #ef4444;
  color: #991b1b;
}

/* line 29, app/assets/stylesheets/merge_users.scss */
.merge-alert.alert-warning {
  background-color: #fff4e5;
  border-left-color: #f59e0b;
  color: #92400e;
}

/* line 35, app/assets/stylesheets/merge_users.scss */
.merge-alert.alert-info {
  background-color: #e3f2fd;
  border-left-color: #3b82f6;
  color: #1e40af;
}

/* line 41, app/assets/stylesheets/merge_users.scss */
.merge-alert .alert-message {
  flex: 1;
  margin-right: 10px;
}

/* line 46, app/assets/stylesheets/merge_users.scss */
.merge-alert .alert-close {
  background: none;
  border: none;
  font-size: 24px;
  line-height: 1;
  color: #000;
  opacity: 0.5;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

/* line 57, app/assets/stylesheets/merge_users.scss */
.merge-alert .alert-close:hover {
  opacity: 0.8;
}

/* Hidden elements */
/* line 64, app/assets/stylesheets/merge_users.scss */
.merge-hidden {
  display: none;
}

/* Warning box styling */
/* line 69, app/assets/stylesheets/merge_users.scss */
.merge-warning-box {
  border-radius: 4px;
}

/* Fix double borders on Selectize dropdowns in merge form */
/* line 74, app/assets/stylesheets/merge_users.scss */
.selectize-control.form-control {
  border: none !important;
  padding: 0 !important;
}

/* line 79, app/assets/stylesheets/merge_users.scss */
.selectize-control .selectize-input {
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
}

/* line 84, app/assets/stylesheets/merge_users.scss */
.selectize-control .selectize-input.focus {
  border-color: #80bdff !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}

/* line 89, app/assets/stylesheets/merge_users.scss */
.selectize-dropdown {
  border: 1px solid #ced4da !important;
  border-top: none !important;
  z-index: 9999 !important;
  background-color: #fff !important;
}

/* line 96, app/assets/stylesheets/merge_users.scss */
.selectize-dropdown .selectize-dropdown-content {
  background-color: #fff !important;
}

/* line 100, app/assets/stylesheets/merge_users.scss */
.selectize-dropdown .option {
  background-color: #fff !important;
  padding: 8px 12px !important;
  border-bottom: 1px solid #f1f1f1;
}

/* line 106, app/assets/stylesheets/merge_users.scss */
.selectize-dropdown .option:hover,
.selectize-dropdown .option.active {
  background-color: #f8f9fa !important;
  color: #212529 !important;
}

/* line 112, app/assets/stylesheets/merge_users.scss */
.selectize-dropdown .option .name {
  font-weight: 500;
  display: block;
}

/* line 117, app/assets/stylesheets/merge_users.scss */
.selectize-dropdown .option .email {
  font-size: 0.85rem;
  color: #6c757d;
  display: block;
}

/* Merge preview styling */
/* line 124, app/assets/stylesheets/merge_users.scss */
#merge-preview {
  margin-top: 2rem;
}

/* line 128, app/assets/stylesheets/merge_users.scss */
#merge-preview .box {
  width: 100%;
}

/* line 132, app/assets/stylesheets/merge_users.scss */
#merge-preview .enrollments-section {
  padding-top: 1rem;
}

/* line 136, app/assets/stylesheets/merge_users.scss */
#merge-preview .table-responsive {
  max-height: 400px;
  overflow-y: auto;
}

/* line 141, app/assets/stylesheets/merge_users.scss */
#merge-actions {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #dee2e6;
  text-align: right;
}

/* line 148, app/assets/stylesheets/merge_users.scss */
#merge-actions .button {
  margin-left: 0.5rem;
}

/* line 152, app/assets/stylesheets/merge_users.scss */
.cannot-merge-users {
  background-color: #dc3545;
  color: white;
  padding: 1rem;
}

/* line 158, app/assets/stylesheets/merge_users.scss */
.merge-warning-subtitle {
  font-size: 0.9rem;
  opacity: 0.9;
}

/* line 163, app/assets/stylesheets/merge_users.scss */
.merge-warning-schools {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* line 169, app/assets/stylesheets/merge_users.scss */
.merge-info-tip {
  background-color: #17a2b8;
  border-radius: 4px;
}

/* line 175, app/assets/stylesheets/merge_users.scss */
#verification-section .card {
  margin-top: 1rem;
}

/* line 179, app/assets/stylesheets/merge_users.scss */
#verification-section .card-title {
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
}

/* line 188, app/assets/stylesheets/merge_users.scss */
#code-input-section input[type="text"] {
  max-width: 200px;
}

/* line 193, app/assets/stylesheets/merge_users.scss */
#verified-section {
  margin-top: 1rem;
}

/* line 2, app/assets/stylesheets/years_and_sessions.scss */
.years .year {
  padding: 0.5rem;
  box-shadow: inset 0 -2px #fff;
  background-color: #fafbfd;
}

/* line 6, app/assets/stylesheets/years_and_sessions.scss */
.years .year:last-child {
  margin-bottom: 0;
}

/* line 11, app/assets/stylesheets/years_and_sessions.scss */
.sessions .nested-fields {
  padding: 12px 20px;
  box-shadow: inset 0 -2px #fff;
  background-color: #fafbfd;
}

/* line 17, app/assets/stylesheets/years_and_sessions.scss */
.sessions .session_name {
  font-size: 0.9rem;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/smart_goals.scss */
.smart-goals {
  counter-reset: item 0;
}

/* line 5, app/assets/stylesheets/smart_goals.scss */
.smart-goal {
  margin-bottom: 2rem;
  counter-increment: item 1;
}

/* line 10, app/assets/stylesheets/smart_goals.scss */
.smart-goal .goal_number_wrapper {
  margin-bottom: 5px;
  font-size: 0.8rem;
}

/* line 14, app/assets/stylesheets/smart_goals.scss */
.smart-goal .goal_number_wrapper::after {
  content: counter(item);
}

/* line 19, app/assets/stylesheets/smart_goals.scss */
.smart-goal .smart-goal-inner-wrapper {
  display: flex;
  align-items: center;
}

/* line 23, app/assets/stylesheets/smart_goals.scss */
.smart-goal .smart-goal-inner-wrapper.flex-column {
  flex-direction: column;
  align-items: stretch;
}

/* line 28, app/assets/stylesheets/smart_goals.scss */
.smart-goal .smart-goal-inner-wrapper .ui-cards {
  display: flex;
  width: 100%;
}

/* line 33, app/assets/stylesheets/smart_goals.scss */
.smart-goal .smart-goal-inner-wrapper.flex-column .ui-cards {
  flex-direction: column;
  gap: 1rem;
}

/* line 38, app/assets/stylesheets/smart_goals.scss */
.smart-goal .smart-goal-inner-wrapper .ui-card {
  height: auto;
  font-size: 14px;
  width: 100%;
}

/* line 43, app/assets/stylesheets/smart_goals.scss */
.smart-goal .smart-goal-inner-wrapper .ui-card label {
  font-weight: 300;
}

/* line 45, app/assets/stylesheets/smart_goals.scss */
.smart-goal .smart-goal-inner-wrapper .ui-card .hint {
  color: #27ae60;
}

/* line 47, app/assets/stylesheets/smart_goals.scss */
.smart-goal .smart-goal-inner-wrapper .ui-card .ui-card-header {
  background-color: #3498db;
}

/* line 49, app/assets/stylesheets/smart_goals.scss */
.smart-goal .smart-goal-inner-wrapper .ui-card .ui-card-header h2 {
  color: white;
}

/* line 52, app/assets/stylesheets/smart_goals.scss */
.smart-goal .smart-goal-inner-wrapper .ui-card:first-child {
  border-radius: 4px 0 0 4px;
  border-right: 0;
}

/* line 53, app/assets/stylesheets/smart_goals.scss */
.smart-goal .smart-goal-inner-wrapper .ui-card:last-child {
  border-radius: 0 4px 4px 0;
}

/* line 56, app/assets/stylesheets/smart_goals.scss */
.smart-goal .smart-goal-inner-wrapper.flex-column .ui-card {
  border-radius: 4px !important;
  border-right: 1px solid rgba(50, 50, 93, 0.16) !important;
  margin-bottom: 0;
}

/* line 64, app/assets/stylesheets/smart_goals.scss */
.smart-goal-circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 240px;
  height: 240px;
  min-width: 240px;
  min-height: 240px;
  border-radius: 50%;
  align-items: center;
  text-align: center;
  background: #3498db;
  color: white;
  padding: 1rem 2rem;
  box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
  font-size: 1.25rem;
  transition: 200ms all;
}

/* line 82, app/assets/stylesheets/smart_goals.scss */
.smart-goal-circle h2 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
}

/* line 88, app/assets/stylesheets/smart_goals.scss */
.smart-goal-circle label {
  color: white;
}

/* line 90, app/assets/stylesheets/smart_goals.scss */
.smart-goal-circle i {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 12px;
  transition: 200ms all;
}

/* line 95, app/assets/stylesheets/smart_goals.scss */
.smart-goal-circle i:hover, .smart-goal-circle i:focus, .smart-goal-circle i:active {
  color: white;
}

/* line 100, app/assets/stylesheets/smart_goals.scss */
.smart-goal-circle .info-small {
  margin-top: 5px;
  font-size: 0.8rem;
}

/* line 105, app/assets/stylesheets/smart_goals.scss */
.smart-goal-circle.green {
  background: #27ae60;
}

/* line 106, app/assets/stylesheets/smart_goals.scss */
.smart-goal-circle.yellow {
  background: #EAAD21;
}

/* line 107, app/assets/stylesheets/smart_goals.scss */
.smart-goal-circle.red {
  background: #e74c3c;
}

/* line 110, app/assets/stylesheets/smart_goals.scss */
.mad-lib-sentence {
  display: block;
  margin-top: 1rem;
}

/* line 114, app/assets/stylesheets/smart_goals.scss */
.mad-lib-sentence.mt0 {
  margin-top: 0;
}

/* line 120, app/assets/stylesheets/smart_goals.scss */
.smart-goal-form .ui-card-body .d-flex.align-items-center {
  align-items: center !important;
}

/* line 125, app/assets/stylesheets/smart_goals.scss */
.smart-goal-form .ui-card-body .d-flex.align-items-center.flex-wrap.gap-2 {
  gap: 0.5rem !important;
}

/* line 129, app/assets/stylesheets/smart_goals.scss */
.smart-goal-form .ui-card-body .modern-info-pill {
  margin-bottom: 0;
  font-size: 1rem;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
  box-sizing: border-box;
}

/* line 141, app/assets/stylesheets/smart_goals.scss */
.smart-goal-form .ui-card-body .smart-goal-method-name-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, rgba(168, 85, 247, 0.12) 100%);
  color: #6d28d9;
  border: 1.5px solid rgba(139, 92, 246, 0.3);
  box-shadow: 0 1px 3px rgba(139, 92, 246, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transition: all 200ms ease;
  min-width: 120px;
  max-width: 100%;
  cursor: default;
  height: 36px;
  line-height: 1;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
}

/* line 162, app/assets/stylesheets/smart_goals.scss */
.smart-goal-form .ui-card-body .smart-goal-method-name-pill::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  pointer-events: none;
}

/* line 173, app/assets/stylesheets/smart_goals.scss */
.smart-goal-form .ui-card-body .smart-goal-method-name-pill .feather {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  color: #7c3aed;
  opacity: 0.9;
  filter: drop-shadow(0 1px 1px rgba(124, 58, 237, 0.2));
}

@media (max-width: 768px) {
  /* line 186, app/assets/stylesheets/smart_goals.scss */
  .smart-goal-form .ui-card-body .d-flex.align-items-center.flex-wrap {
    align-items: center !important;
    gap: 0.5rem !important;
  }
  /* line 190, app/assets/stylesheets/smart_goals.scss */
  .smart-goal-form .ui-card-body .d-flex.align-items-center.flex-wrap .modern-info-pill,
.smart-goal-form .ui-card-body .d-flex.align-items-center.flex-wrap .smart-goal-method-name-pill {
    height: 36px;
    min-height: 36px;
    max-height: 36px;
  }
}

/* line 199, app/assets/stylesheets/smart_goals.scss */
.smart-goal-form .ui-card-body input[type="text"][disabled] {
  flex: 1;
}

@media (max-width: 768px) {
  /* line 205, app/assets/stylesheets/smart_goals.scss */
  .smart-goal-form .smart-goal-inner-wrapper.flex-column .ui-card {
    border-right: none !important;
    border-radius: 12px !important;
  }
  /* line 210, app/assets/stylesheets/smart_goals.scss */
  .smart-goal-form .smart-goal-mobile-divider {
    box-shadow: none;
  }
}

/* line 218, app/assets/stylesheets/smart_goals.scss */
.smart-goal-card {
  position: relative;
}

/* line 221, app/assets/stylesheets/smart_goals.scss */
.smart-goal-card .smart-goal-delete-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  color: inherit;
  opacity: 0.6;
  transition: all 0.15s ease;
  z-index: 2;
}

/* line 233, app/assets/stylesheets/smart_goals.scss */
.smart-goal-card .smart-goal-delete-btn:hover, .smart-goal-card .smart-goal-delete-btn:focus {
  opacity: 1;
  color: #dc2626;
  background-color: rgba(220, 38, 38, 0.1);
  text-decoration: none;
}

@media (max-width: 767px) {
  /* line 221, app/assets/stylesheets/smart_goals.scss */
  .smart-goal-card .smart-goal-delete-btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
  }
}

/* line 250, app/assets/stylesheets/smart_goals.scss */
.smart-goal-modal-cards {
  display: flex;
  width: 100%;
}

/* line 255, app/assets/stylesheets/smart_goals.scss */
.smart-goal-modal-cards .modern-info-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  background-color: #e8f4fd;
  color: #1a73e8;
  margin-right: 8px;
}

/* line 267, app/assets/stylesheets/smart_goals.scss */
.smart-goal-modal-cards > .smart-goal-modal-card {
  flex: 1 1 0% !important;
  min-width: 0;
}

/* line 272, app/assets/stylesheets/smart_goals.scss */
.smart-goal-modal-cards > .smart-goal-modal-card:only-child {
  width: 100%;
}

/* line 277, app/assets/stylesheets/smart_goals.scss */
.smart-goal-modal-cards > .smart-goal-modal-card.smart-goal-mobile-divider {
  border-left: 1px solid #e5e7eb;
  padding-left: 1.5rem;
}

/* line 283, app/assets/stylesheets/smart_goals.scss */
.smart-goal-modal-cards .smart-goal-modal-card-body {
  padding: 1rem;
}

@media (max-width: 767px) {
  /* line 250, app/assets/stylesheets/smart_goals.scss */
  .smart-goal-modal-cards {
    flex-direction: column;
  }
  /* line 291, app/assets/stylesheets/smart_goals.scss */
  .smart-goal-modal-cards > .smart-goal-modal-card {
    flex: 1 1 auto !important;
    width: 100%;
  }
  /* line 295, app/assets/stylesheets/smart_goals.scss */
  .smart-goal-modal-cards > .smart-goal-modal-card.smart-goal-mobile-divider {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #e5e7eb;
    padding-top: 1rem;
  }
}

/* line 305, app/assets/stylesheets/smart_goals.scss */
.smart-goal-modal-footer {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  margin: 0 auto;
}

/* line 315, app/assets/stylesheets/smart_goals.scss */
.smart-goal-modal-footer .button {
  flex: 0 1 auto;
  min-width: 0;
  white-space: nowrap;
}

@media (max-width: 768px) {
  /* line 305, app/assets/stylesheets/smart_goals.scss */
  .smart-goal-modal-footer {
    flex-wrap: nowrap !important;
    padding: 0.75rem 1rem;
    gap: 0.5rem;
    justify-content: flex-end;
  }
  /* line 327, app/assets/stylesheets/smart_goals.scss */
  .smart-goal-modal-footer .button {
    flex: 0 1 auto;
    min-width: 0;
    white-space: nowrap;
    padding: 0.5rem 0.75rem;
  }
}

/* line 336, app/assets/stylesheets/smart_goals.scss */
.points-circle {
  background-color: #3498db;
  min-height: 60px;
  min-width: 60px;
  height: 60px;
  width: 60px;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  border-radius: 50%;
  font-size: 1.4rem;
}

/* line 355, app/assets/stylesheets/smart_goals.scss */
.category-tab-v2 {
  border-radius: 6px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 8px 12px !important;
  margin-right: 8px !important;
  border: 1px solid #e9ecef !important;
  color: #495057 !important;
  background-color: #ffffff !important;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out !important;
}

/* line 367, app/assets/stylesheets/smart_goals.scss */
.category-tab-v2:hover {
  border-color: #6c757d !important;
  color: #495057 !important;
  text-decoration: none !important;
}

/* line 373, app/assets/stylesheets/smart_goals.scss */
.category-tab-v2:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.25) !important;
  outline: 0 !important;
}

/* line 378, app/assets/stylesheets/smart_goals.scss */
.category-tab-v2.active {
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  color: #ffffff !important;
}

/* line 386, app/assets/stylesheets/smart_goals.scss */
.category-card-v2 {
  background: #ffffff;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #374151;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* line 399, app/assets/stylesheets/smart_goals.scss */
.category-card-v2:hover {
  border-color: #3b82f6;
  background: #f0f9ff;
  box-shadow: 0 8px 16px rgba(59, 130, 246, 0.15);
  transform: translateY(-2px);
  text-decoration: none;
  color: #1e40af;
}

/* line 407, app/assets/stylesheets/smart_goals.scss */
.category-card-v2:hover i {
  color: #3b82f6;
}

/* line 412, app/assets/stylesheets/smart_goals.scss */
.category-card-v2 i {
  color: #6b7280;
  transition: all 0.3s ease;
}

/* line 417, app/assets/stylesheets/smart_goals.scss */
.category-card-v2 h5 {
  color: inherit;
  transition: color 0.3s ease;
}

/* line 426, app/assets/stylesheets/smart_goals.scss */
.milestone-preview .milestone-header .milestone-title {
  color: #111827;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.3;
}

/* line 433, app/assets/stylesheets/smart_goals.scss */
.milestone-preview .milestone-header .milestone-category {
  font-size: 0.875rem;
  font-weight: 500;
  color: #6b7280;
  background: #f3f4f6;
  padding: 0.25rem 0.75rem;
  border-radius: 12px;
  display: inline-block;
}

/* line 445, app/assets/stylesheets/smart_goals.scss */
.milestone-preview .milestone-description p {
  font-size: 0.95rem;
  line-height: 1.5;
}

/* line 453, app/assets/stylesheets/smart_goals.scss */
.goal-sentence .goal-input-wrapper {
  flex: 0 0 auto;
  min-width: 80px;
}

/* line 456, app/assets/stylesheets/smart_goals.scss */
.goal-sentence .goal-input-wrapper .w-80 {
  width: 80px;
}

/* line 462, app/assets/stylesheets/smart_goals.scss */
.smart-goal-display-input {
  text-align: center;
  pointer-events: none;
  background-color: #e9ecef !important;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.6;
  padding: 4px 7px 2px;
  border: 0;
  transition: 200ms all ease-in-out;
  box-shadow: 0 0 0 1px rgba(50, 50, 93, 0.16), 0 0 0 1px rgba(50, 151, 211, 0), 0 0 0 2px rgba(50, 151, 211, 0), 0 1px 1px rgba(0, 0, 0, 0.08);
  color: #283c46;
  width: auto;
  min-width: 3ch;
  max-width: 100%;
}

/* line 479, app/assets/stylesheets/smart_goals.scss */
.smart-goal-display-input[size] {
  width: calc(var(--input-size, 3) * 1ch + 14px);
}

/* line 486, app/assets/stylesheets/smart_goals.scss */
.challenge-scheduler .schedule-form {
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* line 494, app/assets/stylesheets/smart_goals.scss */
.challenge-scheduler .schedule-sentence {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.5;
}

/* line 503, app/assets/stylesheets/smart_goals.scss */
.challenge-scheduler .date-input-wrapper,
.challenge-scheduler .time-input-wrapper {
  flex: 0 0 auto;
  min-width: 140px;
}

/* line 509, app/assets/stylesheets/smart_goals.scss */
.challenge-scheduler .at-text {
  color: #6c757d;
  font-weight: 500;
  white-space: nowrap;
}

/* line 515, app/assets/stylesheets/smart_goals.scss */
.challenge-scheduler .form-control {
  border: none;
  border-radius: 6px;
  padding: 6px 8px;
  font-size: 14px;
  transition: all 0.2s ease;
  background-color: #fff;
  height: 32px;
}

/* line 525, app/assets/stylesheets/smart_goals.scss */
.challenge-scheduler .form-control:focus {
  background-color: #fff;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
  outline: none;
}

/* line 531, app/assets/stylesheets/smart_goals.scss */
.challenge-scheduler .form-actions {
  display: flex;
  gap: 8px;
  margin-top: 20px;
  justify-content: flex-end;
  align-items: center;
}

/* line 539, app/assets/stylesheets/smart_goals.scss */
.challenge-scheduler .btn {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  line-height: 1.5;
}

/* line 553, app/assets/stylesheets/smart_goals.scss */
.challenge-scheduler .btn-primary {
  background-color: #3b82f6;
  border-color: #3b82f6;
  color: #ffffff;
}

/* line 558, app/assets/stylesheets/smart_goals.scss */
.challenge-scheduler .btn-primary:hover {
  background-color: #2563eb;
  border-color: #2563eb;
  color: #ffffff;
}

/* line 565, app/assets/stylesheets/smart_goals.scss */
.challenge-scheduler .btn-outline-secondary {
  background-color: #ffffff;
  color: #6b7280;
  border-color: #d1d5db;
}

/* line 570, app/assets/stylesheets/smart_goals.scss */
.challenge-scheduler .btn-outline-secondary:hover {
  background-color: #f9fafb;
  color: #374151;
  border-color: #9ca3af;
}

@media (max-width: 576px) {
  /* line 578, app/assets/stylesheets/smart_goals.scss */
  .challenge-scheduler .schedule-sentence {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  /* line 584, app/assets/stylesheets/smart_goals.scss */
  .challenge-scheduler .sentence-text {
    text-align: center;
    margin-bottom: 8px;
  }
  /* line 589, app/assets/stylesheets/smart_goals.scss */
  .challenge-scheduler .at-text {
    text-align: center;
    margin: 4px 0;
  }
  /* line 594, app/assets/stylesheets/smart_goals.scss */
  .challenge-scheduler .date-input-wrapper,
.challenge-scheduler .time-input-wrapper {
    min-width: auto;
  }
}

/* line 603, app/assets/stylesheets/smart_goals.scss */
.challenge-card.v2.smart-goal-card.green {
  background: #27ae60;
}

/* line 606, app/assets/stylesheets/smart_goals.scss */
.challenge-card.v2.smart-goal-card.green .challenge-card-header {
  background: #1a8f4b;
  color: white;
}

/* line 611, app/assets/stylesheets/smart_goals.scss */
.challenge-card.v2.smart-goal-card.green .pill.teal {
  background: #27ae60;
  color: white;
}

/* line 616, app/assets/stylesheets/smart_goals.scss */
.challenge-card.v2.smart-goal-card.green .button.button-secondary {
  background: #27ae60;
  color: white;
  border-color: #ffffff;
}

/* line 621, app/assets/stylesheets/smart_goals.scss */
.challenge-card.v2.smart-goal-card.green .button.button-secondary:hover {
  background: #1e8449;
  border-color: #1e8449;
}

/* line 629, app/assets/stylesheets/smart_goals.scss */
.challenge-card.v2.smart-goal-card.yellow {
  background: #EAAD21;
}

/* line 632, app/assets/stylesheets/smart_goals.scss */
.challenge-card.v2.smart-goal-card.yellow .challenge-card-header {
  background: #c69219;
  color: white;
}

/* line 637, app/assets/stylesheets/smart_goals.scss */
.challenge-card.v2.smart-goal-card.yellow .pill.teal {
  background: #EAAD21;
  color: white;
}

/* line 642, app/assets/stylesheets/smart_goals.scss */
.challenge-card.v2.smart-goal-card.yellow .button.button-secondary {
  background: #EAAD21;
  color: white;
  border-color: #ffffff;
}

/* line 648, app/assets/stylesheets/smart_goals.scss */
.challenge-card.v2.smart-goal-card.yellow .button.button-secondary:hover {
  background: #c58f13;
  border-color: #c58f13;
}

/* line 657, app/assets/stylesheets/smart_goals.scss */
.challenge-card.v2.smart-goal-card .challenge-card-body .name {
  color: white;
  font-weight: 600;
}

/* line 664, app/assets/stylesheets/smart_goals.scss */
.challenge-card.v2.smart-goal-card .challenge-card-body .card-pills .pill.category {
  background: rgba(255, 255, 255, 0.2);
  color: white !important;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* line 669, app/assets/stylesheets/smart_goals.scss */
.challenge-card.v2.smart-goal-card .challenge-card-body .card-pills .pill.category:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* line 679, app/assets/stylesheets/smart_goals.scss */
.challenge-card.v2.smart-goal-card .challenge-card-header .due_date,
.challenge-card.v2.smart-goal-card .challenge-card-header .points {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* line 685, app/assets/stylesheets/smart_goals.scss */
.challenge-card.v2.smart-goal-card .smart-goal-display {
  font-size: 1rem;
}

/* line 690, app/assets/stylesheets/smart_goals.scss */
.challenge-card.v2.smart-goal-card .custom-hover:hover {
  color: #3498db;
}

/* line 696, app/assets/stylesheets/smart_goals.scss */
.milestone-completion-goal {
  background-color: #f8f9fa;
  border-left: 4px solid #3498db;
  border-radius: 4px;
}

/* line 704, app/assets/stylesheets/smart_goals.scss */
.evidence-file-upload-wrapper .evidence-upload-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* line 710, app/assets/stylesheets/smart_goals.scss */
.evidence-file-upload-wrapper .evidence-upload-button i {
  flex-shrink: 0;
}

/* line 715, app/assets/stylesheets/smart_goals.scss */
.evidence-file-upload-wrapper .evidence-file-info {
  margin-top: 12px;
  padding: 12px;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 6px;
}

/* line 722, app/assets/stylesheets/smart_goals.scss */
.evidence-file-upload-wrapper .evidence-file-info .evidence-file-name {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #374151;
}

/* line 729, app/assets/stylesheets/smart_goals.scss */
.evidence-file-upload-wrapper .evidence-file-info .evidence-file-name span {
  flex: 1;
  word-break: break-word;
}

/* line 734, app/assets/stylesheets/smart_goals.scss */
.evidence-file-upload-wrapper .evidence-file-info .evidence-file-name .evidence-file-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 4px;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

/* line 749, app/assets/stylesheets/smart_goals.scss */
.evidence-file-upload-wrapper .evidence-file-info .evidence-file-name .evidence-file-remove:hover {
  background-color: #e5e7eb;
  color: #dc2626;
}

/* line 754, app/assets/stylesheets/smart_goals.scss */
.evidence-file-upload-wrapper .evidence-file-info .evidence-file-name .evidence-file-remove i {
  width: 14px;
  height: 14px;
}

/* line 762, app/assets/stylesheets/smart_goals.scss */
.evidence-file-upload-wrapper .evidence-hint {
  margin-top: 8px;
}

/* line 765, app/assets/stylesheets/smart_goals.scss */
.evidence-file-upload-wrapper .evidence-hint .hint {
  font-size: 0.85rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
}

/* line 771, app/assets/stylesheets/smart_goals.scss */
.evidence-file-upload-wrapper .evidence-hint .hint.hint-required {
  color: #059669;
}

/* line 774, app/assets/stylesheets/smart_goals.scss */
.evidence-file-upload-wrapper .evidence-hint .hint.hint-required strong {
  color: #047857;
}

/* line 779, app/assets/stylesheets/smart_goals.scss */
.evidence-file-upload-wrapper .evidence-hint .hint strong {
  font-weight: 600;
  color: #374151;
}

/* line 786, app/assets/stylesheets/smart_goals.scss */
.evidence-file-upload-wrapper .evidence-existing-file {
  margin-top: 12px;
  padding: 12px;
  background-color: #f0f9ff;
  border: 1px solid #bae6fd;
  border-radius: 6px;
}

/* line 793, app/assets/stylesheets/smart_goals.scss */
.evidence-file-upload-wrapper .evidence-existing-file .evidence-existing-file-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #0369a1;
  margin-bottom: 6px;
}

/* line 800, app/assets/stylesheets/smart_goals.scss */
.evidence-file-upload-wrapper .evidence-existing-file .evidence-existing-file-link {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #0369a1;
}

/* line 806, app/assets/stylesheets/smart_goals.scss */
.evidence-file-upload-wrapper .evidence-existing-file .evidence-existing-file-link i {
  flex-shrink: 0;
}

/* line 810, app/assets/stylesheets/smart_goals.scss */
.evidence-file-upload-wrapper .evidence-existing-file .evidence-existing-file-link .evidence-file-link {
  color: #0284c7;
  text-decoration: none;
  margin-right: 6px;
  transition: color 0.2s ease;
}

/* line 816, app/assets/stylesheets/smart_goals.scss */
.evidence-file-upload-wrapper .evidence-existing-file .evidence-existing-file-link .evidence-file-link:hover {
  color: #0369a1;
  text-decoration: underline;
}

/* line 822, app/assets/stylesheets/smart_goals.scss */
.evidence-file-upload-wrapper .evidence-existing-file .evidence-existing-file-link .evidence-file-size {
  color: #64748b;
  font-size: 0.85rem;
}

/* line 832, app/assets/stylesheets/smart_goals.scss */
.milestone-smart-goal-entry .smart-goal-description {
  position: relative;
  padding-right: 50px;
}

/* line 4, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-file-preview {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 9, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-file-preview .evidence-preview-thumbnail {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  padding: 0;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  background: #f9fafb;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

/* line 23, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-file-preview .evidence-preview-thumbnail:hover {
  border-color: #3b82f6;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2);
}

/* line 27, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-file-preview .evidence-preview-thumbnail:hover .evidence-preview-overlay {
  opacity: 1;
}

/* line 32, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-file-preview .evidence-preview-thumbnail .evidence-thumbnail-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 38, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-file-preview .evidence-preview-thumbnail .evidence-preview-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.2s ease;
  color: white;
}

/* line 51, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-file-preview .evidence-preview-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  padding: 8px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  background: #f9fafb;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
  text-decoration: none;
}

/* line 67, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-file-preview .evidence-preview-icon:hover {
  border-color: #3b82f6;
  background: #eff6ff;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
}

/* line 73, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-file-preview .evidence-preview-icon svg {
  color: #6b7280;
  transition: color 0.2s ease;
}

/* line 78, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-file-preview .evidence-preview-icon:hover svg {
  color: #3b82f6;
}

/* line 82, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-file-preview .evidence-preview-icon .evidence-preview-label {
  margin-top: 4px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #6b7280;
  transition: color 0.2s ease;
}

/* line 91, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-file-preview .evidence-preview-icon:hover .evidence-preview-label {
  color: #3b82f6;
}

/* line 96, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-file-preview .evidence-preview-pdf {
  border-color: #fecaca;
  background: #fef2f2;
}

/* line 100, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-file-preview .evidence-preview-pdf svg {
  color: #dc2626;
}

/* line 104, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-file-preview .evidence-preview-pdf .evidence-preview-label {
  color: #dc2626;
}

/* line 108, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-file-preview .evidence-preview-pdf:hover {
  border-color: #dc2626;
  background: #fee2e2;
}

/* line 112, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-file-preview .evidence-preview-pdf:hover svg,
.evidence-file-preview .evidence-preview-pdf:hover .evidence-preview-label {
  color: #b91c1c;
}

/* line 119, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-file-preview .evidence-preview-spreadsheet {
  border-color: #bbf7d0;
  background: #f0fdf4;
}

/* line 123, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-file-preview .evidence-preview-spreadsheet svg {
  color: #16a34a;
}

/* line 127, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-file-preview .evidence-preview-spreadsheet .evidence-preview-label {
  color: #16a34a;
}

/* line 131, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-file-preview .evidence-preview-spreadsheet:hover {
  border-color: #16a34a;
  background: #dcfce7;
}

/* line 135, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-file-preview .evidence-preview-spreadsheet:hover svg,
.evidence-file-preview .evidence-preview-spreadsheet:hover .evidence-preview-label {
  color: #15803d;
}

/* line 142, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-file-preview .evidence-preview-document {
  border-color: #bfdbfe;
  background: #eff6ff;
}

/* line 146, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-file-preview .evidence-preview-document svg {
  color: #2563eb;
}

/* line 150, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-file-preview .evidence-preview-document .evidence-preview-label {
  color: #2563eb;
}

/* line 154, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-file-preview .evidence-preview-document:hover {
  border-color: #2563eb;
  background: #dbeafe;
}

/* line 158, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-file-preview .evidence-preview-document:hover svg,
.evidence-file-preview .evidence-preview-document:hover .evidence-preview-label {
  color: #1d4ed8;
}

/* line 165, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-file-preview .evidence-file-details {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1;
}

/* line 172, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-file-preview .evidence-file-details .evidence-file-name-text {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  word-break: break-word;
}

/* line 179, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-file-preview .evidence-file-details .evidence-file-size {
  font-size: 12px;
  color: #6b7280;
}

/* line 185, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-file-preview .evidence-file-remove-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  border-radius: 6px;
  background: #f3f4f6;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
  margin-left: auto;
}

/* line 201, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-file-preview .evidence-file-remove-btn:hover {
  background: #fee2e2;
  color: #dc2626;
}

/* line 209, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s ease;
}

/* line 219, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-lightbox.evidence-lightbox-visible {
  opacity: 1;
}

/* line 222, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-lightbox.evidence-lightbox-visible .evidence-lightbox-container {
  transform: scale(1);
}

/* line 227, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-lightbox .evidence-lightbox-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

/* line 234, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-lightbox .evidence-lightbox-container {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 90vw;
  max-height: 90vh;
  background: white;
  border-radius: 12px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  transform: scale(0.95);
  transition: transform 0.2s ease;
  overflow: hidden;
}

/* line 248, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-lightbox .evidence-lightbox-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
}

/* line 256, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-lightbox .evidence-lightbox-header .evidence-lightbox-filename {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}

/* line 266, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-lightbox .evidence-lightbox-header .evidence-lightbox-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 272, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-lightbox .evidence-lightbox-header .evidence-lightbox-download,
.evidence-lightbox .evidence-lightbox-header .evidence-lightbox-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}

/* line 288, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-lightbox .evidence-lightbox-header .evidence-lightbox-download:hover,
.evidence-lightbox .evidence-lightbox-header .evidence-lightbox-close:hover {
  background: #e5e7eb;
  color: #374151;
}

/* line 294, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-lightbox .evidence-lightbox-header .evidence-lightbox-close:hover {
  background: #fee2e2;
  color: #dc2626;
}

/* line 300, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-lightbox .evidence-lightbox-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  overflow: auto;
  background: #1f2937;
  min-height: 300px;
}

/* line 310, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-lightbox .evidence-lightbox-image {
  max-width: 100%;
  max-height: calc(90vh - 100px);
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
}

/* line 317, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-lightbox .evidence-lightbox-pdf {
  width: 80vw;
  height: calc(90vh - 100px);
  border: none;
  border-radius: 4px;
  background: white;
}

/* line 325, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-lightbox .evidence-lightbox-file-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  text-align: center;
  color: white;
}

/* line 334, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-lightbox .evidence-lightbox-file-info .evidence-lightbox-file-icon {
  margin-bottom: 16px;
  opacity: 0.7;
}

/* line 339, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-lightbox .evidence-lightbox-file-info .evidence-lightbox-file-name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}

/* line 345, app/assets/stylesheets/evidence_file_preview.scss */
.evidence-lightbox .evidence-lightbox-file-info .evidence-lightbox-file-message {
  font-size: 14px;
  color: #9ca3af;
}

/* line 352, app/assets/stylesheets/evidence_file_preview.scss */
body.lightbox-open {
  overflow: hidden;
}

/* line 1, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal {
  border-radius: 4px;
  color: #283c46;
}

/* line 5, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal .mslp-smart-goal-inputs form {
  display: flex;
}

/* line 8, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal .mslp-smart-goal-inputs form .smart-goal-panel {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

/* line 14, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal .mslp-smart-goal-inputs form .smart-goal-panel label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  background-color: #3498db;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  font-size: 8px;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 1.2;
  min-height: 16px;
  flex-shrink: 0;
  white-space: nowrap;
}

/* line 33, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal .mslp-smart-goal-inputs form .smart-goal-panel .smart-goal-panel-body {
  border-left: 1px solid rgba(50, 50, 93, 0.16);
  height: 100%;
}

/* line 37, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal .mslp-smart-goal-inputs form .smart-goal-panel .smart-goal-panel-body:hover, .mslp-smart-goal .mslp-smart-goal-inputs form .smart-goal-panel .smart-goal-panel-body:focus, .mslp-smart-goal .mslp-smart-goal-inputs form .smart-goal-panel .smart-goal-panel-body:active {
  background-color: #f6f9fb;
}

@media (max-width: 768px) {
  /* line 33, app/assets/stylesheets/mslp_smart_goals.scss */
  .mslp-smart-goal .mslp-smart-goal-inputs form .smart-goal-panel .smart-goal-panel-body {
    min-width: 70px;
  }
}

/* line 46, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal .mslp-smart-goal-inputs form .smart-goal-panel .input-madlib {
  width: 100%;
}

/* line 49, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal .mslp-smart-goal-inputs form .smart-goal-panel .input-madlib input {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 4px 0;
  transition: 200ms all ease-in;
  line-height: 1;
  cursor: pointer;
}

/* line 60, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal .mslp-smart-goal-inputs form .smart-goal-panel .meta {
  margin-top: -2px;
  text-align: center;
  font-size: 8px;
  font-weight: 600;
  color: #525f7f;
  opacity: 0;
  line-height: 1;
  padding-bottom: 4px;
  transition: 80ms all ease-in;
}

/* line 71, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal .mslp-smart-goal-inputs form .smart-goal-panel .meta.active {
  opacity: 1;
}

/* line 73, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal .mslp-smart-goal-inputs form .smart-goal-panel .meta.red {
  color: #e74c3c;
}

/* line 77, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal .mslp-smart-goal-inputs form .smart-goal-panel:first-of-type label {
  border-left: 0;
  border-radius: 4px 0 0 0;
}

/* line 81, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal .mslp-smart-goal-inputs form .smart-goal-panel:last-of-type label {
  border-radius: 0 4px 0 0;
}

/* line 82, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal .mslp-smart-goal-inputs form .smart-goal-panel:last-of-type .smart-goal-panel-body {
  border-right: 1px solid rgba(50, 50, 93, 0.16);
}

/* line 87, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal .mslp-smart-goal-footer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 8px;
  text-align: center;
  padding: 4px 8px;
  overflow: hidden;
  transition: 200ms all ease-in;
  border: 1px solid rgba(50, 50, 93, 0.16);
  border-radius: 0 0 4px 4px;
  color: #525f7f;
  background-color: #f6f9fb;
  transition: 200ms all ease-in;
}

/* line 104, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal .mslp-smart-goal-footer .method-name {
  display: none;
}

/* line 108, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal .mslp-smart-goal-footer .trash-icon {
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(82, 95, 127, 0.6);
  font-size: 10px;
  text-decoration: none;
  transition: color 200ms ease-in;
  background: transparent;
  border: 0;
  padding: 0;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 124, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal .mslp-smart-goal-footer .trash-icon:hover {
  color: #e74c3c;
}

/* line 128, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal .mslp-smart-goal-footer .trash-icon .icon {
  display: block;
  font-size: 12px;
  max-height: 12px;
}

/* line 135, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal .mslp-smart-goal-footer:hover, .mslp-smart-goal .mslp-smart-goal-footer:focus, .mslp-smart-goal .mslp-smart-goal-footer:active {
  background-color: #e4edf3;
}

/* line 140, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal .corner-info {
  position: absolute;
  height: 100%;
  width: 27px;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 150, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal .corner-info::before {
  position: absolute;
  right: -5px;
  bottom: -5px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: #e4edf3;
  content: "";
  transition: 80ms all ease-in;
}

/* line 162, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal .corner-info .icon {
  top: 5px;
  right: 5px;
  font-size: 12px;
  max-height: 12px;
  z-index: 10;
}

/* line 170, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal .corner-info .check {
  display: none;
}

/* line 171, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal .corner-info .question {
  display: block;
}

/* line 176, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal.end-value-filled-in[data-mslp-smart-goal-additional-question-requirement="required"] .corner-info::before {
  background-color: rgba(231, 76, 60, 0.1);
}

/* line 177, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal.end-value-filled-in[data-mslp-smart-goal-additional-question-requirement="required"] .corner-info .icon {
  color: #e74c3c;
}

/* line 180, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal.end-value-filled-in[data-mslp-smart-goal-additional-question-requirement="required"] .smart-goal-circle-icon {
  background-color: rgba(231, 76, 60, 0.1);
}

/* line 182, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal.end-value-filled-in[data-mslp-smart-goal-additional-question-requirement="required"] .smart-goal-circle-icon .icon {
  color: #e74c3c;
}

/* line 189, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal[data-mslp-smart-goal-has-additional-question-answer="true"] .corner-info::before, .mslp-smart-goal[data-mslp-smart-goal-has-additional-question-answer="true"] .corner-info.additional-question-required::before, .mslp-smart-goal.end-value-filled-in[data-mslp-smart-goal-has-additional-question-answer="true"] .corner-info::before, .mslp-smart-goal.end-value-filled-in[data-mslp-smart-goal-has-additional-question-answer="true"] .corner-info.additional-question-required::before {
  background-color: rgba(39, 174, 96, 0.1);
}

/* line 190, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal[data-mslp-smart-goal-has-additional-question-answer="true"] .corner-info .icon, .mslp-smart-goal[data-mslp-smart-goal-has-additional-question-answer="true"] .corner-info.additional-question-required .icon, .mslp-smart-goal.end-value-filled-in[data-mslp-smart-goal-has-additional-question-answer="true"] .corner-info .icon, .mslp-smart-goal.end-value-filled-in[data-mslp-smart-goal-has-additional-question-answer="true"] .corner-info.additional-question-required .icon {
  color: #27ae60;
}

/* line 191, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal[data-mslp-smart-goal-has-additional-question-answer="true"] .corner-info .check, .mslp-smart-goal[data-mslp-smart-goal-has-additional-question-answer="true"] .corner-info.additional-question-required .check, .mslp-smart-goal.end-value-filled-in[data-mslp-smart-goal-has-additional-question-answer="true"] .corner-info .check, .mslp-smart-goal.end-value-filled-in[data-mslp-smart-goal-has-additional-question-answer="true"] .corner-info.additional-question-required .check {
  display: block;
}

/* line 192, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal[data-mslp-smart-goal-has-additional-question-answer="true"] .corner-info .question, .mslp-smart-goal[data-mslp-smart-goal-has-additional-question-answer="true"] .corner-info.additional-question-required .question, .mslp-smart-goal.end-value-filled-in[data-mslp-smart-goal-has-additional-question-answer="true"] .corner-info .question, .mslp-smart-goal.end-value-filled-in[data-mslp-smart-goal-has-additional-question-answer="true"] .corner-info.additional-question-required .question {
  display: none;
}

/* line 195, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal[data-mslp-smart-goal-has-additional-question-answer="true"] .smart-goal-circle-icon, .mslp-smart-goal.end-value-filled-in[data-mslp-smart-goal-has-additional-question-answer="true"] .smart-goal-circle-icon {
  background-color: rgba(39, 174, 96, 0.1);
}

/* line 197, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal[data-mslp-smart-goal-has-additional-question-answer="true"] .smart-goal-circle-icon .icon, .mslp-smart-goal.end-value-filled-in[data-mslp-smart-goal-has-additional-question-answer="true"] .smart-goal-circle-icon .icon {
  color: #27ae60;
}

/* line 198, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal[data-mslp-smart-goal-has-additional-question-answer="true"] .smart-goal-circle-icon .check, .mslp-smart-goal.end-value-filled-in[data-mslp-smart-goal-has-additional-question-answer="true"] .smart-goal-circle-icon .check {
  display: block;
}

/* line 199, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal[data-mslp-smart-goal-has-additional-question-answer="true"] .smart-goal-circle-icon .question, .mslp-smart-goal.end-value-filled-in[data-mslp-smart-goal-has-additional-question-answer="true"] .smart-goal-circle-icon .question {
  display: none;
}

/* line 204, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal.smart-goal--green form .smart-goal-panel label {
  background-color: #27ae60;
}

/* line 208, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal.smart-goal--yellow form .smart-goal-panel label {
  background-color: #EAAD21;
}

/* line 212, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal.smart-goal--blue form .smart-goal-panel label {
  background-color: #3498db;
}

/* line 216, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal.smart-goal--red form .smart-goal-panel label {
  background-color: #e74c3c;
}

/* line 219, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal .smart-goal-circle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 32px;
  flex-shrink: 0;
  background-color: #e4edf3;
  border-radius: 50%;
  margin-top: -2px;
  transition: 200ms all ease-in;
}

/* line 232, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal .smart-goal-circle-icon .icon {
  font-size: 0.5em;
}

/* line 236, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal .smart-goal-circle-icon .check {
  display: none;
}

/* line 237, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal .smart-goal-circle-icon .question {
  display: block;
}

/* line 242, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal .comment-indicator {
  display: none;
}

/* line 246, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal[data-mslp-smart-goal-has-comment="true"] .comment-indicator {
  display: block;
}

/* line 251, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal.daily-view {
  margin: 1rem 0;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}

/* line 255, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal.daily-view label {
  font-size: 10px;
  line-height: 18px;
}

/* line 261, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal.daily-view .inputs .input input {
  padding: 24px 0 8px;
  border-bottom: 0;
}

/* line 262, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal.daily-view .inputs .input:first-child input {
  border-radius: 4px 0 0 0;
}

/* line 263, app/assets/stylesheets/mslp_smart_goals.scss */
.mslp-smart-goal.daily-view .inputs .input:last-child input {
  border-radius: 0 4px 0 0;
}

/* line 267, app/assets/stylesheets/mslp_smart_goals.scss */
.new-mslp-smart-goal-wrapper {
  position: relative;
  display: flex;
  min-width: 80px;
  height: 71px;
  align-items: center;
  justify-content: center;
}

/* line 276, app/assets/stylesheets/mslp_smart_goals.scss */
.new-mslp-smart-goal-dot {
  text-align: center;
  width: 100%;
  position: relative;
}

/* line 281, app/assets/stylesheets/mslp_smart_goals.scss */
.new-mslp-smart-goal-dot .feather {
  font-size: 12px;
  height: auto;
  color: #3498db;
  cursor: pointer;
}

/* line 288, app/assets/stylesheets/mslp_smart_goals.scss */
.new-mslp-smart-goal-dot label {
  text-align: center;
  position: absolute;
  color: #3498db;
  font-size: 10px;
  font-weight: bold;
  white-space: nowrap;
  width: 100%;
  margin: 0;
  left: 0;
  bottom: 0;
  transition: 100ms all ease-out;
  opacity: 0;
}

/* line 304, app/assets/stylesheets/mslp_smart_goals.scss */
.new-mslp-smart-goal-dot:hover label, .new-mslp-smart-goal-dot:focus label, .new-mslp-smart-goal-dot:active label {
  bottom: -14px;
  opacity: 1;
}

/* line 311, app/assets/stylesheets/mslp_smart_goals.scss */
.new-mslp-smart-goal-dot.loading .feather {
  border-radius: 50%;
  color: rgba(82, 95, 127, 0.5);
  animation: pulse 1.5s infinite;
  pointer-events: none;
}

/* line 318, app/assets/stylesheets/mslp_smart_goals.scss */
.new-mslp-smart-goal-dot.loading label {
  display: none;
}

/* line 324, app/assets/stylesheets/mslp_smart_goals.scss */
.locked .new-mslp-smart-goal-dot,
.new-mslp-smart-goal-dot.disabled,
[data-user-in-scope=false] .new-mslp-smart-goal-dot {
  pointer-events: none;
}

/* line 328, app/assets/stylesheets/mslp_smart_goals.scss */
.locked .new-mslp-smart-goal-dot .feather,
.new-mslp-smart-goal-dot.disabled .feather,
[data-user-in-scope=false] .new-mslp-smart-goal-dot .feather {
  color: rgba(82, 95, 127, 0.5);
}

/* line 331, app/assets/stylesheets/mslp_smart_goals.scss */
.new-mslp-smart-goal-dot.guide-view {
  pointer-events: auto;
  cursor: normal;
}

/* line 332, app/assets/stylesheets/mslp_smart_goals.scss */
.new-mslp-smart-goal-dot.guide-view .feather, .new-mslp-smart-goal-dot.guide-view label {
  color: rgba(82, 95, 127, 0.5);
}

/* line 2, app/assets/stylesheets/surveys.scss */
.form-survey-questions .nested-fields {
  padding: 12px 20px;
  box-shadow: inset 0 -2px #fff;
  background-color: #fafbfd;
}

/* line 8, app/assets/stylesheets/surveys.scss */
.form-survey-questions .session_name {
  font-size: 0.9rem;
  font-weight: bold;
}

/* line 15, app/assets/stylesheets/surveys.scss */
.survey-answer .survey-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  height: 32px;
  width: 32px;
  min-width: 32px;
  line-height: 32px;
  font-size: 14px;
  border-radius: 50%;
  margin-right: 1.75rem;
  background-color: #dce0e0;
  color: #525f7f;
}

/* line 30, app/assets/stylesheets/surveys.scss */
.survey-answer .survey-rating .feather {
  max-height: 14px;
}

/* line 32, app/assets/stylesheets/surveys.scss */
.survey-answer .survey-rating.positive {
  background-color: #27ae60;
  color: #fff;
}

/* line 33, app/assets/stylesheets/surveys.scss */
.survey-answer .survey-rating.negative {
  background-color: #e74c3c;
  color: #fff;
}

/* line 34, app/assets/stylesheets/surveys.scss */
.survey-answer .survey-rating.neutral {
  background-color: #EAAD21;
  color: #fff;
}

/* line 37, app/assets/stylesheets/surveys.scss */
.survey-answer .survey-comment {
  width: 100%;
  min-height: 32px;
}

/* line 42, app/assets/stylesheets/surveys.scss */
.survey-answer .quality-score-input {
  display: flex;
  width: 100%;
  max-width: 64px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-right: 1.75rem;
}

/* line 52, app/assets/stylesheets/surveys.scss */
.survey-answer .quality-score-input .input {
  width: 100%;
  font-weight: 600;
  margin-bottom: 2px;
}

/* line 58, app/assets/stylesheets/surveys.scss */
.survey-answer .quality-score-input input {
  -moz-appearance: textfield;
  font-size: 24px;
  text-align: center;
  box-shadow: none;
  border: 1px solid #ccc;
  transition: 80ms all ease-in;
}

/* line 66, app/assets/stylesheets/surveys.scss */
.survey-answer .quality-score-input input::-webkit-outer-spin-button, .survey-answer .quality-score-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 71, app/assets/stylesheets/surveys.scss */
.survey-answer .quality-score-input input.danger {
  background-color: #e74c3c;
  border-color: #e74c3c;
  color: white;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

/* line 79, app/assets/stylesheets/surveys.scss */
.survey-answer .quality-score-input label {
  font-size: 0.7em;
}

/* line 85, app/assets/stylesheets/surveys.scss */
.survey-question {
  margin-bottom: 2rem;
}

/* line 88, app/assets/stylesheets/surveys.scss */
.survey-question .question-header {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

/* line 93, app/assets/stylesheets/surveys.scss */
.survey-question .question-header .pill {
  margin-left: 1rem;
}

/* line 98, app/assets/stylesheets/surveys.scss */
.survey-question .question {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0;
}

/* line 104, app/assets/stylesheets/surveys.scss */
.survey-question .survey-answer:last-child {
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/submissions.scss */
.text-bubble {
  max-width: 520px;
  position: relative;
  border-radius: 5px 20px 20px 20px;
  background-color: #f6f9fb;
  padding: 1rem;
  text-align: left;
  white-space: normal;
  font-size: 1rem;
}

/* line 11, app/assets/stylesheets/submissions.scss */
.text-bubble p:last-child {
  margin: 0;
}

/* line 14, app/assets/stylesheets/submissions.scss */
.reflection_form .submission_content {
  margin-bottom: 0;
}

/* line 18, app/assets/stylesheets/submissions.scss */
.section-question-answer .text-bubble {
  max-width: 100%;
}

/* line 1, app/assets/stylesheets/donut.scss */
#donut {
  border: 1px solid #aaa;
  width: 433px;
  height: 483px;
  background: #fff url(/assets/donut-a1e720dee4cb0cd212282d9d9429c86624c48213fef25201f67a680d8e4832f1.png) no-repeat;
  margin-bottom: 1rem;
  position: relative;
  pointer-events: none;
}

/* line 10, app/assets/stylesheets/donut.scss */
#donut.active {
  pointer-events: auto;
}

/* line 13, app/assets/stylesheets/donut.scss */
#donut.active:hover {
  cursor: pointer;
}

/* line 17, app/assets/stylesheets/donut.scss */
.donut-point-forms {
  counter-reset: item 0;
}

/* line 21, app/assets/stylesheets/donut.scss */
.donut_circle_id {
  counter-increment: item 1;
  border-radius: 50%;
  background-color: #aaa;
  color: #fff;
  text-align: center;
  color: white;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  line-height: 30px;
  font-size: 15px;
}

/* line 35, app/assets/stylesheets/donut.scss */
.donut_circle_id::before {
  line-height: 1;
  content: counter(item);
  font-weight: bold;
}

/* line 41, app/assets/stylesheets/donut.scss */
.donut_circle_id.panic {
  background-color: #EAAD21;
}

/* line 42, app/assets/stylesheets/donut.scss */
.donut_circle_id.challenge {
  background-color: #27ae60;
}

/* line 43, app/assets/stylesheets/donut.scss */
.donut_circle_id.comfort {
  background-color: #3498db;
}

/* line 46, app/assets/stylesheets/donut.scss */
.donut_point {
  position: absolute;
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
  line-height: 15px;
  font-size: 10px;
}

/* line 56, app/assets/stylesheets/donut.scss */
.donut_point_form {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  width: 100%;
}

/* line 62, app/assets/stylesheets/donut.scss */
.donut_point_form .donut_circle_id {
  margin-right: 1rem;
  margin-bottom: 3px;
}

/* line 67, app/assets/stylesheets/donut.scss */
.donut_point_form form {
  width: 100%;
}

/* line 69, app/assets/stylesheets/donut.scss */
.donut_point_form .input {
  margin: 0;
  width: 100%;
}

/* line 71, app/assets/stylesheets/donut.scss */
.donut_point_form .action {
  margin-left: 1rem;
  color: #525f7f;
  transition: 200ms all;
}

/* line 76, app/assets/stylesheets/donut.scss */
.donut_point_form .action:hover, .donut_point_form .action:focus, .donut_point_form .action:active {
  color: #283c46;
}

/* line 1, app/assets/stylesheets/checklist.scss */
ul.checklist {
  padding: 0;
}

/* line 4, app/assets/stylesheets/checklist.scss */
ul.checklist li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

/* line 9, app/assets/stylesheets/checklist.scss */
ul.checklist li:last-child {
  margin-bottom: 0;
}

/* line 2, app/assets/stylesheets/badges.scss */
.aggregated-feedback-summary-text {
  white-space: pre-line;
}

/* line 6, app/assets/stylesheets/badges.scss */
.milestone {
  padding: 1.5rem 20px;
  box-shadow: inset 0 -2px #fff;
}

/* line 10, app/assets/stylesheets/badges.scss */
.milestone h2 {
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 0;
}

/* line 16, app/assets/stylesheets/badges.scss */
.milestone .milestone-header {
  display: flex;
  align-items: center;
}

/* line 20, app/assets/stylesheets/badges.scss */
.milestone .milestone-header .main {
  width: 100%;
  padding-right: 1rem;
  display: flex;
  align-items: center;
}

/* line 27, app/assets/stylesheets/badges.scss */
.milestone .milestone-header .description {
  color: #525f7f;
  font-size: 0.9rem;
  margin: 0;
  max-width: 540px;
  margin-top: 1rem;
}

/* line 35, app/assets/stylesheets/badges.scss */
.milestone .milestone-header .secondary {
  white-space: nowrap;
}

/* line 39, app/assets/stylesheets/badges.scss */
.milestone .milestone-header .action {
  margin-top: 8px;
}

/* line 44, app/assets/stylesheets/badges.scss */
.milestone .challenges-trigger {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 500;
  color: #3498db;
  font-size: 14px;
  cursor: pointer;
}

/* line 53, app/assets/stylesheets/badges.scss */
.milestone .challenges-trigger .feather {
  height: 1.5em;
}

/* line 57, app/assets/stylesheets/badges.scss */
.milestone .challenges-trigger[aria-expanded=true] {
  margin-bottom: 1rem;
}

/* line 60, app/assets/stylesheets/badges.scss */
.milestone .challenges-trigger[aria-expanded=true] .feather {
  transform: rotate(180deg);
}

/* line 65, app/assets/stylesheets/badges.scss */
.milestone .challenges-trigger:hover, .milestone .challenges-trigger:focus, .milestone .challenges-trigger:active {
  text-decoration: none;
}

/* line 71, app/assets/stylesheets/badges.scss */
.milestone-img {
  height: 80px;
  width: 80px;
  min-height: 80px;
  min-width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* line 80, app/assets/stylesheets/badges.scss */
.badge_tasks, .launches {
  margin-left: 1.5rem;
  min-height: 10px;
}

/* line 85, app/assets/stylesheets/badges.scss */
.badge-task, .launch, .challenge-smart-method {
  position: relative;
  padding: 12px 4px;
  border-bottom: 1px solid #e6ebf1;
  color: #525f7f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 100ms ease-in-out;
}

/* line 95, app/assets/stylesheets/badges.scss */
.badge-task .name, .launch .name, .challenge-smart-method .name {
  color: #525f7f;
  transition: 100ms ease-in-out;
  margin-top: -3px;
}

@media (max-width: 539px) {
  /* line 95, app/assets/stylesheets/badges.scss */
  .badge-task .name, .launch .name, .challenge-smart-method .name {
    font-size: 13px;
  }
}

/* line 104, app/assets/stylesheets/badges.scss */
.badge-task .main, .launch .main, .challenge-smart-method .main {
  display: flex;
  align-items: center;
  flex-grow: 1;
  min-width: 0;
  padding-right: 1rem;
}

/* line 112, app/assets/stylesheets/badges.scss */
.badge-task .secondary, .launch .secondary, .challenge-smart-method .secondary {
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: auto;
}

/* line 120, app/assets/stylesheets/badges.scss */
.badge-task .check-circle, .launch .check-circle, .challenge-smart-method .check-circle {
  margin-right: 12px;
}

/* line 125, app/assets/stylesheets/badges.scss */
.badge-task:hover .name, .badge-task:focus .name, .badge-task:active .name, .launch:hover .name, .launch:focus .name, .launch:active .name, .challenge-smart-method:hover .name, .challenge-smart-method:focus .name, .challenge-smart-method:active .name {
  color: #283c46;
}

/* line 129, app/assets/stylesheets/badges.scss */
.badge-task:hover .check-circle.pending, .badge-task:focus .check-circle.pending, .badge-task:active .check-circle.pending, .launch:hover .check-circle.pending, .launch:focus .check-circle.pending, .launch:active .check-circle.pending, .challenge-smart-method:hover .check-circle.pending, .challenge-smart-method:focus .check-circle.pending, .challenge-smart-method:active .check-circle.pending {
  color: #27ae60;
  border-color: #27ae60;
}

/* line 135, app/assets/stylesheets/badges.scss */
.badge-task:last-child, .launch:last-child, .challenge-smart-method:last-child {
  border-bottom: 0;
}

@media (max-width: 991px) {
  /* line 85, app/assets/stylesheets/badges.scss */
  .badge-task, .launch, .challenge-smart-method {
    flex-direction: row;
    flex-wrap: wrap;
  }
  /* line 143, app/assets/stylesheets/badges.scss */
  .badge-task .secondary, .launch .secondary, .challenge-smart-method .secondary {
    width: auto;
    justify-content: flex-end;
    flex-wrap: nowrap;
    margin-left: auto;
  }
  /* line 150, app/assets/stylesheets/badges.scss */
  .badge-task .more-menu, .launch .more-menu, .challenge-smart-method .more-menu {
    margin-left: 0.5rem;
  }
}

@media (max-width: 767px) {
  /* line 156, app/assets/stylesheets/badges.scss */
  .badge-task .secondary, .launch .secondary, .challenge-smart-method .secondary {
    display: inline;
    flex-shrink: initial;
    padding: 10px 0 0 26px;
    white-space: normal;
    margin-left: 0;
  }
  /* line 162, app/assets/stylesheets/badges.scss */
  .badge-task .secondary .pills, .launch .secondary .pills, .challenge-smart-method .secondary .pills {
    display: inline;
    vertical-align: bottom;
  }
  /* line 166, app/assets/stylesheets/badges.scss */
  .badge-task .secondary .more-menu, .launch .secondary .more-menu, .challenge-smart-method .secondary .more-menu {
    position: absolute;
    top: 8px;
    right: 0;
  }
  /* line 171, app/assets/stylesheets/badges.scss */
  .badge-task .secondary.learner, .launch .secondary.learner, .challenge-smart-method .secondary.learner {
    padding: 10px 0 0 36px;
  }
}

/* line 177, app/assets/stylesheets/badges.scss */
.badge-task .smart-method-toggle-link, .launch .smart-method-toggle-link, .challenge-smart-method .smart-method-toggle-link {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: color 0.15s ease;
}

/* line 183, app/assets/stylesheets/badges.scss */
.badge-task .smart-method-toggle-link:hover, .launch .smart-method-toggle-link:hover, .challenge-smart-method .smart-method-toggle-link:hover {
  text-decoration: none;
  color: #283c46;
}

/* line 188, app/assets/stylesheets/badges.scss */
.badge-task .smart-method-toggle-link .smart-method-chevron, .launch .smart-method-toggle-link .smart-method-chevron, .challenge-smart-method .smart-method-toggle-link .smart-method-chevron {
  display: inline-flex;
  align-items: center;
  transition: transform 0.2s ease;
}

/* line 193, app/assets/stylesheets/badges.scss */
.badge-task .smart-method-toggle-link .smart-method-chevron .chevron-icon, .launch .smart-method-toggle-link .smart-method-chevron .chevron-icon, .challenge-smart-method .smart-method-toggle-link .smart-method-chevron .chevron-icon {
  transition: transform 0.2s ease;
}

/* line 199, app/assets/stylesheets/badges.scss */
.badge-task .smart-method-toggle-link[aria-expanded="true"] .smart-method-chevron .chevron-icon, .launch .smart-method-toggle-link[aria-expanded="true"] .smart-method-chevron .chevron-icon, .challenge-smart-method .smart-method-toggle-link[aria-expanded="true"] .smart-method-chevron .chevron-icon {
  transform: rotate(90deg);
}

/* line 206, app/assets/stylesheets/badges.scss */
.badge-task-placeholder, .launch-placeholder {
  height: 50px;
  width: 100%;
  border: 1px dashed #CCCCCC;
  margin: 0;
}

/* line 213, app/assets/stylesheets/badges.scss */
#add-challenge-button {
  width: 160px;
  margin-right: 10px;
}

/* line 218, app/assets/stylesheets/badges.scss */
.milestone-placeholder {
  border: 1px dashed #CCCCCC;
}

/* line 222, app/assets/stylesheets/badges.scss */
.drag-handle {
  cursor: grab;
  margin-right: 12px;
  z-index: 50;
  line-height: 1;
}

/* line 229, app/assets/stylesheets/badges.scss */
.badge-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* line 235, app/assets/stylesheets/badges.scss */
.badge-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  padding: 30px;
  border: 1px solid #dce0e0;
  margin: 0 1rem 1rem 0;
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  transition: 200ms all;
}

/* line 248, app/assets/stylesheets/badges.scss */
.badge-card h2 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 4px;
}

/* line 254, app/assets/stylesheets/badges.scss */
.badge-card .badge-card-footer {
  padding-top: 1rem;
  margin-top: auto;
}

/* line 259, app/assets/stylesheets/badges.scss */
.badge-card .info-bits {
  margin-top: 0;
}

/* line 261, app/assets/stylesheets/badges.scss */
.badge-card:hover, .badge-card:focus, .badge-card:active {
  background-color: whitesmoke;
  border-color: whitesmoke;
  transform: translateY(-2px);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
}

/* line 269, app/assets/stylesheets/badges.scss */
.badge-image-preview-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 108px;
}

/* line 277, app/assets/stylesheets/badges.scss */
.badge-image-preview-wrapper img {
  width: 108px;
  height: 108px;
}

/* line 282, app/assets/stylesheets/badges.scss */
.badge-image-preview-wrapper.with-margin-right {
  margin-right: 1.5rem;
}

@media (max-width: 991px) {
  /* line 282, app/assets/stylesheets/badges.scss */
  .badge-image-preview-wrapper.with-margin-right {
    margin-right: 1rem;
  }
}

@media (max-width: 991px) {
  /* line 289, app/assets/stylesheets/badges.scss */
  .badge-image-preview-wrapper img {
    width: 72px;
    height: 72px;
  }
}

/* line 296, app/assets/stylesheets/badges.scss */
.badge-img-placeholder {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(/assets/badge-d91b2bf96cb37be9ddb8008c38ac010870d8cda09da185ead4885981d1b01a48.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 1.8em;
  font-size: 1em;
  font-weight: 600;
  z-index: 0;
}

/* line 312, app/assets/stylesheets/badges.scss */
.badge-img-placeholder .ribbon {
  position: absolute;
  top: 25%;
  width: 90%;
  left: 5%;
}

/* line 318, app/assets/stylesheets/badges.scss */
.badge-img-placeholder .ribbon .text {
  word-break: break-word;
  text-align: center;
  font-size: 0.8em;
  background-color: #4D43C1;
  color: white;
  padding: 0.5em;
  min-height: 2.3em;
}

/* line 328, app/assets/stylesheets/badges.scss */
.badge-img-placeholder .ribbon .decoration {
  bottom: -0.36em;
  position: absolute;
  width: 0;
  border-style: solid;
  border-width: 0;
  z-index: -2;
}

/* line 337, app/assets/stylesheets/badges.scss */
.badge-img-placeholder .ribbon .decoration-left {
  border-color: #4239ad #4239ad #4239ad transparent;
  left: -1.5625em;
  border-width: 1.0625em;
}

/* line 343, app/assets/stylesheets/badges.scss */
.badge-img-placeholder .ribbon .decoration-right {
  border-color: #4239ad transparent #4239ad #4239ad;
  right: -1.5625em;
  border-width: 1.0625em;
}

/* line 351, app/assets/stylesheets/badges.scss */
.badge-image-with-navigator {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 128px;
  width: 100%;
}

/* line 359, app/assets/stylesheets/badges.scss */
.badge-image-with-navigator.with-margin-right {
  margin-right: 1.5rem;
}

@media (max-width: 991px) {
  /* line 359, app/assets/stylesheets/badges.scss */
  .badge-image-with-navigator.with-margin-right {
    margin-right: 1rem;
  }
}

/* line 364, app/assets/stylesheets/badges.scss */
.badge-image-with-navigator .pill-navigator {
  margin-top: 0.5rem;
}

@media (max-width: 991px) {
  /* line 351, app/assets/stylesheets/badges.scss */
  .badge-image-with-navigator {
    max-width: 96px;
  }
}

/* line 373, app/assets/stylesheets/badges.scss */
.green-pill {
  background-color: #28a745 !important;
  color: white !important;
}

/* line 377, app/assets/stylesheets/badges.scss */
.yellow-pill {
  background-color: #ffe066;
  color: #333;
}

/* line 382, app/assets/stylesheets/badges.scss */
.rate-badge-pill {
  background-color: #EAAD21;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

/* line 388, app/assets/stylesheets/badges.scss */
.rate-badge-pill:hover, .rate-badge-pill:focus {
  background-color: #cf9614;
  color: white;
  text-decoration: none;
}

/* line 395, app/assets/stylesheets/badges.scss */
.rate-badge-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 10px 24px;
  margin-top: 0;
  background-color: rgba(234, 173, 33, 0.12);
  border-radius: 4px;
  font-size: 0.9375rem;
}

/* line 406, app/assets/stylesheets/badges.scss */
.rate-badge-cta__text {
  color: #525f7f;
  margin: 0;
}

/* line 411, app/assets/stylesheets/badges.scss */
.rate-badge-cta__button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 13px;
  background-color: #EAAD21;
  color: white;
  font-weight: 600;
  font-size: 0.875rem;
  border: none;
  border-radius: 4px;
  white-space: nowrap;
  text-decoration: none;
  flex-shrink: 0;
}

/* line 426, app/assets/stylesheets/badges.scss */
.rate-badge-cta__button:hover, .rate-badge-cta__button:focus {
  color: white;
  text-decoration: none;
}

/* line 432, app/assets/stylesheets/badges.scss */
.rate-badge-cta__button-icon {
  font-size: 1rem;
  line-height: 1;
}

@media (max-width: 575px) {
  /* line 395, app/assets/stylesheets/badges.scss */
  .rate-badge-cta {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    padding: 14px 16px;
    gap: 12px;
  }
  /* line 444, app/assets/stylesheets/badges.scss */
  .rate-badge-cta .rate-badge-cta__text {
    font-size: 0.875rem;
  }
  /* line 448, app/assets/stylesheets/badges.scss */
  .rate-badge-cta .rate-badge-cta__button {
    justify-content: center;
    width: 100%;
  }
}

/* line 456, app/assets/stylesheets/badges.scss */
.badge-mgmt-badges-show .modern-badge-header > .rate-badge-cta {
  margin: -33px -29px 0 -29px;
  padding: 10px 24px;
  border-radius: 24px 24px 0 0;
}

/* line 461, app/assets/stylesheets/badges.scss */
.badge-mgmt-badges-show .modern-badge-header > .rate-badge-cta .rate-badge-cta__button {
  border-radius: 9999px;
}

@media (max-width: 991px) {
  /* line 456, app/assets/stylesheets/badges.scss */
  .badge-mgmt-badges-show .modern-badge-header > .rate-badge-cta {
    margin: -10px -28px 0 -28px;
    padding: 14px 24px;
    border-radius: 0;
  }
}

@media (max-width: 768px) {
  /* line 456, app/assets/stylesheets/badges.scss */
  .badge-mgmt-badges-show .modern-badge-header > .rate-badge-cta {
    margin: -32px -28px 0 -28px;
    padding: 14px 20px;
  }
}

@media (max-width: 575px) {
  /* line 456, app/assets/stylesheets/badges.scss */
  .badge-mgmt-badges-show .modern-badge-header > .rate-badge-cta {
    margin-left: -28px;
    margin-right: -28px;
    padding: 14px 16px;
  }
}

/* line 484, app/assets/stylesheets/badges.scss */
.badge-mgmt-badges-show .box-header {
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
}

/* line 489, app/assets/stylesheets/badges.scss */
.badge-mgmt-badges-show .box-header .content {
  padding-right: 0;
}

/* line 493, app/assets/stylesheets/badges.scss */
.badge-mgmt-badges-show .box-header .box-header-actions {
  margin-left: 0;
}

/* line 499, app/assets/stylesheets/badges.scss */
.badge-mgmt-badges-show .box-header .content > .rate-badge-cta {
  margin-bottom: 1rem;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 505, app/assets/stylesheets/badges.scss */
#badge-form .checkbox {
  display: none !important;
}

/* line 509, app/assets/stylesheets/badges.scss */
#badge-form label.button.is-light {
  background-color: white;
  border: 1px solid #ccc;
  color: #333;
}

/* line 515, app/assets/stylesheets/badges.scss */
#badge-form input[type="checkbox"]:checked + label {
  background-color: #007bff;
  border-color: #007bff;
  color: white;
}

/* line 521, app/assets/stylesheets/badges.scss */
#badge-form label.button.is-light:hover {
  background-color: #f0f0f0;
}

/* line 525, app/assets/stylesheets/badges.scss */
#badge-form input[type="checkbox"]:checked + label:hover {
  background-color: #0056b3;
}

/* line 530, app/assets/stylesheets/badges.scss */
.delivery-days-label {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

/* line 536, app/assets/stylesheets/badges.scss */
.buttons.has-addons.is-multiline {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
}

/* line 542, app/assets/stylesheets/badges.scss */
.button-container {
  display: inline-block;
  margin-right: 5px;
  margin-top: 10px;
}

/* line 548, app/assets/stylesheets/badges.scss */
.form-container {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* line 555, app/assets/stylesheets/badges.scss */
.button.is-small {
  font-size: 0.8rem;
  padding: 0.5rem 1rem;
}

/* line 560, app/assets/stylesheets/badges.scss */
.button.is-left {
  display: inline-block;
  width: auto;
  float: left;
  margin-right: 1rem;
}

/* line 567, app/assets/stylesheets/badges.scss */
.form-container {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

/* line 573, app/assets/stylesheets/badges.scss */
.check-circle-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* line 580, app/assets/stylesheets/badges.scss */
.check-circle i {
  font-size: 16px !important;
  color: white !important;
}

/* line 585, app/assets/stylesheets/badges.scss */
.table td i {
  font-size: 1.25rem;
  color: #525f7f;
  margin: 0px 5px;
}

/* line 591, app/assets/stylesheets/badges.scss */
.check-circle img {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto 0 0;
  margin-right: 7px;
}

/* line 600, app/assets/stylesheets/badges.scss */
#badge-form .date-and-time-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 606, app/assets/stylesheets/badges.scss */
#badge-form .date-and-time-inputs-wrapper, #badge-form .day-inputs-wrapper-left {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/* line 612, app/assets/stylesheets/badges.scss */
#badge-form .date-field-wrapper,
#badge-form .time-field-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  width: 48%;
}

/* line 621, app/assets/stylesheets/badges.scss */
#badge-form .label-left {
  margin-right: 10px;
  width: auto;
  text-align: left;
}

/* line 627, app/assets/stylesheets/badges.scss */
#badge-form .datepicker,
#badge-form .deadline {
  width: 100%;
  margin-bottom: 0;
}

/* line 633, app/assets/stylesheets/badges.scss */
#badge-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: white;
}

/* line 646, app/assets/stylesheets/badges.scss */
.badge-new {
  color: #28a745;
}

/* line 650, app/assets/stylesheets/badges.scss */
#badge-form .time-select {
  max-width: 220px;
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 0.875rem;
  padding: 0 10px;
  border-radius: 4px;
  background-color: #fff;
}

/* line 661, app/assets/stylesheets/badges.scss */
#badge-form .time-fields-container {
  gap: 1.25rem !important;
}

/* line 665, app/assets/stylesheets/badges.scss */
.auto-schedule-form-container {
  position: relative;
}

/* line 669, app/assets/stylesheets/badges.scss */
.auto-schedule-form-container .unschedule-button {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

/* line 675, app/assets/stylesheets/badges.scss */
.auto-schedule-form-container .form-label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: block;
}

/* line 681, app/assets/stylesheets/badges.scss */
.date-input-container .datepicker {
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 0.875rem;
  padding: 0 10px;
  border-radius: 4px;
}

/* line 690, app/assets/stylesheets/badges.scss */
.time-fields-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

/* line 697, app/assets/stylesheets/badges.scss */
.time-input-container {
  max-width: 200px;
}

/* line 701, app/assets/stylesheets/badges.scss */
.time-input-container .time-select {
  width: 100%;
  padding: 0.5rem;
  border-radius: 4px;
}

/* line 707, app/assets/stylesheets/badges.scss */
.day-button {
  min-width: 60px;
  text-align: center;
}

/* line 712, app/assets/stylesheets/badges.scss */
.schedule-button-container {
  margin-top: 2rem;
}

/* line 716, app/assets/stylesheets/badges.scss */
#badge-copy-form .checkbox,
#filter_form .checkbox,
#day-schedule-form .checkbox,
#start-date-form .checkbox,
#start-date-form-old .checkbox {
  display: none !important;
}

/* line 724, app/assets/stylesheets/badges.scss */
#badge-copy-form label.button.is-light,
#filter_form label.button.is-light,
#day-schedule-form label.button.is-light,
#start-date-form label.button.is-light,
#start-date-form-old label.button.is-light {
  background-color: white;
  border: 1px solid #ccc;
  color: #333;
}

/* line 734, app/assets/stylesheets/badges.scss */
#badge-copy-form input[type="checkbox"]:checked + label,
#filter_form input[type="checkbox"]:checked + label,
#day-schedule-form input[type="checkbox"]:checked + label,
#start-date-form input[type="checkbox"]:checked + label,
#start-date-form label:has(input[type="checkbox"]:checked),
#start-date-form-old input[type="checkbox"]:checked + label {
  background-color: #3b82f6;
  border-color: #3b82f6;
  color: white;
}

/* line 745, app/assets/stylesheets/badges.scss */
#badge-copy-form label.button.is-light:hover,
#filter_form label.button.is-light:hover,
#day-schedule-form label.button.is-light:hover,
#start-date-form label.button.is-light:hover,
#start-date-form-old label.button.is-light:hover {
  background-color: #f0f0f0;
}

/* line 753, app/assets/stylesheets/badges.scss */
#badge-copy-form input[type="checkbox"]:checked + label:hover,
#filter_form input[type="checkbox"]:checked + label:hover,
#day-schedule-form input[type="checkbox"]:checked + label:hover,
#start-date-form input[type="checkbox"]:checked + label:hover,
#start-date-form label:has(input[type="checkbox"]:checked):hover,
#start-date-form-old input[type="checkbox"]:checked + label:hover {
  background-color: #1e6dc1;
  border-color: #1e6dc1;
}

/* line 763, app/assets/stylesheets/badges.scss */
#badge-copy-form .challenges-preview input[type="checkbox"]:checked + label {
  background-color: transparent;
  border-color: transparent;
  color: inherit;
}

/* Responsive adjustments for Auto Schedule form */
@media (max-width: 768px) {
  /* line 771, app/assets/stylesheets/badges.scss */
  .time-fields-container {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 1rem !important;
  }
  /* line 777, app/assets/stylesheets/badges.scss */
  .time-input-container {
    max-width: 100%;
  }
  /* line 781, app/assets/stylesheets/badges.scss */
  #badge-form .time-select {
    max-width: 100% !important;
  }
  /* line 785, app/assets/stylesheets/badges.scss */
  .buttons.has-addons.is-multiline {
    flex-wrap: wrap;
  }
}

@media (max-width: 576px) {
  /* line 791, app/assets/stylesheets/badges.scss */
  .time-fields-container {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 0.75rem !important;
  }
  /* line 797, app/assets/stylesheets/badges.scss */
  .auto-schedule-form-container .form-label {
    font-size: 0.9rem;
  }
  /* line 801, app/assets/stylesheets/badges.scss */
  .auto-schedule-form-container .unschedule-button {
    position: static;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0.5rem;
  }
  /* line 808, app/assets/stylesheets/badges.scss */
  .schedule-button-container .button {
    width: 100%;
  }
  /* line 812, app/assets/stylesheets/badges.scss */
  .date-input-container,
.time-input-container,
#badge-form .time-select {
    max-width: 100%;
  }
}

/* line 820, app/assets/stylesheets/badges.scss */
.badge-library-download-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

/* line 826, app/assets/stylesheets/badges.scss */
.badge-library-download-wrapper .badge-library-download-note {
  color: #6c757d;
  font-size: 0.5rem;
  line-height: 0.1;
  text-align: right;
  white-space: nowrap;
  font-weight: 100;
  margin-right: 0.5rem;
}

/* line 838, app/assets/stylesheets/badges.scss */
.badge-start-date {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

/* line 846, app/assets/stylesheets/badges.scss */
.badge-start-date > .d-none[data-inline-date-editor-target="displayMode"] {
  display: flex !important;
  visibility: hidden;
}

/* line 853, app/assets/stylesheets/badges.scss */
.badge-start-date .badge-start-date-delivery-days-display {
  font-size: 11px;
  line-height: 1.3;
  color: #6c757d;
}

/* line 860, app/assets/stylesheets/badges.scss */
.badge-start-date > [data-inline-date-editor-target="editMode"]:not(.d-none) {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: -moz-max-content;
  width: max-content;
  min-width: 240px;
}

@media screen and (max-width: 480px) {
  /* line 860, app/assets/stylesheets/badges.scss */
  .badge-start-date > [data-inline-date-editor-target="editMode"]:not(.d-none) {
    width: auto;
  }
}

/* line 874, app/assets/stylesheets/badges.scss */
.badge-start-date .modern-info-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: #f8f9fa;
  border-radius: 20px;
  font-size: 13px;
  color: #495057;
}

/* line 884, app/assets/stylesheets/badges.scss */
.badge-start-date .modern-info-pill:hover {
  background: #e9ecef;
}

/* line 886, app/assets/stylesheets/badges.scss */
.badge-start-date .modern-info-pill svg {
  width: 14px;
  height: 14px;
  color: #6c757d;
}

/* line 894, app/assets/stylesheets/badges.scss */
.badge-start-date .inline-date-edit-pill-old-ui {
  display: block;
  padding: 12px 14px;
  background: #f8f9fa;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  min-width: 240px;
}

/* line 903, app/assets/stylesheets/badges.scss */
.badge-start-date .inline-date-edit-pill-old-ui .inline-date-loader {
  display: none;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top-color: #495057;
  border-radius: 50%;
  animation: old-ui-spin 0.6s linear infinite;
  margin-bottom: 4px;
}

/* line 915, app/assets/stylesheets/badges.scss */
.badge-start-date .inline-date-edit-pill-old-ui.loading .inline-date-loader {
  display: block;
}

/* line 916, app/assets/stylesheets/badges.scss */
.badge-start-date .inline-date-edit-pill-old-ui.loading .inline-date-content-old-ui {
  display: none;
}

/* line 921, app/assets/stylesheets/badges.scss */
.badge-start-date .badge-start-date-old-ui-form {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 928, app/assets/stylesheets/badges.scss */
.badge-start-date .badge-start-date-old-ui-date-row {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 6px;
}

/* line 936, app/assets/stylesheets/badges.scss */
.badge-start-date .inline-date-edit-pill {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 6px 10px;
  background: #f8f9fa;
  border-radius: 20px;
}

/* line 944, app/assets/stylesheets/badges.scss */
.badge-start-date .inline-date-edit-pill svg {
  width: 14px;
  height: 14px;
  color: #6c757d;
}

/* line 950, app/assets/stylesheets/badges.scss */
.badge-start-date .inline-date-edit-pill .inline-date-content {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

/* line 956, app/assets/stylesheets/badges.scss */
.badge-start-date .inline-date-edit-pill .inline-date-loader {
  display: none;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top-color: #495057;
  border-radius: 50%;
  animation: old-ui-spin 0.6s linear infinite;
}

/* line 967, app/assets/stylesheets/badges.scss */
.badge-start-date .inline-date-edit-pill.loading .inline-date-loader {
  display: inline-block;
}

/* line 968, app/assets/stylesheets/badges.scss */
.badge-start-date .inline-date-edit-pill.loading .inline-date-content {
  display: none;
}

/* line 973, app/assets/stylesheets/badges.scss */
.badge-start-date .inline-date-content-old-ui {
  display: block;
}

/* line 978, app/assets/stylesheets/badges.scss */
.badge-start-date .badge-start-date-delivery-days-edit {
  margin-top: 0;
  padding-top: 10px;
  border-top: 1px solid #e2e8f0;
}

/* line 983, app/assets/stylesheets/badges.scss */
.badge-start-date .badge-start-date-delivery-days-edit .badge-start-date-delivery-days-label {
  font-weight: 600;
  color: #374151;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

/* line 992, app/assets/stylesheets/badges.scss */
.badge-start-date .badge-start-date-delivery-days-edit .buttons.has-addons.is-multiline {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-start;
}

/* line 998, app/assets/stylesheets/badges.scss */
.badge-start-date .badge-start-date-delivery-days-edit .buttons.has-addons.is-multiline .button-container {
  margin-right: 0;
  margin-top: 0;
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
}

/* line 1006, app/assets/stylesheets/badges.scss */
.badge-start-date .badge-start-date-delivery-days-edit .buttons.has-addons.is-multiline label.button.is-light {
  padding: 4px 10px;
  font-size: 12px;
  min-width: 38px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.15s ease;
  white-space: nowrap;
}

/* line 1016, app/assets/stylesheets/badges.scss */
.badge-start-date .badge-start-date-delivery-days-edit .buttons.has-addons.is-multiline label.button.is-light:hover {
  transform: translateY(-1px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 1025, app/assets/stylesheets/badges.scss */
.badge-start-date .inline-date-input-old-ui {
  width: 100% !important;
  min-width: 120px !important;
  padding: 6px 10px !important;
  font-size: 13px !important;
  color: #495057;
  background: #fff;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  height: auto !important;
  min-height: 0 !important;
}

/* line 1037, app/assets/stylesheets/badges.scss */
.badge-start-date .inline-date-input-old-ui:focus {
  outline: none;
  border-color: #94a3b8 !important;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.1);
}

/* line 1046, app/assets/stylesheets/badges.scss */
.badge-start-date .inline-date-editor-wrap .badge-start-date-old-ui-form {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 1052, app/assets/stylesheets/badges.scss */
.badge-start-date .inline-date-editor-wrap .badge-start-date-old-ui-date-row {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 6px;
}

/* line 1059, app/assets/stylesheets/badges.scss */
.badge-start-date .inline-date-editor-wrap .badge-start-date-delivery-days-edit {
  margin-top: 0;
  padding-top: 10px;
  border-top: 1px solid #e2e8f0;
}

/* line 1064, app/assets/stylesheets/badges.scss */
.badge-start-date .inline-date-editor-wrap .badge-start-date-delivery-days-edit .badge-start-date-delivery-days-label {
  font-weight: 600;
  color: #374151;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

/* line 1073, app/assets/stylesheets/badges.scss */
.badge-start-date .inline-date-editor-wrap .badge-start-date-delivery-days-edit .buttons.has-addons.is-multiline {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-start;
}

/* line 1079, app/assets/stylesheets/badges.scss */
.badge-start-date .inline-date-editor-wrap .badge-start-date-delivery-days-edit .buttons.has-addons.is-multiline .button-container {
  margin-right: 0;
  margin-top: 0;
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
}

/* line 1087, app/assets/stylesheets/badges.scss */
.badge-start-date .inline-date-editor-wrap .badge-start-date-delivery-days-edit .buttons.has-addons.is-multiline label.button.is-light {
  padding: 4px 10px;
  font-size: 12px;
  min-width: 38px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.15s ease;
  white-space: nowrap;
}

/* line 1097, app/assets/stylesheets/badges.scss */
.badge-start-date .inline-date-editor-wrap .badge-start-date-delivery-days-edit .buttons.has-addons.is-multiline label.button.is-light:hover {
  transform: translateY(-1px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 1105, app/assets/stylesheets/badges.scss */
.badge-start-date .inline-date-editor-wrap .inline-date-input-old-ui {
  width: 100% !important;
  min-width: 120px !important;
  padding: 6px 10px !important;
  font-size: 13px !important;
  color: #495057;
  background: #fff;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  height: auto !important;
  min-height: 0 !important;
}

/* line 1117, app/assets/stylesheets/badges.scss */
.badge-start-date .inline-date-editor-wrap .inline-date-input-old-ui:focus {
  outline: none;
  border-color: #94a3b8 !important;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.1);
}

/* line 1126, app/assets/stylesheets/badges.scss */
.badge-start-date .inline-date-input {
  width: 82px !important;
  padding: 5px 8px !important;
  font-size: 13px !important;
  color: #495057;
  background: #fff;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  height: auto !important;
  min-height: 0 !important;
}

/* line 1137, app/assets/stylesheets/badges.scss */
.badge-start-date .inline-date-input:focus {
  outline: none;
  border-color: #94a3b8 !important;
}

/* line 1144, app/assets/stylesheets/badges.scss */
.badge-start-date .inline-date-action-btn {
  background: none;
  border: none;
  padding: 0;
  margin: 0 !important;
  cursor: pointer;
}

/* line 1151, app/assets/stylesheets/badges.scss */
.badge-start-date .inline-date-action-btn--save {
  color: #28a745;
}

/* line 1152, app/assets/stylesheets/badges.scss */
.badge-start-date .inline-date-action-btn--cancel {
  color: #6c757d;
}

/* line 1153, app/assets/stylesheets/badges.scss */
.badge-start-date .inline-date-action-btn:hover {
  opacity: 0.7;
}

/* line 1157, app/assets/stylesheets/badges.scss */
.badge-start-date .inline-date-clear-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: all 0.15s ease;
}

/* line 1171, app/assets/stylesheets/badges.scss */
.badge-start-date .inline-date-clear-btn svg {
  color: #6c757d;
  stroke-width: 2.5;
}

/* line 1176, app/assets/stylesheets/badges.scss */
.badge-start-date .inline-date-clear-btn:hover {
  background: #f8f9fa;
  border-color: #cbd5e1;
}

/* line 1180, app/assets/stylesheets/badges.scss */
.badge-start-date .inline-date-clear-btn:hover svg {
  color: #dc2626;
}

/* line 1185, app/assets/stylesheets/badges.scss */
.badge-start-date .inline-date-clear-btn:active {
  background: #f1f5f9;
}

/* line 1191, app/assets/stylesheets/badges.scss */
.badge-start-date form {
  margin: 0 !important;
}

/* line 1197, app/assets/stylesheets/badges.scss */
.inline-date-editor-wrap {
  align-items: flex-start;
  position: relative;
}

/* line 1201, app/assets/stylesheets/badges.scss */
.inline-date-editor-wrap .inline-date-editor-delivery-days-display {
  font-size: 12px;
  line-height: 1.3;
}

/* line 1209, app/assets/stylesheets/badges.scss */
.inline-date-editor-wrap .inline-date-editor-edit.d-none,
.inline-date-editor-wrap .badge-start-at.inline-date-editor-edit.d-none {
  display: none !important;
}

/* line 1212, app/assets/stylesheets/badges.scss */
.inline-date-editor-wrap .inline-date-editor-edit:not(.d-none),
.inline-date-editor-wrap .badge-start-at.inline-date-editor-edit:not(.d-none) {
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 99;
  display: block !important;
  width: -moz-max-content;
  width: max-content;
  min-width: 240px;
}

@media screen and (max-width: 480px) {
  /* line 1212, app/assets/stylesheets/badges.scss */
  .inline-date-editor-wrap .inline-date-editor-edit:not(.d-none),
.inline-date-editor-wrap .badge-start-at.inline-date-editor-edit:not(.d-none) {
    width: auto;
  }
}

/* line 1225, app/assets/stylesheets/badges.scss */
.inline-date-editor-wrap .inline-date-editor-edit .badge-start-date-old-ui-date-row,
.inline-date-editor-wrap .badge-start-at.inline-date-editor-edit .badge-start-date-old-ui-date-row {
  width: 100%;
  gap: 6px;
}

/* line 1229, app/assets/stylesheets/badges.scss */
.inline-date-editor-wrap .inline-date-editor-edit .badge-start-date-delivery-days-edit,
.inline-date-editor-wrap .badge-start-at.inline-date-editor-edit .badge-start-date-delivery-days-edit {
  margin-top: 0;
  padding-top: 10px;
  border-top: 1px solid #e2e8f0;
}

/* line 1234, app/assets/stylesheets/badges.scss */
.inline-date-editor-wrap .inline-date-editor-edit .badge-start-date-delivery-days-edit .badge-start-date-delivery-days-label,
.inline-date-editor-wrap .badge-start-at.inline-date-editor-edit .badge-start-date-delivery-days-edit .badge-start-date-delivery-days-label {
  font-weight: 600;
  color: #374151;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* line 1242, app/assets/stylesheets/badges.scss */
.inline-date-editor-wrap .inline-date-editor-edit .is-multiline,
.inline-date-editor-wrap .badge-start-at.inline-date-editor-edit .is-multiline {
  flex-wrap: wrap;
  gap: 6px;
}

/* line 1247, app/assets/stylesheets/badges.scss */
.inline-date-editor-wrap .inline-date-editor-edit .is-multiline .button-container .is-light,
.inline-date-editor-wrap .badge-start-at.inline-date-editor-edit .is-multiline .button-container .is-light {
  padding: 4px 10px;
  font-size: 12px;
  min-width: 38px;
  cursor: pointer;
  transition: all 0.15s ease;
}

/* line 1258, app/assets/stylesheets/badges.scss */
.inline-date-editor-wrap .inline-date-edit-pill {
  display: block;
  padding: 12px 14px;
  background: #f8f9fa;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: auto;
  min-width: 240px;
}

/* line 1268, app/assets/stylesheets/badges.scss */
.inline-date-editor-wrap .inline-date-edit-pill .inline-date-loader {
  display: none;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top-color: #495057;
  border-radius: 50%;
  animation: old-ui-spin 0.6s linear infinite;
  margin-bottom: 4px;
}

/* line 1280, app/assets/stylesheets/badges.scss */
.inline-date-editor-wrap .inline-date-edit-pill.loading .inline-date-loader {
  display: block;
}

/* line 1281, app/assets/stylesheets/badges.scss */
.inline-date-editor-wrap .inline-date-edit-pill.loading .inline-date-content {
  display: none;
}

/* line 1286, app/assets/stylesheets/badges.scss */
.inline-date-editor-wrap .inline-date-content {
  display: block;
}

@keyframes old-ui-spin {
  to {
    transform: rotate(360deg);
  }
}

/* line 1312, app/assets/stylesheets/badges.scss */
article.badge-task .day-mapping-highlighted::after,
article.launch .day-mapping-highlighted::after,
article.close .day-mapping-highlighted::after {
  content: '';
  position: absolute;
  right: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #ffc107;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #ffc107;
}

/* line 1330, app/assets/stylesheets/badges.scss */
article.badge-task .day-mapping-highlighted-0::after,
article.launch .day-mapping-highlighted-0::after,
article.close .day-mapping-highlighted-0::after {
  content: '';
  position: absolute;
  right: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #ffc107;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #ffc107;
}

/* line 1330, app/assets/stylesheets/badges.scss */
article.badge-task .day-mapping-highlighted-1::after,
article.launch .day-mapping-highlighted-1::after,
article.close .day-mapping-highlighted-1::after {
  content: '';
  position: absolute;
  right: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #17a2b8;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #17a2b8;
}

/* line 1330, app/assets/stylesheets/badges.scss */
article.badge-task .day-mapping-highlighted-2::after,
article.launch .day-mapping-highlighted-2::after,
article.close .day-mapping-highlighted-2::after {
  content: '';
  position: absolute;
  right: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #28a745;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #28a745;
}

/* line 1330, app/assets/stylesheets/badges.scss */
article.badge-task .day-mapping-highlighted-3::after,
article.launch .day-mapping-highlighted-3::after,
article.close .day-mapping-highlighted-3::after {
  content: '';
  position: absolute;
  right: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #dc3545;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #dc3545;
}

/* line 1330, app/assets/stylesheets/badges.scss */
article.badge-task .day-mapping-highlighted-4::after,
article.launch .day-mapping-highlighted-4::after,
article.close .day-mapping-highlighted-4::after {
  content: '';
  position: absolute;
  right: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #6f42c1;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #6f42c1;
}

/* line 1330, app/assets/stylesheets/badges.scss */
article.badge-task .day-mapping-highlighted-5::after,
article.launch .day-mapping-highlighted-5::after,
article.close .day-mapping-highlighted-5::after {
  content: '';
  position: absolute;
  right: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #fd7e14;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #fd7e14;
}

/* line 1330, app/assets/stylesheets/badges.scss */
article.badge-task .day-mapping-highlighted-6::after,
article.launch .day-mapping-highlighted-6::after,
article.close .day-mapping-highlighted-6::after {
  content: '';
  position: absolute;
  right: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #e83e8c;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #e83e8c;
}

/* line 1330, app/assets/stylesheets/badges.scss */
article.badge-task .day-mapping-highlighted-7::after,
article.launch .day-mapping-highlighted-7::after,
article.close .day-mapping-highlighted-7::after {
  content: '';
  position: absolute;
  right: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #20c997;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #20c997;
}

/* line 1348, app/assets/stylesheets/badges.scss */
.day-mapping-color-indicator {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 8px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px currentColor;
}

/* line 1358, app/assets/stylesheets/badges.scss */
.day-mapping-color-indicator.color-0 {
  background-color: #ffc107;
  box-shadow: 0 0 0 1px #ffc107;
}

/* line 1358, app/assets/stylesheets/badges.scss */
.day-mapping-color-indicator.color-1 {
  background-color: #17a2b8;
  box-shadow: 0 0 0 1px #17a2b8;
}

/* line 1358, app/assets/stylesheets/badges.scss */
.day-mapping-color-indicator.color-2 {
  background-color: #28a745;
  box-shadow: 0 0 0 1px #28a745;
}

/* line 1358, app/assets/stylesheets/badges.scss */
.day-mapping-color-indicator.color-3 {
  background-color: #dc3545;
  box-shadow: 0 0 0 1px #dc3545;
}

/* line 1358, app/assets/stylesheets/badges.scss */
.day-mapping-color-indicator.color-4 {
  background-color: #6f42c1;
  box-shadow: 0 0 0 1px #6f42c1;
}

/* line 1358, app/assets/stylesheets/badges.scss */
.day-mapping-color-indicator.color-5 {
  background-color: #fd7e14;
  box-shadow: 0 0 0 1px #fd7e14;
}

/* line 1358, app/assets/stylesheets/badges.scss */
.day-mapping-color-indicator.color-6 {
  background-color: #e83e8c;
  box-shadow: 0 0 0 1px #e83e8c;
}

/* line 1358, app/assets/stylesheets/badges.scss */
.day-mapping-color-indicator.color-7 {
  background-color: #20c997;
  box-shadow: 0 0 0 1px #20c997;
}

/* line 1366, app/assets/stylesheets/badges.scss */
.aggregated-feedback-hint {
  font-size: 0.85rem;
}

/* line 1370, app/assets/stylesheets/badges.scss */
.aggregated-feedback-hint-icon {
  width: 14px;
  height: 14px;
  vertical-align: text-bottom;
}

/* line 1376, app/assets/stylesheets/badges.scss */
.aggregated-feedback-toggle {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 18px;
  margin: 0;
  cursor: pointer;
}

/* line 1384, app/assets/stylesheets/badges.scss */
.aggregated-feedback-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 1390, app/assets/stylesheets/badges.scss */
.aggregated-feedback-toggle__slider {
  position: absolute;
  inset: 0;
  background-color: #cbd5e1;
  border-radius: 9px;
  transition: background-color 0.2s;
}

/* line 1397, app/assets/stylesheets/badges.scss */
.aggregated-feedback-toggle__slider::before {
  content: "";
  position: absolute;
  left: 2px;
  bottom: 2px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.2s;
}

/* line 1410, app/assets/stylesheets/badges.scss */
input:checked + .aggregated-feedback-toggle__slider {
  background-color: #3b82f6;
}

/* line 1414, app/assets/stylesheets/badges.scss */
input:checked + .aggregated-feedback-toggle__slider::before {
  transform: translateX(14px);
}

/* line 1420, app/assets/stylesheets/badges.scss */
.aggregated-feedback-page .aggregated-feedback-title {
  overflow: visible;
  white-space: normal;
  word-break: break-word;
}

/* line 1427, app/assets/stylesheets/badges.scss */
.aggregated-feedback-page .aggregated-feedback-button-group {
  gap: 0.5rem 0.75rem;
}

/* line 1429, app/assets/stylesheets/badges.scss */
.aggregated-feedback-page .aggregated-feedback-button-group .button,
.aggregated-feedback-page .aggregated-feedback-button-group .modern-button-border,
.aggregated-feedback-page .aggregated-feedback-button-group .dropdown > .dropdown-toggle {
  margin: 0 !important;
}

/* line 1437, app/assets/stylesheets/badges.scss */
.aggregated-feedback-page .aggregated-feedback-filter-dropdown .dropdown-toggle {
  min-width: 12.5rem;
  text-align: left;
}

/* line 1441, app/assets/stylesheets/badges.scss */
.aggregated-feedback-page .aggregated-feedback-filter-dropdown .dropdown-menu {
  min-width: 240px;
  width: -moz-max-content;
  width: max-content;
  max-width: 320px;
  white-space: nowrap;
}

@media (max-width: 343px) {
  /* line 1441, app/assets/stylesheets/badges.scss */
  .aggregated-feedback-page .aggregated-feedback-filter-dropdown .dropdown-menu {
    max-width: calc(100vw - 24px);
  }
}

@media (max-width: 767px) {
  /* line 1455, app/assets/stylesheets/badges.scss */
  .aggregated-feedback-page .aggregated-feedback-title {
    font-size: 1.35rem;
    word-break: break-word;
    margin-left: 10px;
  }
  /* line 1460, app/assets/stylesheets/badges.scss */
  .aggregated-feedback-page .aggregated-feedback-actions {
    justify-content: flex-start;
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    margin-left: 10px;
    margin-right: 10px;
  }
  /* line 1468, app/assets/stylesheets/badges.scss */
  .aggregated-feedback-page .aggregated-feedback-actions .button,
.aggregated-feedback-page .aggregated-feedback-actions .dropdown.aggregated-feedback-filter-dropdown,
.aggregated-feedback-page .aggregated-feedback-actions .dropdown.aggregated-feedback-filter-dropdown .dropdown-toggle {
    width: 100%;
    text-align: center;
  }
  /* line 1475, app/assets/stylesheets/badges.scss */
  .aggregated-feedback-page .aggregated-feedback-actions .dropdown.aggregated-feedback-filter-dropdown .dropdown-toggle {
    display: block;
  }
  /* line 1479, app/assets/stylesheets/badges.scss */
  .aggregated-feedback-page .aggregated-feedback-rating-row {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 1482, app/assets/stylesheets/badges.scss */
  .aggregated-feedback-page .aggregated-feedback-rating-row .aggregated-feedback-rating-stars {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  /* line 1487, app/assets/stylesheets/badges.scss */
  .aggregated-feedback-page .aggregated-feedback-summary-header {
    flex-direction: column;
    align-items: stretch;
  }
  /* line 1491, app/assets/stylesheets/badges.scss */
  .aggregated-feedback-page .aggregated-all-feedback-card, .aggregated-feedback-page .aggregated-feedback-by-campus, .aggregated-feedback-page .aggregated-feedback-rating-card, .aggregated-feedback-page .aggregated-feedback-summary-card {
    margin-left: 10px;
    margin-right: 10px;
  }
  /* line 1499, app/assets/stylesheets/badges.scss */
  .adopted-clones-page .adopted-clones-header {
    flex-direction: column;
    align-items: stretch;
  }
  /* line 1502, app/assets/stylesheets/badges.scss */
  .adopted-clones-page .adopted-clones-header .btn,
.adopted-clones-page .adopted-clones-header a.button {
    width: 100%;
    text-align: center;
  }
  /* line 1508, app/assets/stylesheets/badges.scss */
  .adopted-clones-page .adopted-clones-stats {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 1512, app/assets/stylesheets/badges.scss */
  .adopted-clones-page .adopted-clone-card-header {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 1516, app/assets/stylesheets/badges.scss */
  .adopted-clones-page .adopted-clone-diff-row .col-12 {
    max-width: 100%;
  }
  /* line 1522, app/assets/stylesheets/badges.scss */
  .clone-diff-page .clone-diff-header {
    flex-direction: column;
    align-items: stretch;
  }
  /* line 1525, app/assets/stylesheets/badges.scss */
  .clone-diff-page .clone-diff-header a.button {
    width: 100%;
    text-align: center;
  }
  /* line 1530, app/assets/stylesheets/badges.scss */
  .clone-diff-page .clone-diff-badges-row {
    flex-direction: column;
  }
}

/* line 1537, app/assets/stylesheets/badges.scss */
.highlight-diff-add {
  background-color: #d1fae5;
  color: #065f46;
  padding: 2px 4px;
  border-radius: 3px;
  display: inline;
  font-weight: 400;
}

/* line 1546, app/assets/stylesheets/badges.scss */
.highlight-diff-remove {
  background-color: #fee2e2;
  color: #991b1b;
  padding: 2px 4px;
  border-radius: 3px;
  display: inline;
  font-weight: 400;
}

/* line 1556, app/assets/stylesheets/badges.scss */
.diff-removed-block {
  background-color: #fef2f2;
  border-left: 3px solid #ef4444;
  padding: 8px 12px;
  border-radius: 4px;
  margin-bottom: 8px;
  font-size: 0.9rem;
}

/* line 1565, app/assets/stylesheets/badges.scss */
.diff-removed-label {
  color: #991b1b;
  font-weight: 600;
  font-size: 0.85rem;
}

/* line 1571, app/assets/stylesheets/badges.scss */
.diff-removed-child {
  color: #6b7280;
  font-size: 0.85rem;
  padding-left: 12px;
  margin-top: 4px;
}

/* line 1579, app/assets/stylesheets/badges.scss */
.diff-section-header {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #64748b;
  margin-top: 12px;
  margin-bottom: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e2e8f0;
}

/* line 1592, app/assets/stylesheets/badges.scss */
.diff-milestone-name {
  font-weight: 600;
  font-size: 0.9rem;
  color: #334155;
  margin-bottom: 6px;
}

/* line 1600, app/assets/stylesheets/badges.scss */
.diff-added-block {
  background-color: #f0fdf4;
  border-left: 3px solid #22c55e;
  padding: 8px 12px;
  border-radius: 4px;
  margin-bottom: 8px;
  font-size: 0.9rem;
}

/* line 1609, app/assets/stylesheets/badges.scss */
.diff-added-label {
  color: #166534;
  font-weight: 600;
  font-size: 0.85rem;
}

/* line 1615, app/assets/stylesheets/badges.scss */
.diff-added-child {
  color: #6b7280;
  font-size: 0.85rem;
  padding-left: 12px;
  margin-top: 4px;
}

/* line 1623, app/assets/stylesheets/badges.scss */
.adopted-clone-description-diff {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/shared_badges.scss */
.shared-badge-card {
  position: relative;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-top: none;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

/* line 14, app/assets/stylesheets/shared_badges.scss */
.shared-badge-card:first-child {
  border-top: 1px solid #e5e7eb;
  border-radius: 12px 12px 0 0;
}

/* line 19, app/assets/stylesheets/shared_badges.scss */
.shared-badge-card:last-child {
  border-radius: 0 0 12px 12px;
}

/* line 23, app/assets/stylesheets/shared_badges.scss */
.shared-badge-card:only-child {
  border-radius: 12px;
}

/* line 27, app/assets/stylesheets/shared_badges.scss */
.shared-badge-card:hover {
  background: #fafafa;
}

/* line 33, app/assets/stylesheets/shared_badges.scss */
.shared-badge-card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
}

/* line 40, app/assets/stylesheets/shared_badges.scss */
.shared-badge-card-content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  padding: 16px 20px;
}

/* line 49, app/assets/stylesheets/shared_badges.scss */
.shared-badge-row-primary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  pointer-events: none;
}

/* line 57, app/assets/stylesheets/shared_badges.scss */
.shared-badge-type-section {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

/* line 63, app/assets/stylesheets/shared_badges.scss */
.shared-badge-type-section .pill {
  font-size: 13px;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 12px;
  color: #283c46;
}

/* line 73, app/assets/stylesheets/shared_badges.scss */
.shared-badge-title-section {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}

/* line 80, app/assets/stylesheets/shared_badges.scss */
.shared-badge-title {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  margin: 0;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* line 95, app/assets/stylesheets/shared_badges.scss */
.shared-badge-title .shareability-status-indicator {
  margin-left: 0;
}

/* line 101, app/assets/stylesheets/shared_badges.scss */
.shared-badge-stats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px 0;
  font-size: 0.8125rem;
  color: #6b7280;
  line-height: 1.4;
  flex-shrink: 0;
  pointer-events: auto;
}

/* line 113, app/assets/stylesheets/shared_badges.scss */
.shared-badge-stat {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  position: relative;
  z-index: 10;
  pointer-events: auto;
}

/* line 122, app/assets/stylesheets/shared_badges.scss */
.shared-badge-stat strong {
  color: #374151;
  font-weight: 600;
}

/* line 128, app/assets/stylesheets/shared_badges.scss */
.shared-badge-stat-icon {
  color: #9ca3af;
  flex-shrink: 0;
}

/* line 133, app/assets/stylesheets/shared_badges.scss */
.shared-badge-stat-separator {
  margin: 0 6px;
  color: #d1d5db;
  font-weight: 700;
}

/* line 140, app/assets/stylesheets/shared_badges.scss */
.shared-badge-stat-rating strong {
  color: #d97706;
}

/* line 145, app/assets/stylesheets/shared_badges.scss */
.shared-badge-stat-star {
  color: #fbbf24;
  fill: #fbbf24;
  flex-shrink: 0;
}

/* line 151, app/assets/stylesheets/shared_badges.scss */
.shared-badge-stat-rating-count {
  color: #9ca3af;
  font-weight: 400;
}

/* line 157, app/assets/stylesheets/shared_badges.scss */
.shared-badge-row-secondary {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-top: 12px;
  gap: 16px;
  pointer-events: none;
}

/* line 168, app/assets/stylesheets/shared_badges.scss */
.shared-badge-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
  align-items: center;
  position: relative;
  z-index: 10;
  pointer-events: auto;
}

/* line 177, app/assets/stylesheets/shared_badges.scss */
.shared-badge-actions .action-icon,
.shared-badge-actions button {
  position: relative;
  z-index: 11;
}

/* line 184, app/assets/stylesheets/shared_badges.scss */
.shared-badge-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  justify-content: space-between;
}

/* line 192, app/assets/stylesheets/shared_badges.scss */
.shared-badge-meta-date {
  font-size: 13px;
  color: #9ca3af;
}

/* line 197, app/assets/stylesheets/shared_badges.scss */
.shared-badge-contributor {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #6b7280;
}

/* line 204, app/assets/stylesheets/shared_badges.scss */
.shared-badge-contributor .contributor-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

/* line 213, app/assets/stylesheets/shared_badges.scss */
.shared-badge-contributor-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  text-decoration: none;
}

/* line 220, app/assets/stylesheets/shared_badges.scss */
.shared-badge-contributor-link:hover {
  color: #374151;
  text-decoration: none;
}

/* line 226, app/assets/stylesheets/shared_badges.scss */
.shared-badge-contributor-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 233, app/assets/stylesheets/shared_badges.scss */
.shared-badge-mobile {
  display: none;
}

@media (max-width: 768px) {
  /* line 239, app/assets/stylesheets/shared_badges.scss */
  .shared-badge-card {
    border-radius: 12px !important;
    border-top: 1px solid #e5e7eb !important;
  }
  /* line 244, app/assets/stylesheets/shared_badges.scss */
  .shared-badge-card-content {
    padding: 16px;
  }
  /* line 249, app/assets/stylesheets/shared_badges.scss */
  .shared-badge-row-primary,
.shared-badge-row-secondary {
    display: none !important;
  }
  /* line 255, app/assets/stylesheets/shared_badges.scss */
  .shared-badge-mobile {
    display: block;
    position: relative;
    width: 100%;
    pointer-events: none;
  }
  /* line 262, app/assets/stylesheets/shared_badges.scss */
  .shared-badge-mobile-row {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    pointer-events: none;
  }
  /* line 272, app/assets/stylesheets/shared_badges.scss */
  .shared-badge-mobile-header {
    margin-bottom: 8px;
  }
  /* line 276, app/assets/stylesheets/shared_badges.scss */
  .shared-badge-title-mobile {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin: 0;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0;
  }
  /* line 289, app/assets/stylesheets/shared_badges.scss */
  .shared-badge-mobile-stats {
    margin-bottom: 8px;
    justify-content: flex-start;
  }
  /* line 293, app/assets/stylesheets/shared_badges.scss */
  .shared-badge-mobile-stats .shared-badge-stats {
    font-size: 0.75rem;
    pointer-events: auto;
    position: relative;
    z-index: 4;
  }
  /* line 300, app/assets/stylesheets/shared_badges.scss */
  .shared-badge-mobile-stats .shared-badge-stat-separator {
    margin: 0 5px;
  }
  /* line 305, app/assets/stylesheets/shared_badges.scss */
  .shared-badge-mobile-actions {
    margin-bottom: 4px;
    gap: 12px;
  }
  /* line 309, app/assets/stylesheets/shared_badges.scss */
  .shared-badge-mobile-actions .shared-badge-actions {
    pointer-events: auto;
    z-index: 4;
  }
  /* line 315, app/assets/stylesheets/shared_badges.scss */
  .shared-badge-mobile-date {
    margin-bottom: 4px;
    justify-content: flex-start;
  }
  /* line 320, app/assets/stylesheets/shared_badges.scss */
  .shared-badge-contributor-mobile {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #6b7280;
    pointer-events: auto;
    z-index: 4;
    min-width: 0;
    flex: 1;
    justify-content: flex-end;
  }
  /* line 332, app/assets/stylesheets/shared_badges.scss */
  .shared-badge-contributor-mobile .shared-badge-contributor-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    min-width: 0;
  }
  /* line 340, app/assets/stylesheets/shared_badges.scss */
  .shared-badge-contributor-mobile .contributor-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    flex-shrink: 0;
  }
}

/* line 1, app/assets/stylesheets/badge_plans.scss */
.badge-plan-sessions-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

/* line 6, app/assets/stylesheets/badge_plans.scss */
.badge-plan-sessions-wrapper .session-badge-assignments {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  min-height: 24px;
  margin-right: 3px;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  flex: 0 0 24px;
  width: 24px;
}

/* line 17, app/assets/stylesheets/badge_plans.scss */
.badge-plan-sessions-wrapper .session-badge-assignments .badge-plan-box {
  padding: 0;
}

/* line 19, app/assets/stylesheets/badge_plans.scss */
.badge-plan-sessions-wrapper .session-badge-assignments .badge-plan-box.divider {
  padding: 0;
}

/* line 22, app/assets/stylesheets/badge_plans.scss */
.badge-plan-sessions-wrapper .session-badge-assignments.drop-zone-active::after, .badge-plan-sessions-wrapper .session-badge-assignments.drop-zone-hover::after {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 2px dashed rgba(52, 152, 219, 0.3);
  border-radius: 4px;
  pointer-events: none;
  z-index: 2;
  box-sizing: border-box;
}

/* line 34, app/assets/stylesheets/badge_plans.scss */
.badge-plan-sessions-wrapper .session-badge-assignments.drop-zone-hover::after {
  border-color: #3498db;
}

/* line 39, app/assets/stylesheets/badge_plans.scss */
.badge-plan-sessions-wrapper .session-badge-assignments .badge-assignment-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  width: auto;
  height: auto;
  background: transparent;
  border: 2px dashed #3498db;
  border-radius: 4px;
  opacity: 0.5;
  pointer-events: none;
  display: none;
  box-sizing: border-box;
}

/* line 52, app/assets/stylesheets/badge_plans.scss */
.badge-plan-sessions-wrapper .session-badge-assignments.is-receiving .badge-assignment-placeholder {
  display: block;
}

/* line 56, app/assets/stylesheets/badge_plans.scss */
.badge-assignment-wrapper {
  margin-bottom: 2px;
  transform: 200ms all;
  cursor: move;
}

/* line 61, app/assets/stylesheets/badge_plans.scss */
.badge-assignment-wrapper:last-child {
  margin-bottom: 0;
}

/* line 64, app/assets/stylesheets/badge_plans.scss */
.badge-assignment-wrapper.show .badge-plan-box {
  animation: pulse 2s infinite;
}

/* line 69, app/assets/stylesheets/badge_plans.scss */
.badge-assignment-wrapper:focus, .badge-assignment-wrapper:active {
  outline: none;
}

/* line 73, app/assets/stylesheets/badge_plans.scss */
.badge-assignment-wrapper.dragging {
  opacity: 0.5;
  z-index: 1000;
}

/* line 79, app/assets/stylesheets/badge_plans.scss */
.assignments-wrapper {
  display: flex;
  align-items: center;
  min-height: 30px;
  position: relative;
}

/* line 85, app/assets/stylesheets/badge_plans.scss */
.assignments-wrapper .badge-assignment-wrapper {
  margin: 0 2px 2px 0;
}

/* line 89, app/assets/stylesheets/badge_plans.scss */
.assignments-wrapper.wrap {
  flex-wrap: wrap;
}

/* line 93, app/assets/stylesheets/badge_plans.scss */
.assignments-wrapper.drop-zone-active::after, .assignments-wrapper.drop-zone-hover::after {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 2px dashed rgba(52, 152, 219, 0.3);
  border-radius: 4px;
  pointer-events: none;
  z-index: 2;
  box-sizing: border-box;
}

/* line 104, app/assets/stylesheets/badge_plans.scss */
.assignments-wrapper.drop-zone-hover::after {
  border-color: #3498db;
}

/* line 109, app/assets/stylesheets/badge_plans.scss */
.badge-plan-box {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 24px;
  width: 24px;
  font-size: 10px;
  border-radius: 4px;
  font-weight: normal;
  background-color: #3498db;
  color: white;
  border: 1px solid #3498db;
  transition: 200ms all;
  font-weight: bold;
}

/* line 127, app/assets/stylesheets/badge_plans.scss */
.badge-plan-box:hover, .badge-plan-box:focus, .badge-plan-box:active {
  text-decoration: none;
  color: white;
}

/* line 132, app/assets/stylesheets/badge_plans.scss */
.badge-plan-box.add_badge_assignment {
  height: 21px;
  width: 21px;
  border-radius: 50%;
  background-color: white;
  color: rgba(82, 95, 127, 0.75);
  border: 1px solid rgba(82, 95, 127, 0.75);
  transition: 200ms all;
  margin-left: 0.25rem;
}

/* line 142, app/assets/stylesheets/badge_plans.scss */
.badge-plan-box.add_badge_assignment:hover, .badge-plan-box.add_badge_assignment:focus, .badge-plan-box.add_badge_assignment:active {
  color: #3498db;
  border-color: #3498db;
  transform: scale(1.05);
}

/* line 147, app/assets/stylesheets/badge_plans.scss */
.badge-plan-box.add_badge_assignment.lg {
  height: 36px;
  width: 36px;
  margin: 0 0.5rem;
}

/* line 154, app/assets/stylesheets/badge_plans.scss */
.badge-plan-box.not_yet_started {
  color: rgba(255, 255, 255, 0.67);
  font-weight: 400;
}

/* line 159, app/assets/stylesheets/badge_plans.scss */
.badge-plan-box.box-grey {
  color: #525f7f;
  background-color: transparent;
  border-color: transparent;
}

/* line 165, app/assets/stylesheets/badge_plans.scss */
.badge-plan-box.divider {
  background-color: white;
  border-color: white;
  color: rgba(82, 95, 127, 0.7);
  pointer-events: none;
}

/* line 171, app/assets/stylesheets/badge_plans.scss */
.badge-plan-box.divider::after {
  content: '\00B7';
}

/* line 175, app/assets/stylesheets/badge_plans.scss */
.badge-plan-box.divider:hover, .badge-plan-box.divider:focus, .badge-plan-box.divider:active {
  box-shadow: none;
}

/* line 180, app/assets/stylesheets/badge_plans.scss */
.badge-plan-box.approved {
  background-color: #27ae60;
  border-color: #27ae60;
}

/* line 181, app/assets/stylesheets/badge_plans.scss */
.badge-plan-box.in_review {
  background-color: #00808A;
  border-color: #00808A;
}

/* line 182, app/assets/stylesheets/badge_plans.scss */
.badge-plan-box.denied, .badge-plan-box.overdue {
  background-color: #e74c3c;
  border-color: #e74c3c;
}

/* line 183, app/assets/stylesheets/badge_plans.scss */
.badge-plan-box.extra {
  box-shadow: 0 0 0 2px rgba(234, 173, 33, 0.5);
}

/* line 186, app/assets/stylesheets/badge_plans.scss */
.badge-plan-box.placeholder {
  background-color: white;
  color: #3498db;
  border: 1px dashed #3498db;
}

/* line 192, app/assets/stylesheets/badge_plans.scss */
.badge-plan-box.transfer {
  background-color: #dce0e0;
  border-color: #dce0e0;
  color: #525f7f;
}

/* line 193, app/assets/stylesheets/badge_plans.scss */
.badge-plan-box .fa, .badge-plan-box .feather {
  font-size: 0.8rem;
  max-height: 0.8rem;
  max-width: 0.8rem;
}

/* line 200, app/assets/stylesheets/badge_plans.scss */
.badge-assignment-progress-percent-wrapper {
  font-size: 10px;
  display: flex;
  transform: translateX(10%);
}

/* line 205, app/assets/stylesheets/badge_plans.scss */
.badge-assignment-progress-percent-wrapper .progress-percent {
  font-size: 1em;
}

/* line 209, app/assets/stylesheets/badge_plans.scss */
.badge-assignment-progress-percent-wrapper .progress-percent-sign {
  font-size: 0.5em;
}

/* line 214, app/assets/stylesheets/badge_plans.scss */
.badge-assignment-card {
  position: relative;
  display: inline-block;
  padding: 10px 10px 20px;
  background-color: #3498db;
  color: white;
  max-width: 120px;
  margin-bottom: 0.5rem;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  transition: 200ms all;
  font-size: 10px;
  min-width: 100px;
}

/* line 228, app/assets/stylesheets/badge_plans.scss */
.badge-assignment-card h2 {
  font-size: 11px;
  margin-bottom: 4px;
}

/* line 233, app/assets/stylesheets/badge_plans.scss */
.badge-assignment-card.approved {
  background-color: #27ae60;
  border-color: #27ae60;
}

/* line 234, app/assets/stylesheets/badge_plans.scss */
.badge-assignment-card.in_review {
  background-color: #00808A;
  border-color: #00808A;
}

/* line 235, app/assets/stylesheets/badge_plans.scss */
.badge-assignment-card.denied, .badge-assignment-card.overdue {
  background-color: #e74c3c;
  border-color: #e74c3c;
}

/* line 236, app/assets/stylesheets/badge_plans.scss */
.badge-assignment-card.transfer {
  background-color: #dce0e0;
  border-color: #dce0e0;
  color: #525f7f;
}

/* line 238, app/assets/stylesheets/badge_plans.scss */
.badge-assignment-card:hover, .badge-assignment-card:active, .badge-assignment-card:focus {
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.4);
}

/* line 245, app/assets/stylesheets/badge_plans.scss */
.badge-assignment-card .pill {
  margin-top: 6px;
  font-size: 10px;
  font-weight: 300;
}

/* line 251, app/assets/stylesheets/badge_plans.scss */
.badge-assignment-card .icon-bubble {
  font-size: 0.85rem;
  font-weight: 600;
  bottom: -.675em;
  right: -.675em;
}

/* line 260, app/assets/stylesheets/badge_plans.scss */
.year-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

/* line 266, app/assets/stylesheets/badge_plans.scss */
.year-header .remove-year-btn {
  font-size: 0.75rem;
  line-height: 1;
  transition: opacity 0.2s ease, cursor 0.2s ease;
}

/* line 271, app/assets/stylesheets/badge_plans.scss */
.year-header .remove-year-btn.loading {
  pointer-events: none;
}

/* line 274, app/assets/stylesheets/badge_plans.scss */
.year-header .remove-year-btn.loading .button-spinner {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spinner-rotate 0.75s linear infinite;
  vertical-align: middle;
}

/* line 286, app/assets/stylesheets/badge_plans.scss */
.year-header .remove-year-btn:disabled, .year-header .remove-year-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

/* line 293, app/assets/stylesheets/badge_plans.scss */
.year-header .remove-year-btn:not(:disabled):not(.disabled):hover {
  opacity: 0.8;
}

/* line 299, app/assets/stylesheets/badge_plans.scss */
.year-no-sessions-message {
  padding: 8px;
  font-size: 0.75rem;
  line-height: 1.2;
}

/* line 305, app/assets/stylesheets/badge_plans.scss */
.add-year-column {
  text-align: center;
  vertical-align: middle;
}

/* line 309, app/assets/stylesheets/badge_plans.scss */
.add-year-column .modern-add-btn {
  margin: 0 auto;
}

/* line 312, app/assets/stylesheets/badge_plans.scss */
.add-year-column .modern-add-btn.loading {
  pointer-events: none;
}

/* line 315, app/assets/stylesheets/badge_plans.scss */
.add-year-column .modern-add-btn.loading .button-spinner {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spinner-rotate 0.75s linear infinite;
}

@keyframes spinner-rotate {
  to {
    transform: rotate(360deg);
  }
}

/* line 332, app/assets/stylesheets/badge_plans.scss */
.badge-assignment-preview {
  max-width: 300px;
  min-width: 180px;
  z-index: 100;
}

/* line 337, app/assets/stylesheets/badge_plans.scss */
.badge-assignment-preview .badge-assignment__divider {
  height: 0;
  margin: 1rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 344, app/assets/stylesheets/badge_plans.scss */
.badge-assignment-preview .menu-link {
  display: block;
  font-size: 0.9rem;
  font-weight: 300;
  color: #525f7f;
  padding: 0.25rem 1rem;
  margin: 0 -1rem;
}

/* line 352, app/assets/stylesheets/badge_plans.scss */
.badge-assignment-preview .menu-link:hover, .badge-assignment-preview .menu-link:focus, .badge-assignment-preview .menu-link:active {
  text-decoration: none;
  color: #283c46;
  background-color: #f6f9fb;
}

/* line 360, app/assets/stylesheets/badge_plans.scss */
.badge-assignment-grid-card {
  position: relative;
  position: relative;
  display: block;
  font-size: 0.7rem;
  margin: 0.5rem 0.75rem;
  width: 8em;
  height: 8em;
  transform: 200ms all;
}

/* line 371, app/assets/stylesheets/badge_plans.scss */
.badge-assignment-grid-card.grey-out .badge-img-placeholder, .badge-assignment-grid-card.grey-out img {
  filter: grayscale(1);
  opacity: 0.5;
}

/* line 377, app/assets/stylesheets/badge_plans.scss */
.badge-assignment-grid-card img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

/* line 383, app/assets/stylesheets/badge_plans.scss */
.badge-assignment-grid-card .icon-bubble {
  font-size: 0.85rem;
  font-weight: 600;
}

/* line 388, app/assets/stylesheets/badge_plans.scss */
.badge-assignment-grid-card .badge-assignment-progress-percent-wrapper {
  font-size: 13px;
}

/* line 392, app/assets/stylesheets/badge_plans.scss */
.badge-assignment-grid-card .badge-progress-change-indicator {
  position: absolute;
  top: -6px;
  right: -20px;
  font-size: 9px;
  font-weight: 600;
  padding: 3px 7px;
  border-radius: 12px;
  white-space: nowrap;
  z-index: 30;
  line-height: 1.4;
  min-width: 36px;
  text-align: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 407, app/assets/stylesheets/badge_plans.scss */
.badge-assignment-grid-card .badge-progress-change-indicator.positive {
  background-color: #dcfce7;
  color: #16a34a;
  border: 1px solid #86efac;
}

/* line 413, app/assets/stylesheets/badge_plans.scss */
.badge-assignment-grid-card .badge-progress-change-indicator.negative {
  background-color: #fee2e2;
  color: #dc2626;
  border: 1px solid #fca5a5;
}

/* line 419, app/assets/stylesheets/badge_plans.scss */
.badge-assignment-grid-card .badge-progress-change-indicator.zero {
  background-color: #ffffff;
  color: #1f2937;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 426, app/assets/stylesheets/badge_plans.scss */
.badge-assignment-grid-card:focus, .badge-assignment-grid-card:active {
  transform: scale(1.05);
  outline: none;
}

/* line 432, app/assets/stylesheets/badge_plans.scss */
.badge-assignment-grid-cards-level {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  gap: 0.5rem;
}

/* line 440, app/assets/stylesheets/badge_plans.scss */
.badge-dotted-circle {
  height: 90px;
  width: 90px;
  background-color: white;
  color: #3498db;
  border: 2px dashed #3498db;
  border-radius: 50%;
}

/* line 450, app/assets/stylesheets/badge_plans.scss */
.badge-assignment-placeholder {
  display: none !important;
}

/* line 453, app/assets/stylesheets/badge_plans.scss */
.drag-placeholder {
  display: none !important;
}

/* line 456, app/assets/stylesheets/badge_plans.scss */
.student-lock-controls {
  padding: 5px 5px;
  display: flex;
  align-items: center;
}

/* line 461, app/assets/stylesheets/badge_plans.scss */
.student-lock-controls.me-3 {
  margin-right: 0.75rem !important;
  padding: 8px 16px;
  background-color: white;
  height: 38px;
}

@media (max-width: 768px) {
  /* line 456, app/assets/stylesheets/badge_plans.scss */
  .student-lock-controls {
    position: sticky;
    top: 5px;
    z-index: 50;
    background: white;
  }
  /* line 475, app/assets/stylesheets/badge_plans.scss */
  .student-lock-controls.me-3 {
    padding: 8px 12px;
  }
}

/* line 480, app/assets/stylesheets/badge_plans.scss */
.student-lock-controls .form-check-input {
  cursor: pointer;
}

/* line 483, app/assets/stylesheets/badge_plans.scss */
.student-lock-controls .form-check-input:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

/* line 489, app/assets/stylesheets/badge_plans.scss */
.student-lock-controls .form-check-label {
  cursor: pointer;
}

/* line 492, app/assets/stylesheets/badge_plans.scss */
.student-lock-controls .form-check-label.fw-bold {
  white-space: nowrap;
  font-size: 0.9rem;
  font-weight: 500;
  color: #003a68;
  margin-bottom: 0;
}

/* line 500, app/assets/stylesheets/badge_plans.scss */
.student-lock-controls .form-check-label.small {
  font-size: 0.8rem;
}

/* line 505, app/assets/stylesheets/badge_plans.scss */
.student-lock-controls .fas.fa-lock {
  color: #3498db;
}

/* line 509, app/assets/stylesheets/badge_plans.scss */
.student-lock-controls .fas.fa-info-circle {
  color: rgba(82, 95, 127, 0.7);
}

/* line 515, app/assets/stylesheets/badge_plans.scss */
.student-lock-feedback {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border: none;
  font-weight: 500;
}

/* line 520, app/assets/stylesheets/badge_plans.scss */
.student-lock-feedback--success {
  background-color: #27ae60 !important;
}

/* line 524, app/assets/stylesheets/badge_plans.scss */
.student-lock-feedback--error {
  background-color: #e74c3c !important;
}

/* line 530, app/assets/stylesheets/badge_plans.scss */
.custom-toggle-switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 28px;
  margin-left: 8px;
  margin-right: 8px;
}

/* line 538, app/assets/stylesheets/badge_plans.scss */
.custom-toggle-switch input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

/* line 550, app/assets/stylesheets/badge_plans.scss */
.custom-toggle-switch .toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e74c3c;
  transition: all 0.3s ease;
  border-radius: 24px;
  border: none;
  z-index: 1;
  overflow: hidden;
}

/* line 564, app/assets/stylesheets/badge_plans.scss */
.custom-toggle-switch .toggle-slider:before {
  position: absolute;
  content: "🔓";
  height: 22px;
  width: 22px;
  left: 3px;
  bottom: 3px;
  background-color: #f5f5f5;
  transition: all 0.3s ease;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

/* line 581, app/assets/stylesheets/badge_plans.scss */
.custom-toggle-switch .toggle-slider::after {
  content: "Unlocked";
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  color: white;
  font-size: 7.5px;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 0;
  transition: opacity 0.3s ease;
}

/* line 596, app/assets/stylesheets/badge_plans.scss */
.custom-toggle-switch input:checked + .toggle-slider {
  background-color: #3498db;
}

/* line 599, app/assets/stylesheets/badge_plans.scss */
.custom-toggle-switch input:checked + .toggle-slider::after {
  content: "Locked";
  right: auto;
  left: 17px;
}

/* line 605, app/assets/stylesheets/badge_plans.scss */
.custom-toggle-switch input:checked + .toggle-slider:before {
  content: "🔒";
  transform: translateX(52px);
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* line 613, app/assets/stylesheets/badge_plans.scss */
.custom-toggle-switch input:disabled + .toggle-slider {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 618, app/assets/stylesheets/badge_plans.scss */
.custom-toggle-switch input:focus + .toggle-slider {
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.3);
}

/* line 622, app/assets/stylesheets/badge_plans.scss */
.custom-toggle-switch:hover input:not(:disabled) + .toggle-slider {
  box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
}

/* line 628, app/assets/stylesheets/badge_plans.scss */
.section-disabled {
  opacity: 0.3;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

/* line 634, app/assets/stylesheets/badge_plans.scss */
.section-disabled * {
  pointer-events: none;
}

/* line 641, app/assets/stylesheets/badge_plans.scss */
.category-badges-modal .modal-body {
  padding-left: 1rem;
  padding-right: 1rem;
  overflow-x: hidden;
  padding-bottom: 5.5rem;
}

@media (min-width: 768px) {
  /* line 641, app/assets/stylesheets/badge_plans.scss */
  .category-badges-modal .modal-body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* line 654, app/assets/stylesheets/badge_plans.scss */
.category-badges-modal .category-progress-tracker-sticky {
  background: white;
  border-top: 1px solid #e5e7eb;
  padding: 1rem;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  /* line 654, app/assets/stylesheets/badge_plans.scss */
  .category-badges-modal .category-progress-tracker-sticky {
    padding: 1rem 1.5rem;
  }
}

/* line 665, app/assets/stylesheets/badge_plans.scss */
.category-badges-modal .category-badges-scroll-container {
  overflow-x: auto;
  overflow-y: visible;
  width: 100%;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
}

/* line 673, app/assets/stylesheets/badge_plans.scss */
.category-badges-modal .category-badges-scroll-container::-webkit-scrollbar {
  height: 8px;
}

/* line 677, app/assets/stylesheets/badge_plans.scss */
.category-badges-modal .category-badges-scroll-container::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 4px;
}

/* line 682, app/assets/stylesheets/badge_plans.scss */
.category-badges-modal .category-badges-scroll-container::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

/* line 686, app/assets/stylesheets/badge_plans.scss */
.category-badges-modal .category-badges-scroll-container::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* line 692, app/assets/stylesheets/badge_plans.scss */
.category-badges-modal .badge-assignment-grid-cards-level {
  display: grid;
  grid-template-columns: repeat(3, minmax(80px, 1fr));
  gap: 1.5rem;
  margin: 0;
  justify-items: start;
  align-items: start;
  width: 100%;
}

@media (min-width: 576px) {
  /* line 692, app/assets/stylesheets/badge_plans.scss */
  .category-badges-modal .badge-assignment-grid-cards-level {
    grid-template-columns: repeat(3, minmax(80px, 1fr));
    gap: 1.5rem;
  }
}

@media (min-width: 768px) {
  /* line 692, app/assets/stylesheets/badge_plans.scss */
  .category-badges-modal .badge-assignment-grid-cards-level {
    grid-template-columns: repeat(4, minmax(80px, 1fr));
    gap: 1.5rem;
  }
}

@media (min-width: 992px) {
  /* line 692, app/assets/stylesheets/badge_plans.scss */
  .category-badges-modal .badge-assignment-grid-cards-level {
    grid-template-columns: repeat(5, minmax(80px, 1fr));
    gap: 1.5rem;
  }
}

@media (min-width: 1200px) {
  /* line 692, app/assets/stylesheets/badge_plans.scss */
  .category-badges-modal .badge-assignment-grid-cards-level {
    grid-template-columns: repeat(7, minmax(80px, 1fr));
    gap: 1.5rem;
  }
}

/* line 723, app/assets/stylesheets/badge_plans.scss */
.category-badges-modal .placeholder-group-wrapper {
  position: relative;
  display: inline-block;
}

/* line 729, app/assets/stylesheets/badge_plans.scss */
.category-badges-modal .placeholder-count-badge {
  position: absolute;
  top: 7px;
  right: 7px;
  background-color: #3498db;
  color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 600;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 10;
  cursor: pointer;
  pointer-events: auto;
}

/* line 2, app/assets/stylesheets/tracker_dashboard.scss */
.goal-set-header.cursor-pointer {
  transition: background-color 0.2s ease;
  padding: 0.75rem;
  border-radius: 0.25rem;
}

/* line 7, app/assets/stylesheets/tracker_dashboard.scss */
.goal-set-header.cursor-pointer:hover {
  background-color: rgba(0, 123, 255, 0.05);
}

/* line 13, app/assets/stylesheets/tracker_dashboard.scss */
.tracker-table .divider .divider-content {
  display: flex;
  font-size: 0.8rem;
}

/* line 17, app/assets/stylesheets/tracker_dashboard.scss */
.tracker-table .divider .divider-content .divider-content-left {
  display: flex;
  align-items: center;
}

/* line 21, app/assets/stylesheets/tracker_dashboard.scss */
.tracker-table .divider .divider-content .divider-content-left .subtle-link {
  text-decoration: none;
}

/* line 23, app/assets/stylesheets/tracker_dashboard.scss */
.tracker-table .divider .divider-content .divider-content-left .subtle-link:hover {
  text-decoration: underline;
}

/* line 27, app/assets/stylesheets/tracker_dashboard.scss */
.tracker-table .divider .divider-content .divider-content-right {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding-left: 2rem;
}

/* line 35, app/assets/stylesheets/tracker_dashboard.scss */
.tracker-table .divider .divider-content .divider-title-name {
  display: flex;
  align-items: center;
  color: #525f7f;
}

/* line 41, app/assets/stylesheets/tracker_dashboard.scss */
.tracker-table .divider .divider-content .category-name {
  margin-left: 1rem;
  margin-right: 0.25rem;
}

/* line 46, app/assets/stylesheets/tracker_dashboard.scss */
.tracker-table .divider .divider-content .points-fraction {
  margin-left: 1rem;
}

/* line 52, app/assets/stylesheets/tracker_dashboard.scss */
.weekday-header {
  position: relative;
  text-align: center;
  font-size: 14px;
  padding: 0 !important;
}

/* line 58, app/assets/stylesheets/tracker_dashboard.scss */
.weekday-header .content {
  min-height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
}

/* line 67, app/assets/stylesheets/tracker_dashboard.scss */
.weekday-header .day-of-week {
  color: #525f7f;
  text-transform: uppercase;
  letter-spacing: 0.033rem;
  font-size: 0.6rem;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 2px;
  transition: 200ms all;
}

/* line 78, app/assets/stylesheets/tracker_dashboard.scss */
.weekday-header .date {
  line-height: normal;
  font-weight: 600;
  color: #525f7f;
  font-size: 1rem;
  display: inline-block;
  line-height: 1;
  transition: 200ms all;
}

/* line 89, app/assets/stylesheets/tracker_dashboard.scss */
.weekday-header.clickable:hover .date, .weekday-header.clickable:hover .day-of-week, .weekday-header.clickable:focus .date, .weekday-header.clickable:focus .day-of-week, .weekday-header.clickable:active .date, .weekday-header.clickable:active .day-of-week {
  color: #3498db;
}

/* line 92, app/assets/stylesheets/tracker_dashboard.scss */
.weekday-header.active {
  background-color: white;
  border-top: 2px solid #3498db;
}

/* line 95, app/assets/stylesheets/tracker_dashboard.scss */
.weekday-header.active .date, .weekday-header.active .day-of-week {
  color: #3498db;
}

/* line 100, app/assets/stylesheets/tracker_dashboard.scss */
.weekday-header-v2.active {
  background-color: white;
  border: 1px solid #3498db !important;
}

/* line 103, app/assets/stylesheets/tracker_dashboard.scss */
.weekday-header-v2.active .date, .weekday-header-v2.active .day-of-week {
  color: #3498db;
}

/* line 107, app/assets/stylesheets/tracker_dashboard.scss */
.smart-method-info {
  display: inline-flex;
  flex-direction: column;
}

/* line 111, app/assets/stylesheets/tracker_dashboard.scss */
.smart-method-info .name {
  margin-bottom: 8px;
}

/* line 117, app/assets/stylesheets/tracker_dashboard.scss */
.tracker-note .tracker_note_content {
  width: 100%;
  margin: 0;
}

/* line 124, app/assets/stylesheets/tracker_dashboard.scss */
.tracker-note-content p:last-child {
  margin-bottom: 0;
}

/* line 127, app/assets/stylesheets/tracker_dashboard.scss */
.points-fraction {
  display: inline-flex;
}

/* line 130, app/assets/stylesheets/tracker_dashboard.scss */
.points-fraction .points-pill {
  min-width: 36px;
}

/* line 135, app/assets/stylesheets/tracker_dashboard.scss */
td.day-col, thead th.day-col {
  border-right: 1px solid #dee2e6;
}

/* line 138, app/assets/stylesheets/tracker_dashboard.scss */
td.day-col:last-child, thead th.day-col:last-child {
  border-right: 0;
}

/* line 143, app/assets/stylesheets/tracker_dashboard.scss */
.challenges-next-up {
  display: flex;
  overflow-x: scroll;
}

/* line 147, app/assets/stylesheets/tracker_dashboard.scss */
.challenges-next-up .challenge-card {
  margin: 5px;
  min-width: 193px;
  max-width: 193px;
}

/* line 152, app/assets/stylesheets/tracker_dashboard.scss */
.challenges-next-up .challenge-card:first-child {
  margin-left: 0;
}

/* line 155, app/assets/stylesheets/tracker_dashboard.scss */
.challenges-next-up::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background: transparent;
}

/* line 163, app/assets/stylesheets/tracker_dashboard.scss */
.schedule-section-header h3 {
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}

/* line 170, app/assets/stylesheets/tracker_dashboard.scss */
.milestone-smart-goal-entry .date-badge {
  background-color: #f8f9fa !important;
  border: 1px solid #e9ecef;
  min-width: 115px;
}

/* line 175, app/assets/stylesheets/tracker_dashboard.scss */
.milestone-smart-goal-entry .date-badge span {
  font-size: 0.8rem;
  font-weight: 500;
}

/* line 181, app/assets/stylesheets/tracker_dashboard.scss */
.milestone-smart-goal-entry .smart-goal-description {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #343a40;
}

/* line 188, app/assets/stylesheets/tracker_dashboard.scss */
.milestone-smart-goal-entry .action-menu .cursor-pointer {
  cursor: pointer;
  transition: color 0.2s ease;
}

/* line 192, app/assets/stylesheets/tracker_dashboard.scss */
.milestone-smart-goal-entry .action-menu .cursor-pointer:hover {
  color: #343a40 !important;
}

/* line 198, app/assets/stylesheets/tracker_dashboard.scss */
.milestone-smart-goal-entry .log-entry-link {
  text-decoration: none;
  border-radius: 0.25rem;
  transition: background-color 0.15s ease-in-out;
}

/* line 203, app/assets/stylesheets/tracker_dashboard.scss */
.milestone-smart-goal-entry .log-entry-link:hover {
  background-color: #f8f9fa;
  text-decoration: none;
}

/* line 210, app/assets/stylesheets/tracker_dashboard.scss */
.milestone-goal-section {
  background-color: #f8f9fa;
  padding: 0.75rem 1rem;
  border-radius: 4px;
  margin-top: 0.5rem;
}

/* line 216, app/assets/stylesheets/tracker_dashboard.scss */
.milestone-goal-section .milestone-goal-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-right: 3px;
}

/* line 223, app/assets/stylesheets/tracker_dashboard.scss */
.milestone-goal-section .milestone-goal-edit-icon {
  font-size: 0.75rem;
}

/* line 227, app/assets/stylesheets/tracker_dashboard.scss */
.milestone-goal-section .milestone-goal-description {
  font-size: 0.875rem;
  color: #495057;
}

/* line 9, app/assets/stylesheets/challenge_cards.scss */
.challenge-card {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #3498db;
  color: white;
  width: 100%;
  min-width: 120px;
  max-width: 100%;
  margin-bottom: 0.5rem;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  transition: 200ms all;
  font-size: 12px;
  background-color: #3498db;
  color: white;
}

/* line 4, app/assets/stylesheets/challenge_cards.scss */
.challenge-card .challenge-card-header {
  background-color: #2386c8;
}

/* line 6, app/assets/stylesheets/challenge_cards.scss */
.challenge-card .dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}

/* line 6, app/assets/stylesheets/challenge_cards.scss */
.challenge-card .dropdown-toggle i:hover, .challenge-card .dropdown-toggle i:active, .challenge-card .dropdown-toggle i:focus {
  color: white;
}

/* line 24, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.v2 {
  font-size: 14px;
}

@media (max-width: 768px) {
  /* line 29, app/assets/stylesheets/challenge_cards.scss */
  .challenge-card .responsive-box {
    min-height: 100px;
  }
}

@media (max-width: 480px) {
  /* line 35, app/assets/stylesheets/challenge_cards.scss */
  .challenge-card .responsive-box {
    min-height: 80px;
  }
}

/* line 40, app/assets/stylesheets/challenge_cards.scss */
.challenge-card .challenge-card-header {
  font-size: 0.8em;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 10px;
  border-radius: 12px 12px 0 0;
  min-height: 15px;
  width: 100%;
  box-sizing: border-box;
}

/* line 53, app/assets/stylesheets/challenge_cards.scss */
.challenge-card .challenge-card-body {
  padding: 5px 10px 5px;
  word-wrap: break-word;
}

/* line 57, app/assets/stylesheets/challenge_cards.scss */
.challenge-card .challenge-card-body .name {
  font-weight: 500;
}

/* line 60, app/assets/stylesheets/challenge_cards.scss */
.challenge-card .challenge-card-footer {
  margin-top: auto;
  padding: 0 10px 10px;
  font-size: 0.8em;
}

/* line 66, app/assets/stylesheets/challenge_cards.scss */
.challenge-card .card-pills {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 0;
  margin-left: -4px;
}

/* line 73, app/assets/stylesheets/challenge_cards.scss */
.challenge-card .card-pills .pill {
  margin-left: 4px;
}

/* line 78, app/assets/stylesheets/challenge_cards.scss */
.challenge-card .pill {
  font-size: 0.67em;
  line-height: 1.5;
  margin-top: 4px;
  padding: 1px 0.33em;
  border-radius: 4px;
  font-weight: bold;
  border: 0;
  box-shadow: none;
  border: 1px solid white;
}

/* line 89, app/assets/stylesheets/challenge_cards.scss */
.challenge-card .pill .feather, .challenge-card .pill .icon {
  color: inherit;
  font-size: inherit;
  height: 0.67em;
  width: auto;
  margin: 0 3px 0 0;
}

/* line 97, app/assets/stylesheets/challenge_cards.scss */
.challenge-card .pill.optional {
  border-color: #3498db;
}

/* line 99, app/assets/stylesheets/challenge_cards.scss */
.challenge-card .pill.quick-link {
  z-index: 20;
}

/* line 104, app/assets/stylesheets/challenge_cards.scss */
.challenge-card .card-info-bits {
  display: flex;
  align-items: center;
  margin-top: 4px;
}

/* line 109, app/assets/stylesheets/challenge_cards.scss */
.challenge-card .card-info-bits .bit {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 0.75em;
}

/* line 116, app/assets/stylesheets/challenge_cards.scss */
.challenge-card .card-info-bits a.bit {
  color: inherit;
  z-index: 20;
}

/* line 121, app/assets/stylesheets/challenge_cards.scss */
.challenge-card .card-info-bits .feather, .challenge-card .card-info-bits .icon {
  height: 0.8em;
  width: auto;
  margin-right: 0.25rem;
  margin-bottom: -1px;
}

/* line 129, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.overdue {
  background-color: #e74c3c;
  color: white;
}

/* line 4, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.overdue .challenge-card-header {
  background-color: #cd2a19;
}

/* line 6, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.overdue .dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}

/* line 6, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.overdue .dropdown-toggle i:hover, .challenge-card.overdue .dropdown-toggle i:active, .challenge-card.overdue .dropdown-toggle i:focus {
  color: white;
}

/* line 130, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.opted-out, .challenge-card.not-on-badge-plan, .challenge-card.optional {
  background-color: #f6f9fb;
  color: #3498db;
}

/* line 4, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.opted-out .challenge-card-header, .challenge-card.not-on-badge-plan .challenge-card-header, .challenge-card.optional .challenge-card-header {
  background-color: #2386c8;
}

/* line 6, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.opted-out .dropdown-toggle i, .challenge-card.not-on-badge-plan .dropdown-toggle i, .challenge-card.optional .dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}

/* line 6, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.opted-out .dropdown-toggle i:hover, .challenge-card.opted-out .dropdown-toggle i:active, .challenge-card.opted-out .dropdown-toggle i:focus, .challenge-card.not-on-badge-plan .dropdown-toggle i:hover, .challenge-card.not-on-badge-plan .dropdown-toggle i:active, .challenge-card.not-on-badge-plan .dropdown-toggle i:focus, .challenge-card.optional .dropdown-toggle i:hover, .challenge-card.optional .dropdown-toggle i:active, .challenge-card.optional .dropdown-toggle i:focus {
  color: white;
}

/* line 132, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.opted-out .challenge-card-header, .challenge-card.not-on-badge-plan .challenge-card-header, .challenge-card.optional .challenge-card-header {
  color: white;
}

/* line 136, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.completed {
  background-color: #27ae60;
  color: white;
}

/* line 4, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.completed .challenge-card-header {
  background-color: #229955;
}

/* line 6, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.completed .dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}

/* line 6, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.completed .dropdown-toggle i:hover, .challenge-card.completed .dropdown-toggle i:active, .challenge-card.completed .dropdown-toggle i:focus {
  color: white;
}

/* line 137, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.in_review {
  background-color: #00808A;
  color: white;
}

/* line 4, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.in_review .challenge-card-header {
  background-color: #006871;
}

/* line 6, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.in_review .dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}

/* line 6, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.in_review .dropdown-toggle i:hover, .challenge-card.in_review .dropdown-toggle i:active, .challenge-card.in_review .dropdown-toggle i:focus {
  color: white;
}

/* line 138, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.next-up-self-scheduled {
  background-color: #4D43C1;
  color: white;
}

/* line 4, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.next-up-self-scheduled .challenge-card-header {
  background-color: #443ab0;
}

/* line 6, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.next-up-self-scheduled .dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}

/* line 6, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.next-up-self-scheduled .dropdown-toggle i:hover, .challenge-card.next-up-self-scheduled .dropdown-toggle i:active, .challenge-card.next-up-self-scheduled .dropdown-toggle i:focus {
  color: white;
}

/* line 139, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.late {
  background-color: #EAAD21;
  color: white;
}

/* line 4, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.late .challenge-card-header {
  background-color: #dda015;
}

/* line 6, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.late .dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}

/* line 6, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.late .dropdown-toggle i:hover, .challenge-card.late .dropdown-toggle i:active, .challenge-card.late .dropdown-toggle i:focus {
  color: white;
}

/* line 140, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.draft {
  background-color: #f5784f !important;
  color: white;
}

/* line 4, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.draft .challenge-card-header {
  background-color: #f46537 !important;
}

/* line 6, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.draft .dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}

/* line 6, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.draft .dropdown-toggle i:hover, .challenge-card.draft .dropdown-toggle i:active, .challenge-card.draft .dropdown-toggle i:focus {
  color: white;
}

/* line 141, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.launch-card {
  background-color: #555555;
  color: white;
}

/* line 4, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.launch-card .challenge-card-header {
  background-color: #444444;
}

/* line 6, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.launch-card .dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
}

/* line 6, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.launch-card .dropdown-toggle i:hover, .challenge-card.launch-card .dropdown-toggle i:active, .challenge-card.launch-card .dropdown-toggle i:focus {
  color: white;
}

/* line 143, app/assets/stylesheets/challenge_cards.scss */
.challenge-card:hover, .challenge-card:active, .challenge-card:focus {
  text-decoration: none;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
  z-index: 1;
  transform: translateY(-2px);
}

/* line 150, app/assets/stylesheets/challenge_cards.scss */
.challenge-card .dropdown-toggle::after {
  content: none;
}

/* line 151, app/assets/stylesheets/challenge_cards.scss */
.challenge-card .dropdown-toggle i {
  color: rgba(255, 255, 255, 0.7);
  transition: 200ms all;
}

/* line 154, app/assets/stylesheets/challenge_cards.scss */
.challenge-card .dropdown-toggle i:hover, .challenge-card .dropdown-toggle i:active, .challenge-card .dropdown-toggle i:focus {
  color: white;
}

/* line 156, app/assets/stylesheets/challenge_cards.scss */
.challenge-card .dropdown {
  z-index: 10;
}

/* line 161, app/assets/stylesheets/challenge_cards.scss */
.daily-challenges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1rem;
}

/* line 167, app/assets/stylesheets/challenge_cards.scss */
.daily-challenges .challenge-card {
  display: flex;
  flex-direction: column;
  margin: 8px 0;
  max-width: 100%;
  font-size: 18px;
}

/* line 174, app/assets/stylesheets/challenge_cards.scss */
.daily-challenges .challenge-card .challenge-card-header {
  padding: 0.5rem 1rem;
  font-size: 0.8em;
  font-weight: 300;
}

/* line 180, app/assets/stylesheets/challenge_cards.scss */
.daily-challenges .challenge-card .challenge-card-body {
  padding: 1rem 1rem;
  font-size: 1.25em;
}

/* line 184, app/assets/stylesheets/challenge_cards.scss */
.daily-challenges .challenge-card .challenge-card-body .name {
  font-weight: bold;
}

/* line 185, app/assets/stylesheets/challenge_cards.scss */
.daily-challenges .challenge-card .challenge-card-body .pill {
  font-size: 0.5em;
}

/* line 188, app/assets/stylesheets/challenge_cards.scss */
.daily-challenges .challenge-card .challenge-card-footer {
  margin-top: auto;
  padding: 0.5rem 1rem;
  font-size: 0.8em;
}

/* line 196, app/assets/stylesheets/challenge_cards.scss */
.smart-goal-challenge-card {
  border: 1px solid #3498db;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 0.5rem;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
}

/* line 203, app/assets/stylesheets/challenge_cards.scss */
.smart-goal-challenge-card .challenge-card-body {
  padding: 2px 4px;
}

/* line 207, app/assets/stylesheets/challenge_cards.scss */
.smart-goal-challenge-card .challenge-card-footer {
  font-size: 0.8em;
  color: white;
  background-color: #3498db;
  padding: 2px 4px;
}

/* line 214, app/assets/stylesheets/challenge_cards.scss */
.smart-goal-challenge-card.completed {
  color: #27ae60;
  border-color: #27ae60;
}

/* line 214, app/assets/stylesheets/challenge_cards.scss */
.smart-goal-challenge-card.completed .challenge-card-footer {
  background-color: #27ae60;
}

/* line 215, app/assets/stylesheets/challenge_cards.scss */
.smart-goal-challenge-card.purple {
  color: #4D43C1;
  border-color: #4D43C1;
}

/* line 215, app/assets/stylesheets/challenge_cards.scss */
.smart-goal-challenge-card.purple .challenge-card-footer {
  background-color: #4D43C1;
}

/* line 216, app/assets/stylesheets/challenge_cards.scss */
.smart-goal-challenge-card.in_review {
  color: #00808A;
  border-color: #00808A;
}

/* line 216, app/assets/stylesheets/challenge_cards.scss */
.smart-goal-challenge-card.in_review .challenge-card-footer {
  background-color: #00808A;
}

/* line 217, app/assets/stylesheets/challenge_cards.scss */
.smart-goal-challenge-card.late, .smart-goal-challenge-card.yellow {
  color: #EAAD21;
  border-color: #EAAD21;
}

/* line 217, app/assets/stylesheets/challenge_cards.scss */
.smart-goal-challenge-card.late .challenge-card-footer, .smart-goal-challenge-card.yellow .challenge-card-footer {
  background-color: #EAAD21;
}

/* line 218, app/assets/stylesheets/challenge_cards.scss */
.smart-goal-challenge-card.overdue {
  color: #e74c3c;
  border-color: #e74c3c;
}

/* line 218, app/assets/stylesheets/challenge_cards.scss */
.smart-goal-challenge-card.overdue .challenge-card-footer {
  background-color: #e74c3c;
}

/* line 219, app/assets/stylesheets/challenge_cards.scss */
.smart-goal-challenge-card.blue {
  color: #3498db;
  border-color: #3498db;
}

/* line 219, app/assets/stylesheets/challenge_cards.scss */
.smart-goal-challenge-card.blue .challenge-card-footer {
  background-color: #3498db;
}

/* line 223, app/assets/stylesheets/challenge_cards.scss */
.weekly-tracker .challenge-card .challenge-card-footer {
  display: none;
}

/* line 227, app/assets/stylesheets/challenge_cards.scss */
.weekly-tracker .challenge-card .challenge-card-footer .launch-card {
  display: none;
}

/* line 232, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.launch-card {
  padding: 0 !important;
}

/* line 237, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.white-background {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  color: #111827;
}

/* line 242, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.white-background .challenge-card-header {
  background-color: #f9fafb;
  color: #6b7280;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 250, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.white-background .challenge-card-header .due_date {
  color: #6b7280;
}

/* line 254, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.white-background .challenge-card-header .points {
  color: #6b7280;
  text-align: right;
}

/* line 260, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.white-background .challenge-card-body {
  padding: 10px 10px 20px;
}

/* line 263, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.white-background .challenge-card-body .name {
  color: #111827;
  font-weight: 500;
}

/* line 268, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.white-background .challenge-card-body.mh-72 {
  min-height: 72px;
}

/* line 273, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.white-background .challenge-card-footer {
  background-color: transparent;
  color: #6b7280;
}

/* line 277, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.white-background .challenge-card-footer .bit {
  color: #6b7280;
}

/* line 280, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.white-background .challenge-card-footer .bit:hover {
  color: #3b82f6;
}

/* line 285, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.white-background .challenge-card-footer.mh-48 {
  min-height: 48px;
}

/* line 291, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.white-background.overdue {
  background-color: #fef2f2;
  border-color: #fecaca;
}

/* line 295, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.white-background.overdue .challenge-card-header {
  background-color: #fee2e2;
  color: #dc2626;
}

/* line 299, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.white-background.overdue .challenge-card-header .due_date {
  color: #dc2626;
}

/* line 303, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.white-background.overdue .challenge-card-header .points {
  color: #dc2626;
}

/* line 308, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.white-background.overdue .challenge-card-footer {
  background-color: transparent;
  color: #dc2626;
}

/* line 314, app/assets/stylesheets/challenge_cards.scss */
.challenge-card.white-background:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}

/* line 323, app/assets/stylesheets/challenge_cards.scss */
.next-up-card {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 200ms, transform 200ms;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* line 335, app/assets/stylesheets/challenge_cards.scss */
.next-up-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

/* line 341, app/assets/stylesheets/challenge_cards.scss */
.next-up-card .next-up-card-highlight {
  height: 6px;
  background-color: #3498db;
}

/* line 347, app/assets/stylesheets/challenge_cards.scss */
.next-up-card.overdue {
  background-color: #ffffff;
  border-color: #e5e7eb;
}

/* line 351, app/assets/stylesheets/challenge_cards.scss */
.next-up-card.overdue .next-up-card-highlight {
  background-color: #dc2626;
}

/* line 355, app/assets/stylesheets/challenge_cards.scss */
.next-up-card.overdue .next-up-card-play-button {
  border-color: #dc2626;
}

/* line 359, app/assets/stylesheets/challenge_cards.scss */
.next-up-card.overdue .next-up-card-play-button svg polygon {
  fill: #dc2626;
}

/* line 364, app/assets/stylesheets/challenge_cards.scss */
.next-up-card.overdue .next-up-card-play-button:hover {
  background-color: rgba(220, 38, 38, 0.1);
}

/* line 369, app/assets/stylesheets/challenge_cards.scss */
.next-up-card.overdue .next-up-card-points-pill {
  background-color: #dc2626;
}

/* line 375, app/assets/stylesheets/challenge_cards.scss */
.next-up-card .next-up-card-content {
  padding: 16px 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex: 1;
}

/* line 384, app/assets/stylesheets/challenge_cards.scss */
.next-up-card .next-up-card-details {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 100%;
}

/* line 394, app/assets/stylesheets/challenge_cards.scss */
.next-up-card .next-up-card-play-button {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 50%;
  border: 1px solid #3498db;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: background-color 200ms;
  vertical-align: middle;
}

/* line 412, app/assets/stylesheets/challenge_cards.scss */
.next-up-card .next-up-card-play-button svg {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 422, app/assets/stylesheets/challenge_cards.scss */
.next-up-card .next-up-card-play-button:hover {
  background-color: rgba(52, 152, 219, 0.1);
}

/* line 426, app/assets/stylesheets/challenge_cards.scss */
.next-up-card .next-up-card-play-button:focus {
  outline: 2px solid #3498db;
  outline-offset: 2px;
}

/* line 433, app/assets/stylesheets/challenge_cards.scss */
.next-up-card .next-up-card-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 442, app/assets/stylesheets/challenge_cards.scss */
.next-up-card .next-up-card-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  color: #111827;
  margin: 0;
  padding: 0;
  display: block;
}

/* line 453, app/assets/stylesheets/challenge_cards.scss */
.next-up-card .next-up-card-subtitle {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  color: #6b7280;
  margin: 0;
  padding: 0;
  flex: 1;
  min-width: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 469, app/assets/stylesheets/challenge_cards.scss */
.next-up-card .next-up-card-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

/* line 477, app/assets/stylesheets/challenge_cards.scss */
.next-up-card .next-up-card-points-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 9999px;
  background-color: #3498db;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

/* line 1, app/assets/stylesheets/animations.scss */
.animate {
  animation-duration: 0.12s;
  -webkit-animation-duration: 0.12s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

/* line 8, app/assets/stylesheets/animations.scss */
.confetti-wrapper {
  overflow-y: hidden;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

/* line 19, app/assets/stylesheets/animations.scss */
.no-transition {
  transition: height 0.001s;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(52, 152, 219, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(52, 152, 219, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(52, 152, 219, 0);
  }
}

/* line 54, app/assets/stylesheets/animations.scss */
.shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

/* line 78, app/assets/stylesheets/animations.scss */
.spinner {
  display: block;
  text-align: center;
}

/* line 83, app/assets/stylesheets/animations.scss */
.spinner > div {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #dce0e0;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

/* line 94, app/assets/stylesheets/animations.scss */
.spinner .bounce1 {
  animation-delay: -0.32s;
}

/* line 99, app/assets/stylesheets/animations.scss */
.spinner .bounce2 {
  animation-delay: -0.16s;
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

@keyframes rating-button-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(234, 173, 33, 0.5);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(234, 173, 33, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(234, 173, 33, 0);
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

/* line 147, app/assets/stylesheets/animations.scss */
article.newly-created {
  position: relative;
  border-radius: 8px;
  animation: sleekHighlight 5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 2px solid rgba(59, 130, 246, 0.3) !important;
  box-shadow: 0 0 4px rgba(59, 130, 246, 0.22);
  transition: all 0.3s ease;
}

/* line 156, app/assets/stylesheets/animations.scss */
article.newly-updated {
  position: relative;
  border-radius: 8px;
  animation: sleekHighlight 5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 1px solid rgba(245, 158, 11, 0.7) !important;
  box-shadow: 0 0 4px rgba(245, 158, 11, 0.22);
  transition: all 0.3s ease;
}

/* line 165, app/assets/stylesheets/animations.scss */
article.newly-copied {
  position: relative;
  animation: sleekHighlight 5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 1px solid rgba(12, 137, 95, 0.7) !important;
  box-shadow: 0 0 4px rgba(59, 209, 159, 0.22);
  transition: all 0.3s ease;
}

/* line 173, app/assets/stylesheets/animations.scss */
article.newly-created::before,
article.newly-updated::before,
article.newly-copied::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  animation: subtleShine 2s ease-out 0.5s;
  border-radius: inherit;
  z-index: 1;
  pointer-events: none;
}

/* line 188, app/assets/stylesheets/animations.scss */
article.newly-created::after,
article.newly-updated::after,
article.newly-copied::after {
  content: '';
  position: absolute;
  top: 8px;
  right: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  animation: statusPulse 2s ease-out;
  z-index: 2;
}

/* line 202, app/assets/stylesheets/animations.scss */
article.newly-created::after {
  background: #3b82f6;
  box-shadow: 0 0 8px rgba(59, 130, 246, 0.6);
}

/* line 207, app/assets/stylesheets/animations.scss */
article.newly-updated::after {
  background: #f59e0b;
  box-shadow: 0 0 8px rgba(245, 158, 11, 0.6);
}

/* line 212, app/assets/stylesheets/animations.scss */
article.newly-copied::after {
  background: #10b981;
  box-shadow: 0 0 3px rgba(16, 185, 129, 0.6);
}

/* Sleek slide-in animation */
/* line 218, app/assets/stylesheets/animations.scss */
article.slide-in-up {
  animation: sleekSlideIn 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes sleekHighlight {
  0% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.1) inset, 0 4px 20px rgba(59, 130, 246, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  10% {
    transform: scale(1.01);
    box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.3) inset, 0 4px 20px rgba(59, 130, 246, 0.25), 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  20% {
    transform: scale(1.005);
    box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.15) inset, 0 4px 20px rgba(59, 130, 246, 0.15), 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  30% {
    transform: scale(1.01);
    box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.3) inset, 0 4px 20px rgba(59, 130, 246, 0.25), 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  40% {
    transform: scale(1.005);
    box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.15) inset, 0 4px 20px rgba(59, 130, 246, 0.15), 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  50% {
    transform: scale(1.01);
    box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.3) inset, 0 4px 20px rgba(59, 130, 246, 0.25), 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  60% {
    transform: scale(1.005);
    box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.15) inset, 0 4px 20px rgba(59, 130, 246, 0.15), 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  70% {
    transform: scale(1.01);
    box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.3) inset, 0 4px 20px rgba(59, 130, 246, 0.25), 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  80% {
    transform: scale(1.005);
    box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.15) inset, 0 4px 20px rgba(59, 130, 246, 0.15), 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  90% {
    transform: scale(1.01);
    box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.3) inset, 0 4px 20px rgba(59, 130, 246, 0.25), 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.1) inset, 0 4px 20px rgba(59, 130, 246, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
  }
}

@keyframes subtleShine {
  0% {
    left: -100%;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

@keyframes statusPulse {
  0% {
    transform: scale(0.8);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}

@keyframes sleekSlideIn {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* line 344, app/assets/stylesheets/animations.scss */
.dropdown-menu {
  z-index: 1000 !important;
  position: absolute !important;
}

/* line 349, app/assets/stylesheets/animations.scss */
article.newly-created .dropdown-menu,
article.newly-updated .dropdown-menu,
article.newly-copied .dropdown-menu {
  z-index: 1001 !important;
  position: absolute !important;
}

/* line 5, app/assets/stylesheets/icons.scss */
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #27ae60;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

/* line 15, app/assets/stylesheets/icons.scss */
.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #27ae60;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

/* line 27, app/assets/stylesheets/icons.scss */
.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #27ae60;
  }
}

/* line 47, app/assets/stylesheets/icons.scss */
.icon-bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
  color: white;
  background-color: #3498db;
  transition: 200ms all ease-in;
  overflow: hidden;
}

/* line 64, app/assets/stylesheets/icons.scss */
.icon-bubble .feather {
  height: 1.5em;
}

/* line 68, app/assets/stylesheets/icons.scss */
.icon-bubble.approved {
  background-color: #27ae60;
  border-color: #27ae60;
}

/* line 69, app/assets/stylesheets/icons.scss */
.icon-bubble.in_review {
  background-color: #00808A;
  border-color: #00808A;
}

/* line 70, app/assets/stylesheets/icons.scss */
.icon-bubble.denied, .icon-bubble.overdue {
  background-color: #e74c3c;
  border-color: #e74c3c;
}

/* line 71, app/assets/stylesheets/icons.scss */
.icon-bubble.transfer {
  background-color: #dce0e0;
  border-color: #dce0e0;
  color: #525f7f;
}

/* line 1, app/assets/stylesheets/ratings.scss */
.rating-summary {
  min-width: 150px;
}

/* line 4, app/assets/stylesheets/ratings.scss */
.rating-summary .rating-summary-point {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* line 10, app/assets/stylesheets/ratings.scss */
.rating-summary .rating-summary-point .score {
  white-space: nowrap;
}

/* line 16, app/assets/stylesheets/ratings.scss */
.star-rating-wrapper {
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 0.5rem;
}

/* line 22, app/assets/stylesheets/ratings.scss */
.star-rating-wrapper .star-rating-label {
  display: block;
  width: 100%;
  max-width: 100px;
  font-size: 14px;
  font-weight: 500;
  color: #283c46;
  margin-right: 1rem;
}

/* line 32, app/assets/stylesheets/ratings.scss */
.star-rating-wrapper .star-rating-inputs {
  display: flex;
  overflow: hidden;
  flex-direction: row-reverse;
  position: relative;
}

/* line 38, app/assets/stylesheets/ratings.scss */
.star-rating-wrapper .star-rating-inputs input {
  display: none;
}

/* line 42, app/assets/stylesheets/ratings.scss */
.star-rating-wrapper .star-rating-inputs label {
  cursor: pointer;
  width: 32px;
  height: 32px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  transition: 0;
  margin: 0;
}

/* line 55, app/assets/stylesheets/ratings.scss */
.star-rating-wrapper .star-rating-inputs input:checked ~ label,
.star-rating-wrapper .star-rating-inputs input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

/* line 61, app/assets/stylesheets/ratings.scss */
.star-rating-wrapper .star-rating-inputs input:not(:checked) ~ label:hover,
.star-rating-wrapper .star-rating-inputs input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

/* line 2, app/assets/stylesheets/character_ratings.scss */
.character-ratings-section .rating-badge {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* line 12, app/assets/stylesheets/character_ratings.scss */
.character-ratings-section .trait-name {
  font-weight: 500;
  color: #495057;
}

/* line 17, app/assets/stylesheets/character_ratings.scss */
.character-ratings-section .trait-value {
  font-weight: 700;
  color: #007bff;
  font-size: 1.1em;
}

/* line 24, app/assets/stylesheets/character_ratings.scss */
.character-rating-chart-section {
  margin-top: 20px;
}

/* line 27, app/assets/stylesheets/character_ratings.scss */
.character-rating-chart-section .chart-wrapper {
  margin-bottom: 15px;
}

/* line 32, app/assets/stylesheets/character_ratings.scss */
.character-rating-instruction {
  padding: 10px 16px;
  font-size: 11px;
  color: #7f8c8d;
  background: rgba(52, 152, 219, 0.05);
  border-bottom: 1px solid rgba(52, 152, 219, 0.1);
}

/* line 40, app/assets/stylesheets/character_ratings.scss */
.this-week-summary {
  margin-top: 15px;
  padding: 12px 16px;
  background: linear-gradient(135deg, rgba(52, 152, 219, 0.1), rgba(52, 152, 219, 0.05));
  border-left: 4px solid #3498db;
  border-radius: 4px;
  font-size: 12px;
}

/* line 48, app/assets/stylesheets/character_ratings.scss */
.this-week-summary .summary-label {
  font-weight: 600;
  color: #2c3e50;
  margin-right: 8px;
}

/* line 54, app/assets/stylesheets/character_ratings.scss */
.this-week-summary .trait-rating {
  display: inline-block;
  margin-right: 12px;
}

/* line 58, app/assets/stylesheets/character_ratings.scss */
.this-week-summary .trait-rating .trait-name {
  color: #5d6d7e;
  margin-right: 4px;
}

/* line 63, app/assets/stylesheets/character_ratings.scss */
.this-week-summary .trait-rating .trait-value {
  font-weight: 700;
  color: #3498db;
}

/* line 72, app/assets/stylesheets/character_ratings.scss */
.character-rating-form-wrapper .character-rating-section h4 {
  font-weight: 600;
  color: #495057;
}

/* line 78, app/assets/stylesheets/character_ratings.scss */
.character-rating-form-wrapper .character-rating-section .character-rating-input label {
  font-weight: 500;
  color: #495057;
}

/* line 86, app/assets/stylesheets/character_ratings.scss */
.character-rating-table-wrapper {
  background: linear-gradient(135deg, rgba(52, 152, 219, 0.08), rgba(52, 152, 219, 0.04));
  border: 2px solid #3498db;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(52, 152, 219, 0.15);
}

/* line 94, app/assets/stylesheets/character_ratings.scss */
.character-rating-table-wrapper .rating-slider-table {
  width: 100%;
}

/* line 98, app/assets/stylesheets/character_ratings.scss */
.character-rating-table-wrapper .rating-slider-header {
  display: grid;
  grid-template-columns: 140px 1fr 60px;
  background: rgba(52, 152, 219, 0.12);
  border-bottom: 2px solid rgba(52, 152, 219, 0.2);
}

/* line 104, app/assets/stylesheets/character_ratings.scss */
.character-rating-table-wrapper .rating-slider-header .rating-slider-cell {
  padding: 12px 16px;
  font-weight: 600;
  font-size: 13px;
  color: #3498db;
  display: flex;
  align-items: center;
}

/* line 112, app/assets/stylesheets/character_ratings.scss */
.character-rating-table-wrapper .rating-slider-header .rating-slider-cell.header-trait {
  color: #2980b9;
}

/* line 116, app/assets/stylesheets/character_ratings.scss */
.character-rating-table-wrapper .rating-slider-header .rating-slider-cell.header-scale {
  display: flex;
  justify-content: space-between;
  padding: 12px calc(16px + 10px);
}

/* line 123, app/assets/stylesheets/character_ratings.scss */
.character-rating-table-wrapper .rating-slider-header .rating-slider-cell.header-scale span {
  text-align: center;
  min-width: 20px;
}

/* line 128, app/assets/stylesheets/character_ratings.scss */
.character-rating-table-wrapper .rating-slider-header .rating-slider-cell.header-scale .scale-unset {
  color: #95a5a6;
  font-size: 11px;
  font-weight: 400;
}

/* line 135, app/assets/stylesheets/character_ratings.scss */
.character-rating-table-wrapper .rating-slider-header .rating-slider-cell.header-value {
  justify-content: center;
}

/* line 141, app/assets/stylesheets/character_ratings.scss */
.character-rating-table-wrapper .rating-slider-row {
  display: grid;
  grid-template-columns: 140px 1fr 60px;
  border-bottom: 1px solid rgba(52, 152, 219, 0.15);
  background: rgba(255, 255, 255, 0.6);
}

/* line 147, app/assets/stylesheets/character_ratings.scss */
.character-rating-table-wrapper .rating-slider-row:last-child {
  border-bottom: none;
}

/* line 151, app/assets/stylesheets/character_ratings.scss */
.character-rating-table-wrapper .rating-slider-row.even {
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 155, app/assets/stylesheets/character_ratings.scss */
.character-rating-table-wrapper .rating-slider-row .rating-slider-cell {
  padding: 14px 16px;
  display: flex;
  align-items: center;
}

/* line 160, app/assets/stylesheets/character_ratings.scss */
.character-rating-table-wrapper .rating-slider-row .rating-slider-cell.trait-name {
  font-weight: 600;
  font-size: 14px;
  color: #2c3e50;
}

/* line 166, app/assets/stylesheets/character_ratings.scss */
.character-rating-table-wrapper .rating-slider-row .rating-slider-cell.slider-cell {
  padding: 14px calc(16px + 10px);
}

/* line 171, app/assets/stylesheets/character_ratings.scss */
.character-rating-table-wrapper .rating-slider-row .rating-slider-cell.value-cell {
  justify-content: center;
}

/* line 178, app/assets/stylesheets/character_ratings.scss */
.character-rating-table-wrapper .rating-slider {
  width: 100%;
  height: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #d5e8f7;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
}

/* line 189, app/assets/stylesheets/character_ratings.scss */
.character-rating-table-wrapper .rating-slider.unset {
  opacity: 0.5;
}

/* line 192, app/assets/stylesheets/character_ratings.scss */
.character-rating-table-wrapper .rating-slider.unset::-webkit-slider-thumb {
  background: #ecf0f1;
  border-color: #bdc3c7;
}

/* line 197, app/assets/stylesheets/character_ratings.scss */
.character-rating-table-wrapper .rating-slider.unset::-moz-range-thumb {
  background: #ecf0f1;
  border-color: #bdc3c7;
}

/* line 203, app/assets/stylesheets/character_ratings.scss */
.character-rating-table-wrapper .rating-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 3px solid #3498db;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

/* line 215, app/assets/stylesheets/character_ratings.scss */
.character-rating-table-wrapper .rating-slider::-webkit-slider-thumb:hover {
  transform: scale(1.1);
  box-shadow: 0 3px 8px rgba(52, 152, 219, 0.4);
}

/* line 221, app/assets/stylesheets/character_ratings.scss */
.character-rating-table-wrapper .rating-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 3px solid #3498db;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

/* line 231, app/assets/stylesheets/character_ratings.scss */
.character-rating-table-wrapper .rating-slider::-moz-range-thumb:hover {
  transform: scale(1.1);
  box-shadow: 0 3px 8px rgba(52, 152, 219, 0.4);
}

/* line 238, app/assets/stylesheets/character_ratings.scss */
.character-rating-table-wrapper .rating-slider:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 4px rgba(52, 152, 219, 0.2);
}

/* line 241, app/assets/stylesheets/character_ratings.scss */
.character-rating-table-wrapper .rating-slider:focus::-moz-range-thumb {
  box-shadow: 0 0 0 4px rgba(52, 152, 219, 0.2);
}

/* line 247, app/assets/stylesheets/character_ratings.scss */
.character-rating-table-wrapper .rating-slider.disabled, .character-rating-table-wrapper .rating-slider:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

/* line 252, app/assets/stylesheets/character_ratings.scss */
.character-rating-table-wrapper .rating-slider.disabled::-webkit-slider-thumb, .character-rating-table-wrapper .rating-slider:disabled::-webkit-slider-thumb {
  cursor: not-allowed;
  background: #ecf0f1;
  border-color: #95a5a6;
}

/* line 257, app/assets/stylesheets/character_ratings.scss */
.character-rating-table-wrapper .rating-slider.disabled::-webkit-slider-thumb:hover, .character-rating-table-wrapper .rating-slider:disabled::-webkit-slider-thumb:hover {
  transform: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* line 263, app/assets/stylesheets/character_ratings.scss */
.character-rating-table-wrapper .rating-slider.disabled::-moz-range-thumb, .character-rating-table-wrapper .rating-slider:disabled::-moz-range-thumb {
  cursor: not-allowed;
  background: #ecf0f1;
  border-color: #95a5a6;
}

/* line 268, app/assets/stylesheets/character_ratings.scss */
.character-rating-table-wrapper .rating-slider.disabled::-moz-range-thumb:hover, .character-rating-table-wrapper .rating-slider:disabled::-moz-range-thumb:hover {
  transform: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* line 277, app/assets/stylesheets/character_ratings.scss */
.character-rating-table-wrapper.read-only {
  opacity: 0.95;
}

/* line 280, app/assets/stylesheets/character_ratings.scss */
.character-rating-table-wrapper.read-only .character-rating-instruction {
  background: rgba(149, 165, 166, 0.1);
  color: #7f8c8d;
  font-style: italic;
}

/* line 287, app/assets/stylesheets/character_ratings.scss */
.character-rating-table-wrapper .rating-value {
  font-weight: 700;
  font-size: 16px;
  color: #3498db;
  min-width: 32px;
  text-align: center;
}

/* line 295, app/assets/stylesheets/character_ratings.scss */
.character-rating-table-wrapper .rating-legend {
  padding: 12px 16px;
  background: rgba(52, 152, 219, 0.08);
  border-top: 1px solid rgba(52, 152, 219, 0.15);
  font-size: 12px;
  color: #5d6d7e;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

/* line 306, app/assets/stylesheets/character_ratings.scss */
.character-rating-table-wrapper .rating-legend .legend-label {
  font-weight: 600;
  color: #2c3e50;
  margin-right: 8px;
}

/* line 313, app/assets/stylesheets/character_ratings.scss */
.character-rating-table-wrapper .rating-legend .legend-item:not(:last-child)::after {
  content: '•';
  margin-left: 12px;
  color: #bdc3c7;
}

/* line 1, app/assets/stylesheets/navigators.scss */
.date-navigator {
  display: flex;
  margin-bottom: 1rem;
}

/* line 5, app/assets/stylesheets/navigators.scss */
.date-navigator .box-nav {
  margin: 0;
  width: auto;
  flex-grow: 1;
  overflow-y: visible;
}

/* line 12, app/assets/stylesheets/navigators.scss */
.date-navigator .box {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4px;
}

/* line 20, app/assets/stylesheets/navigators.scss */
.date-navigator .arrow-navigator {
  flex-grow: 0;
  min-height: 48px;
}

/* line 24, app/assets/stylesheets/navigators.scss */
.date-navigator .arrow-navigator .picker {
  width: auto;
  min-width: 215px;
  white-space: nowrap;
  padding: 0 1.25rem;
  cursor: pointer;
}

/* line 32, app/assets/stylesheets/navigators.scss */
.date-navigator .arrow-navigator .prev, .date-navigator .arrow-navigator .next {
  width: auto;
  padding: 0 1.25rem;
}

/* line 38, app/assets/stylesheets/navigators.scss */
.date-navigator .day {
  min-height: 48px;
}

/* line 44, app/assets/stylesheets/navigators.scss */
.people-navigator .box-nav, .people-navigator .box, .challenge-navigator .box-nav, .challenge-navigator .box {
  overflow: inherit;
  min-width: auto;
}

/* line 49, app/assets/stylesheets/navigators.scss */
.people-navigator .box.dropdown, .challenge-navigator .box.dropdown {
  flex-grow: 2;
}

/* line 52, app/assets/stylesheets/navigators.scss */
.people-navigator .box.dropdown .dropdown-toggle, .challenge-navigator .box.dropdown .dropdown-toggle {
  display: flex;
  height: 100%;
  width: 100%;
  color: #283c46;
  justify-content: center;
  align-items: center;
}

/* line 59, app/assets/stylesheets/navigators.scss */
.people-navigator .box.dropdown .dropdown-toggle:hover, .people-navigator .box.dropdown .dropdown-toggle:focus, .people-navigator .box.dropdown .dropdown-toggle:active, .challenge-navigator .box.dropdown .dropdown-toggle:hover, .challenge-navigator .box.dropdown .dropdown-toggle:focus, .challenge-navigator .box.dropdown .dropdown-toggle:active {
  text-decoration: none;
}

/* line 62, app/assets/stylesheets/navigators.scss */
.people-navigator .box.dropdown .dropdown-menu, .challenge-navigator .box.dropdown .dropdown-menu {
  width: 100%;
  max-height: 500px;
  overflow-y: auto;
}

/* line 68, app/assets/stylesheets/navigators.scss */
.people-navigator .box.dropdown .avatar, .challenge-navigator .box.dropdown .avatar {
  display: none;
  margin-right: 0.5rem;
}

/* line 74, app/assets/stylesheets/navigators.scss */
.people-navigator .box.dropdown.active .dropdown-toggle, .challenge-navigator .box.dropdown.active .dropdown-toggle {
  color: #3498db;
}

@media (max-width: 991px) {
  /* line 78, app/assets/stylesheets/navigators.scss */
  .people-navigator .box.dropdown .avatar, .challenge-navigator .box.dropdown .avatar {
    display: block;
  }
}

/* line 85, app/assets/stylesheets/navigators.scss */
.pill-navigator {
  position: relative;
  display: inline-flex;
  font-size: 12px;
  line-height: 16px;
  background-color: white;
  color: #525f7f;
  white-space: nowrap;
  text-align: center;
  font-weight: 500;
  max-width: 100%;
}

/* line 97, app/assets/stylesheets/navigators.scss */
.pill-navigator .center, .pill-navigator .arrow {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid #dce0e0;
  transition: 200ms all;
  color: #525f7f;
  text-decoration: none;
}

/* line 109, app/assets/stylesheets/navigators.scss */
.pill-navigator .center .dropdown-toggle, .pill-navigator .arrow .dropdown-toggle {
  text-decoration: none;
  color: #525f7f;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 118, app/assets/stylesheets/navigators.scss */
.pill-navigator .center svg.feather, .pill-navigator .arrow svg.feather {
  height: 100%;
  margin: 0;
}

/* line 123, app/assets/stylesheets/navigators.scss */
.pill-navigator .center:hover, .pill-navigator .center:focus, .pill-navigator .center:active, .pill-navigator .center.animation-active, .pill-navigator .arrow:hover, .pill-navigator .arrow:focus, .pill-navigator .arrow:active, .pill-navigator .arrow.animation-active {
  background-color: whitesmoke;
  color: #3498db;
  text-decoration: none;
}

/* line 128, app/assets/stylesheets/navigators.scss */
.pill-navigator .center:hover .dropdown-toggle, .pill-navigator .center:focus .dropdown-toggle, .pill-navigator .center:active .dropdown-toggle, .pill-navigator .center.animation-active .dropdown-toggle, .pill-navigator .arrow:hover .dropdown-toggle, .pill-navigator .arrow:focus .dropdown-toggle, .pill-navigator .arrow:active .dropdown-toggle, .pill-navigator .arrow.animation-active .dropdown-toggle {
  color: #3498db;
}

/* line 132, app/assets/stylesheets/navigators.scss */
.pill-navigator .center {
  cursor: pointer;
  min-width: 164px;
}

/* line 137, app/assets/stylesheets/navigators.scss */
.pill-navigator .arrow {
  color: #525f7f;
  margin: 0;
  padding: 0 6px;
}

/* line 142, app/assets/stylesheets/navigators.scss */
.pill-navigator .arrow .feather, .pill-navigator .arrow .icon {
  max-height: 20px;
  line-height: 0;
}

/* line 147, app/assets/stylesheets/navigators.scss */
.pill-navigator .arrow.disabled {
  pointer-events: none;
  color: rgba(82, 95, 127, 0.5);
}

/* line 153, app/assets/stylesheets/navigators.scss */
.pill-navigator .arrow:first-child {
  border-right: 0;
  border-radius: 4px 0 0 4px;
}

/* line 154, app/assets/stylesheets/navigators.scss */
.pill-navigator .arrow:last-child {
  border-left: 0;
  border-radius: 0 4px 4px 0;
}

/* line 156, app/assets/stylesheets/navigators.scss */
.pill-navigator.sm {
  font-size: 8px;
}

/* line 159, app/assets/stylesheets/navigators.scss */
.pill-navigator.sm .arrow {
  min-height: 24px;
  padding: 0 6px;
}

/* line 163, app/assets/stylesheets/navigators.scss */
.pill-navigator.sm .arrow:first-child {
  border-right: 1px solid #dce0e0;
}

/* line 166, app/assets/stylesheets/navigators.scss */
.pill-navigator.sm .center {
  min-width: 0;
}

/* line 171, app/assets/stylesheets/navigators.scss */
.pill-navigator.xs {
  width: 100%;
  max-width: 100%;
}

/* line 175, app/assets/stylesheets/navigators.scss */
.pill-navigator.xs .center, .pill-navigator.xs .arrow {
  min-height: initial;
  font-size: 12px;
}

/* line 180, app/assets/stylesheets/navigators.scss */
.pill-navigator.xs .center {
  display: flex;
  min-width: initial;
  padding: 0;
  width: 100%;
  max-width: calc(100% - 32px);
}

/* line 187, app/assets/stylesheets/navigators.scss */
.pill-navigator.xs .center .name {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 3px;
  min-width: 58px;
  width: 100%;
  overflow: hidden;
}

/* line 199, app/assets/stylesheets/navigators.scss */
.pill-navigator.xs .avatar {
  margin-right: 4px;
}

/* line 203, app/assets/stylesheets/navigators.scss */
.pill-navigator.xs .arrow {
  padding: 0;
  width: 16px;
}

/* line 1, app/assets/stylesheets/progress_steps.scss */
.progress-steps {
  display: flex;
  margin: 0;
  padding: 0;
  max-width: 640px;
}

/* line 8, app/assets/stylesheets/progress_steps.scss */
.progress-step {
  flex: 1;
  display: block;
  list-style: none;
  text-align: center;
  width: auto;
  padding: 0;
  margin: 0;
  position: relative;
  text-overflow: ellipsis;
  color: #dce0e0;
}

/* line 21, app/assets/stylesheets/progress_steps.scss */
.progress-bubble {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #dce0e0 url(/assets/check-sm-1b3ef3cb816aac0663ab3692b0d45488de3590e9b3e991dbd4259823d3d8da3c.svg) no-repeat center center;
  background-size: 50%;
  border: 2px solid #dce0e0;
  margin: 0 auto 0.5em;
  z-index: 2;
}

/* line 36, app/assets/stylesheets/progress_steps.scss */
.progress-step:after {
  display: block;
  position: absolute;
  width: 100%;
  top: 14px;
  right: 0;
  height: 8px;
  content: '';
  background-color: #dce0e0;
}

/* line 47, app/assets/stylesheets/progress_steps.scss */
.progress-step--completed {
  color: #27ae60;
}

/* line 49, app/assets/stylesheets/progress_steps.scss */
.progress-step--completed .progress-label {
  color: #27ae60;
}

/* line 52, app/assets/stylesheets/progress_steps.scss */
.progress-step--completed:after {
  background-color: #27ae60 !important;
}

/* line 56, app/assets/stylesheets/progress_steps.scss */
.progress-step--completed .progress-bubble {
  background-color: #27ae60;
  border-color: #27ae60;
}

/* line 61, app/assets/stylesheets/progress_steps.scss */
.progress-label {
  display: block;
  margin-top: 36px;
  padding: 0 0.5rem;
  font-size: 0.8em;
  line-height: 1.2;
  color: #525f7f;
}

/* line 71, app/assets/stylesheets/progress_steps.scss */
.progress-step--completed + .progress-step:not(.progress-step--completed) .progress-label {
  color: #283c46;
  font-weight: 600;
}

/* line 1, app/assets/stylesheets/progress_indicators.scss */
.progress-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 12px;
}

/* line 8, app/assets/stylesheets/progress_indicators.scss */
.progress-wrapper .progress {
  position: relative;
  height: 9px;
  width: 100%;
  border-radius: .25rem;
}

/* line 15, app/assets/stylesheets/progress_indicators.scss */
.progress-wrapper .progress-bar {
  background-color: #27ae60;
  align-items: flex-end;
  border-radius: .25rem;
}

/* line 21, app/assets/stylesheets/progress_indicators.scss */
.progress-wrapper .progress-number {
  font-size: 12px;
  font-weight: 600;
  color: #27ae60;
  position: absolute;
  bottom: 9px;
  transform: translateX(-62%);
}

/* line 29, app/assets/stylesheets/progress_indicators.scss */
.progress-wrapper .progress-number.zero {
  color: #525f7f;
  transform: none;
  color: #d3e1eb;
}

/* line 37, app/assets/stylesheets/progress_indicators.scss */
.progress-circle {
  position: relative;
  display: inline-flex;
  margin-left: 1rem;
}

/* line 42, app/assets/stylesheets/progress_indicators.scss */
.progress-circle svg.circle {
  height: 52px;
  overflow: visible;
}

/* line 47, app/assets/stylesheets/progress_indicators.scss */
.progress-circle circle.bg {
  stroke: #d3e1eb;
}

/* line 51, app/assets/stylesheets/progress_indicators.scss */
.progress-circle circle.progress {
  stroke: #27ae60;
  transition: stroke-dashoffset .5s ease-out;
  stroke-linecap: round;
}

/* line 57, app/assets/stylesheets/progress_indicators.scss */
.progress-circle .progress-circle--content {
  color: #7785a7;
  font-size: 0.85em;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 66, app/assets/stylesheets/progress_indicators.scss */
.progress-circle .progress-circle--content svg {
  height: 1.75em;
}

/* line 71, app/assets/stylesheets/progress_indicators.scss */
.progress-circle.completed .progress-circle--content {
  color: #27ae60;
}

/* line 75, app/assets/stylesheets/progress_indicators.scss */
.progress-circle.not-yet-started .progress-circle--content {
  color: #d3e1eb;
}

/* line 80, app/assets/stylesheets/progress_indicators.scss */
[data-toggle=collapse][aria-expanded=true] .progress-circle.not-yet-started.clickable .feather {
  transform: rotate(180deg);
}

/* line 84, app/assets/stylesheets/progress_indicators.scss */
.check-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  height: 24px;
  width: 24px;
  min-height: 24px;
  min-width: 24px;
  line-height: 24px;
  border-radius: 50%;
  border: 2px solid #d3e1eb;
  color: #d3e1eb;
  transition: 200ms all;
}

/* line 99, app/assets/stylesheets/progress_indicators.scss */
.check-circle .feather {
  stroke-width: 4;
}

/* line 103, app/assets/stylesheets/progress_indicators.scss */
.check-circle .icon-sm {
  font-size: 11px;
}

/* line 107, app/assets/stylesheets/progress_indicators.scss */
.check-circle .feather-play {
  margin-left: 12.5%;
}

/* line 111, app/assets/stylesheets/progress_indicators.scss */
.check-circle.pending {
  color: #3498db;
  border-color: #3498db;
}

/* line 112, app/assets/stylesheets/progress_indicators.scss */
.check-circle.completed, .check-circle.complete {
  color: white;
  background-color: #27ae60;
  border-color: #27ae60;
}

/* line 113, app/assets/stylesheets/progress_indicators.scss */
.check-circle.late {
  color: white;
  background-color: #EAAD21;
  border-color: #EAAD21;
}

/* line 114, app/assets/stylesheets/progress_indicators.scss */
.check-circle.in_review {
  color: white;
  background-color: #00808A;
  border-color: #00808A;
}

/* line 115, app/assets/stylesheets/progress_indicators.scss */
.check-circle.overdue {
  color: #e74c3c;
  border-color: #e74c3c;
}

/* line 116, app/assets/stylesheets/progress_indicators.scss */
.check-circle.opted-out {
  color: #525f7f;
  border-color: #525f7f;
}

/* line 1, app/assets/stylesheets/onboarding.scss */
.template-studio-options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* line 7, app/assets/stylesheets/onboarding.scss */
.template-studio-option {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 6px;
  width: 100%;
  max-width: 240px;
  margin: 8px 16px 8px 0px;
  border: 2px solid #dce0e0;
  overflow: hidden;
  transition: 200ms all ease-in-out;
  cursor: pointer;
}

/* line 22, app/assets/stylesheets/onboarding.scss */
.template-studio-option .template-studio-option--header {
  padding: 20px;
  width: 100%;
  height: 100%;
  background-color: #f6f9fb;
}

/* line 29, app/assets/stylesheets/onboarding.scss */
.template-studio-option .studio-name {
  font-weight: 600;
  font-size: 1rem;
}

/* line 34, app/assets/stylesheets/onboarding.scss */
.template-studio-option .school-name {
  font-size: 0.8rem;
  line-height: 1.2;
  color: #525f7f;
}

/* line 40, app/assets/stylesheets/onboarding.scss */
.template-studio-option .studio-description {
  padding: 20px;
  font-size: 0.8rem;
  line-height: 1.45;
  color: #525f7f;
}

/* line 47, app/assets/stylesheets/onboarding.scss */
.template-studio-option:hover {
  transform: scale(1.05);
}

/* line 51, app/assets/stylesheets/onboarding.scss */
.template-studio-option.active {
  border-color: #3498db;
  transform: scale(1.05);
}

@media (max-width: 767px) {
  /* line 7, app/assets/stylesheets/onboarding.scss */
  .template-studio-option {
    max-width: 100%;
  }
}

/* line 2, app/assets/stylesheets/pagination.scss */
.pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  border-top: 1px solid #dee2e6;
  background-color: #f8f9fa;
  border-radius: 0.375rem;
  padding: 1.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 13, app/assets/stylesheets/pagination.scss */
.pager .pager-controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 19, app/assets/stylesheets/pagination.scss */
.pager .pager-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #6c757d;
  font-size: 0.875rem;
}

/* line 27, app/assets/stylesheets/pagination.scss */
.pager .pager-size {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #6c757d;
}

/* line 34, app/assets/stylesheets/pagination.scss */
.pager .pager-size label {
  font-weight: 500;
  margin-bottom: 0;
}

/* line 39, app/assets/stylesheets/pagination.scss */
.pager .pager-size span {
  color: #6c757d;
}

/* line 45, app/assets/stylesheets/pagination.scss */
.pager button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  min-width: 40px;
  height: 38px;
}

/* line 62, app/assets/stylesheets/pagination.scss */
.pager button:hover {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 70, app/assets/stylesheets/pagination.scss */
.pager button:focus {
  color: #495057;
  background-color: #e9ecef;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 78, app/assets/stylesheets/pagination.scss */
.pager button:active {
  color: #495057;
  background-color: #dee2e6;
  border-color: #c1c9d2;
}

/* line 84, app/assets/stylesheets/pagination.scss */
.pager button:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
  opacity: 0.65;
}

/* line 92, app/assets/stylesheets/pagination.scss */
.pager button.first, .pager button.last {
  font-weight: bold;
}

/* line 96, app/assets/stylesheets/pagination.scss */
.pager button.prev, .pager button.next {
  font-size: 1rem;
}

/* line 102, app/assets/stylesheets/pagination.scss */
.pager .pagedisplay {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  color: #495057;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  min-width: 120px;
  text-align: center;
  font-weight: 500;
}

/* line 115, app/assets/stylesheets/pagination.scss */
.pager .pagesize {
  display: inline-block;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 6 7 7 7-7'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  min-width: 80px;
}

/* line 133, app/assets/stylesheets/pagination.scss */
.pager .pagesize:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 139, app/assets/stylesheets/pagination.scss */
.pager .pagesize option {
  font-weight: normal;
  display: block;
  white-space: nowrap;
  min-height: 1.2em;
  padding: 0px 2px 1px;
}

@media (max-width: 768px) {
  /* line 2, app/assets/stylesheets/pagination.scss */
  .pager {
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
  }
  /* line 154, app/assets/stylesheets/pagination.scss */
  .pager .pager-controls {
    justify-content: center;
  }
  /* line 158, app/assets/stylesheets/pagination.scss */
  .pager .pager-info {
    justify-content: center;
    flex-wrap: wrap;
  }
  /* line 163, app/assets/stylesheets/pagination.scss */
  .pager .pager-size {
    justify-content: center;
  }
}

/* line 1, app/assets/stylesheets/post_board.scss */
.post-board-search,
.search-section {
  padding: 1.5rem 1.25rem 1rem;
  background: white;
}

/* line 6, app/assets/stylesheets/post_board.scss */
.post-board-search .search-wrapper,
.post-board-search .search-container,
.search-section .search-wrapper,
.search-section .search-container {
  position: relative;
  margin: 0 auto;
}

/* line 11, app/assets/stylesheets/post_board.scss */
.post-board-search .search-wrapper .search-input-wrapper,
.post-board-search .search-container .search-input-wrapper,
.search-section .search-wrapper .search-input-wrapper,
.search-section .search-container .search-input-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

/* line 18, app/assets/stylesheets/post_board.scss */
.post-board-search .search-wrapper .search-form,
.post-board-search .search-container .search-form,
.search-section .search-wrapper .search-form,
.search-section .search-container .search-form {
  display: flex;
  width: 100%;
}

/* line 23, app/assets/stylesheets/post_board.scss */
.post-board-search .search-wrapper .search-input,
.post-board-search .search-container .search-input,
.search-section .search-wrapper .search-input,
.search-section .search-container .search-input {
  width: 100%;
  border-radius: 9999px;
  border: 1px solid #e2e8f0;
  background-color: #f8fafc;
  padding: 8px 16px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s ease;
}

/* line 33, app/assets/stylesheets/post_board.scss */
.post-board-search .search-wrapper .search-input:focus,
.post-board-search .search-container .search-input:focus,
.search-section .search-wrapper .search-input:focus,
.search-section .search-container .search-input:focus {
  border-color: #cbd5e1;
}

/* line 37, app/assets/stylesheets/post_board.scss */
.post-board-search .search-wrapper .search-input::-moz-placeholder, .post-board-search .search-container .search-input::-moz-placeholder, .search-section .search-wrapper .search-input::-moz-placeholder, .search-section .search-container .search-input::-moz-placeholder {
  color: #94a3b8;
}
.post-board-search .search-wrapper .search-input::placeholder,
.post-board-search .search-container .search-input::placeholder,
.search-section .search-wrapper .search-input::placeholder,
.search-section .search-container .search-input::placeholder {
  color: #94a3b8;
}

/* line 46, app/assets/stylesheets/post_board.scss */
.segmented-selector-container {
  padding: 12px 20px;
}

/* line 50, app/assets/stylesheets/post_board.scss */
.segmented-selector-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-start;
}

/* line 58, app/assets/stylesheets/post_board.scss */
.school-bubble {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 18px;
  height: 38px;
  border-radius: 99999px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.25s ease;
  border: 2px solid #e2e8f0;
  background: white;
  color: #475569;
}

/* line 73, app/assets/stylesheets/post_board.scss */
.school-bubble:hover {
  border-color: #cbd5e1;
  background: #f8fafc;
}

/* line 78, app/assets/stylesheets/post_board.scss */
.school-bubble .school-bubble-count {
  background: #f1f5f9;
  border-radius: 999px;
  padding: 1px 8px;
  font-size: 0.6rem;
  font-weight: 700;
  color: #94a3b8;
}

/* line 87, app/assets/stylesheets/post_board.scss */
.school-bubble.has {
  border-color: #3498db;
  background: rgba(52, 152, 219, 0.06);
  color: #2563eb;
}

/* line 92, app/assets/stylesheets/post_board.scss */
.school-bubble.has .school-bubble-count {
  background: #3498db;
  color: white;
}

/* line 100, app/assets/stylesheets/post_board.scss */
.segmented-pill {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 22px;
  border: 2px solid #3498db;
  background: rgba(52, 152, 219, 0.04);
  padding: 6px 8px;
  gap: 4px;
}

/* line 110, app/assets/stylesheets/post_board.scss */
.segmented-pill.full-width {
  width: 100%;
}

/* line 114, app/assets/stylesheets/post_board.scss */
.segmented-pill .segmented-pill-school-name {
  padding: 6px 14px;
  font-weight: 600;
  font-size: 14px;
  color: #475569;
  cursor: pointer;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: all 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 127, app/assets/stylesheets/post_board.scss */
.segmented-pill .segmented-pill-school-name:hover {
  background: rgba(52, 152, 219, 0.08);
}

/* line 131, app/assets/stylesheets/post_board.scss */
.segmented-pill .segmented-pill-school-name .segmented-pill-close {
  font-size: 0.55rem;
  color: #cbd5e1;
  cursor: pointer;
  padding: 2px;
}

/* line 137, app/assets/stylesheets/post_board.scss */
.segmented-pill .segmented-pill-school-name .segmented-pill-close:hover {
  color: #3498db;
}

/* line 143, app/assets/stylesheets/post_board.scss */
.segmented-pill.has-sel .segmented-pill-school-name {
  color: #2563eb;
}

/* line 146, app/assets/stylesheets/post_board.scss */
.segmented-pill.has-sel .segmented-pill-school-name .segmented-pill-close {
  color: rgba(52, 152, 219, 0.4);
}

/* line 151, app/assets/stylesheets/post_board.scss */
.segmented-pill.all-sel .segmented-pill-school-name {
  color: #2563eb;
  background: rgba(52, 152, 219, 0.1);
}

/* line 156, app/assets/stylesheets/post_board.scss */
.segmented-pill .segmented-pill-studio {
  padding: 6px 14px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  border: none;
  background: transparent;
  color: #6b7280;
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 169, app/assets/stylesheets/post_board.scss */
.segmented-pill .segmented-pill-studio:hover {
  background: rgba(0, 0, 0, 0.04);
  color: #475569;
}

/* line 174, app/assets/stylesheets/post_board.scss */
.segmented-pill .segmented-pill-studio.sel {
  background: #3498db;
  color: white;
  box-shadow: 0 1px 3px rgba(52, 152, 219, 0.3);
}

/* line 179, app/assets/stylesheets/post_board.scss */
.segmented-pill .segmented-pill-studio.sel:hover {
  background: #2980b9;
}

/* line 187, app/assets/stylesheets/post_board.scss */
.post-card .post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: center;
}

/* line 197, app/assets/stylesheets/post_board.scss */
.bulletin-tag-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 3px 10px 3px 8px;
  background: rgba(52, 152, 219, 0.06);
  color: #2563eb;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  border: 1px solid #f8fafc;
  border-radius: 999px;
  white-space: nowrap;
  max-width: 100%;
}

/* line 212, app/assets/stylesheets/post_board.scss */
.bulletin-tag-chip .bulletin-tag-chip-icon {
  font-size: 10px;
  color: #2563eb;
  line-height: 1;
}

/* line 218, app/assets/stylesheets/post_board.scss */
.bulletin-tag-chip .bulletin-tag-chip-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 228, app/assets/stylesheets/post_board.scss */
.bulletin-tag-pills-container {
  margin-top: 0;
}

/* line 233, app/assets/stylesheets/post_board.scss */
.bulletin-tag-pills-row {
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* line 243, app/assets/stylesheets/post_board.scss */
.bulletin-tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 38px;
  padding: 0 14px;
  background: white;
  color: #475569;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: background 150ms ease, border-color 150ms ease, color 150ms ease;
}

/* line 259, app/assets/stylesheets/post_board.scss */
.bulletin-tag-pill .bulletin-tag-pill-icon {
  font-size: 12px;
  color: #94a3b8;
  line-height: 1;
}

/* line 265, app/assets/stylesheets/post_board.scss */
.bulletin-tag-pill .bulletin-tag-pill-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
  font-weight: 600;
}

/* line 272, app/assets/stylesheets/post_board.scss */
.bulletin-tag-pill:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
}

/* line 277, app/assets/stylesheets/post_board.scss */
.bulletin-tag-pill:focus-visible {
  outline: 2px solid #3498db;
  outline-offset: 2px;
}

/* line 283, app/assets/stylesheets/post_board.scss */
.bulletin-tag-pill.sel {
  background: rgba(59, 130, 246, 0.1);
  border-color: rgba(59, 130, 246, 0.25);
  color: #1e40af;
}

/* line 288, app/assets/stylesheets/post_board.scss */
.bulletin-tag-pill.sel .bulletin-tag-pill-icon {
  color: #2563eb;
}

/* line 292, app/assets/stylesheets/post_board.scss */
.bulletin-tag-pill.sel:hover {
  background: rgba(52, 152, 219, 0.1);
}

@media (max-width: 768px) {
  /* line 300, app/assets/stylesheets/post_board.scss */
  .segmented-selector-container {
    padding: 10px 14px;
  }
  /* line 304, app/assets/stylesheets/post_board.scss */
  .school-bubble {
    height: 32px;
    padding: 0 14px;
    font-size: 0.8125rem;
  }
  /* line 309, app/assets/stylesheets/post_board.scss */
  .school-bubble .school-bubble-count {
    font-size: 0.55rem;
    padding: 1px 6px;
  }
  /* line 315, app/assets/stylesheets/post_board.scss */
  .segmented-pill {
    padding: 5px 6px;
    gap: 3px;
    border-radius: 18px;
  }
  /* line 320, app/assets/stylesheets/post_board.scss */
  .segmented-pill .segmented-pill-school-name {
    padding: 5px 10px;
    font-size: 0.8125rem;
    gap: 5px;
  }
  /* line 326, app/assets/stylesheets/post_board.scss */
  .segmented-pill .segmented-pill-studio {
    padding: 5px 11px;
    font-size: 0.8125rem;
  }
  /* line 332, app/assets/stylesheets/post_board.scss */
  .bulletin-tag-pill {
    height: 32px;
    padding: 0 11px;
    font-size: 0.8125rem;
  }
  /* line 337, app/assets/stylesheets/post_board.scss */
  .bulletin-tag-pill .bulletin-tag-pill-icon {
    font-size: 11px;
  }
}

/* line 345, app/assets/stylesheets/post_board.scss */
.post-board-grid-wrapper {
  padding: 1.5rem;
}

@media (max-width: 576px) {
  /* line 349, app/assets/stylesheets/post_board.scss */
  .modern-ui-body .post-board-grid-wrapper {
    padding: 0;
  }
}

/* line 355, app/assets/stylesheets/post_board.scss */
.post-board-grid-wrapper .section-header {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #e6ebf1;
}

/* line 362, app/assets/stylesheets/post_board.scss */
.post-board-grid-wrapper .section-header h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #283c46;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 371, app/assets/stylesheets/post_board.scss */
.post-board-grid-wrapper .section-header h3 i {
  color: #3498db;
}

/* line 376, app/assets/stylesheets/post_board.scss */
.post-board-grid-wrapper .section-header .post-count {
  margin-left: 0.5rem;
  font-size: 0.9rem;
  color: #525f7f;
  font-weight: normal;
}

/* line 384, app/assets/stylesheets/post_board.scss */
.post-board-grid-wrapper .section + .section {
  margin-top: 2.5rem;
}

/* line 389, app/assets/stylesheets/post_board.scss */
.post-board-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
}

@media (max-width: 1199px) {
  /* line 389, app/assets/stylesheets/post_board.scss */
  .post-board-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}

@media (max-width: 767px) {
  /* line 389, app/assets/stylesheets/post_board.scss */
  .post-board-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

/* line 405, app/assets/stylesheets/post_board.scss */
.post-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #e6ebf1;
}

/* line 416, app/assets/stylesheets/post_board.scss */
.post-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
  border-color: #d6dee8;
}

/* line 422, app/assets/stylesheets/post_board.scss */
.post-card .card-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/* line 431, app/assets/stylesheets/post_board.scss */
.post-card .card-header {
  padding: 1rem 1rem 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(230, 235, 241, 0.5);
}

/* line 440, app/assets/stylesheets/post_board.scss */
.post-card .card-header .avatar-wrapper {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

/* line 445, app/assets/stylesheets/post_board.scss */
.post-card .card-header .avatar-wrapper .avatar {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #e6ebf1;
  display: block;
}

/* line 457, app/assets/stylesheets/post_board.scss */
.post-card .card-header .creator-info {
  flex: 1;
  min-width: 0;
}

/* line 461, app/assets/stylesheets/post_board.scss */
.post-card .card-header .creator-info .creator-name {
  font-weight: 600;
  color: #283c46;
  font-size: 0.9rem;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 470, app/assets/stylesheets/post_board.scss */
.post-card .card-header .creator-info .creator-name mark {
  background-color: rgba(234, 173, 33, 0.5);
  padding: 3px 6px;
  border-radius: 4px;
  font-weight: 700;
  color: #152026;
}

/* line 479, app/assets/stylesheets/post_board.scss */
.post-card .card-header .creator-info .post-date {
  font-size: 0.8rem;
  color: #525f7f;
  margin: 0.125rem 0 0 0;
}

/* line 487, app/assets/stylesheets/post_board.scss */
.post-card .card-body {
  padding: 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* line 493, app/assets/stylesheets/post_board.scss */
.post-card .card-body .post-content-with-thumbnail {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

/* line 499, app/assets/stylesheets/post_board.scss */
.post-card .card-body .post-text-content {
  flex: 1;
  min-width: 0;
}

/* line 504, app/assets/stylesheets/post_board.scss */
.post-card .card-body .post-thumbnail {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  border-radius: 8px;
  overflow: hidden;
  background: #f6f9fb;
  position: relative;
  border: 1px solid #e6ebf1;
}

/* line 514, app/assets/stylesheets/post_board.scss */
.post-card .card-body .post-thumbnail .thumbnail-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* line 522, app/assets/stylesheets/post_board.scss */
.post-card .card-body .post-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #283c46;
  margin: 0 0 0.625rem 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 534, app/assets/stylesheets/post_board.scss */
.post-card .card-body .post-title mark {
  background-color: rgba(234, 173, 33, 0.4);
  padding: 2px 4px;
  border-radius: 3px;
  font-weight: 700;
}

/* line 542, app/assets/stylesheets/post_board.scss */
.post-card .card-body .post-content {
  font-size: 0.875rem;
  color: #525f7f;
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 553, app/assets/stylesheets/post_board.scss */
.post-card .card-body .post-content mark {
  background-color: rgba(234, 173, 33, 0.4);
  padding: 2px 4px;
  border-radius: 3px;
  font-weight: 600;
}

@media (max-width: 767px) {
  /* line 563, app/assets/stylesheets/post_board.scss */
  .post-card .card-body .post-thumbnail {
    width: 70px;
    height: 70px;
  }
}

/* line 570, app/assets/stylesheets/post_board.scss */
.post-card .card-footer {
  padding: 0.75rem 1rem;
  border-top: 1px solid #e6ebf1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  background: #fbfbfc;
  position: relative;
  z-index: 2;
}

/* line 581, app/assets/stylesheets/post_board.scss */
.post-card .card-footer .footer-stats {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 587, app/assets/stylesheets/post_board.scss */
.post-card .card-footer .footer-right-content {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
}

/* line 594, app/assets/stylesheets/post_board.scss */
.post-card .card-footer .footer-studio-badge {
  position: relative;
  z-index: 3;
}

/* line 599, app/assets/stylesheets/post_board.scss */
.post-card .card-footer .footer-stat {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.25rem 0.625rem;
  background: white;
  border: 1px solid #e6ebf1;
  border-radius: 20px;
  font-size: 0.8rem;
  color: #525f7f;
  font-weight: 500;
  transition: all 0.2s ease;
}

/* line 612, app/assets/stylesheets/post_board.scss */
.post-card .card-footer .footer-stat i {
  font-size: 0.875rem;
  color: #3498db;
}

/* line 617, app/assets/stylesheets/post_board.scss */
.post-card .card-footer .footer-stat:hover {
  background: #f6f9fb;
  border-color: #d6dee8;
}

/* line 623, app/assets/stylesheets/post_board.scss */
.post-card .card-footer .footer-actions {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  margin-left: auto;
}

/* line 630, app/assets/stylesheets/post_board.scss */
.post-card .card-footer .action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: white;
  border: 1px solid #e6ebf1;
  border-radius: 6px;
  color: #525f7f;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}

/* line 645, app/assets/stylesheets/post_board.scss */
.post-card .card-footer .action-button i {
  font-size: 0.875rem;
}

/* line 649, app/assets/stylesheets/post_board.scss */
.post-card .card-footer .action-button:hover {
  background: #f6f9fb;
  color: #283c46;
  border-color: #c5d1df;
  text-decoration: none;
}

/* line 657, app/assets/stylesheets/post_board.scss */
.post-card .card-footer .action-button.delete-action:hover {
  background: rgba(231, 76, 60, 0.1);
  color: #e74c3c;
  border-color: rgba(231, 76, 60, 0.3);
}

/* line 664, app/assets/stylesheets/post_board.scss */
.post-card .card-footer .action-button.pin-action {
  color: #3498db;
}

/* line 667, app/assets/stylesheets/post_board.scss */
.post-card .card-footer .action-button.pin-action:hover {
  background: rgba(52, 152, 219, 0.1);
  color: #217dbb;
  border-color: rgba(52, 152, 219, 0.3);
}

/* line 677, app/assets/stylesheets/post_board.scss */
.post-card.pinned {
  border: 2px solid #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

/* line 681, app/assets/stylesheets/post_board.scss */
.post-card.pinned .card-header {
  background: linear-gradient(to right, rgba(52, 152, 219, 0.08) 0%, rgba(52, 152, 219, 0.02) 100%);
}

/* line 685, app/assets/stylesheets/post_board.scss */
.post-card.pinned .pin-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 3;
  background: linear-gradient(135deg, #3498db 0%, #217dbb 100%);
  color: white;
  padding: 0.375rem 0.5rem;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(52, 152, 219, 0.3);
  display: flex;
  align-items: center;
  gap: 0;
}

/* line 702, app/assets/stylesheets/post_board.scss */
.post-card.pinned .shared-count-badge {
  position: absolute !important;
  top: 0.75rem !important;
  right: 3.5rem !important;
  left: auto !important;
  z-index: 3;
  background: #EAAD21;
  color: white;
  padding: 0.375rem 0.5rem;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(234, 173, 33, 0.3);
  display: flex;
  align-items: center;
  gap: 0.25rem;
  min-width: 2rem;
  justify-content: center;
}

/* line 721, app/assets/stylesheets/post_board.scss */
.post-card.pinned .shared-count-badge .studio-count {
  font-size: 0.7rem;
  font-weight: 700;
}

/* line 727, app/assets/stylesheets/post_board.scss */
.post-card.pinned .studio-origin {
  background: rgba(52, 152, 219, 0.08);
  border: 1px solid rgba(52, 152, 219, 0.15);
  border-radius: 12px;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  color: #3498db;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-right: 0.5rem;
  max-width: 140px;
}

/* line 741, app/assets/stylesheets/post_board.scss */
.post-card.pinned .studio-origin i {
  font-size: 0.7rem;
  opacity: 0.8;
  flex-shrink: 0;
}

/* line 747, app/assets/stylesheets/post_board.scss */
.post-card.pinned .studio-origin .studio-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80px;
  min-width: 0;
}

/* line 756, app/assets/stylesheets/post_board.scss */
.post-card.pinned i {
  font-size: 0.875rem;
}

/* line 761, app/assets/stylesheets/post_board.scss */
.post-card .action-button.pin-action {
  color: #3498db;
  background: rgba(52, 152, 219, 0.1);
  border-color: rgba(52, 152, 219, 0.3);
}

/* line 766, app/assets/stylesheets/post_board.scss */
.post-card .action-button.pin-action:hover {
  background: rgba(52, 152, 219, 0.2);
  color: #217dbb;
  border-color: rgba(52, 152, 219, 0.5);
}

/* line 774, app/assets/stylesheets/post_board.scss */
.pin-wrapper {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 3;
  gap: 10px;
}

/* line 781, app/assets/stylesheets/post_board.scss */
.pin-wrapper .pin-badge {
  position: initial !important;
}

/* line 785, app/assets/stylesheets/post_board.scss */
.pin-wrapper .shared-studios-badge {
  display: inline-flex;
}

/* line 790, app/assets/stylesheets/post_board.scss */
.shared-studios-badge {
  background: rgba(52, 152, 219, 0.08);
  border: 1px solid rgba(52, 152, 219, 0.15);
  border-radius: 12px;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  color: #3498db;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* line 804, app/assets/stylesheets/post_board.scss */
.shared-studios-badge:hover {
  background: rgba(52, 152, 219, 0.12);
  border-color: rgba(52, 152, 219, 0.25);
}

/* line 809, app/assets/stylesheets/post_board.scss */
.shared-studios-badge .studio-name {
  font-weight: 600;
}

/* line 813, app/assets/stylesheets/post_board.scss */
.shared-studios-badge .studio-count {
  background: rgba(52, 152, 219, 0.15);
  color: #3498db;
  border-radius: 8px;
  padding: 0.125rem 0.375rem;
  font-size: 0.65rem;
  font-weight: 700;
  margin-left: 0.125rem;
}

/* line 825, app/assets/stylesheets/post_board.scss */
.post-board-empty {
  text-align: center;
  padding: 4rem 2rem;
}

/* line 829, app/assets/stylesheets/post_board.scss */
.post-board-empty .empty-icon {
  font-size: 3rem;
  color: #dce0e0;
  margin-bottom: 1rem;
}

/* line 835, app/assets/stylesheets/post_board.scss */
.post-board-empty .empty-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #283c46;
  margin: 0 0 0.5rem 0;
}

/* line 842, app/assets/stylesheets/post_board.scss */
.post-board-empty .empty-message {
  font-size: 0.95rem;
  color: #525f7f;
  margin: 0;
}

/* line 849, app/assets/stylesheets/post_board.scss */
.remove-pin {
  position: relative;
}

/* line 852, app/assets/stylesheets/post_board.scss */
.remove-pin:before {
  box-shadow: 0 1px 0 #D6E7F6;
  height: 1px;
  width: 21px;
  content: '';
  display: block;
  position: absolute;
  background: #3498db;
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  /* line 868, app/assets/stylesheets/post_board.scss */
  .dropdown-menu.show {
    display: block !important;
  }
  /* line 873, app/assets/stylesheets/post_board.scss */
  .bulletin-board-header-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 5px;
  }
  /* line 879, app/assets/stylesheets/post_board.scss */
  .bulletin-board-header-wrapper .bulletin-board-header-row-1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: nowrap;
    margin-bottom: 0;
    gap: 16px;
  }
  /* line 889, app/assets/stylesheets/post_board.scss */
  .bulletin-board-header-wrapper .bulletin-board-header-row-1 h2.modern-table-title {
    font-size: 1.75rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    line-height: 1.2;
    flex: 0 0 auto;
    width: auto;
  }
  /* line 899, app/assets/stylesheets/post_board.scss */
  .bulletin-board-header-wrapper .bulletin-board-header-row-1 .box-header-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 0 0 auto;
    flex-wrap: nowrap;
    width: auto;
    gap: 8px;
    margin-left: auto;
    margin-right: 50px;
  }
  /* line 910, app/assets/stylesheets/post_board.scss */
  .bulletin-board-header-wrapper .bulletin-board-header-row-1 .box-header-actions .search-and-filter-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
  }
  /* line 920, app/assets/stylesheets/post_board.scss */
  .bulletin-board-header-wrapper .bulletin-board-header-row-1 .box-header-actions .studio-filter-dropdown button.button {
    display: none;
  }
  /* line 926, app/assets/stylesheets/post_board.scss */
  .bulletin-board-header-wrapper .bulletin-board-header-row-1 .box-header-actions .button {
    display: inline-flex;
    flex-shrink: 0;
  }
  /* line 934, app/assets/stylesheets/post_board.scss */
  .bulletin-board-header-wrapper .bulletin-board-header-row-2 {
    display: flex;
    align-items: center;
    width: 100%;
  }
  /* line 939, app/assets/stylesheets/post_board.scss */
  .bulletin-board-header-wrapper .bulletin-board-header-row-2 button.button {
    width: 100%;
    justify-content: center;
  }
  /* line 947, app/assets/stylesheets/post_board.scss */
  .bulletin-board-header-wrapper .bulletin-board-header-row-1 .studio-filter-dropdown {
    position: relative;
  }
  /* line 950, app/assets/stylesheets/post_board.scss */
  .bulletin-board-header-wrapper .bulletin-board-header-row-1 .studio-filter-dropdown .dropdown-menu.studio-filter-menu {
    position: fixed !important;
    top: 180px;
    left: 16px !important;
    right: 16px;
    margin-top: 30px;
    z-index: 1000;
    min-width: auto;
    max-width: calc(100vw - 32px);
    width: calc(100vw - 32px);
  }
  /* line 961, app/assets/stylesheets/post_board.scss */
  .bulletin-board-header-wrapper .bulletin-board-header-row-1 .studio-filter-dropdown .dropdown-menu.studio-filter-menu.show {
    display: block;
  }
}

@media (min-width: 768px) {
  /* line 973, app/assets/stylesheets/post_board.scss */
  .bulletin-board-header-wrapper .bulletin-board-header-row-2 {
    display: none;
  }
}

/* line 984, app/assets/stylesheets/post_board.scss */
.modern-ui-body .search-section .search-container .search-input-wrapper .search-icon {
  left: 16px !important;
}

/* line 991, app/assets/stylesheets/post_board.scss */
.modern-ui-body .search-section .search-container .search-input-wrapper .search-input:not(.search-input-enhanced) {
  border-radius: 9999px !important;
  border: 1px solid #e2e8f0 !important;
  background-color: #f8fafc !important;
  padding: 8px 16px 8px 40px !important;
  font-size: 14px !important;
  outline: none !important;
  transition: border-color 0.2s ease !important;
  height: auto !important;
  line-height: 1.5 !important;
}

/* line 1003, app/assets/stylesheets/post_board.scss */
.modern-ui-body .search-section .search-container .search-input-wrapper .search-input:not(.search-input-enhanced):focus {
  border-color: #cbd5e1 !important;
  background-color: white !important;
  box-shadow: none !important;
}

/* line 1009, app/assets/stylesheets/post_board.scss */
.modern-ui-body .search-section .search-container .search-input-wrapper .search-input:not(.search-input-enhanced)::-moz-placeholder {
  color: #94a3b8 !important;
}
.modern-ui-body .search-section .search-container .search-input-wrapper .search-input:not(.search-input-enhanced)::placeholder {
  color: #94a3b8 !important;
}

/* line 1014, app/assets/stylesheets/post_board.scss */
.modern-ui-body .search-section .search-container .search-input-wrapper .clear-search-btn {
  right: 12px !important;
}

/* line 1023, app/assets/stylesheets/post_board.scss */
.modern-ui-body .bulletin-board-header-notice {
  margin-top: 16px;
  margin-bottom: 0;
}

/* line 1029, app/assets/stylesheets/post_board.scss */
.modern-ui-body .form-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

/* line 1036, app/assets/stylesheets/post_board.scss */
.modern-ui-body .form-actions .button.button-border {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  background: transparent;
  color: #64748b;
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* line 1051, app/assets/stylesheets/post_board.scss */
.modern-ui-body .form-actions .button.button-border:hover {
  background: #f8fafc;
  color: #475569;
  border-color: #cbd5e1;
  text-decoration: none;
}

/* line 1058, app/assets/stylesheets/post_board.scss */
.modern-ui-body .form-actions .button.button-border:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(100, 116, 139, 0.1);
}

/* line 1064, app/assets/stylesheets/post_board.scss */
.modern-ui-body .form-actions .button:not(.button-border) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 24px;
  background: #3b82f6;
  color: white;
  border: none;
  border-radius: 9999px;
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

/* line 1080, app/assets/stylesheets/post_board.scss */
.modern-ui-body .form-actions .button:not(.button-border):hover:not(:disabled) {
  background: #2563eb;
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

/* line 1086, app/assets/stylesheets/post_board.scss */
.modern-ui-body .form-actions .button:not(.button-border):active:not(:disabled) {
  transform: translateY(0);
}

/* line 1090, app/assets/stylesheets/post_board.scss */
.modern-ui-body .form-actions .button:not(.button-border):disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* line 1095, app/assets/stylesheets/post_board.scss */
.modern-ui-body .form-actions .button:not(.button-border):focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3);
}

/* line 1100, app/assets/stylesheets/post_board.scss */
.modern-ui-body .form-actions .button:not(.button-border) .button-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

/* line 1113, app/assets/stylesheets/post_board.scss */
.modern-ui-body .school-bubble {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.25);
  border-radius: 9999px;
  padding: 6px 14px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #1e40af;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* line 1127, app/assets/stylesheets/post_board.scss */
.modern-ui-body .school-bubble:hover {
  background: rgba(59, 130, 246, 0.15);
  border-color: rgba(59, 130, 246, 0.4);
}

/* line 1132, app/assets/stylesheets/post_board.scss */
.modern-ui-body .school-bubble.hidden {
  display: none;
}

/* line 1134, app/assets/stylesheets/post_board.scss */
.modern-ui-body .school-bubble .school-bubble-count {
  background: #3b82f6;
  color: white;
  font-size: 0.6875rem;
  padding: 1px 6px;
  border-radius: 9999px;
  font-weight: 700;
}

/* line 1144, app/assets/stylesheets/post_board.scss */
.modern-ui-body .school-segment {
  display: none;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
  padding: 4px 8px;
}

/* line 1154, app/assets/stylesheets/post_board.scss */
.modern-ui-body .school-segment.open {
  display: inline-flex;
}

/* line 1156, app/assets/stylesheets/post_board.scss */
.modern-ui-body .school-segment .school-segment-name {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #1e40af;
  padding: 4px 8px;
  cursor: pointer;
}

/* line 1163, app/assets/stylesheets/post_board.scss */
.modern-ui-body .school-segment .school-segment-name:hover {
  text-decoration: underline;
}

/* line 1166, app/assets/stylesheets/post_board.scss */
.modern-ui-body .school-segment .studio-capsule {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #475569;
  background: white;
  border: 1px solid #e2e8f0;
  cursor: pointer;
  transition: all 0.15s ease;
}

/* line 1179, app/assets/stylesheets/post_board.scss */
.modern-ui-body .school-segment .studio-capsule:hover {
  border-color: #3b82f6;
  color: #1e40af;
}

/* line 1181, app/assets/stylesheets/post_board.scss */
.modern-ui-body .school-segment .studio-capsule.sel {
  background: #3b82f6;
  color: white;
  border-color: #3b82f6;
}

/* line 1188, app/assets/stylesheets/post_board.scss */
.modern-ui-body .school-segment .school-segment-close {
  background: none;
  border: none;
  color: #94a3b8;
  cursor: pointer;
  padding: 4px;
  font-size: 0.75rem;
}

/* line 1196, app/assets/stylesheets/post_board.scss */
.modern-ui-body .school-segment .school-segment-close:hover {
  color: #ef4444;
}

@media (max-width: 768px) {
  /* line 1201, app/assets/stylesheets/post_board.scss */
  .modern-ui-body .school-segment {
    border-radius: 12px;
  }
}

/* line 1207, app/assets/stylesheets/post_board.scss */
.modern-ui-body .chosen-container-multi .chosen-choices li.search-choice {
  border-radius: 9999px !important;
  padding: 6px 35px 6px 16px;
  background-color: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #334155;
  font-size: 0.875rem;
  font-weight: 500;
  height: auto;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
}

/* line 1221, app/assets/stylesheets/post_board.scss */
.modern-ui-body .chosen-container-multi .chosen-choices li.search-choice.locked-studio {
  background-color: #e2e8f0;
  border-color: #cbd5e1;
  color: #64748b;
}

/* line 1227, app/assets/stylesheets/post_board.scss */
.modern-ui-body .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  right: 10px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
}

/* line 1239, app/assets/stylesheets/post_board.scss */
.search-bar-wrap {
  display: flex;
  align-items: center;
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
  background: #f8fafc;
  padding: 0 4px 0 12px;
  position: relative;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}

/* line 1250, app/assets/stylesheets/post_board.scss */
.search-bar-wrap:focus-within {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  background: white;
}

/* line 1256, app/assets/stylesheets/post_board.scss */
.search-bar-wrap .search-bar-icon {
  color: #94a3b8;
  font-size: 14px;
  flex-shrink: 0;
  margin-right: 8px;
}

/* line 1263, app/assets/stylesheets/post_board.scss */
.search-bar-wrap .search-form {
  flex: 1;
  display: flex;
}

/* line 1265, app/assets/stylesheets/post_board.scss */
.search-bar-wrap .search-input-enhanced {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 8px 0 !important;
  border-radius: 0 !important;
  outline: none !important;
  width: 100%;
}

/* line 1274, app/assets/stylesheets/post_board.scss */
.search-bar-wrap .search-input-enhanced:focus {
  box-shadow: none !important;
}

/* line 1277, app/assets/stylesheets/post_board.scss */
.search-bar-wrap .clear-search-btn {
  flex-shrink: 0;
  background: none;
  border: none;
  padding: 6px 8px;
  color: #94a3b8;
  cursor: pointer;
}

/* line 1285, app/assets/stylesheets/post_board.scss */
.search-bar-wrap .clear-search-btn:hover {
  color: #475569;
}

/* line 1286, app/assets/stylesheets/post_board.scss */
.search-bar-wrap .clear-search-btn.hidden {
  display: none;
}

/* line 1289, app/assets/stylesheets/post_board.scss */
.search-bar-wrap .search-tips-btn {
  flex-shrink: 0;
  background: none;
  border: none;
  border-left: 1px solid #e2e8f0;
  padding: 6px 10px;
  color: #94a3b8;
  cursor: pointer;
  transition: color 0.2s ease;
  font-size: 14px;
}

/* line 1300, app/assets/stylesheets/post_board.scss */
.search-bar-wrap .search-tips-btn:hover {
  color: #3b82f6;
}

/* line 1303, app/assets/stylesheets/post_board.scss */
.search-bar-wrap .search-tips-popover {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  z-index: 20;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 12px;
  min-width: 280px;
}

/* line 1315, app/assets/stylesheets/post_board.scss */
.search-bar-wrap .search-tips-popover.hidden {
  display: none;
}

/* line 1318, app/assets/stylesheets/post_board.scss */
.search-bar-wrap .search-tips-table {
  width: 100%;
  font-size: 0.8125rem;
  border-collapse: collapse;
}

/* line 1323, app/assets/stylesheets/post_board.scss */
.search-bar-wrap .search-tips-table th {
  text-align: left;
  font-weight: 600;
  color: #475569;
  padding: 4px 8px;
  border-bottom: 1px solid #e2e8f0;
}

/* line 1331, app/assets/stylesheets/post_board.scss */
.search-bar-wrap .search-tips-table td {
  padding: 4px 8px;
  color: #64748b;
}

/* line 1335, app/assets/stylesheets/post_board.scss */
.search-bar-wrap .search-tips-table td code {
  background: #f1f5f9;
  padding: 1px 4px;
  border-radius: 3px;
  font-size: 0.75rem;
  color: #3b82f6;
}

/* line 1346, app/assets/stylesheets/post_board.scss */
.search-result-count {
  padding: 8px 24px 4px;
  font-size: 0.8125rem;
  color: #64748b;
  font-weight: 500;
}

/* line 1353, app/assets/stylesheets/post_board.scss */
.comment-match-section {
  padding: 0.5rem 1rem;
  border-top: 1px dashed #e2e8f0;
  background: #fafbfc;
}

/* line 1359, app/assets/stylesheets/post_board.scss */
.comment-match-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: #64748b;
  text-decoration: none;
  padding: 4px 0;
  transition: color 0.15s ease;
}

/* line 1369, app/assets/stylesheets/post_board.scss */
.comment-match-link .fa-comment {
  color: #94a3b8;
  font-size: 0.75rem;
}

/* line 1371, app/assets/stylesheets/post_board.scss */
.comment-match-link .comment-match-text {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1377, app/assets/stylesheets/post_board.scss */
.comment-match-link .comment-match-text mark {
  background-color: rgba(234, 179, 8, 0.4);
  padding: 1px 3px;
  border-radius: 2px;
  font-weight: 600;
}

/* line 1385, app/assets/stylesheets/post_board.scss */
.comment-match-link .comment-match-arrow {
  color: #cbd5e1;
  font-size: 0.7rem;
  transition: transform 0.15s ease;
}

/* line 1391, app/assets/stylesheets/post_board.scss */
.comment-match-link:hover {
  color: #3b82f6;
}

/* line 1393, app/assets/stylesheets/post_board.scss */
.comment-match-link:hover .comment-match-arrow {
  transform: translateX(2px);
  color: #3b82f6;
}

@media (max-width: 768px) {
  /* line 1399, app/assets/stylesheets/post_board.scss */
  .search-bar-wrap .search-tips-btn {
    padding: 6px 8px;
  }
  /* line 1402, app/assets/stylesheets/post_board.scss */
  .search-bar-wrap .search-tips-popover {
    min-width: 240px;
    right: -8px;
  }
}

/* line 1, app/assets/stylesheets/milestone_modal.scss */
.milestone-option-card {
  cursor: pointer;
  transition: all 0.2s ease;
  border: 2px solid transparent;
  border-radius: 8px;
  margin-bottom: 1rem;
}

/* line 8, app/assets/stylesheets/milestone_modal.scss */
.milestone-option-card a {
  text-decoration: none;
  color: inherit;
}

/* line 12, app/assets/stylesheets/milestone_modal.scss */
.milestone-option-card a:hover {
  text-decoration: none;
  color: inherit;
}

/* line 18, app/assets/stylesheets/milestone_modal.scss */
.milestone-option-card:hover {
  border-color: #007bff;
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.15);
}

/* line 23, app/assets/stylesheets/milestone_modal.scss */
.milestone-option-card .card {
  border: 1px solid #e9ecef;
  border-radius: 8px;
  transition: all 0.2s ease;
}

/* line 28, app/assets/stylesheets/milestone_modal.scss */
.milestone-option-card .card:hover {
  border-color: #007bff;
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.1);
}

/* line 34, app/assets/stylesheets/milestone_modal.scss */
.milestone-option-card .card-body {
  height: 6.5em;
}

/* line 38, app/assets/stylesheets/milestone_modal.scss */
.milestone-option-card .card-title {
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}

/* line 44, app/assets/stylesheets/milestone_modal.scss */
.milestone-option-card .card-text {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 0;
}

/* line 52, app/assets/stylesheets/milestone_modal.scss */
#milestoneOptionsModal .modal-header {
  border-bottom: 1px solid #e9ecef;
}

/* line 55, app/assets/stylesheets/milestone_modal.scss */
#milestoneOptionsModal .modal-header .modal-title {
  font-weight: 600;
  color: #333;
}

/* line 61, app/assets/stylesheets/milestone_modal.scss */
#milestoneOptionsModal .modal-body {
  padding: 2rem;
}

/* line 65, app/assets/stylesheets/milestone_modal.scss */
#milestoneOptionsModal .modal-footer {
  border-top: 1px solid #e9ecef;
  padding: 1rem 2rem;
}

/* line 71, app/assets/stylesheets/milestone_modal.scss */
.tracking-type-display {
  display: inline-block;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 20px;
  padding: 0.25rem 0.75rem;
  color: #495057;
  font-size: 0.875rem;
  line-height: 1.5;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 1, app/assets/stylesheets/pills.scss */
.pill {
  position: relative;
  border: 1px solid #283c46;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  background: white;
  color: #525f7f;
  border-radius: 4px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  box-shadow: inset 0 0 0 1px white;
  text-align: center;
  transition: 200ms all ease-in-out;
}

/* line 20, app/assets/stylesheets/pills.scss */
.pill.big, .pill.lg {
  font-size: 1.1rem;
  padding: 6px 8px;
  min-width: 48px;
}

/* line 26, app/assets/stylesheets/pills.scss */
.pill.xl {
  font-size: 1.33rem;
  padding: 0.5rem 1rem;
  min-width: 48px;
}

/* line 32, app/assets/stylesheets/pills.scss */
.pill.sm, .pill.small {
  font-size: 10px;
  line-height: 12px;
  padding: 2px 6px;
}

/* line 38, app/assets/stylesheets/pills.scss */
.pill.ml {
  margin-left: 0.5rem;
}

/* line 39, app/assets/stylesheets/pills.scss */
.pill.mr {
  margin-right: 0.5rem;
}

/* line 41, app/assets/stylesheets/pills.scss */
.pill .feather {
  width: auto;
  margin-right: 0.25em;
  line-height: 100%;
}

/* line 48, app/assets/stylesheets/pills.scss */
.points-pill {
  border: 1px solid #283c46;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px white;
  font-size: 0.8rem;
  color: #525f7f;
  padding: 2px 8px;
  margin-right: 0.5rem;
  font-weight: 600;
  text-align: center;
}

/* line 59, app/assets/stylesheets/pills.scss */
.points-pill.blue {
  background-color: #3498db;
  color: white;
  min-width: 36px;
}

/* line 65, app/assets/stylesheets/pills.scss */
.points-pill.big {
  font-size: 1rem;
  padding: 4px 8px;
  min-width: 48px;
}

/* line 72, app/assets/stylesheets/pills.scss */
.info-bits {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  color: #525f7f;
  margin-top: 0.5rem;
}

/* line 80, app/assets/stylesheets/pills.scss */
.info-bits .bit {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  line-height: 1.375rem;
  margin: 0.5rem 1rem 0 0;
}

/* line 87, app/assets/stylesheets/pills.scss */
.info-bits .bit .feather, .info-bits .bit .icon {
  height: 1em;
  width: auto;
  margin-right: 0.25em;
}

/* line 93, app/assets/stylesheets/pills.scss */
.info-bits .bit a.link {
  color: #525f7f;
  text-decoration: underline;
}

/* line 99, app/assets/stylesheets/pills.scss */
.info-bits .bit a.link:hover, .info-bits .bit a.link:focus, .info-bits .bit a.link:active {
  color: #217dbb;
}

/* line 104, app/assets/stylesheets/pills.scss */
.info-bits .bit .dropdown {
  text-decoration: none;
}

/* line 107, app/assets/stylesheets/pills.scss */
.info-bits .bit .dropdown a {
  cursor: pointer;
  text-decoration: none;
}

/* line 115, app/assets/stylesheets/pills.scss */
.info-bits.sm .bit, .info-bits.small .bit {
  font-size: 0.8rem;
  font-weight: 300;
  margin-right: 0.667rem;
}

/* line 121, app/assets/stylesheets/pills.scss */
.info-bits.sm .pill, .info-bits.small .pill {
  font-size: 8px;
  line-height: 12px;
  border-color: rgba(82, 95, 127, 0.5);
}

/* line 128, app/assets/stylesheets/pills.scss */
.info-bits.vertical {
  flex-direction: column;
  align-items: flex-start;
}

/* line 131, app/assets/stylesheets/pills.scss */
.info-bits.vertical .bit {
  margin-bottom: 1rem;
}

/* line 133, app/assets/stylesheets/pills.scss */
.info-bits.vertical .bit:last-child {
  margin-bottom: 0;
}

/* line 139, app/assets/stylesheets/pills.scss */
.pill.optional, .pill.pill-input-style--optional, .pill.not-on-badge-plan, .points-pill.optional, .points-pill.pill-input-style--optional, .points-pill.not-on-badge-plan, .pill-input select.optional, .pill-input select.pill-input-style--optional, .pill-input select.not-on-badge-plan {
  background-color: #f6f9fb;
  color: #525f7f;
  border-color: #283c46;
}

/* line 140, app/assets/stylesheets/pills.scss */
.pill.red-text, .points-pill.red-text, .pill-input select.red-text {
  color: #e74c3c;
}

/* line 141, app/assets/stylesheets/pills.scss */
.pill.grey, .pill.question, .points-pill.grey, .points-pill.question, .pill-input select.grey, .pill-input select.question {
  background-color: #f6f9fb;
  color: #525f7f;
}

/* line 142, app/assets/stylesheets/pills.scss */
.pill.grey-2, .pill.undone, .points-pill.grey-2, .points-pill.undone, .pill-input select.grey-2, .pill-input select.undone {
  background-color: #525f7f;
  color: white;
}

/* line 143, app/assets/stylesheets/pills.scss */
.pill.grey-inverse, .pill.optional-inverse, .points-pill.grey-inverse, .points-pill.optional-inverse, .pill-input select.grey-inverse, .pill-input select.optional-inverse {
  background-color: white;
  color: #525f7f;
}

/* line 144, app/assets/stylesheets/pills.scss */
.pill.archived, .pill.pill-input-style--archived, .pill.dark-grey, .pill.opted-out, .points-pill.archived, .points-pill.pill-input-style--archived, .points-pill.dark-grey, .points-pill.opted-out, .pill-input select.archived, .pill-input select.pill-input-style--archived, .pill-input select.dark-grey, .pill-input select.opted-out {
  background-color: #525f7f;
  color: white;
}

/* line 145, app/assets/stylesheets/pills.scss */
.pill.icon-grey, .pill.transfer, .points-pill.icon-grey, .points-pill.transfer, .pill-input select.icon-grey, .pill-input select.transfer {
  background-color: #dce0e0;
  color: #525f7f;
}

/* line 146, app/assets/stylesheets/pills.scss */
.pill.caution, .pill.yellow, .pill.late, .pill.pill-input-style--collect-feedback, .points-pill.caution, .points-pill.yellow, .points-pill.late, .points-pill.pill-input-style--collect-feedback, .pill-input select.caution, .pill-input select.yellow, .pill-input select.late, .pill-input select.pill-input-style--collect-feedback {
  background-color: #EAAD21;
  color: white;
}

/* line 147, app/assets/stylesheets/pills.scss */
.pill.yellow-inverse, .pill.pill-input-style--no-feedback, .points-pill.yellow-inverse, .points-pill.pill-input-style--no-feedback, .pill-input select.yellow-inverse, .pill-input select.pill-input-style--no-feedback {
  background-color: #f6f9fb;
  color: #EAAD21;
}

/* line 148, app/assets/stylesheets/pills.scss */
.pill.draft, .pill.pill-input-style--draft, .pill.orange, .points-pill.draft, .points-pill.pill-input-style--draft, .points-pill.orange, .pill-input select.draft, .pill-input select.pill-input-style--draft, .pill-input select.orange {
  background-color: #f5784f;
  color: white;
}

/* line 149, app/assets/stylesheets/pills.scss */
.pill.draft-inverse, .pill.orange-inverse, .points-pill.draft-inverse, .points-pill.orange-inverse, .pill-input select.draft-inverse, .pill-input select.orange-inverse {
  background-color: white;
  color: #f5784f;
}

/* line 150, app/assets/stylesheets/pills.scss */
.pill.unverified-points, .points-pill.unverified-points, .pill-input select.unverified-points {
  background-color: #4D43C1;
  color: white;
}

/* line 151, app/assets/stylesheets/pills.scss */
.pill.denied, .pill.red, .pill.overdue, .pill.not_yet_scheduled, .pill.danger, .pill.red, .pill.trash, .points-pill.denied, .points-pill.red, .points-pill.overdue, .points-pill.not_yet_scheduled, .points-pill.danger, .points-pill.red, .points-pill.trash, .pill-input select.denied, .pill-input select.red, .pill-input select.overdue, .pill-input select.not_yet_scheduled, .pill-input select.danger, .pill-input select.red, .pill-input select.trash {
  background-color: #e74c3c;
  color: white;
}

/* line 152, app/assets/stylesheets/pills.scss */
.pill.in_progress, .pill.blue, .pill.survey_open, .pill.required, .pill.pill-input-style--required, .points-pill.in_progress, .points-pill.blue, .points-pill.survey_open, .points-pill.required, .points-pill.pill-input-style--required, .pill-input select.in_progress, .pill-input select.blue, .pill-input select.survey_open, .pill-input select.required, .pill-input select.pill-input-style--required {
  background-color: #3498db;
  color: white;
}

/* line 153, app/assets/stylesheets/pills.scss */
.pill.blue-text, .points-pill.blue-text, .pill-input select.blue-text {
  color: #3498db;
  background-color: white;
}

/* line 154, app/assets/stylesheets/pills.scss */
.pill.approved, .pill.published, .pill.pill-input-style--published, .pill.active, .pill.complete, .pill.completed, .pill.green, .pill.results_distributed, .points-pill.approved, .points-pill.published, .points-pill.pill-input-style--published, .points-pill.active, .points-pill.complete, .points-pill.completed, .points-pill.green, .points-pill.results_distributed, .pill-input select.approved, .pill-input select.published, .pill-input select.pill-input-style--published, .pill-input select.active, .pill-input select.complete, .pill-input select.completed, .pill-input select.green, .pill-input select.results_distributed {
  background-color: #27ae60;
  color: white;
}

/* line 155, app/assets/stylesheets/pills.scss */
.pill.green-inverse, .pill.survey_closed, .pill.in_quality_scoring, .points-pill.green-inverse, .points-pill.survey_closed, .points-pill.in_quality_scoring, .pill-input select.green-inverse, .pill-input select.survey_closed, .pill-input select.in_quality_scoring {
  background-color: white;
  color: #27ae60;
}

/* line 156, app/assets/stylesheets/pills.scss */
.pill.purple, .pill.student-scheduled, .pill.mentor-notes, .points-pill.purple, .points-pill.student-scheduled, .points-pill.mentor-notes, .pill-input select.purple, .pill-input select.student-scheduled, .pill-input select.mentor-notes {
  background-color: #4D43C1;
  color: white;
}

/* line 157, app/assets/stylesheets/pills.scss */
.pill.teal, .pill.peer-approvals, .pill.in_review, .pill.pill-input-style-approvals-requires, .points-pill.teal, .points-pill.peer-approvals, .points-pill.in_review, .points-pill.pill-input-style-approvals-requires, .pill-input select.teal, .pill-input select.peer-approvals, .pill-input select.in_review, .pill-input select.pill-input-style-approvals-requires {
  background-color: #00808A;
  color: white;
}

/* line 158, app/assets/stylesheets/pills.scss */
.pill.peer-approvals.pending, .points-pill.peer-approvals.pending, .pill-input select.peer-approvals.pending {
  background-color: white;
  color: #00808A;
}

/* line 159, app/assets/stylesheets/pills.scss */
.pill.pill-input-style-approvals-requires.pill-input-style--0-peer-approvals-required, .points-pill.pill-input-style-approvals-requires.pill-input-style--0-peer-approvals-required, .pill-input select.pill-input-style-approvals-requires.pill-input-style--0-peer-approvals-required {
  background-color: #f6f9fb;
  color: #00808A;
}

/* line 160, app/assets/stylesheets/pills.scss */
.pill.neutral, .pill.pill-input-style-neutral, .points-pill.neutral, .points-pill.pill-input-style-neutral, .pill-input select.neutral, .pill-input select.pill-input-style-neutral {
  background-color: white;
  color: #283c46;
}

/* line 161, app/assets/stylesheets/pills.scss */
.pill.guide-notes, .points-pill.guide-notes, .pill-input select.guide-notes {
  background-color: #003a68;
  color: white;
}

/* line 162, app/assets/stylesheets/pills.scss */
.pill.badge-task, .points-pill.badge-task, .pill-input select.badge-task {
  background-color: #3498db;
  color: white;
}

/* line 163, app/assets/stylesheets/pills.scss */
.pill.survey, .points-pill.survey, .pill-input select.survey {
  background-color: #3498db;
  color: white;
}

/* line 164, app/assets/stylesheets/pills.scss */
.pill.launch, .points-pill.launch, .pill-input select.launch {
  background-color: #444444;
  color: white;
}

/* line 165, app/assets/stylesheets/pills.scss */
.pill.one-off-task, .points-pill.one-off-task, .pill-input select.one-off-task {
  background-color: #3498db;
  color: white;
}

/* line 166, app/assets/stylesheets/pills.scss */
.pill.scheduled-day-pill, .points-pill.scheduled-day-pill, .pill-input select.scheduled-day-pill {
  background-color: #003a68;
  color: white;
}

/* line 167, app/assets/stylesheets/pills.scss */
.pill.quick-link, .points-pill.quick-link, .pill-input select.quick-link {
  color: #3498db;
  border-color: #3498db;
  text-decoration: none;
}

/* line 172, app/assets/stylesheets/pills.scss */
.pill.quick-link:hover, .pill.quick-link:focus, .pill.quick-link:active, .points-pill.quick-link:hover, .points-pill.quick-link:focus, .points-pill.quick-link:active, .pill-input select.quick-link:hover, .pill-input select.quick-link:focus, .pill-input select.quick-link:active {
  background-color: #3498db;
  color: white;
}

/* line 178, app/assets/stylesheets/pills.scss */
.pill .check, .points-pill .check, .pill-input select .check {
  display: none;
}

/* line 179, app/assets/stylesheets/pills.scss */
.pill.completed .check, .pill.approved .check, .points-pill.completed .check, .points-pill.approved .check, .pill-input select.completed .check, .pill-input select.approved .check {
  display: inline-block;
}

/* line 182, app/assets/stylesheets/pills.scss */
.pill.launch, .pill.badge-task {
  min-width: 80px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  flex-shrink: 0;
  line-height: 1;
  vertical-align: middle !important;
}

/* line 194, app/assets/stylesheets/pills.scss */
.pill.one-off-task {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  flex-shrink: 0;
  line-height: 1;
  vertical-align: middle !important;
  padding: 2px 8px;
  /* Allow content to determine width */
}

/* line 205, app/assets/stylesheets/pills.scss */
.pill.launch > *,
.pill.badge-task > *,
.pill.one-off-task > * {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

/* line 212, app/assets/stylesheets/pills.scss */
.pill.date {
  width: 150px;
  min-width: 150px;
  max-width: 150px;
}

/* line 218, app/assets/stylesheets/pills.scss */
.pill.launch.wide, .pill.badge-task.wide {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0.5rem 1rem 0 0;
}

/* line 227, app/assets/stylesheets/pills.scss */
.pill.launch.wide .title, .pill.badge-task.wide .title {
  font-size: 12px !important;
  line-height: 8px !important;
}

/* line 232, app/assets/stylesheets/pills.scss */
.eagle-dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 4px;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #4D43C1;
}

/* line 1, app/assets/stylesheets/reports.scss */
.chart-wrapper {
  min-height: 300px;
}

/* line 5, app/assets/stylesheets/reports.scss */
.chart-wrapper.big {
  overflow: auto;
  height: 100%;
  width: 100%;
}

/* line 10, app/assets/stylesheets/reports.scss */
.chart-wrapper.big #chart {
  height: 800px;
  width: 100%;
}

@media (max-width: 991px) {
  /* line 10, app/assets/stylesheets/reports.scss */
  .chart-wrapper.big #chart {
    height: 500px;
  }
}

/* line 20, app/assets/stylesheets/reports.scss */
.chart-wrapper.small {
  position: relative;
  height: 300px;
}

/* line 25, app/assets/stylesheets/reports.scss */
.chart-wrapper.blank_slate {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 2, app/assets/stylesheets/cash_transactions.scss */
.transaction-form .transaction-amount-wrapper {
  display: flex;
  justify-content: center;
}

/* line 7, app/assets/stylesheets/cash_transactions.scss */
.transaction-form .input-transaction-amout-big {
  text-align: center;
  font-weight: 300;
  font-size: 7rem;
  line-height: 1;
  border: 0;
  max-width: 330px;
  box-shadow: none;
}

/* line 20, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-cash-transaction-form {
  background: #ffffff;
  border-radius: 24px;
  padding: 24px;
  max-width: 640px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  /* line 20, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .modern-cash-transaction-form {
    padding: 16px;
    border-radius: 16px;
  }
}

/* line 32, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-cash-transaction-form .modern-cash-transaction-form__amount {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  color: #1f2937;
  margin-bottom: 24px;
}

/* line 40, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-cash-transaction-form .modern-cash-transaction-form__all {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
}

/* line 45, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-cash-transaction-form .modern-cash-transaction-form__all .modern-button-link {
  font-weight: 600;
  font-size: 0.875rem;
  color: #475569;
  text-decoration: none;
  transition: color 0.15s ease;
}

/* line 52, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-cash-transaction-form .modern-cash-transaction-form__all .modern-button-link:hover {
  color: #1d4ed8;
  text-decoration: none;
}

/* line 59, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-cash-transaction-form .modern-inline-field {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  padding: 10px 16px;
  margin-bottom: 16px;
  background: #fff;
}

@media (max-width: 640px) {
  /* line 59, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .modern-cash-transaction-form .modern-inline-field {
    flex-direction: column;
    align-items: stretch;
    border-radius: 20px;
  }
}

/* line 75, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-cash-transaction-form .modern-inline-field__label {
  font-weight: 600;
  color: #1f2937;
  flex-shrink: 0;
}

/* line 81, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-cash-transaction-form .modern-inline-field__input {
  flex: 1;
  min-width: 0;
}

/* line 85, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-cash-transaction-form .modern-inline-field__input .select,
.modern-ui-body .modern-cash-transaction-form .modern-inline-field__input .input,
.modern-ui-body .modern-cash-transaction-form .modern-inline-field__input select,
.modern-ui-body .modern-cash-transaction-form .modern-inline-field__input input {
  width: 100%;
}

/* line 92, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-cash-transaction-form .modern-inline-field__input .modern-inline-select {
  width: 100%;
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
}

/* line 99, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-cash-transaction-form .modern-inline-field__input .modern-inline-select:focus {
  outline: none;
  box-shadow: none;
}

/* line 105, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-cash-transaction-form .modern-inline-field__input .chosen-container {
  width: 100% !important;
}

/* line 108, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-cash-transaction-form .modern-inline-field__input .chosen-container .chosen-choices {
  border-radius: 20px;
  border: 1px solid #cbd5e1;
  padding: 6px 12px;
  min-height: 40px;
  max-height: 60px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 118, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-cash-transaction-form .modern-inline-field__input .chosen-container .chosen-choices::-webkit-scrollbar {
  width: 6px;
}

/* line 122, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-cash-transaction-form .modern-inline-field__input .chosen-container .chosen-choices::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 3px;
}

/* line 127, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-cash-transaction-form .modern-inline-field__input .chosen-container .chosen-choices::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}

/* line 131, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-cash-transaction-form .modern-inline-field__input .chosen-container .chosen-choices::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* line 138, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-cash-transaction-form .modern-inline-field__input .chosen-container-single {
  width: 100% !important;
}

/* line 141, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-cash-transaction-form .modern-inline-field__input .chosen-container-single .chosen-single {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid #cbd5e1;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.08);
  font-weight: 600;
  color: #1e293b;
  height: auto;
}

/* line 154, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-cash-transaction-form .modern-inline-field__input .chosen-container-single .chosen-single div b {
  border: none;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2362748b' d='M3 4l3 3 3-3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}

/* line 165, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-cash-transaction-form .modern-inline-field__input .chosen-container-single .chosen-drop {
  border-radius: 24px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.15);
  padding: 16px;
}

/* line 171, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-cash-transaction-form .modern-inline-field__input .chosen-container-single .chosen-drop .chosen-search input {
  border-radius: 999px;
  border: 2px solid #3b82f6;
  padding: 10px 16px;
  font-size: 0.9375rem;
}

/* line 178, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-cash-transaction-form .modern-inline-field__input .chosen-container-single .chosen-drop .chosen-results li {
  padding: 10px 12px;
  border-radius: 12px;
  margin-bottom: 6px;
  font-weight: 600;
  color: #1f2937;
}

/* line 185, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-cash-transaction-form .modern-inline-field__input .chosen-container-single .chosen-drop .chosen-results li:hover, .modern-ui-body .modern-cash-transaction-form .modern-inline-field__input .chosen-container-single .chosen-drop .chosen-results li.highlighted {
  background-color: #eff6ff;
  color: #1d4ed8;
}

/* line 196, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-cash-transaction-form .modern-form-group {
  margin-bottom: 16px;
}

/* line 199, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-cash-transaction-form .modern-form-group label {
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 6px;
  display: inline-block;
}

/* line 207, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-cash-transaction-form .modern-select,
.modern-ui-body .modern-cash-transaction-form .modern-textarea,
.modern-ui-body .modern-cash-transaction-form .modern-form-group .select,
.modern-ui-body .modern-cash-transaction-form .modern-form-group input,
.modern-ui-body .modern-cash-transaction-form .modern-form-group textarea {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 16px;
  padding: 12px 16px;
  font-size: 0.9375rem;
  color: #1f2937;
  background: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* line 221, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-cash-transaction-form .modern-select:focus,
.modern-ui-body .modern-cash-transaction-form .modern-textarea:focus,
.modern-ui-body .modern-cash-transaction-form .modern-form-group .select:focus,
.modern-ui-body .modern-cash-transaction-form .modern-form-group input:focus,
.modern-ui-body .modern-cash-transaction-form .modern-form-group textarea:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
  outline: none;
}

/* line 228, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-cash-transaction-form .modern-textarea {
  min-height: 120px;
  resize: vertical;
}

/* line 233, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-cash-transaction-form .modern-cash-transaction-form__actions {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

/* line 238, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-cash-transaction-form .modern-cash-transaction-form__actions .modern-button {
  min-width: 200px;
  font-size: 1rem;
  padding: 0.85rem 2rem;
}

/* line 246, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-user-section {
  padding: 32px;
}

@media (max-width: 768px) {
  /* line 246, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-user-section {
    padding: 16px;
  }
}

/* line 254, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-user-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 24px;
}

/* line 260, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-user-header .cash-user-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

/* line 269, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-user-header .cash-user-header-row-main {
  width: 100%;
  align-items: center;
}

/* line 275, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-user-header .cash-user-header-row-secondary {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start !important;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
}

/* line 283, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-user-header .cash-user-header-row-secondary .cash-user-datepicker {
  flex-shrink: 0;
  min-width: 200px;
  height: 42px;
}

/* line 289, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-user-header .cash-user-header-row-secondary .cash-user-stats {
  flex: 1;
  margin: 0;
}

/* line 297, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-user-header .cash-studio-header .cash-user-header-row-secondary {
  justify-content: flex-start !important;
}

/* line 300, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-user-header .cash-studio-header .cash-user-header-row-secondary .cash-user-header-left {
  margin-right: auto;
  justify-content: flex-start;
}

/* line 307, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-user-header .cash-user-header-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 0 1 auto;
}

/* line 313, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-user-header .cash-user-header-left .cash-activity-balance-toggle {
  flex-shrink: 0;
}

/* line 317, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-user-header .cash-user-header-left .modern-learner-title {
  margin: 0;
  white-space: nowrap;
}

/* line 323, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-user-header .cash-user-header-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  margin-left: auto;
}

/* line 330, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-user-header .cash-user-header-right .cash-person-selector {
  flex-shrink: 0;
}

/* line 334, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-user-header .cash-user-header-right .cash-user-header-button {
  white-space: nowrap;
}

@media (max-width: 640px) {
  /* line 254, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-user-header {
    gap: 16px;
    margin-bottom: 20px;
  }
  /* line 343, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-user-header .cash-user-header-row {
    gap: 12px;
    width: 100%;
  }
  /* line 348, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-user-header .cash-user-header-row-main {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }
  /* line 354, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-user-header .cash-user-header-row-secondary {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  /* line 360, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-user-header .cash-user-header-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
  }
  /* line 366, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-user-header .cash-user-header-left .cash-activity-balance-toggle {
    align-self: flex-start;
  }
  /* line 370, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-user-header .cash-user-header-left .modern-learner-title {
    font-size: 1.5rem;
  }
  /* line 375, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-user-header .cash-user-header-right {
    width: 100%;
    flex-direction: column;
    gap: 12px;
    margin-left: 0;
  }
  /* line 381, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-user-header .cash-user-header-right .cash-person-selector {
    width: 100%;
  }
  /* line 385, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-user-header .cash-user-header-right .cash-user-header-button {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 12px 16px;
    font-size: 0.9375rem;
  }
  /* line 394, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-user-header .cash-user-datepicker {
    width: 100%;
    min-width: 0;
    justify-content: space-between;
    padding: 12px 16px;
    font-size: 0.9375rem;
  }
  /* line 402, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-user-header .cash-user-stats {
    width: 100%;
  }
}

/* line 408, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-user-stats {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 640px) {
  /* line 408, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-user-stats {
    gap: 8px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}

/* line 421, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-user-stats .cash-user-stat {
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 999px;
  border: 1px solid #d7e3f1;
  background: #fff;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
  height: 42px;
}

/* line 432, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-user-stats .cash-user-stat.cash-user-balance {
  border-color: #bfdbfe;
}

@media (max-width: 640px) {
  /* line 421, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-user-stats .cash-user-stat {
    height: auto;
    min-height: 70px;
    gap: 6px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    box-shadow: none;
  }
  /* line 450, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-user-stats .cash-user-stat.cash-user-balance {
    background: #eff6ff;
    border-color: #bfdbfe;
  }
}

/* line 457, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-user-stats .cash-user-stat-amount {
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  border-radius: 25px;
  padding: 6px 12px;
  color: #0f172a;
}

/* line 465, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-user-stats .cash-user-stat-amount.positive {
  background: #d1fae5;
  color: #059669;
  border: 1px solid #6ee7b7;
}

/* line 471, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-user-stats .cash-user-stat-amount.negative {
  background: #fee2e2;
  color: #dc2626;
  border: 1px solid #fecaca;
}

/* line 477, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-user-stats .cash-user-stat-amount.neutral {
  background: #e2e8f0;
  color: #1e293b;
  border: 1px solid #cbd5e1;
}

@media (max-width: 640px) {
  /* line 457, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-user-stats .cash-user-stat-amount {
    min-width: auto;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0;
    text-align: left;
    border-radius: 0;
    border: none;
    background: transparent;
  }
  /* line 494, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-user-stats .cash-user-stat-amount.positive {
    color: #059669;
    background: transparent;
    border: none;
  }
  /* line 500, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-user-stats .cash-user-stat-amount.negative {
    color: #dc2626;
    background: transparent;
    border: none;
  }
  /* line 506, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-user-stats .cash-user-stat-amount.neutral {
    color: #475569;
    background: transparent;
    border: none;
  }
}

/* line 514, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-user-stats .cash-user-stat-text {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* line 520, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-user-stats .cash-user-stat-label {
  font-size: 13px;
  font-weight: 600;
  color: #334155;
}

@media (max-width: 640px) {
  /* line 520, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-user-stats .cash-user-stat-label {
    font-size: 0.8125rem;
    font-weight: 500;
    width: 100%;
    color: #64748b;
    line-height: 1.3;
  }
}

/* line 536, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-studio-header-desktop {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

/* line 543, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-studio-header-mobile {
  display: none;
}

@media (max-width: 640px) {
  /* line 551, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-studio-header .cash-studio-header-desktop {
    display: none !important;
  }
  /* line 555, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-studio-header .cash-studio-header-mobile {
    display: flex !important;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
  /* line 563, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-studio-header .cash-studio-mobile-row-1 {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px;
    width: 100%;
    flex-wrap: nowrap !important;
  }
  /* line 571, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-studio-header .cash-studio-mobile-row-1 .modern-learner-title {
    flex: 1;
    min-width: 0;
    text-align: left;
    font-size: 1.5rem;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    order: 1;
  }
  /* line 583, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-studio-header .cash-studio-mobile-row-1 .cash-activity-balance-toggle {
    flex-shrink: 0;
    order: 2;
    width: auto !important;
    margin-left: 0 !important;
  }
  /* line 592, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-studio-header .cash-studio-mobile-row-2 {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 12px;
    width: 100%;
  }
  /* line 599, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-studio-header .cash-studio-mobile-row-2 .cash-person-selector {
    flex: 1;
    min-width: 0;
  }
  /* line 603, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-studio-header .cash-studio-mobile-row-2 .cash-person-selector .modern-dropdown-button {
    width: 100%;
    justify-content: space-between;
  }
  /* line 609, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-studio-header .cash-studio-mobile-row-2 .cash-user-header-button {
    flex-shrink: 0;
    white-space: nowrap;
    padding: 10px 16px;
    font-size: 0.9375rem;
  }
  /* line 618, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-studio-header .cash-studio-mobile-row-3 {
    display: flex !important;
    width: 100%;
  }
  /* line 622, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-studio-header .cash-studio-mobile-row-3 .cash-user-datepicker {
    width: 100%;
    justify-content: space-between;
    padding: 12px 16px;
    font-size: 0.9375rem;
  }
}

/* line 633, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-user-header-desktop {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

/* line 640, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-user-header-mobile {
  display: none;
}

@media (max-width: 640px) {
  /* line 648, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-user-individual-header .cash-user-header-desktop {
    display: none !important;
  }
  /* line 652, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-user-individual-header .cash-user-header-mobile {
    display: flex !important;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
  /* line 660, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-user-individual-header .cash-user-mobile-row-1 {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px;
    width: 100%;
    flex-wrap: nowrap !important;
  }
  /* line 668, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-user-individual-header .cash-user-mobile-row-1 .modern-learner-title {
    flex: 1;
    min-width: 0;
    text-align: left;
    font-size: 1.5rem;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    order: 1;
  }
  /* line 680, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-user-individual-header .cash-user-mobile-row-1 .cash-activity-balance-toggle {
    flex-shrink: 0;
    order: 2;
    width: auto !important;
    margin-left: 0 !important;
  }
  /* line 689, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-user-individual-header .cash-user-mobile-row-2 {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 12px;
    width: 100%;
  }
  /* line 696, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-user-individual-header .cash-user-mobile-row-2 .cash-person-selector,
.modern-ui-body .cash-user-individual-header .cash-user-mobile-row-2 .person-with-dropdown {
    flex: 1;
    min-width: 0;
  }
  /* line 701, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-user-individual-header .cash-user-mobile-row-2 .cash-person-selector .modern-dropdown-button,
.modern-ui-body .cash-user-individual-header .cash-user-mobile-row-2 .person-with-dropdown .modern-dropdown-button {
    width: 100%;
    justify-content: space-between;
  }
  /* line 707, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-user-individual-header .cash-user-mobile-row-2 .cash-user-header-button {
    flex-shrink: 0;
    white-space: nowrap;
    padding: 10px 16px;
    font-size: 0.9375rem;
  }
  /* line 716, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-user-individual-header .cash-user-mobile-row-3 {
    display: flex !important;
    width: 100%;
  }
  /* line 720, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-user-individual-header .cash-user-mobile-row-3 .cash-user-datepicker {
    width: 100%;
    justify-content: space-between;
    padding: 12px 16px;
    font-size: 0.9375rem;
    height: 42px;
  }
  /* line 730, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-user-individual-header .cash-user-mobile-row-4 {
    display: flex !important;
    width: 100%;
  }
  /* line 734, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-user-individual-header .cash-user-mobile-row-4 .cash-user-stats {
    width: 100%;
  }
}

/* line 742, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-person-selector .person-selector-avatar {
  width: 32px;
  height: 32px;
  margin: 0 8px;
}

/* line 748, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-person-selector .nav-arrow-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  color: #475569;
  text-decoration: none;
  transition: all 0.15s ease;
}

/* line 757, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-person-selector .nav-arrow-link:hover:not(.disabled) {
  color: #1e293b;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

/* line 763, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-person-selector .nav-arrow-link.disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

/* line 769, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-person-selector .dropdown-item-link {
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 775, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-person-selector .dropdown-item-link .person-selector-avatar {
  width: 24px;
  height: 24px;
  margin: 0;
}

@media (max-width: 640px) {
  /* line 741, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-person-selector {
    width: 100%;
  }
  /* line 785, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-person-selector .person-selector-pill {
    width: 100%;
  }
  /* line 789, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-person-selector .btn {
    width: 100%;
    padding: 10px 12px !important;
    justify-content: space-between;
  }
  /* line 795, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-person-selector .person-selector-avatar {
    width: 28px;
    height: 28px;
    margin: 0 6px;
  }
}

/* line 803, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-user-avatar {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

/* line 808, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-user-avatar .cash-user-avatar-img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 3px solid #e2e8f0;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.15);
}

@media (max-width: 640px) {
  /* line 808, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-user-avatar .cash-user-avatar-img {
    width: 56px;
    height: 56px;
    border-width: 2px;
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.12);
  }
}

/* line 828, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .transaction-form .button-group {
  display: flex;
  gap: 12px;
  justify-content: center;
}

/* line 833, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .transaction-form .button-group .modern-button {
  padding: 0.625rem 1.5rem;
  font-size: 0.875rem;
  min-width: auto;
}

/* line 842, app/assets/stylesheets/cash_transactions.scss */
.transaction.summary {
  color: #525f7f;
  font-size: 0.9rem;
}

/* line 846, app/assets/stylesheets/cash_transactions.scss */
.transaction.summary .name, .transaction.summary .amount, .transaction.summary .description {
  font-size: 0.9rem;
  color: #283c46;
  font-weight: normal;
}

/* line 852, app/assets/stylesheets/cash_transactions.scss */
.transaction.summary .avatar {
  margin: 0 4px;
}

/* line 854, app/assets/stylesheets/cash_transactions.scss */
.transaction.summary .avatar:first-child {
  margin-left: 0;
}

/* line 858, app/assets/stylesheets/cash_transactions.scss */
.transaction-modal {
  color: #525f7f;
}

/* line 861, app/assets/stylesheets/cash_transactions.scss */
.transaction-modal .transaction-modal-avatar-group {
  align-items: center;
}

/* line 864, app/assets/stylesheets/cash_transactions.scss */
.transaction-modal .transaction-modal-avatar-group .avatar-wrapper {
  flex-shrink: 0;
  width: 86px;
  height: 86px;
  min-width: 86px;
  min-height: 86px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 876, app/assets/stylesheets/cash_transactions.scss */
.transaction-modal .transaction-modal-avatar-group .avatar-wrapper .avatar,
.transaction-modal .transaction-modal-avatar-group .avatar-wrapper img.avatar {
  width: 100%;
  height: 100%;
  min-width: 86px;
  min-height: 86px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

/* line 889, app/assets/stylesheets/cash_transactions.scss */
.transaction-modal .who {
  margin: 1rem 0 4rem;
}

/* line 893, app/assets/stylesheets/cash_transactions.scss */
.transaction-modal .name {
  font-weight: bold;
  color: #283c46;
}

/* line 898, app/assets/stylesheets/cash_transactions.scss */
.transaction-modal .amount {
  font-weight: 500;
  color: #283c46;
  font-size: 3rem;
  line-height: 1;
  margin: 0 0 0.5rem;
}

/* line 906, app/assets/stylesheets/cash_transactions.scss */
.transaction-modal .status {
  margin-top: 4rem;
}

/* line 910, app/assets/stylesheets/cash_transactions.scss */
.transaction-modal .pill {
  margin-bottom: 0.5rem;
}

/* line 914, app/assets/stylesheets/cash_transactions.scss */
.transaction-modal p {
  font-size: 0.9rem;
  margin-bottom: 0.333rem;
}

/* line 922, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-header-description {
  color: #64748b;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 8px 0 0 0;
  max-width: 800px;
}

@media (max-width: 768px) {
  /* line 922, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .modern-header-description {
    font-size: 0.875rem;
  }
}

/* line 935, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-learner-header.cash-reset-header {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

/* line 941, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-learner-header.cash-reset-header .modern-header-left {
  flex: 0 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  margin-right: auto;
}

/* line 949, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-learner-header.cash-reset-header .modern-header-right {
  flex: 0 0 auto;
  margin-left: auto;
  display: flex;
  align-items: center;
}

/* line 955, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-learner-header.cash-reset-header .modern-header-right .modern-button-border {
  width: auto;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
}

/* line 964, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-learner-header.cash-reset-header .modern-learner-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}

@media (max-width: 768px) {
  /* line 975, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .modern-learner-header.cash-reset-header .modern-header-right {
    width: auto;
  }
}

/* line 981, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-reset-description {
  margin: 24px 0;
  padding: 0 24px;
}

@media (max-width: 768px) {
  /* line 981, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-reset-description {
    padding: 0 16px;
    margin: 16px 0;
  }
}

/* line 992, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-table-header.cash-reasons-header {
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  gap: 12px;
}

/* line 999, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-table-header.cash-reasons-header .modern-header-left {
  flex: 0 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  margin-right: auto;
}

/* line 1007, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-table-header.cash-reasons-header .modern-header-actions {
  flex: 0 0 auto !important;
  margin-left: auto;
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap !important;
  width: auto !important;
}

/* line 1017, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-table-header.cash-reasons-header .modern-header-actions .modern-button-border,
.modern-ui-body .modern-table-header.cash-reasons-header .modern-header-actions .modern-button {
  width: auto;
  flex-shrink: 0;
  white-space: nowrap;
}

/* line 1025, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .modern-table-header.cash-reasons-header .modern-table-title {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  /* line 992, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .modern-table-header.cash-reasons-header {
    gap: 8px;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
  }
  /* line 1037, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .modern-table-header.cash-reasons-header .modern-header-actions {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 8px;
    width: auto !important;
  }
  /* line 1044, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .modern-table-header.cash-reasons-header .modern-table-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 480px) {
  /* line 992, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .modern-table-header.cash-reasons-header {
    gap: 6px;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
  }
  /* line 1054, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .modern-table-header.cash-reasons-header .modern-header-actions {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 6px;
    width: auto !important;
  }
}

/* line 1065, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-users-index-header-desktop {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* line 1072, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-users-index-header-desktop .modern-header-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 0 1 auto;
  min-width: 0;
}

/* line 1079, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-users-index-header-desktop .modern-header-left .cash-activity-balance-toggle {
  flex-shrink: 0;
}

/* line 1083, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-users-index-header-desktop .modern-header-left .modern-learner-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  white-space: nowrap;
}

/* line 1091, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-users-index-header-desktop .modern-header-right {
  flex: 0 0 auto;
  margin-left: auto;
}

/* line 1095, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-users-index-header-desktop .modern-header-right .cash-reset-button {
  margin: 0;
  white-space: nowrap;
}

/* line 1102, app/assets/stylesheets/cash_transactions.scss */
.modern-ui-body .cash-users-index-header-mobile {
  display: none;
}

@media (max-width: 640px) {
  /* line 1110, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-users-index-header .cash-users-index-header-desktop {
    display: none !important;
  }
  /* line 1114, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-users-index-header .cash-users-index-header-mobile {
    display: flex !important;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 1123, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-users-index-header .cash-users-index-mobile-row-1 {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px;
    width: 100%;
    flex-wrap: nowrap !important;
  }
  /* line 1132, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-users-index-header .cash-users-index-mobile-row-1 .modern-learner-title {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    order: 1;
  }
  /* line 1144, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-users-index-header .cash-users-index-mobile-row-1 .modern-toggle-group.cash-activity-balance-toggle {
    flex: 0 0 auto !important;
    flex-shrink: 0 !important;
    order: 2;
    margin: 0 !important;
    width: auto !important;
    max-width: none !important;
    flex-wrap: nowrap !important;
  }
  /* line 1153, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-users-index-header .cash-users-index-mobile-row-1 .modern-toggle-group.cash-activity-balance-toggle .modern-toggle-btn {
    white-space: nowrap;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
  }
  /* line 1162, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-users-index-header .cash-users-index-mobile-row-2 {
    display: flex !important;
    width: 100%;
  }
  /* line 1166, app/assets/stylesheets/cash_transactions.scss */
  .modern-ui-body .cash-users-index-header .cash-users-index-mobile-row-2 .cash-reset-button {
    width: 100%;
    justify-content: center;
    padding: 12px 16px;
    font-size: 0.9375rem;
  }
}

/* line 1, app/assets/stylesheets/cash_appeals.scss */
.appeal-modal {
  font-size: 0.9rem;
}

/* line 4, app/assets/stylesheets/cash_appeals.scss */
.appeal-modal h5 {
  margin-bottom: 0.5rem;
}

/* line 9, app/assets/stylesheets/cash_appeals.scss */
.appeal-modal .transaction .comment {
  margin: 0.333rem 0 0;
}

/* line 15, app/assets/stylesheets/cash_appeals.scss */
.appeal.summary {
  color: #525f7f;
}

/* line 18, app/assets/stylesheets/cash_appeals.scss */
.appeal.summary .pill {
  margin-bottom: 0;
}

/* line 22, app/assets/stylesheets/cash_appeals.scss */
.appeal.summary p {
  font-size: 0.9rem;
  margin-bottom: 0.333rem;
}

/* line 26, app/assets/stylesheets/cash_appeals.scss */
.appeal.summary p:last-child {
  margin: 0;
}

/* line 1, app/assets/stylesheets/comments.scss */
.comment-box {
  padding: 20px;
  border-radius: 4px;
}

/* line 5, app/assets/stylesheets/comments.scss */
.comment-box .comment-box-body {
  padding: 12px 20px;
  background-color: #f6f9fb;
}

/* line 11, app/assets/stylesheets/comments.scss */
.modal .comment-box {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 991px) {
  /* line 18, app/assets/stylesheets/comments.scss */
  .action-sm {
    width: 100%;
  }
}

/* line 1, app/assets/stylesheets/notifications.scss */
.navbar .dropdown-menu.dropdown-notifications {
  width: 420px;
  padding: 0;
  max-height: none;
}

/* line 6, app/assets/stylesheets/notifications.scss */
.navbar .dropdown-menu.dropdown-notifications .notifications-header {
  padding: 0.5rem;
  display: flex;
  box-shadow: inset 0 -1px #e6ebf1;
  font-size: 12px;
}

/* line 13, app/assets/stylesheets/notifications.scss */
.navbar .dropdown-menu.dropdown-notifications .notifications-header-actions {
  padding-left: 0.5rem;
  margin-left: auto;
}

/* line 18, app/assets/stylesheets/notifications.scss */
.navbar .dropdown-menu.dropdown-notifications .notifications-body {
  overflow-y: auto;
  max-height: 480px;
}

/* line 23, app/assets/stylesheets/notifications.scss */
.navbar .dropdown-menu.dropdown-notifications .notifications-footer-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #e6ebf1;
  padding: 0.5rem;
  font-size: 12px;
  transition: 200ms all ease-in;
  color: #525f7f;
}

/* line 34, app/assets/stylesheets/notifications.scss */
.navbar .dropdown-menu.dropdown-notifications .notifications-footer-link:hover {
  text-decoration: none;
  background-color: #ebf2f6;
  color: #3498db;
}

/* line 41, app/assets/stylesheets/notifications.scss */
.navbar .dropdown-menu.dropdown-notifications .blank_slate {
  padding: 1rem 0.5rem;
}

/* line 46, app/assets/stylesheets/notifications.scss */
.notification {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.5rem;
  box-shadow: inset 0 -1px #e6ebf1;
  color: #525f7f;
  font-size: 0.9em;
  transition: 100ms all ease-in;
}

/* line 57, app/assets/stylesheets/notifications.scss */
.notification .avatar {
  margin-right: 1rem;
}

/* line 61, app/assets/stylesheets/notifications.scss */
.notification .triggerer, .notification .notifiable, .notification .action, .notification .black {
  color: #283c46;
  font-weight: 400;
}

/* line 66, app/assets/stylesheets/notifications.scss */
.notification .achievement-child-name {
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  color: #283c46;
  line-height: 1.3;
  margin-bottom: 1px;
}

/* line 75, app/assets/stylesheets/notifications.scss */
.notification .achievement-line {
  display: inline-block;
  font-size: 0.7em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #3498db;
  margin-bottom: 2px;
}

/* line 85, app/assets/stylesheets/notifications.scss */
.notification .achievement-description {
  display: inline-block;
  font-size: 0.9em;
  color: #525f7f;
  font-style: italic;
  line-height: 1.4;
  margin-top: 2px;
}

/* line 94, app/assets/stylesheets/notifications.scss */
.notification .timestamp {
  color: #525f7f;
  font-size: 0.8em;
  display: block;
}

/* line 100, app/assets/stylesheets/notifications.scss */
.notification.unclicked {
  background-color: rgba(52, 152, 219, 0.067);
}

/* line 104, app/assets/stylesheets/notifications.scss */
.notification:hover {
  background-color: #ebf2f6;
}

/* line 108, app/assets/stylesheets/notifications.scss */
.notification:last-child {
  box-shadow: none;
}

/* line 113, app/assets/stylesheets/notifications.scss */
.notifications-icon {
  position: relative;
}

/* line 116, app/assets/stylesheets/notifications.scss */
.notifications-icon .icon, .notifications-icon .feather-grid {
  height: 20px;
  fill: white;
  transition: all 80ms ease-in;
}

/* line 123, app/assets/stylesheets/notifications.scss */
.notifications-icon:hover .icon, .notifications-icon:focus .icon, .notifications-icon:active .icon {
  fill: #525f7f;
  color: #525f7f;
}

/* line 127, app/assets/stylesheets/notifications.scss */
.notifications-count-bubble {
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 11px;
  line-height: 14px;
  height: 16px;
  min-width: 16px;
  background-color: #4D43C1;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  pointer-events: none;
  box-shadow: 0 0 0 2px white;
  padding: 0 4px;
  text-align: center;
}

/* line 145, app/assets/stylesheets/notifications.scss */
.pagination {
  opacity: 0;
  height: 0;
}

/* line 149, app/assets/stylesheets/notifications.scss */
.pagination.loader {
  height: auto;
  padding: 1rem 0;
  opacity: 1;
  display: flex;
  justify-content: center;
  border-top: 1px solid #e6ebf1;
}

@media (max-width: 479px) {
  /* line 160, app/assets/stylesheets/notifications.scss */
  .navbar .dropdown-menu.dropdown-notifications {
    width: 300px;
  }
  /* line 162, app/assets/stylesheets/notifications.scss */
  .navbar .dropdown-menu.dropdown-notifications .notification {
    font-size: 0.75rem;
  }
}

/* line 3, app/assets/stylesheets/peer_reviews.scss */
.peer_reviews .peer_review {
  margin-bottom: 1rem;
}

/* line 6, app/assets/stylesheets/peer_reviews.scss */
.peer_reviews .peer_review:last-child {
  margin: 0;
}

/* line 10, app/assets/stylesheets/peer_reviews.scss */
.peer_review {
  display: flex;
  align-items: center;
}

/* line 14, app/assets/stylesheets/peer_reviews.scss */
.peer_review .person {
  max-width: 64px;
}

/* line 18, app/assets/stylesheets/peer_reviews.scss */
.peer_review .avatar-wrapper {
  position: relative;
}

/* line 21, app/assets/stylesheets/peer_reviews.scss */
.peer_review .avatar-wrapper .icon-bubble {
  position: absolute;
  bottom: -.675em;
  right: -.675em;
  font-size: 10px;
}

/* line 30, app/assets/stylesheets/peer_reviews.scss */
.awaiting-review-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* line 36, app/assets/stylesheets/peer_reviews.scss */
.awaiting-review {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 20px 8px;
  border-radius: 6px;
  max-width: 134px;
  background-color: #f6f9fb;
  margin: 8px 16px 8px 0px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  transition: 200ms all ease-in-out;
}

/* line 50, app/assets/stylesheets/peer_reviews.scss */
.awaiting-review .person {
  margin: 0;
}

/* line 54, app/assets/stylesheets/peer_reviews.scss */
.awaiting-review .awaiting-review--decision {
  font-size: 0.75rem;
  line-height: 1.2;
  color: #525f7f;
}

/* line 60, app/assets/stylesheets/peer_reviews.scss */
.awaiting-review .avatar-wrapper {
  position: relative;
}

/* line 64, app/assets/stylesheets/peer_reviews.scss */
.awaiting-review .avatar-wrapper .icon-bubble {
  position: absolute;
  bottom: -.675em;
  right: -.675em;
  font-size: 10px;
}

/* line 71, app/assets/stylesheets/peer_reviews.scss */
.awaiting-review .pill {
  margin-top: auto;
}

/* line 75, app/assets/stylesheets/peer_reviews.scss */
.awaiting-review:hover, .awaiting-review:active, .awaiting-review:focus {
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
}

/* line 1, app/assets/stylesheets/bulletin_board_notifications.scss */
.bulletin-board-header-notice {
  display: flex;
  align-items: flex-start;
  margin-top: 12px;
  padding: 12px 16px;
  background: linear-gradient(135deg, #e3f2fd 0%, #f8f9fa 100%);
  border: 1px solid #bee5eb;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 123, 255, 0.1);
}

/* line 11, app/assets/stylesheets/bulletin_board_notifications.scss */
.bulletin-board-header-notice .email-notice-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 18, app/assets/stylesheets/bulletin_board_notifications.scss */
.bulletin-board-header-notice .email-notice-main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

/* line 24, app/assets/stylesheets/bulletin_board_notifications.scss */
.bulletin-board-header-notice .email-notice-main .email-notice-icon {
  font-size: 16px;
  opacity: 0.8;
}

/* line 30, app/assets/stylesheets/bulletin_board_notifications.scss */
.bulletin-board-header-notice .email-notice-label {
  color: #495057;
  font-weight: 600;
  font-size: 14px;
}

/* line 36, app/assets/stylesheets/bulletin_board_notifications.scss */
.bulletin-board-header-notice .email-code {
  color: #0056b3;
  background: rgba(255, 255, 255, 0.8);
  padding: 4px 12px;
  border-radius: 6px;
  font-weight: 600;
  border: 1px solid #bee5eb;
  font-size: 13px;
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
}

/* line 47, app/assets/stylesheets/bulletin_board_notifications.scss */
.bulletin-board-header-notice .email-notice-help {
  color: #6c757d;
  font-size: 12px;
  font-style: italic;
  margin-top: 2px;
}

/* line 55, app/assets/stylesheets/bulletin_board_notifications.scss */
.bulletin-board-reply-notice {
  background: #f8f9fa;
  border-radius: 4px;
  padding: 12px 16px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 62, app/assets/stylesheets/bulletin_board_notifications.scss */
.bulletin-board-reply-notice .text {
  color: #495057;
  font-size: 14px;
}

/* line 67, app/assets/stylesheets/bulletin_board_notifications.scss */
.bulletin-board-reply-notice .email-code {
  color: #007bff;
  background: #e3f2fd;
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 500;
}

/* line 77, app/assets/stylesheets/bulletin_board_notifications.scss */
.comment-share-row__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* line 85, app/assets/stylesheets/bulletin_board_notifications.scss */
.comment-share-dropdown-wrapper {
  position: relative;
}

/* line 89, app/assets/stylesheets/bulletin_board_notifications.scss */
.comment-share-dropdown {
  padding: 0.75rem 1rem;
  border: 1px solid var(--border-color, #dee2e6);
  border-radius: 0.375rem;
  background: var(--bg-secondary, #f8f9fa);
}

/* line 95, app/assets/stylesheets/bulletin_board_notifications.scss */
.comment-share-dropdown .chosen-container .chosen-choices {
  border: 1px solid #ced4da !important;
  padding: 0.375rem 0.75rem !important;
  min-height: calc(1.5em + 0.75rem + 2px) !important;
}

/* line 103, app/assets/stylesheets/bulletin_board_notifications.scss */
.button-spinner {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
  vertical-align: text-bottom;
  margin-right: 0.5rem;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* line 120, app/assets/stylesheets/bulletin_board_notifications.scss */
.button[data-controller~="loading-button"] {
  position: relative;
  transition: opacity 0.2s ease;
}

/* line 124, app/assets/stylesheets/bulletin_board_notifications.scss */
.button[data-controller~="loading-button"]:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/* line 132, app/assets/stylesheets/bulletin_board_notifications.scss */
.share-post-modal .modal-header {
  border-bottom: 1px solid #dee2e6;
  padding: 1rem 1.5rem;
  background: #f8f9fa;
}

/* line 137, app/assets/stylesheets/bulletin_board_notifications.scss */
.share-post-modal .modal-header .modal-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2d3748;
}

/* line 144, app/assets/stylesheets/bulletin_board_notifications.scss */
.share-post-modal .modal-body {
  padding: 1.5rem;
}

/* line 149, app/assets/stylesheets/bulletin_board_notifications.scss */
.share-post-modal .chosen-container .chosen-choices {
  border: 1px solid #ced4da !important;
  padding: 0.375rem 0.75rem !important;
  min-height: calc(1.5em + 0.75rem + 2px) !important;
}

/* line 155, app/assets/stylesheets/bulletin_board_notifications.scss */
.share-post-modal .modal-footer {
  border-top: 1px solid #dee2e6;
  padding: 1rem 1.5rem;
  background: #f8f9fa;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.75rem;
}

/* line 165, app/assets/stylesheets/bulletin_board_notifications.scss */
.share-post-modal .modal-footer .form-group {
  margin: 0;
}

/* line 169, app/assets/stylesheets/bulletin_board_notifications.scss */
.share-post-modal .modal-footer .button {
  margin: 0;
  padding: 0.5rem 1.25rem;
  font-size: 0.9375rem;
  font-weight: 500;
  border-radius: 0.25rem;
  transition: all 0.2s ease;
}

/* line 177, app/assets/stylesheets/bulletin_board_notifications.scss */
.share-post-modal .modal-footer .button.button-border {
  background: white;
  border: 1px solid #6c757d;
  color: #6c757d;
}

/* line 182, app/assets/stylesheets/bulletin_board_notifications.scss */
.share-post-modal .modal-footer .button.button-border:hover {
  background: #f8f9fa;
  border-color: #5a6268;
  color: #5a6268;
}

/* line 189, app/assets/stylesheets/bulletin_board_notifications.scss */
.share-post-modal .modal-footer .button:not(.button-border) {
  background: #007bff;
  border: 1px solid #007bff;
  color: white;
}

/* line 194, app/assets/stylesheets/bulletin_board_notifications.scss */
.share-post-modal .modal-footer .button:not(.button-border):hover {
  background: #0056b3;
  border-color: #0056b3;
}

/* line 5, app/assets/stylesheets/bug_report_chat.scss */
.bug-report-type-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

@media (max-width: 576px) {
  /* line 5, app/assets/stylesheets/bug_report_chat.scss */
  .bug-report-type-cards {
    grid-template-columns: 1fr;
  }
}

/* line 15, app/assets/stylesheets/bug_report_chat.scss */
.bug-report-type-card-form {
  margin: 0;
}

/* line 19, app/assets/stylesheets/bug_report_chat.scss */
.bug-report-type-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 12px;
  border: 2px solid #e9ecef;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  background: #fff;
  color: inherit;
  text-decoration: none;
  font: inherit;
  width: 100%;
}

/* line 35, app/assets/stylesheets/bug_report_chat.scss */
.bug-report-type-card:hover {
  border-color: #4a90d9;
  background: #f0f6ff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(74, 144, 217, 0.15);
  text-decoration: none;
}

/* line 44, app/assets/stylesheets/bug_report_chat.scss */
.bug-report-type-icon {
  font-size: 28px;
  margin-bottom: 8px;
}

/* line 49, app/assets/stylesheets/bug_report_chat.scss */
.bug-report-type-label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px;
}

/* line 55, app/assets/stylesheets/bug_report_chat.scss */
.bug-report-type-desc {
  font-size: 12px;
  color: #6c757d;
}

/* line 60, app/assets/stylesheets/bug_report_chat.scss */
.bug-report-confirm-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

/* line 65, app/assets/stylesheets/bug_report_chat.scss */
.bug-report-confirm-actions form {
  margin: 0;
}

/* line 71, app/assets/stylesheets/bug_report_chat.scss */
.bug-report-chat-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e9ecef;
}

/* line 81, app/assets/stylesheets/bug_report_chat.scss */
.bug-report-chat-messages {
  max-height: 400px;
  min-height: 200px;
  overflow-y: auto;
  padding: 8px 0;
  scroll-behavior: smooth;
}

/* line 90, app/assets/stylesheets/bug_report_chat.scss */
.bug-report-chat-message {
  display: flex;
  margin-bottom: 12px;
}

/* line 94, app/assets/stylesheets/bug_report_chat.scss */
.bug-report-chat-message--user {
  justify-content: flex-end;
}

/* line 98, app/assets/stylesheets/bug_report_chat.scss */
.bug-report-chat-message--assistant {
  justify-content: flex-start;
}

/* line 103, app/assets/stylesheets/bug_report_chat.scss */
.bug-report-chat-bubble {
  max-width: 85%;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.5;
}

/* line 110, app/assets/stylesheets/bug_report_chat.scss */
.bug-report-chat-bubble p {
  margin-bottom: 6px;
}

/* line 113, app/assets/stylesheets/bug_report_chat.scss */
.bug-report-chat-bubble p:last-child {
  margin-bottom: 0;
}

/* line 118, app/assets/stylesheets/bug_report_chat.scss */
.bug-report-chat-bubble--user {
  background: #4a90d9;
  color: white;
  border-bottom-right-radius: 4px;
}

/* line 124, app/assets/stylesheets/bug_report_chat.scss */
.bug-report-chat-bubble--assistant {
  background: #f1f3f5;
  color: #212529;
  border-bottom-left-radius: 4px;
}

/* line 132, app/assets/stylesheets/bug_report_chat.scss */
.bug-report-chat-loading {
  display: flex;
  padding: 8px 0;
}

/* line 137, app/assets/stylesheets/bug_report_chat.scss */
.typing-indicator {
  display: flex;
  gap: 4px;
  padding: 10px 16px;
  background: #f1f3f5;
  border-radius: 12px;
  border-bottom-left-radius: 4px;
}

/* line 145, app/assets/stylesheets/bug_report_chat.scss */
.typing-indicator span {
  width: 8px;
  height: 8px;
  background: #adb5bd;
  border-radius: 50%;
  animation: typing-bounce 1.4s infinite ease-in-out;
}

/* line 152, app/assets/stylesheets/bug_report_chat.scss */
.typing-indicator span:nth-child(2) {
  animation-delay: 0.2s;
}

/* line 156, app/assets/stylesheets/bug_report_chat.scss */
.typing-indicator span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes typing-bounce {
  0%, 60%, 100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-6px);
  }
}

/* line 172, app/assets/stylesheets/bug_report_chat.scss */
.bug-report-chat-input-area {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e9ecef;
}

/* line 178, app/assets/stylesheets/bug_report_chat.scss */
.bug-report-chat-input-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  border: 2px solid #e9ecef;
  border-radius: 10px;
  padding: 6px;
  transition: border-color 0.2s;
}

/* line 187, app/assets/stylesheets/bug_report_chat.scss */
.bug-report-chat-input-wrapper:focus-within {
  border-color: #4a90d9;
}

/* line 192, app/assets/stylesheets/bug_report_chat.scss */
.bug-report-chat-input {
  flex: 1;
  border: none;
  outline: none;
  resize: none;
  font-size: 14px;
  line-height: 1.4;
  padding: 6px 8px;
  max-height: 120px;
  background: transparent;
}

/* line 203, app/assets/stylesheets/bug_report_chat.scss */
.bug-report-chat-input::-moz-placeholder {
  color: #adb5bd;
}
.bug-report-chat-input::placeholder {
  color: #adb5bd;
}

/* line 208, app/assets/stylesheets/bug_report_chat.scss */
.bug-report-chat-send {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 8px;
  background: #4a90d9;
  color: white;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s;
}

/* line 222, app/assets/stylesheets/bug_report_chat.scss */
.bug-report-chat-send:hover {
  background: #3a7bc8;
}

/* line 226, app/assets/stylesheets/bug_report_chat.scss */
.bug-report-chat-send:disabled {
  background: #adb5bd;
  cursor: not-allowed;
}

/* line 233, app/assets/stylesheets/bug_report_chat.scss */
.bug-report-confirm-bar {
  margin-top: 12px;
  padding: 12px;
  background: #f0f6ff;
  border-radius: 8px;
  border: 1px solid #d0e0f5;
}

/* line 242, app/assets/stylesheets/bug_report_chat.scss */
.bug-report-success {
  text-align: center;
  padding: 40px 20px;
}

/* line 247, app/assets/stylesheets/bug_report_chat.scss */
.bug-report-success-icon {
  font-size: 48px;
  color: #28a745;
  margin-bottom: 12px;
}

/* line 254, app/assets/stylesheets/bug_report_chat.scss */
.bug-report-chat-error {
  padding: 8px 12px;
  margin: 8px 0;
  background: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 8px;
  font-size: 13px;
  color: #856404;
}

/* line 265, app/assets/stylesheets/bug_report_chat.scss */
#bug_report_modal .modal-lg {
  max-width: 640px;
}

/* line 1, app/assets/stylesheets/alerts.scss */
.autosave_notice, .alert {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 8px 16px;
  background: #27ae60;
  font-size: 14px;
  color: white;
  font-weight: bolder;
  border-radius: 3px;
  z-index: 10;
  pointer-events: none;
  max-width: 400px;
  opacity: 0;
  border: 0;
}

/* line 17, app/assets/stylesheets/alerts.scss */
.autosave_notice.error, .alert.error {
  background-color: #f5784f;
}

/* line 21, app/assets/stylesheets/alerts.scss */
.autosave_notice.faded, .alert.faded {
  animation: fadeOutDown 200ms ease forwards;
}

/* line 25, app/assets/stylesheets/alerts.scss */
.autosave_notice.active, .alert.active {
  animation: fadeInUp 200ms ease forwards;
}

/* line 30, app/assets/stylesheets/alerts.scss */
.alert {
  pointer-events: auto;
  border: 0;
  opacity: 1;
  animation: fadeInUp 200ms ease forwards;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

/* line 39, app/assets/stylesheets/alerts.scss */
.alert.alert-danger {
  background-color: #e74c3c;
}

/* line 43, app/assets/stylesheets/alerts.scss */
.alert .close {
  position: relative;
  padding: 5px 5px 5px 15px;
}

/* line 46, app/assets/stylesheets/alerts.scss */
.alert .close:hover, .alert .close:focus, .alert .close:active {
  color: white;
  outline: none;
}

/* line 50, app/assets/stylesheets/alerts.scss */
.alert-inline {
  position: static !important;
  bottom: auto !important;
  right: auto !important;
  margin: 10px 0;
  padding: 8px 16px;
  background: #6c757d;
  font-size: 14px;
  color: white;
  font-weight: bolder;
  border-radius: 3px;
  z-index: auto;
  pointer-events: auto;
  max-width: none;
  opacity: 1;
  border: 0;
  display: inline-block;
  animation: none;
}

/* line 69, app/assets/stylesheets/alerts.scss */
.alert-inline.alert-info {
  background: #6c757d;
}

/* line 73, app/assets/stylesheets/alerts.scss */
.alert-inline.alert-danger {
  background-color: #e74c3c;
}

/* line 78, app/assets/stylesheets/alerts.scss */
.help-widget {
  background-color: #3498db;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  border-radius: 100px;
  overflow: hidden;
  color: white;
  font-weight: bold;
  font-size: 30px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  transition: 200ms all;
}

/* line 97, app/assets/stylesheets/alerts.scss */
.help-widget:hover, .help-widget:active, .help-widget:focus {
  bottom: 25px;
  color: white;
  text-decoration: none;
  outline: none;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.45);
}

/* line 106, app/assets/stylesheets/alerts.scss */
.info-bubble {
  font-size: 0.9rem;
  background-color: rgba(234, 173, 33, 0.1);
  border: 1px solid #EAAD21;
  color: #283c46;
  margin: 1rem 0;
  padding: 1rem;
  border-radius: 5px 20px 20px 20px;
}

/* line 115, app/assets/stylesheets/alerts.scss */
.info-bubble p {
  color: #283c46;
}

/* line 117, app/assets/stylesheets/alerts.scss */
.info-bubble p:last-child {
  margin-bottom: 0;
}

/* line 122, app/assets/stylesheets/alerts.scss */
.info-bubble.red {
  background-color: rgba(231, 76, 60, 0.1);
  border-color: #e74c3c;
}

/* line 123, app/assets/stylesheets/alerts.scss */
.info-bubble.yellow {
  background-color: rgba(234, 173, 33, 0.1);
  border-color: #EAAD21;
}

/* line 124, app/assets/stylesheets/alerts.scss */
.info-bubble.green {
  background-color: rgba(39, 174, 96, 0.1);
  border-color: #27ae60;
}

/* line 125, app/assets/stylesheets/alerts.scss */
.info-bubble.light-blue {
  background-color: rgba(52, 152, 219, 0.1);
  border-color: #3498db;
}

/* line 126, app/assets/stylesheets/alerts.scss */
.info-bubble.grey {
  background-color: #f6f9fb;
  border-color: #525f7f;
}

@media (max-width: 991px) {
  /* line 1, app/assets/stylesheets/responsiveness.scss */
  .hidden-mobile {
    display: none;
  }
}

@media (min-width: 992px) {
  /* line 7, app/assets/stylesheets/responsiveness.scss */
  .shown-mobile {
    display: none;
  }
}
