@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)
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
/* line 1, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_root.scss */
:root {
  --blue: #467fcf;
  --indigo: #6574cd;
  --purple: #a55eea;
  --pink: #f66d9b;
  --red: #cd201f;
  --orange: #fd9644;
  --yellow: #f1c40f;
  --green: #5eba00;
  --teal: #2bcbba;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --azure: #45aaf2;
  --lime: #7bd235;
  --primary: #114b5f;
  --secondary: #868e96;
  --success: #5eba00;
  --info: #45aaf2;
  --warning: #f1c40f;
  --danger: #ff4242;
  --light: #f8f9fa;
  --dark: #343a40;
  --subtext: #3cdbc0;
  --grey-l1: #4b5563;
  --grey-l2: #6b7280;
  --blue-d2: #2563eb;
  --navy-d5: #1f2937;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1280px;
  --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: Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

/* line 25, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: left;
  background-color: #f5f7fb;
}

/* line 66, ../../shared/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, ../../shared/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, ../../shared/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.66em;
}

/* line 101, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 147, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

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

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

/* line 170, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

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

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

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

/* line 202, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 225, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 252, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

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

/* line 273, ../../shared/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: #9aa0ac;
  text-align: left;
  caption-side: bottom;
}

/* line 285, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 315, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
input {
  overflow: visible;
}

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

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

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

/* line 358, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 399, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 431, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

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

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

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

/* line 7, ../../shared/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.66em;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 55, ../../shared/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, 40, 100, 0.12);
}

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

/* line 73, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 95, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.171875rem;
}

/* line 117, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 87.5%;
  color: #868e96;
}

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

/* line 8, ../../shared/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, ../../shared/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: 3px;
  max-width: 100%;
  height: auto;
}

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

/* line 34, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #868e96;
}

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

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

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 85%;
  color: #fff;
  background-color: #343a40;
  border-radius: 3px;
}

/* line 22, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  font-size: 85%;
  color: #212529;
}

/* line 37, ../../shared/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, ../../shared/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, ../../shared/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: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, ../../shared/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, ../../shared/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, ../../shared/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: 1280px) {
  /* line 20, ../../shared/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: 1200px;
  }
}

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

/* line 55, ../../shared/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, ../../shared/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, ../../shared/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: 0.75rem;
  padding-left: 0.75rem;
}

/* line 33, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 71, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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: 1280px) {
  /* line 33, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table, .text-wrap table {
  width: 100%;
  margin-bottom: 1rem;
  color: #495057;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table th, .text-wrap table th,
.table td,
.text-wrap table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid rgba(0, 40, 100, 0.12);
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table thead th, .text-wrap table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(0, 40, 100, 0.12);
}

/* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody, .text-wrap table tbody + tbody {
  border-top: 2px solid rgba(0, 40, 100, 0.12);
}

/* line 34, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered, .text-wrap table {
  border: 1px solid rgba(0, 40, 100, 0.12);
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered th, .text-wrap table th,
.table-bordered td,
.text-wrap table td {
  border: 1px solid rgba(0, 40, 100, 0.12);
}

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

/* line 62, ../../shared/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, ../../shared/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.02);
}

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

/* line 7, ../../shared/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: #bccdd2;
}

/* line 14, ../../shared/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: #83a1ac;
}

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

/* line 32, ../../shared/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: #adc2c8;
}

/* line 7, ../../shared/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: #dddfe2;
}

/* line 14, ../../shared/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: #c0c4c8;
}

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

/* line 32, ../../shared/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: #cfd2d6;
}

/* line 7, ../../shared/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: #d2ecb8;
}

/* line 14, ../../shared/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: #abdb7a;
}

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

/* line 32, ../../shared/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: #c5e7a4;
}

/* line 7, ../../shared/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: #cbe7fb;
}

/* line 14, ../../shared/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: #9ed3f8;
}

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

/* line 32, ../../shared/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: #b3dcf9;
}

/* line 7, ../../shared/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: #fbeebc;
}

/* line 14, ../../shared/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: #f8e082;
}

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

/* line 32, ../../shared/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: #fae8a4;
}

/* line 7, ../../shared/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: #ffcaca;
}

/* line 14, ../../shared/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: #ff9d9d;
}

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

/* line 32, ../../shared/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: #ffb1b1;
}

/* line 7, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-subtext,
.table-subtext > th,
.table-subtext > td {
  background-color: #c8f5ed;
}

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

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

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

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

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

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-grey-l1:hover {
  background-color: #bfc2c7;
}

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

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

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

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

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

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

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

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-blue-d2:hover {
  background-color: #abc2f7;
}

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

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

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

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-navy-d5:hover {
  background-color: #b3b6bb;
}

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

/* line 7, ../../shared/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.04);
}

/* line 13, ../../shared/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.04);
}

/* line 32, ../../shared/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.04);
}

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

/* line 122, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-light th, .text-wrap table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: rgba(0, 40, 100, 0.12);
}

/* line 130, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-bordered, .text-wrap table.table-dark {
  border: 0;
}

/* line 145, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm > .table-bordered, .text-wrap .table-responsive-sm > table {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 171, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md > .table-bordered, .text-wrap .table-responsive-md > table {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 171, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg > .table-bordered, .text-wrap .table-responsive-lg > table {
    border: 0;
  }
}

@media (max-width: 1279.98px) {
  /* line 171, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl > .table-bordered, .text-wrap .table-responsive-xl > table {
    border: 0;
  }
}

/* line 171, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive > .table-bordered, .text-wrap .table-responsive > table {
  border: 0;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 2.375rem;
  padding: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

/* line 28, ../../shared/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, ../../shared/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: #1991eb;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(17, 75, 95, 0.25);
}

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

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

/* line 60, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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.6;
}

/* line 105, ../../shared/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.125rem;
  line-height: 1.4444444444;
}

/* line 112, ../../shared/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.1428571429;
}

/* line 125, ../../shared/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: 0.9375rem;
  line-height: 1.6;
  color: #495057;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 137, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-sm {
  height: calc(1.1428571429em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  border-radius: 3px;
}

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

/* line 170, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

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

/* line 189, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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: #9aa0ac;
}

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

/* line 239, ../../shared/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, ../../shared/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, ../../shared/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: 87.5%;
  color: #5eba00;
}

/* line 52, ../../shared/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(94, 186, 0, 0.9);
  border-radius: 3px;
}

/* line 69, ../../shared/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, ../../shared/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, ../../shared/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: #5eba00;
  padding-right: calc(1.6em + 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='%235eba00' 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.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

/* line 93, ../../shared/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: #5eba00;
  box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.25);
}

/* line 33, ../../shared/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, ../../shared/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.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

/* line 33, ../../shared/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: #5eba00;
  padding-right: calc(0.75em + 2.5rem) !important;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5'%3E%3Cpath fill='%23999' d='M0 0L10 0L5 5L0 0'/%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='%235eba00' 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.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}

/* line 129, ../../shared/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: #5eba00;
  box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.25);
}

/* line 138, ../../shared/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: #5eba00;
}

/* line 142, ../../shared/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, ../../shared/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: #5eba00;
}

/* line 153, ../../shared/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: #5eba00;
}

/* line 159, ../../shared/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: #78ed00;
  background-color: #78ed00;
}

/* line 166, ../../shared/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 2px rgba(94, 186, 0, 0.25);
}

/* line 170, ../../shared/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: #5eba00;
}

/* line 180, ../../shared/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: #5eba00;
}

/* line 185, ../../shared/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: #5eba00;
  box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.25);
}

/* line 44, ../../shared/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: 87.5%;
  color: #ff4242;
}

/* line 52, ../../shared/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(255, 66, 66, 0.9);
  border-radius: 3px;
}

/* line 69, ../../shared/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, ../../shared/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, ../../shared/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: #ff4242;
  padding-right: calc(1.6em + 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='%23ff4242' 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='%23ff4242' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

/* line 93, ../../shared/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: #ff4242;
  box-shadow: 0 0 0 2px rgba(255, 66, 66, 0.25);
}

/* line 33, ../../shared/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, ../../shared/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.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

/* line 33, ../../shared/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: #ff4242;
  padding-right: calc(0.75em + 2.5rem) !important;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5'%3E%3Cpath fill='%23999' d='M0 0L10 0L5 5L0 0'/%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='%23ff4242' 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='%23ff4242' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}

/* line 129, ../../shared/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: #ff4242;
  box-shadow: 0 0 0 2px rgba(255, 66, 66, 0.25);
}

/* line 138, ../../shared/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: #ff4242;
}

/* line 142, ../../shared/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, ../../shared/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: #ff4242;
}

/* line 153, ../../shared/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: #ff4242;
}

/* line 159, ../../shared/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: #ff7575;
  background-color: #ff7575;
}

/* line 166, ../../shared/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 2px rgba(255, 66, 66, 0.25);
}

/* line 170, ../../shared/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: #ff4242;
}

/* line 180, ../../shared/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: #ff4242;
}

/* line 185, ../../shared/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: #ff4242;
  box-shadow: 0 0 0 2px rgba(255, 66, 66, 0.25);
}

/* line 275, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #495057;
  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: 0.9375rem;
  line-height: 1.8461538462;
  border-radius: 3px;
  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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

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

/* line 27, ../../shared/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 2px rgba(17, 75, 95, 0.25);
}

/* line 34, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #114b5f;
  border-color: #114b5f;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0b313f;
  border-color: #092934;
}

/* line 18, ../../shared/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: #0b313f;
  border-color: #092934;
  box-shadow: 0 0 0 2px rgba(53, 102, 119, 0.5);
}

/* line 32, ../../shared/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: #114b5f;
  border-color: #114b5f;
}

/* line 43, ../../shared/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: #092934;
  border-color: #072029;
}

/* line 53, ../../shared/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 2px rgba(53, 102, 119, 0.5);
}

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

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

/* line 18, ../../shared/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: #727b84;
  border-color: #6c757d;
  box-shadow: 0 0 0 2px rgba(152, 159, 166, 0.5);
}

/* line 32, ../../shared/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: #868e96;
  border-color: #868e96;
}

/* line 43, ../../shared/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: #6c757d;
  border-color: #666e76;
}

/* line 53, ../../shared/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 2px rgba(152, 159, 166, 0.5);
}

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

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-success:hover {
  color: #fff;
  background-color: #4b9400;
  border-color: #448700;
}

/* line 18, ../../shared/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: #4b9400;
  border-color: #448700;
  box-shadow: 0 0 0 2px rgba(118, 196, 38, 0.5);
}

/* line 32, ../../shared/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: #5eba00;
  border-color: #5eba00;
}

/* line 43, ../../shared/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: #448700;
  border-color: #3e7a00;
}

/* line 53, ../../shared/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 2px rgba(118, 196, 38, 0.5);
}

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

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-info:hover {
  color: #fff;
  background-color: #219af0;
  border-color: #1594ef;
}

/* line 18, ../../shared/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: #219af0;
  border-color: #1594ef;
  box-shadow: 0 0 0 2px rgba(97, 183, 244, 0.5);
}

/* line 32, ../../shared/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: #45aaf2;
  border-color: #45aaf2;
}

/* line 43, ../../shared/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: #1594ef;
  border-color: #108ee7;
}

/* line 53, ../../shared/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 2px rgba(97, 183, 244, 0.5);
}

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

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #cea70c;
  border-color: #c29d0b;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #cea70c;
  border-color: #c29d0b;
  box-shadow: 0 0 0 2px rgba(243, 205, 51, 0.5);
}

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

/* line 43, ../../shared/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: #fff;
  background-color: #c29d0b;
  border-color: #b6940b;
}

/* line 53, ../../shared/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 2px rgba(243, 205, 51, 0.5);
}

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

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

/* line 18, ../../shared/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: #ff1c1c;
  border-color: #ff0f0f;
  box-shadow: 0 0 0 2px rgba(255, 94, 94, 0.5);
}

/* line 32, ../../shared/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: #ff4242;
  border-color: #ff4242;
}

/* line 43, ../../shared/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: #ff0f0f;
  border-color: #ff0202;
}

/* line 53, ../../shared/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 2px rgba(255, 94, 94, 0.5);
}

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

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

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  color: #495057;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 2px rgba(222, 224, 226, 0.5);
}

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

/* line 43, ../../shared/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: #495057;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 53, ../../shared/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 2px rgba(222, 224, 226, 0.5);
}

/* line 66, ../../shared/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, ../../shared/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, ../../shared/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 2px rgba(82, 88, 93, 0.5);
}

/* line 32, ../../shared/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, ../../shared/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, ../../shared/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 2px rgba(82, 88, 93, 0.5);
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-subtext {
  color: #fff;
  background-color: #3cdbc0;
  border-color: #3cdbc0;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-subtext:hover {
  color: #fff;
  background-color: #26cbaf;
  border-color: #24c0a6;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-subtext:focus, .btn-subtext.focus {
  color: #fff;
  background-color: #26cbaf;
  border-color: #24c0a6;
  box-shadow: 0 0 0 2px rgba(89, 224, 201, 0.5);
}

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

/* line 43, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-subtext:not(:disabled):not(.disabled):active, .btn-subtext.active:not(:disabled):not(.disabled), .show > .btn-subtext.dropdown-toggle {
  color: #fff;
  background-color: #24c0a6;
  border-color: #22b69d;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-subtext:not(:disabled):not(.disabled):active:focus, .btn-subtext.active:not(:disabled):not(.disabled):focus, .show > .btn-subtext.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(89, 224, 201, 0.5);
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-grey-l1 {
  color: #fff;
  background-color: #4b5563;
  border-color: #4b5563;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-grey-l1:hover {
  color: #fff;
  background-color: #3b424d;
  border-color: #353c46;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-grey-l1:focus, .btn-grey-l1.focus {
  color: #fff;
  background-color: #3b424d;
  border-color: #353c46;
  box-shadow: 0 0 0 2px rgba(102, 111, 122, 0.5);
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-grey-l1.disabled, .btn-grey-l1:disabled {
  color: #fff;
  background-color: #4b5563;
  border-color: #4b5563;
}

/* line 43, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-grey-l1:not(:disabled):not(.disabled):active, .btn-grey-l1.active:not(:disabled):not(.disabled), .show > .btn-grey-l1.dropdown-toggle {
  color: #fff;
  background-color: #353c46;
  border-color: #30363f;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-grey-l1:not(:disabled):not(.disabled):active:focus, .btn-grey-l1.active:not(:disabled):not(.disabled):focus, .show > .btn-grey-l1.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(102, 111, 122, 0.5);
}

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

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-grey-l2:hover {
  color: #fff;
  background-color: #5a5f6b;
  border-color: #545964;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-grey-l2:focus, .btn-grey-l2.focus {
  color: #fff;
  background-color: #5a5f6b;
  border-color: #545964;
  box-shadow: 0 0 0 2px rgba(129, 135, 147, 0.5);
}

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

/* line 43, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-grey-l2:not(:disabled):not(.disabled):active, .btn-grey-l2.active:not(:disabled):not(.disabled), .show > .btn-grey-l2.dropdown-toggle {
  color: #fff;
  background-color: #545964;
  border-color: #4e535d;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-grey-l2:not(:disabled):not(.disabled):active:focus, .btn-grey-l2.active:not(:disabled):not(.disabled):focus, .show > .btn-grey-l2.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(129, 135, 147, 0.5);
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-blue-d2 {
  color: #fff;
  background-color: #2563eb;
  border-color: #2563eb;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-blue-d2:hover {
  color: #fff;
  background-color: #1451d6;
  border-color: #134cca;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-blue-d2:focus, .btn-blue-d2.focus {
  color: #fff;
  background-color: #1451d6;
  border-color: #134cca;
  box-shadow: 0 0 0 2px rgba(70, 122, 238, 0.5);
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-blue-d2.disabled, .btn-blue-d2:disabled {
  color: #fff;
  background-color: #2563eb;
  border-color: #2563eb;
}

/* line 43, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-blue-d2:not(:disabled):not(.disabled):active, .btn-blue-d2.active:not(:disabled):not(.disabled), .show > .btn-blue-d2.dropdown-toggle {
  color: #fff;
  background-color: #134cca;
  border-color: #1248bf;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-blue-d2:not(:disabled):not(.disabled):active:focus, .btn-blue-d2.active:not(:disabled):not(.disabled):focus, .show > .btn-blue-d2.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(70, 122, 238, 0.5);
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-navy-d5 {
  color: #fff;
  background-color: #1f2937;
  border-color: #1f2937;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-navy-d5:hover {
  color: #fff;
  background-color: #11171f;
  border-color: #0d1116;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-navy-d5:focus, .btn-navy-d5.focus {
  color: #fff;
  background-color: #11171f;
  border-color: #0d1116;
  box-shadow: 0 0 0 2px rgba(65, 73, 85, 0.5);
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-navy-d5.disabled, .btn-navy-d5:disabled {
  color: #fff;
  background-color: #1f2937;
  border-color: #1f2937;
}

/* line 43, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-navy-d5:not(:disabled):not(.disabled):active, .btn-navy-d5.active:not(:disabled):not(.disabled), .show > .btn-navy-d5.dropdown-toggle {
  color: #fff;
  background-color: #0d1116;
  border-color: #080b0e;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-navy-d5:not(:disabled):not(.disabled):active:focus, .btn-navy-d5.active:not(:disabled):not(.disabled):focus, .show > .btn-navy-d5.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(65, 73, 85, 0.5);
}

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

/* line 13, ../../shared/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: #114b5f;
  border-color: #114b5f;
}

/* line 74, ../../shared/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 2px rgba(17, 75, 95, 0.5);
}

/* line 79, ../../shared/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: #114b5f;
  background-color: transparent;
}

/* line 85, ../../shared/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: #114b5f;
  border-color: #114b5f;
}

/* line 92, ../../shared/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 2px rgba(17, 75, 95, 0.5);
}

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

/* line 13, ../../shared/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: #868e96;
  border-color: #868e96;
}

/* line 74, ../../shared/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 2px rgba(134, 142, 150, 0.5);
}

/* line 79, ../../shared/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: #868e96;
  background-color: transparent;
}

/* line 85, ../../shared/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: #868e96;
  border-color: #868e96;
}

/* line 92, ../../shared/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 2px rgba(134, 142, 150, 0.5);
}

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

/* line 13, ../../shared/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: #5eba00;
  border-color: #5eba00;
}

/* line 74, ../../shared/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 2px rgba(94, 186, 0, 0.5);
}

/* line 79, ../../shared/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: #5eba00;
  background-color: transparent;
}

/* line 85, ../../shared/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: #5eba00;
  border-color: #5eba00;
}

/* line 92, ../../shared/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 2px rgba(94, 186, 0, 0.5);
}

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

/* line 13, ../../shared/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: #45aaf2;
  border-color: #45aaf2;
}

/* line 74, ../../shared/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 2px rgba(69, 170, 242, 0.5);
}

/* line 79, ../../shared/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: #45aaf2;
  background-color: transparent;
}

/* line 85, ../../shared/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: #45aaf2;
  border-color: #45aaf2;
}

/* line 92, ../../shared/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 2px rgba(69, 170, 242, 0.5);
}

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

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

/* line 74, ../../shared/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 2px rgba(241, 196, 15, 0.5);
}

/* line 79, ../../shared/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: #f1c40f;
  background-color: transparent;
}

/* line 85, ../../shared/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: #fff;
  background-color: #f1c40f;
  border-color: #f1c40f;
}

/* line 92, ../../shared/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 2px rgba(241, 196, 15, 0.5);
}

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

/* line 13, ../../shared/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: #ff4242;
  border-color: #ff4242;
}

/* line 74, ../../shared/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 2px rgba(255, 66, 66, 0.5);
}

/* line 79, ../../shared/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: #ff4242;
  background-color: transparent;
}

/* line 85, ../../shared/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: #ff4242;
  border-color: #ff4242;
}

/* line 92, ../../shared/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 2px rgba(255, 66, 66, 0.5);
}

/* line 72, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-light:hover {
  color: #495057;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 74, ../../shared/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 2px rgba(248, 249, 250, 0.5);
}

/* line 79, ../../shared/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, ../../shared/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: #495057;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 92, ../../shared/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 2px rgba(248, 249, 250, 0.5);
}

/* line 72, ../../shared/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, ../../shared/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, ../../shared/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 2px rgba(52, 58, 64, 0.5);
}

/* line 79, ../../shared/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, ../../shared/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, ../../shared/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 2px rgba(52, 58, 64, 0.5);
}

/* line 72, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-subtext {
  color: #3cdbc0;
  border-color: #3cdbc0;
}

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

/* line 74, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-subtext:focus, .btn-outline-subtext.focus {
  box-shadow: 0 0 0 2px rgba(60, 219, 192, 0.5);
}

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

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

/* line 92, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-subtext:not(:disabled):not(.disabled):active:focus, .btn-outline-subtext.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-subtext.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(60, 219, 192, 0.5);
}

/* line 72, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-grey-l1 {
  color: #4b5563;
  border-color: #4b5563;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-grey-l1:hover {
  color: #fff;
  background-color: #4b5563;
  border-color: #4b5563;
}

/* line 74, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-grey-l1:focus, .btn-outline-grey-l1.focus {
  box-shadow: 0 0 0 2px rgba(75, 85, 99, 0.5);
}

/* line 79, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-grey-l1.disabled, .btn-outline-grey-l1:disabled {
  color: #4b5563;
  background-color: transparent;
}

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

/* line 92, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-grey-l1:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-l1.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-grey-l1.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(75, 85, 99, 0.5);
}

/* line 72, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-grey-l2 {
  color: #6b7280;
  border-color: #6b7280;
}

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

/* line 74, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-grey-l2:focus, .btn-outline-grey-l2.focus {
  box-shadow: 0 0 0 2px rgba(107, 114, 128, 0.5);
}

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

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

/* line 92, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-grey-l2:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-l2.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-grey-l2.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(107, 114, 128, 0.5);
}

/* line 72, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-blue-d2 {
  color: #2563eb;
  border-color: #2563eb;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-blue-d2:hover {
  color: #fff;
  background-color: #2563eb;
  border-color: #2563eb;
}

/* line 74, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-blue-d2:focus, .btn-outline-blue-d2.focus {
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.5);
}

/* line 79, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-blue-d2.disabled, .btn-outline-blue-d2:disabled {
  color: #2563eb;
  background-color: transparent;
}

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

/* line 92, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-blue-d2:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-d2.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-blue-d2.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.5);
}

/* line 72, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-navy-d5 {
  color: #1f2937;
  border-color: #1f2937;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-navy-d5:hover {
  color: #fff;
  background-color: #1f2937;
  border-color: #1f2937;
}

/* line 74, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-navy-d5:focus, .btn-outline-navy-d5.focus {
  box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.5);
}

/* line 79, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-navy-d5.disabled, .btn-outline-navy-d5:disabled {
  color: #1f2937;
  background-color: transparent;
}

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

/* line 92, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-navy-d5:not(:disabled):not(.disabled):active:focus, .btn-outline-navy-d5.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-navy-d5.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.5);
}

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

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

/* line 93, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #868e96;
  pointer-events: none;
}

/* line 112, ../../shared/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.125rem;
  line-height: 1.625;
  border-radius: 3px;
}

/* line 116, ../../shared/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.3333333333;
  border-radius: 3px;
}

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

/* line 130, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

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

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

/* line 15, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 21, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing.width {
    transition: none;
  }
}

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

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

/* line 30, ../../shared/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, ../../shared/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, ../../shared/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: 0.9375rem;
  color: #495057;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 3px;
}

/* line 42, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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: 1280px) {
  /* line 42, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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: #114b5f;
}

/* line 161, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 178, ../../shared/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: #868e96;
  white-space: nowrap;
}

/* line 188, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #fbfbfc;
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 3px;
}

/* line 134, ../../shared/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, ../../shared/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.4444444444em + 1rem + 2px);
}

/* line 151, ../../shared/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.125rem;
  line-height: 1.4444444444;
  border-radius: 3px;
}

/* line 163, ../../shared/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.1428571429em + 0.5rem + 2px);
}

/* line 168, ../../shared/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.1428571429;
  border-radius: 3px;
}

/* line 180, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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.40625rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

/* line 19, ../../shared/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, ../../shared/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.203125rem;
  opacity: 0;
}

/* line 32, ../../shared/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: #114b5f;
  background-color: #114b5f;
}

/* line 39, ../../shared/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 2px rgba(17, 75, 95, 0.25);
}

/* line 48, ../../shared/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: #1991eb;
}

/* line 52, ../../shared/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: #45b6de;
  border-color: #45b6de;
}

/* line 62, ../../shared/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: #868e96;
}

/* line 65, ../../shared/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: #f8f9fa;
}

/* line 76, ../../shared/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, ../../shared/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.203125rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}

/* line 99, ../../shared/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.203125rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

/* line 117, ../../shared/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: 3px;
}

/* line 122, ../../shared/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, ../../shared/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: #114b5f;
  background-color: #114b5f;
}

/* line 133, ../../shared/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, ../../shared/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(17, 75, 95, 0.5);
}

/* line 142, ../../shared/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(17, 75, 95, 0.5);
}

/* line 153, ../../shared/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, ../../shared/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, ../../shared/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(17, 75, 95, 0.5);
}

/* line 176, ../../shared/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, ../../shared/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, ../../shared/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.203125rem + 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, ../../shared/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, ../../shared/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, ../../shared/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(17, 75, 95, 0.5);
}

/* line 221, ../../shared/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: 2.375rem;
  padding: 0.5rem 1.75rem 0.5rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5'%3E%3Cpath fill='%23999' d='M0 0L10 0L5 5L0 0'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 238, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus {
  border-color: #1991eb;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(17, 75, 95, 0.25);
}

/* line 248, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}

/* line 272, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.1428571429em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

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

/* line 304, ../../shared/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: 2.375rem;
  margin-bottom: 0;
}

/* line 312, ../../shared/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: 2.375rem;
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

/* line 321, ../../shared/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: #1991eb;
  box-shadow: 0 0 0 2px rgba(17, 75, 95, 0.25);
}

/* line 327, ../../shared/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: #f8f9fa;
}

/* line 333, ../../shared/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, ../../shared/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, ../../shared/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: 2.375rem;
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 3px;
}

/* line 361, ../../shared/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.6em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.6;
  color: #495057;
  content: "Browse";
  background-color: #fbfbfc;
  border-left: inherit;
  border-radius: 0 3px 3px 0;
}

/* line 385, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range {
  width: 100%;
  height: calc(1rem + 4px);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

/* line 397, ../../shared/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 #f5f7fb, 0 0 0 2px rgba(17, 75, 95, 0.25);
}

/* line 398, ../../shared/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 #f5f7fb, 0 0 0 2px rgba(17, 75, 95, 0.25);
}

/* line 399, ../../shared/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 #f5f7fb, 0 0 0 2px rgba(17, 75, 95, 0.25);
}

/* line 402, ../../shared/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, ../../shared/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: #114b5f;
  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, ../../shared/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, ../../shared/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: #45b6de;
}

/* line 422, ../../shared/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, ../../shared/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: #114b5f;
  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, ../../shared/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, ../../shared/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: #45b6de;
}

/* line 448, ../../shared/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, ../../shared/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: 2px;
  margin-left: 2px;
  background-color: #114b5f;
  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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb:active {
  background-color: #45b6de;
}

/* line 477, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #868e96;
  pointer-events: none;
  cursor: default;
}

/* line 35, ../../shared/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, ../../shared/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: 3px;
  border-top-right-radius: 3px;
}

/* line 17, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}

/* line 57, ../../shared/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: transparent;
  border-color: #dee2e6 #dee2e6 transparent;
}

/* line 64, ../../shared/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, ../../shared/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: 3px;
}

/* line 84, ../../shared/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: #114b5f;
}

/* line 97, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

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

/* line 18, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.359375rem;
  padding-bottom: 0.359375rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 17, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
}

/* line 17, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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: 1279.98px) {
  /* line 156, ../../shared/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: 1280px) {
  /* line 154, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 232, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 17, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, 40, 100, 0.12);
  border-radius: 3px;
}

/* line 17, ../../shared/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, ../../shared/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, ../../shared/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: 2px;
  border-top-right-radius: 2px;
}

/* line 31, ../../shared/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: 2px;
  border-bottom-left-radius: 2px;
}

/* line 39, ../../shared/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, ../../shared/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.5rem;
}

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

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

/* line 65, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1.5rem;
}

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

/* line 90, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: 2px 2px 0 0;
}

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

/* line 101, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 2px 2px;
}

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

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

/* line 124, ../../shared/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: 2px;
}

/* line 134, ../../shared/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, ../../shared/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: 2px;
  border-top-right-radius: 2px;
}

/* line 146, ../../shared/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: 2px;
  border-bottom-left-radius: 2px;
}

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

@media (min-width: 576px) {
  /* line 154, ../../shared/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: -0.75rem;
    margin-left: -0.75rem;
  }
  /* line 165, ../../shared/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: 0.75rem;
    margin-bottom: 0;
    margin-left: 0.75rem;
  }
}

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

@media (min-width: 576px) {
  /* line 180, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-columns .card {
  margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
  /* line 243, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion {
  overflow-anchor: none;
}

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

/* line 272, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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: 3px;
}

/* line 14, ../../shared/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, ../../shared/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: #868e96;
  content: "/";
}

/* line 31, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #868e96;
}

/* line 1, ../../shared/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: 3px;
}

/* line 7, ../../shared/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: #495057;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

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

/* line 26, ../../shared/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 2px rgba(17, 75, 95, 0.25);
}

/* line 35, ../../shared/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: 3px;
  border-bottom-left-radius: 3px;
}

/* line 41, ../../shared/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: 3px;
  border-bottom-right-radius: 3px;
}

/* line 46, ../../shared/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: #114b5f;
  border-color: #114b5f;
}

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

/* line 4, ../../shared/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.125rem;
  line-height: 1.5;
}

/* line 12, ../../shared/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: 3px;
  border-bottom-left-radius: 3px;
}

/* line 17, ../../shared/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: 3px;
  border-bottom-right-radius: 3px;
}

/* line 4, ../../shared/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, ../../shared/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: 3px;
  border-bottom-left-radius: 3px;
}

/* line 17, ../../shared/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: 3px;
  border-bottom-right-radius: 3px;
}

/* line 6, ../../shared/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: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px;
  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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
  .badge {
    transition: none;
  }
}

/* line 17, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

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

/* line 40, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-primary {
  color: #fff;
  background-color: #114b5f;
}

/* line 17, ../../shared/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: #092934;
}

/* line 11, ../../shared/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 2px rgba(17, 75, 95, 0.5);
}

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

/* line 17, ../../shared/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: #6c757d;
}

/* line 11, ../../shared/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 2px rgba(134, 142, 150, 0.5);
}

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

/* line 17, ../../shared/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: #448700;
}

/* line 11, ../../shared/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 2px rgba(94, 186, 0, 0.5);
}

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

/* line 17, ../../shared/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: #1594ef;
}

/* line 11, ../../shared/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 2px rgba(69, 170, 242, 0.5);
}

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

/* line 17, ../../shared/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: #fff;
  background-color: #c29d0b;
}

/* line 11, ../../shared/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 2px rgba(241, 196, 15, 0.5);
}

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

/* line 17, ../../shared/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: #ff0f0f;
}

/* line 11, ../../shared/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 2px rgba(255, 66, 66, 0.5);
}

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

/* line 17, ../../shared/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: #495057;
  background-color: #dae0e5;
}

/* line 11, ../../shared/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 2px rgba(248, 249, 250, 0.5);
}

/* line 51, ../../shared/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, ../../shared/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, ../../shared/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 2px rgba(52, 58, 64, 0.5);
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-subtext {
  color: #fff;
  background-color: #3cdbc0;
}

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

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-subtext:focus, a.badge-subtext.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(60, 219, 192, 0.5);
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-grey-l1 {
  color: #fff;
  background-color: #4b5563;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-grey-l1:hover, a.badge-grey-l1:focus {
  color: #fff;
  background-color: #353c46;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-grey-l1:focus, a.badge-grey-l1.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(75, 85, 99, 0.5);
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-grey-l2 {
  color: #fff;
  background-color: #6b7280;
}

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

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-grey-l2:focus, a.badge-grey-l2.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(107, 114, 128, 0.5);
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-blue-d2 {
  color: #fff;
  background-color: #2563eb;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-blue-d2:hover, a.badge-blue-d2:focus {
  color: #fff;
  background-color: #134cca;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-blue-d2:focus, a.badge-blue-d2.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.5);
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-navy-d5 {
  color: #fff;
  background-color: #1f2937;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-navy-d5:hover, a.badge-navy-d5:focus {
  color: #fff;
  background-color: #0d1116;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-navy-d5:focus, a.badge-navy-d5.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.5);
}

/* line 1, ../../shared/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: 3px;
}

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

/* line 13, ../../shared/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, ../../shared/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: 3px;
}

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

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

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

/* line 33, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  color: #092731;
  background-color: #cfdbdf;
  border-color: #bccdd2;
}

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

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

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}

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

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

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  color: #316100;
  background-color: #dff1cc;
  border-color: #d2ecb8;
}

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

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

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  color: #24587e;
  background-color: #daeefc;
  border-color: #cbe7fb;
}

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

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

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  color: #7d6608;
  background-color: #fcf3cf;
  border-color: #fbeebc;
}

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

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

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  color: #852222;
  background-color: #ffd9d9;
  border-color: #ffcaca;
}

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

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

/* line 49, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #040505;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-subtext {
  color: #1f7264;
  background-color: #d8f8f2;
  border-color: #c8f5ed;
}

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

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-subtext .alert-link {
  color: #144a41;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-grey-l1 {
  color: #272c33;
  background-color: #dbdde0;
  border-color: #cdcfd3;
}

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

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-grey-l1 .alert-link {
  color: #111316;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-grey-l2 {
  color: #383b43;
  background-color: #e1e3e6;
  border-color: #d6d8db;
}

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

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-grey-l2 .alert-link {
  color: #212327;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-blue-d2 {
  color: #13337a;
  background-color: #d3e0fb;
  border-color: #c2d3f9;
}

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

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-blue-d2 .alert-link {
  color: #0c214e;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-navy-d5 {
  color: #10151d;
  background-color: #d2d4d7;
  border-color: #c0c3c7;
}

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

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-navy-d5 .alert-link {
  color: black;
}

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

/* line 9, ../../shared/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.703125rem;
  background-color: #e9ecef;
  border-radius: 3px;
}

/* line 20, ../../shared/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: #114b5f;
  transition: width 0.6s ease;
}

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

/* line 32, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 1, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  flex: 1;
}

/* line 5, ../../shared/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: 3px;
}

/* line 21, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #495057;
  background-color: #e9ecef;
}

/* line 45, ../../shared/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, 40, 100, 0.12);
}

/* line 54, ../../shared/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, ../../shared/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, ../../shared/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: #868e96;
  pointer-events: none;
  background-color: #fff;
}

/* line 70, ../../shared/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: #467fcf;
  background-color: #f8fafd;
  border-color: rgba(0, 40, 100, 0.12);
}

/* line 77, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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: 3px;
  border-top-right-radius: 0;
}

/* line 105, ../../shared/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: 3px;
  border-bottom-left-radius: 0;
}

/* line 110, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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: 3px;
    border-top-right-radius: 0;
  }
  /* line 105, ../../shared/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: 3px;
    border-bottom-left-radius: 0;
  }
  /* line 110, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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: 3px;
    border-top-right-radius: 0;
  }
  /* line 105, ../../shared/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: 3px;
    border-bottom-left-radius: 0;
  }
  /* line 110, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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: 3px;
    border-top-right-radius: 0;
  }
  /* line 105, ../../shared/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: 3px;
    border-bottom-left-radius: 0;
  }
  /* line 110, ../../shared/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, ../../shared/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, ../../shared/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: 1280px) {
  /* line 96, ../../shared/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, ../../shared/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: 3px;
    border-top-right-radius: 0;
  }
  /* line 105, ../../shared/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: 3px;
    border-bottom-left-radius: 0;
  }
  /* line 110, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #092731;
  background-color: #bccdd2;
}

/* line 17, ../../shared/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: #092731;
  background-color: #adc2c8;
}

/* line 14, ../../shared/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: #092731;
  border-color: #092731;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2;
}

/* line 17, ../../shared/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: #464a4e;
  background-color: #cfd2d6;
}

/* line 14, ../../shared/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: #464a4e;
  border-color: #464a4e;
}

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

/* line 17, ../../shared/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: #316100;
  background-color: #c5e7a4;
}

/* line 14, ../../shared/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: #316100;
  border-color: #316100;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #24587e;
  background-color: #cbe7fb;
}

/* line 17, ../../shared/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: #24587e;
  background-color: #b3dcf9;
}

/* line 14, ../../shared/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: #24587e;
  border-color: #24587e;
}

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

/* line 17, ../../shared/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: #7d6608;
  background-color: #fae8a4;
}

/* line 14, ../../shared/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: #7d6608;
  border-color: #7d6608;
}

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

/* line 17, ../../shared/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: #852222;
  background-color: #ffb1b1;
}

/* line 14, ../../shared/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: #852222;
  border-color: #852222;
}

/* line 4, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-subtext {
  color: #1f7264;
  background-color: #c8f5ed;
}

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

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

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-grey-l1 {
  color: #272c33;
  background-color: #cdcfd3;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-grey-l1.list-group-item-action:hover, .list-group-item-grey-l1.list-group-item-action:focus {
  color: #272c33;
  background-color: #bfc2c7;
}

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

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

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

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

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-blue-d2 {
  color: #13337a;
  background-color: #c2d3f9;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-blue-d2.list-group-item-action:hover, .list-group-item-blue-d2.list-group-item-action:focus {
  color: #13337a;
  background-color: #abc2f7;
}

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

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-navy-d5 {
  color: #10151d;
  background-color: #c0c3c7;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-navy-d5.list-group-item-action:hover, .list-group-item-navy-d5.list-group-item-action:focus {
  color: #10151d;
  background-color: #b3b6bb;
}

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

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

/* line 13, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_close.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 1, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 1;
}

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

/* line 28, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.hide {
  display: none;
}

/* line 33, ../../shared/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: #868e96;
  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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast-body {
  padding: 0.75rem;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 11, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 53, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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: 3px;
  outline: 0;
}

/* line 125, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 136, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 141, ../../shared/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 rgba(0, 40, 100, 0.12);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 149, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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 rgba(0, 40, 100, 0.12);
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 185, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 191, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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: 1280px) {
  /* line 239, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 2, ../../shared/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: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 17, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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: 3px;
}

/* line 1, ../../shared/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: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  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 #dee3eb;
  border-radius: 3px;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 3px;
}

/* line 27, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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.25rem 0;
  border-top-color: #dee3eb;
}

/* line 50, ../../shared/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.25rem 0;
  border-top-color: #fff;
}

/* line 58, ../../shared/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, ../../shared/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: 0.5rem;
  margin: 3px 0;
}

/* line 67, ../../shared/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.25rem 0.5rem 0.25rem 0;
  border-right-color: #dee3eb;
}

/* line 73, ../../shared/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.25rem 0.5rem 0.25rem 0;
  border-right-color: #fff;
}

/* line 81, ../../shared/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, ../../shared/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, ../../shared/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.25rem 0.5rem 0.25rem;
  border-bottom-color: #dee3eb;
}

/* line 93, ../../shared/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.25rem 0.5rem 0.25rem;
  border-bottom-color: #fff;
}

/* line 101, ../../shared/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: 0.5rem;
  margin-left: -0.25rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 113, ../../shared/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, ../../shared/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: 0.5rem;
  margin: 3px 0;
}

/* line 122, ../../shared/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.25rem 0 0.25rem 0.5rem;
  border-left-color: #dee3eb;
}

/* line 128, ../../shared/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.25rem 0 0.25rem 0.5rem;
  border-left-color: #fff;
}

/* line 153, ../../shared/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: 0.9375rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 162, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 167, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: 0.75rem 1rem;
  color: #6e7687;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 120, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 128, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 180, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 190, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #114b5f !important;
}

/* line 17, ../../shared/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: #092934 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #868e96 !important;
}

/* line 17, ../../shared/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: #6c757d !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #5eba00 !important;
}

/* line 17, ../../shared/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: #448700 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #45aaf2 !important;
}

/* line 17, ../../shared/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: #1594ef !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #f1c40f !important;
}

/* line 17, ../../shared/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: #c29d0b !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #ff4242 !important;
}

/* line 17, ../../shared/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: #ff0f0f !important;
}

/* line 6, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-subtext {
  background-color: #3cdbc0 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-subtext:hover, a.bg-subtext:focus,
button.bg-subtext:hover,
button.bg-subtext:focus {
  background-color: #24c0a6 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-grey-l1 {
  background-color: #4b5563 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-grey-l1:hover, a.bg-grey-l1:focus,
button.bg-grey-l1:hover,
button.bg-grey-l1:focus {
  background-color: #353c46 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-grey-l2 {
  background-color: #6b7280 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-grey-l2:hover, a.bg-grey-l2:focus,
button.bg-grey-l2:hover,
button.bg-grey-l2:focus {
  background-color: #545964 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-blue-d2 {
  background-color: #2563eb !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-blue-d2:hover, a.bg-blue-d2:focus,
button.bg-blue-d2:hover,
button.bg-blue-d2:focus {
  background-color: #134cca !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-navy-d5 {
  background-color: #1f2937 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-navy-d5:hover, a.bg-navy-d5:focus,
button.bg-navy-d5:hover,
button.bg-navy-d5:focus {
  background-color: #0d1116 !important;
}

/* line 13, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border {
  border: 1px solid rgba(0, 40, 100, 0.12) !important;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top {
  border-top: 1px solid rgba(0, 40, 100, 0.12) !important;
}

/* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right {
  border-right: 1px solid rgba(0, 40, 100, 0.12) !important;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid rgba(0, 40, 100, 0.12) !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left {
  border-left: 1px solid rgba(0, 40, 100, 0.12) !important;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #114b5f !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #868e96 !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #5eba00 !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #45aaf2 !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #f1c40f !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #ff4242 !important;
}

/* line 20, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-subtext {
  border-color: #3cdbc0 !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-grey-l1 {
  border-color: #4b5563 !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-grey-l2 {
  border-color: #6b7280 !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-blue-d2 {
  border-color: #2563eb !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-navy-d5 {
  border-color: #1f2937 !important;
}

/* line 25, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-sm {
  border-radius: 3px !important;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 3px !important;
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

/* line 56, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

/* line 61, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-lg {
  border-radius: 3px !important;
}

/* line 65, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 12, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 12, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 12, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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: 1280px) {
  /* line 12, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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: 1280px) {
  /* line 11, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 9, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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: 1280px) {
  /* line 7, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 10, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-0 {
  width: 0 !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-1 {
  width: 0.25rem !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-2 {
  width: 0.5rem !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-3 {
  width: 0.75rem !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-4 {
  width: 1rem !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-5 {
  width: 1.5rem !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-6 {
  width: 2rem !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-7 {
  width: 3rem !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-8 {
  width: 4rem !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-9 {
  width: 6rem !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-0 {
  height: 0 !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-1 {
  height: 0.25rem !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-2 {
  height: 0.5rem !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-3 {
  height: 0.75rem !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-4 {
  height: 1rem !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-5 {
  height: 1.5rem !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-6 {
  height: 2rem !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-7 {
  height: 3rem !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-8 {
  height: 4rem !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-9 {
  height: 6rem !important;
}

/* line 11, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 12, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 0.75rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 0.75rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 0.75rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 0.75rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 0.75rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 1.5rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 1.5rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 1.5rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 1.5rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 1.5rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-6 {
  margin: 2rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-6,
.my-6 {
  margin-top: 2rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-6,
.mx-6 {
  margin-right: 2rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-6,
.my-6 {
  margin-bottom: 2rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-6,
.mx-6 {
  margin-left: 2rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-7 {
  margin: 3rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-7,
.my-7 {
  margin-top: 3rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-7,
.mx-7 {
  margin-right: 3rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-7,
.my-7 {
  margin-bottom: 3rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-7,
.mx-7 {
  margin-left: 3rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-8 {
  margin: 4rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-8,
.my-8 {
  margin-top: 4rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-8,
.mx-8 {
  margin-right: 4rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-8,
.my-8 {
  margin-bottom: 4rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-8,
.mx-8 {
  margin-left: 4rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-9 {
  margin: 6rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-9,
.my-9 {
  margin-top: 6rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-9,
.mx-9 {
  margin-right: 6rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-9,
.my-9 {
  margin-bottom: 6rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-9,
.mx-9 {
  margin-left: 6rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 0.75rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 0.75rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 0.75rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 0.75rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 0.75rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 1.5rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 1.5rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 1.5rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 1.5rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 1.5rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-6 {
  padding: 2rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-6,
.py-6 {
  padding-top: 2rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-6,
.px-6 {
  padding-right: 2rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-6,
.py-6 {
  padding-bottom: 2rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-6,
.px-6 {
  padding-left: 2rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-7 {
  padding: 3rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-7,
.py-7 {
  padding-top: 3rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-7,
.px-7 {
  padding-right: 3rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-7,
.py-7 {
  padding-bottom: 3rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-7,
.px-7 {
  padding-left: 3rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-8 {
  padding: 4rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-8,
.py-8 {
  padding-top: 4rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-8,
.px-8 {
  padding-right: 4rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-8,
.py-8 {
  padding-bottom: 4rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-8,
.px-8 {
  padding-left: 4rem !important;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-9 {
  padding: 6rem !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-9,
.py-9 {
  padding-top: 6rem !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-9,
.px-9 {
  padding-right: 6rem !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-9,
.py-9 {
  padding-bottom: 6rem !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-9,
.px-9 {
  padding-left: 6rem !important;
}

/* line 30, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n3 {
  margin: -0.75rem !important;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -0.75rem !important;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -0.75rem !important;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -0.75rem !important;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -0.75rem !important;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n4 {
  margin: -1rem !important;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -1rem !important;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1rem !important;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1rem !important;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1rem !important;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n5 {
  margin: -1.5rem !important;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -1.5rem !important;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -1.5rem !important;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -1.5rem !important;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -1.5rem !important;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n6 {
  margin: -2rem !important;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n6,
.my-n6 {
  margin-top: -2rem !important;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n6,
.mx-n6 {
  margin-right: -2rem !important;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n6,
.my-n6 {
  margin-bottom: -2rem !important;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n6,
.mx-n6 {
  margin-left: -2rem !important;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n7 {
  margin: -3rem !important;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n7,
.my-n7 {
  margin-top: -3rem !important;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n7,
.mx-n7 {
  margin-right: -3rem !important;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n7,
.my-n7 {
  margin-bottom: -3rem !important;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n7,
.mx-n7 {
  margin-left: -3rem !important;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n8 {
  margin: -4rem !important;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n8,
.my-n8 {
  margin-top: -4rem !important;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n8,
.mx-n8 {
  margin-right: -4rem !important;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n8,
.my-n8 {
  margin-bottom: -4rem !important;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n8,
.mx-n8 {
  margin-left: -4rem !important;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n9 {
  margin: -6rem !important;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n9,
.my-n9 {
  margin-top: -6rem !important;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n9,
.mx-n9 {
  margin-right: -6rem !important;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n9,
.my-n9 {
  margin-bottom: -6rem !important;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n9,
.mx-n9 {
  margin-left: -6rem !important;
}

/* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 48, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 0.75rem !important;
  }
  /* line 12, ../../shared/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: 0.75rem !important;
  }
  /* line 15, ../../shared/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: 0.75rem !important;
  }
  /* line 18, ../../shared/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: 0.75rem !important;
  }
  /* line 21, ../../shared/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: 0.75rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1rem !important;
  }
  /* line 12, ../../shared/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: 1rem !important;
  }
  /* line 15, ../../shared/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: 1rem !important;
  }
  /* line 18, ../../shared/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: 1rem !important;
  }
  /* line 21, ../../shared/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: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 1.5rem !important;
  }
  /* line 12, ../../shared/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: 1.5rem !important;
  }
  /* line 15, ../../shared/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: 1.5rem !important;
  }
  /* line 18, ../../shared/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: 1.5rem !important;
  }
  /* line 21, ../../shared/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: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-6 {
    margin: 2rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-6,
.my-sm-6 {
    margin-top: 2rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-6,
.mx-sm-6 {
    margin-right: 2rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 2rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-6,
.mx-sm-6 {
    margin-left: 2rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-7 {
    margin: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-7,
.my-sm-7 {
    margin-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-7,
.mx-sm-7 {
    margin-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-7,
.mx-sm-7 {
    margin-left: 3rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-8 {
    margin: 4rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-8,
.my-sm-8 {
    margin-top: 4rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-8,
.mx-sm-8 {
    margin-right: 4rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 4rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-8,
.mx-sm-8 {
    margin-left: 4rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-9 {
    margin: 6rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-9,
.my-sm-9 {
    margin-top: 6rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-9,
.mx-sm-9 {
    margin-right: 6rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-9,
.my-sm-9 {
    margin-bottom: 6rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-9,
.mx-sm-9 {
    margin-left: 6rem !important;
  }
  /* line 11, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 0.75rem !important;
  }
  /* line 12, ../../shared/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: 0.75rem !important;
  }
  /* line 15, ../../shared/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: 0.75rem !important;
  }
  /* line 18, ../../shared/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: 0.75rem !important;
  }
  /* line 21, ../../shared/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: 0.75rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1rem !important;
  }
  /* line 12, ../../shared/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: 1rem !important;
  }
  /* line 15, ../../shared/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: 1rem !important;
  }
  /* line 18, ../../shared/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: 1rem !important;
  }
  /* line 21, ../../shared/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: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 1.5rem !important;
  }
  /* line 12, ../../shared/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: 1.5rem !important;
  }
  /* line 15, ../../shared/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: 1.5rem !important;
  }
  /* line 18, ../../shared/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: 1.5rem !important;
  }
  /* line 21, ../../shared/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: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-6 {
    padding: 2rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-6,
.py-sm-6 {
    padding-top: 2rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-6,
.px-sm-6 {
    padding-right: 2rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 2rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-6,
.px-sm-6 {
    padding-left: 2rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-7 {
    padding: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-7,
.py-sm-7 {
    padding-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-7,
.px-sm-7 {
    padding-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-7,
.px-sm-7 {
    padding-left: 3rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-8 {
    padding: 4rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-8,
.py-sm-8 {
    padding-top: 4rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-8,
.px-sm-8 {
    padding-right: 4rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 4rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-8,
.px-sm-8 {
    padding-left: 4rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-9 {
    padding: 6rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-9,
.py-sm-9 {
    padding-top: 6rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-9,
.px-sm-9 {
    padding-right: 6rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-9,
.py-sm-9 {
    padding-bottom: 6rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-9,
.px-sm-9 {
    padding-left: 6rem !important;
  }
  /* line 30, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -0.75rem !important;
  }
  /* line 31, ../../shared/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: -0.75rem !important;
  }
  /* line 34, ../../shared/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: -0.75rem !important;
  }
  /* line 37, ../../shared/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: -0.75rem !important;
  }
  /* line 40, ../../shared/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: -0.75rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1rem !important;
  }
  /* line 31, ../../shared/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: -1rem !important;
  }
  /* line 34, ../../shared/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: -1rem !important;
  }
  /* line 37, ../../shared/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: -1rem !important;
  }
  /* line 40, ../../shared/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: -1rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -1.5rem !important;
  }
  /* line 31, ../../shared/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: -1.5rem !important;
  }
  /* line 34, ../../shared/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: -1.5rem !important;
  }
  /* line 37, ../../shared/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: -1.5rem !important;
  }
  /* line 40, ../../shared/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: -1.5rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n6 {
    margin: -2rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -2rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -2rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -2rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -2rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n7 {
    margin: -3rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -3rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -3rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -3rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n8 {
    margin: -4rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -4rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -4rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -4rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -4rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n9 {
    margin: -6rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n9,
.my-sm-n9 {
    margin-top: -6rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n9,
.mx-sm-n9 {
    margin-right: -6rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n9,
.my-sm-n9 {
    margin-bottom: -6rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n9,
.mx-sm-n9 {
    margin-left: -6rem !important;
  }
  /* line 47, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 0.75rem !important;
  }
  /* line 12, ../../shared/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: 0.75rem !important;
  }
  /* line 15, ../../shared/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: 0.75rem !important;
  }
  /* line 18, ../../shared/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: 0.75rem !important;
  }
  /* line 21, ../../shared/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: 0.75rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1rem !important;
  }
  /* line 12, ../../shared/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: 1rem !important;
  }
  /* line 15, ../../shared/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: 1rem !important;
  }
  /* line 18, ../../shared/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: 1rem !important;
  }
  /* line 21, ../../shared/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: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 1.5rem !important;
  }
  /* line 12, ../../shared/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: 1.5rem !important;
  }
  /* line 15, ../../shared/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: 1.5rem !important;
  }
  /* line 18, ../../shared/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: 1.5rem !important;
  }
  /* line 21, ../../shared/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: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-6 {
    margin: 2rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-6,
.my-md-6 {
    margin-top: 2rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-6,
.mx-md-6 {
    margin-right: 2rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-6,
.my-md-6 {
    margin-bottom: 2rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-6,
.mx-md-6 {
    margin-left: 2rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-7 {
    margin: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-7,
.my-md-7 {
    margin-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-7,
.mx-md-7 {
    margin-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-7,
.my-md-7 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-7,
.mx-md-7 {
    margin-left: 3rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-8 {
    margin: 4rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-8,
.my-md-8 {
    margin-top: 4rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-8,
.mx-md-8 {
    margin-right: 4rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-8,
.my-md-8 {
    margin-bottom: 4rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-8,
.mx-md-8 {
    margin-left: 4rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-9 {
    margin: 6rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-9,
.my-md-9 {
    margin-top: 6rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-9,
.mx-md-9 {
    margin-right: 6rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-9,
.my-md-9 {
    margin-bottom: 6rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-9,
.mx-md-9 {
    margin-left: 6rem !important;
  }
  /* line 11, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 0.75rem !important;
  }
  /* line 12, ../../shared/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: 0.75rem !important;
  }
  /* line 15, ../../shared/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: 0.75rem !important;
  }
  /* line 18, ../../shared/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: 0.75rem !important;
  }
  /* line 21, ../../shared/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: 0.75rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1rem !important;
  }
  /* line 12, ../../shared/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: 1rem !important;
  }
  /* line 15, ../../shared/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: 1rem !important;
  }
  /* line 18, ../../shared/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: 1rem !important;
  }
  /* line 21, ../../shared/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: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 1.5rem !important;
  }
  /* line 12, ../../shared/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: 1.5rem !important;
  }
  /* line 15, ../../shared/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: 1.5rem !important;
  }
  /* line 18, ../../shared/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: 1.5rem !important;
  }
  /* line 21, ../../shared/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: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-6 {
    padding: 2rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-6,
.py-md-6 {
    padding-top: 2rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-6,
.px-md-6 {
    padding-right: 2rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-6,
.py-md-6 {
    padding-bottom: 2rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-6,
.px-md-6 {
    padding-left: 2rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-7 {
    padding: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-7,
.py-md-7 {
    padding-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-7,
.px-md-7 {
    padding-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-7,
.py-md-7 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-7,
.px-md-7 {
    padding-left: 3rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-8 {
    padding: 4rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-8,
.py-md-8 {
    padding-top: 4rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-8,
.px-md-8 {
    padding-right: 4rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-8,
.py-md-8 {
    padding-bottom: 4rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-8,
.px-md-8 {
    padding-left: 4rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-9 {
    padding: 6rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-9,
.py-md-9 {
    padding-top: 6rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-9,
.px-md-9 {
    padding-right: 6rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-9,
.py-md-9 {
    padding-bottom: 6rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-9,
.px-md-9 {
    padding-left: 6rem !important;
  }
  /* line 30, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -0.75rem !important;
  }
  /* line 31, ../../shared/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: -0.75rem !important;
  }
  /* line 34, ../../shared/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: -0.75rem !important;
  }
  /* line 37, ../../shared/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: -0.75rem !important;
  }
  /* line 40, ../../shared/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: -0.75rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1rem !important;
  }
  /* line 31, ../../shared/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: -1rem !important;
  }
  /* line 34, ../../shared/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: -1rem !important;
  }
  /* line 37, ../../shared/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: -1rem !important;
  }
  /* line 40, ../../shared/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: -1rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -1.5rem !important;
  }
  /* line 31, ../../shared/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: -1.5rem !important;
  }
  /* line 34, ../../shared/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: -1.5rem !important;
  }
  /* line 37, ../../shared/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: -1.5rem !important;
  }
  /* line 40, ../../shared/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: -1.5rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n6 {
    margin: -2rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n6,
.my-md-n6 {
    margin-top: -2rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n6,
.mx-md-n6 {
    margin-right: -2rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -2rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n6,
.mx-md-n6 {
    margin-left: -2rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n7 {
    margin: -3rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n7,
.my-md-n7 {
    margin-top: -3rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n7,
.mx-md-n7 {
    margin-right: -3rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n7,
.mx-md-n7 {
    margin-left: -3rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n8 {
    margin: -4rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n8,
.my-md-n8 {
    margin-top: -4rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n8,
.mx-md-n8 {
    margin-right: -4rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -4rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n8,
.mx-md-n8 {
    margin-left: -4rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n9 {
    margin: -6rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n9,
.my-md-n9 {
    margin-top: -6rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n9,
.mx-md-n9 {
    margin-right: -6rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n9,
.my-md-n9 {
    margin-bottom: -6rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n9,
.mx-md-n9 {
    margin-left: -6rem !important;
  }
  /* line 47, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 0.75rem !important;
  }
  /* line 12, ../../shared/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: 0.75rem !important;
  }
  /* line 15, ../../shared/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: 0.75rem !important;
  }
  /* line 18, ../../shared/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: 0.75rem !important;
  }
  /* line 21, ../../shared/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: 0.75rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1rem !important;
  }
  /* line 12, ../../shared/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: 1rem !important;
  }
  /* line 15, ../../shared/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: 1rem !important;
  }
  /* line 18, ../../shared/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: 1rem !important;
  }
  /* line 21, ../../shared/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: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 1.5rem !important;
  }
  /* line 12, ../../shared/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: 1.5rem !important;
  }
  /* line 15, ../../shared/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: 1.5rem !important;
  }
  /* line 18, ../../shared/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: 1.5rem !important;
  }
  /* line 21, ../../shared/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: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-6 {
    margin: 2rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-6,
.my-lg-6 {
    margin-top: 2rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-6,
.mx-lg-6 {
    margin-right: 2rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 2rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-6,
.mx-lg-6 {
    margin-left: 2rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-7 {
    margin: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-7,
.my-lg-7 {
    margin-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-7,
.mx-lg-7 {
    margin-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-7,
.mx-lg-7 {
    margin-left: 3rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-8 {
    margin: 4rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-8,
.my-lg-8 {
    margin-top: 4rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-8,
.mx-lg-8 {
    margin-right: 4rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 4rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-8,
.mx-lg-8 {
    margin-left: 4rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-9 {
    margin: 6rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-9,
.my-lg-9 {
    margin-top: 6rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-9,
.mx-lg-9 {
    margin-right: 6rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-9,
.my-lg-9 {
    margin-bottom: 6rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-9,
.mx-lg-9 {
    margin-left: 6rem !important;
  }
  /* line 11, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 0.75rem !important;
  }
  /* line 12, ../../shared/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: 0.75rem !important;
  }
  /* line 15, ../../shared/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: 0.75rem !important;
  }
  /* line 18, ../../shared/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: 0.75rem !important;
  }
  /* line 21, ../../shared/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: 0.75rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1rem !important;
  }
  /* line 12, ../../shared/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: 1rem !important;
  }
  /* line 15, ../../shared/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: 1rem !important;
  }
  /* line 18, ../../shared/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: 1rem !important;
  }
  /* line 21, ../../shared/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: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 1.5rem !important;
  }
  /* line 12, ../../shared/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: 1.5rem !important;
  }
  /* line 15, ../../shared/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: 1.5rem !important;
  }
  /* line 18, ../../shared/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: 1.5rem !important;
  }
  /* line 21, ../../shared/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: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-6 {
    padding: 2rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-6,
.py-lg-6 {
    padding-top: 2rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-6,
.px-lg-6 {
    padding-right: 2rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 2rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-6,
.px-lg-6 {
    padding-left: 2rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-7 {
    padding: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-7,
.py-lg-7 {
    padding-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-7,
.px-lg-7 {
    padding-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-7,
.px-lg-7 {
    padding-left: 3rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-8 {
    padding: 4rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-8,
.py-lg-8 {
    padding-top: 4rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-8,
.px-lg-8 {
    padding-right: 4rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 4rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-8,
.px-lg-8 {
    padding-left: 4rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-9 {
    padding: 6rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-9,
.py-lg-9 {
    padding-top: 6rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-9,
.px-lg-9 {
    padding-right: 6rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-9,
.py-lg-9 {
    padding-bottom: 6rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-9,
.px-lg-9 {
    padding-left: 6rem !important;
  }
  /* line 30, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -0.75rem !important;
  }
  /* line 31, ../../shared/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: -0.75rem !important;
  }
  /* line 34, ../../shared/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: -0.75rem !important;
  }
  /* line 37, ../../shared/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: -0.75rem !important;
  }
  /* line 40, ../../shared/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: -0.75rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1rem !important;
  }
  /* line 31, ../../shared/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: -1rem !important;
  }
  /* line 34, ../../shared/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: -1rem !important;
  }
  /* line 37, ../../shared/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: -1rem !important;
  }
  /* line 40, ../../shared/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: -1rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -1.5rem !important;
  }
  /* line 31, ../../shared/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: -1.5rem !important;
  }
  /* line 34, ../../shared/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: -1.5rem !important;
  }
  /* line 37, ../../shared/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: -1.5rem !important;
  }
  /* line 40, ../../shared/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: -1.5rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n6 {
    margin: -2rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -2rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -2rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -2rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -2rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n7 {
    margin: -3rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -3rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -3rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -3rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n8 {
    margin: -4rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -4rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -4rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -4rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -4rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n9 {
    margin: -6rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n9,
.my-lg-n9 {
    margin-top: -6rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n9,
.mx-lg-n9 {
    margin-right: -6rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n9,
.my-lg-n9 {
    margin-bottom: -6rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n9,
.mx-lg-n9 {
    margin-left: -6rem !important;
  }
  /* line 47, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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: 1280px) {
  /* line 11, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 0.75rem !important;
  }
  /* line 12, ../../shared/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: 0.75rem !important;
  }
  /* line 15, ../../shared/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: 0.75rem !important;
  }
  /* line 18, ../../shared/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: 0.75rem !important;
  }
  /* line 21, ../../shared/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: 0.75rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1rem !important;
  }
  /* line 12, ../../shared/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: 1rem !important;
  }
  /* line 15, ../../shared/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: 1rem !important;
  }
  /* line 18, ../../shared/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: 1rem !important;
  }
  /* line 21, ../../shared/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: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 1.5rem !important;
  }
  /* line 12, ../../shared/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: 1.5rem !important;
  }
  /* line 15, ../../shared/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: 1.5rem !important;
  }
  /* line 18, ../../shared/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: 1.5rem !important;
  }
  /* line 21, ../../shared/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: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-6 {
    margin: 2rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-6,
.my-xl-6 {
    margin-top: 2rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-6,
.mx-xl-6 {
    margin-right: 2rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 2rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-6,
.mx-xl-6 {
    margin-left: 2rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-7 {
    margin: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-7,
.my-xl-7 {
    margin-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-7,
.mx-xl-7 {
    margin-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-7,
.mx-xl-7 {
    margin-left: 3rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-8 {
    margin: 4rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-8,
.my-xl-8 {
    margin-top: 4rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-8,
.mx-xl-8 {
    margin-right: 4rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 4rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-8,
.mx-xl-8 {
    margin-left: 4rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-9 {
    margin: 6rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-9,
.my-xl-9 {
    margin-top: 6rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-9,
.mx-xl-9 {
    margin-right: 6rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-9,
.my-xl-9 {
    margin-bottom: 6rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-9,
.mx-xl-9 {
    margin-left: 6rem !important;
  }
  /* line 11, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 0.75rem !important;
  }
  /* line 12, ../../shared/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: 0.75rem !important;
  }
  /* line 15, ../../shared/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: 0.75rem !important;
  }
  /* line 18, ../../shared/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: 0.75rem !important;
  }
  /* line 21, ../../shared/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: 0.75rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1rem !important;
  }
  /* line 12, ../../shared/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: 1rem !important;
  }
  /* line 15, ../../shared/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: 1rem !important;
  }
  /* line 18, ../../shared/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: 1rem !important;
  }
  /* line 21, ../../shared/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: 1rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 1.5rem !important;
  }
  /* line 12, ../../shared/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: 1.5rem !important;
  }
  /* line 15, ../../shared/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: 1.5rem !important;
  }
  /* line 18, ../../shared/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: 1.5rem !important;
  }
  /* line 21, ../../shared/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: 1.5rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-6 {
    padding: 2rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-6,
.py-xl-6 {
    padding-top: 2rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-6,
.px-xl-6 {
    padding-right: 2rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 2rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-6,
.px-xl-6 {
    padding-left: 2rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-7 {
    padding: 3rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-7,
.py-xl-7 {
    padding-top: 3rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-7,
.px-xl-7 {
    padding-right: 3rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 3rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-7,
.px-xl-7 {
    padding-left: 3rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-8 {
    padding: 4rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-8,
.py-xl-8 {
    padding-top: 4rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-8,
.px-xl-8 {
    padding-right: 4rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 4rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-8,
.px-xl-8 {
    padding-left: 4rem !important;
  }
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-9 {
    padding: 6rem !important;
  }
  /* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-9,
.py-xl-9 {
    padding-top: 6rem !important;
  }
  /* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-9,
.px-xl-9 {
    padding-right: 6rem !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-9,
.py-xl-9 {
    padding-bottom: 6rem !important;
  }
  /* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-9,
.px-xl-9 {
    padding-left: 6rem !important;
  }
  /* line 30, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -0.75rem !important;
  }
  /* line 31, ../../shared/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: -0.75rem !important;
  }
  /* line 34, ../../shared/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: -0.75rem !important;
  }
  /* line 37, ../../shared/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: -0.75rem !important;
  }
  /* line 40, ../../shared/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: -0.75rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -1rem !important;
  }
  /* line 31, ../../shared/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: -1rem !important;
  }
  /* line 34, ../../shared/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: -1rem !important;
  }
  /* line 37, ../../shared/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: -1rem !important;
  }
  /* line 40, ../../shared/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: -1rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -1.5rem !important;
  }
  /* line 31, ../../shared/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: -1.5rem !important;
  }
  /* line 34, ../../shared/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: -1.5rem !important;
  }
  /* line 37, ../../shared/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: -1.5rem !important;
  }
  /* line 40, ../../shared/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: -1.5rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n6 {
    margin: -2rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -2rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -2rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -2rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -2rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n7 {
    margin: -3rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -3rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -3rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -3rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -3rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n8 {
    margin: -4rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -4rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -4rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -4rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -4rem !important;
  }
  /* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n9 {
    margin: -6rem !important;
  }
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n9,
.my-xl-n9 {
    margin-top: -6rem !important;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n9,
.mx-xl-n9 {
    margin-right: -6rem !important;
  }
  /* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n9,
.my-xl-n9 {
    margin-bottom: -6rem !important;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n9,
.mx-xl-n9 {
    margin-left: -6rem !important;
  }
  /* line 47, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-monospace {
  font-family: Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 11, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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: 1280px) {
  /* line 22, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #114b5f !important;
}

/* line 17, ../../shared/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: #05181e !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #868e96 !important;
}

/* line 17, ../../shared/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: #60686f !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #5eba00 !important;
}

/* line 17, ../../shared/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: #376e00 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #45aaf2 !important;
}

/* line 17, ../../shared/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: #0f86db !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #f1c40f !important;
}

/* line 17, ../../shared/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: #aa8a0a !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #ff4242 !important;
}

/* line 17, ../../shared/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: #f50000 !important;
}

/* line 6, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-subtext {
  color: #3cdbc0 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-subtext:hover, a.text-subtext:focus {
  color: #20ab93 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-grey-l1 {
  color: #4b5563 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-grey-l1:hover, a.text-grey-l1:focus {
  color: #2a3037 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-grey-l2 {
  color: #6b7280 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-grey-l2:hover, a.text-grey-l2:focus {
  color: #484d56 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-blue-d2 {
  color: #2563eb !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-blue-d2:hover, a.text-blue-d2:focus {
  color: #1043b3 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-navy-d5 {
  color: #1f2937 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-navy-d5:hover, a.text-navy-d5:focus {
  color: #030506 !important;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-body {
  color: #495057 !important;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-muted {
  color: #9aa0ac !important;
}

/* line 54, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-reset {
  color: inherit !important;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 11, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 52, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 63, ../../shared/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, ../../shared/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, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  body {
    min-width: 992px !important;
  }
  /* line 86, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 91, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 94, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 98, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table, .text-wrap table {
    border-collapse: collapse !important;
  }
  /* line 101, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table td, .text-wrap table td,
.table th,
.text-wrap table th {
    background-color: #fff !important;
  }
  /* line 108, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th, .text-wrap table th,
.table-bordered td,
.text-wrap table td {
    border: 1px solid #dee2e6 !important;
  }
  /* line 114, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table-dark {
    color: inherit;
  }
  /* line 117, ../../shared/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: rgba(0, 40, 100, 0.12);
  }
  /* line 125, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table .thead-dark th, .text-wrap table .thead-dark th {
    color: inherit;
    border-color: rgba(0, 40, 100, 0.12);
  }
}

/* line 1, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_core.scss */
html {
  font-size: 16px;
  height: 100%;
  direction: ltr;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_core.scss */
body {
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  touch-action: manipulation;
  font-feature-settings: "liga" 0;
  height: 100%;
  overflow-y: scroll;
  position: relative;
}

@media print {
  /* line 7, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_core.scss */
  body {
    background: none;
  }
}

/* line 1, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_type.scss */
.lead {
  line-height: 1.4;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_type.scss */
a {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_type.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: inherit;
}

/* line 16, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_type.scss */
strong,
b {
  font-weight: 600;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_type.scss */
p,
ul,
ol,
blockquote {
  margin-bottom: 1em;
}

/* line 28, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_type.scss */
blockquote {
  font-style: italic;
  color: #6e7687;
  padding-left: 2rem;
  border-left: 2px solid rgba(0, 40, 100, 0.12);
}

/* line 34, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_type.scss */
blockquote p {
  margin-bottom: 1rem;
}

/* line 38, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_type.scss */
blockquote cite {
  display: block;
  text-align: right;
}

/* line 42, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_type.scss */
blockquote cite:before {
  content: '— ';
}

/* line 48, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_type.scss */
code {
  background: rgba(0, 0, 0, 0.025);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  padding: 3px;
}

/* line 54, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_type.scss */
pre code {
  padding: 0;
  border-radius: 0;
  border: none;
  background: none;
}

/* line 62, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_type.scss */
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* line 67, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_type.scss */
pre {
  color: #343a40;
  padding: 1rem;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #f8fafc;
  border-radius: 3px;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  text-shadow: 0 1px white;
  -webkit-hyphens: none;
          hyphens: none;
}

/* line 80, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_type.scss */
img {
  max-width: 100%;
}

/* line 84, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_type.scss */
.text-wrap {
  font-size: 1rem;
  line-height: 1.66;
}

/* line 88, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_type.scss */
.text-wrap > :first-child {
  margin-top: 0;
}

/* line 92, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_type.scss */
.text-wrap > :last-child {
  margin-bottom: 0;
}

/* line 97, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_type.scss */
.text-wrap > h1, .text-wrap > h2, .text-wrap > h3, .text-wrap > h4, .text-wrap > h5, .text-wrap > h6 {
  margin-top: 1em;
}

/* line 107, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_type.scss */
.section-nav {
  background-color: #f8f9fa;
  margin: 1rem 0;
  padding: .5rem 1rem;
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 3px;
  list-style: none;
}

/* line 115, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_type.scss */
.section-nav:before {
  content: 'Table of contents:';
  display: block;
  font-weight: 600;
}

@media print {
  /* line 1, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_grid.scss */
  .container {
    max-width: none;
  }
}

/* line 8, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_grid.scss */
.row-cards > .col,
.row-cards > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

/* line 16, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_grid.scss */
.row-deck > .col,
.row-deck > [class*='col-'] {
  display: flex;
  align-items: stretch;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_grid.scss */
.row-deck > .col .card,
.row-deck > [class*='col-'] .card {
  flex: 1 1 auto;
}

/* line 27, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_grid.scss */
.col-text {
  max-width: 48rem;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_grid.scss */
.col-login {
  max-width: 24rem;
}

/* line 36, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_grid.scss */
.gutters-0 {
  margin-right: 0;
  margin-left: 0;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_grid.scss */
.gutters-0 > .col,
.gutters-0 > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_grid.scss */
.gutters-0 .card {
  margin-bottom: 0;
}

/* line 36, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_grid.scss */
.gutters-xs {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_grid.scss */
.gutters-xs > .col,
.gutters-xs > [class*="col-"] {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_grid.scss */
.gutters-xs .card {
  margin-bottom: 0.5rem;
}

/* line 36, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_grid.scss */
.gutters-sm {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_grid.scss */
.gutters-sm > .col,
.gutters-sm > [class*="col-"] {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_grid.scss */
.gutters-sm .card {
  margin-bottom: 1rem;
}

/* line 36, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_grid.scss */
.gutters-lg {
  margin-right: -1rem;
  margin-left: -1rem;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_grid.scss */
.gutters-lg > .col,
.gutters-lg > [class*="col-"] {
  padding-right: 1rem;
  padding-left: 1rem;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_grid.scss */
.gutters-lg .card {
  margin-bottom: 2rem;
}

/* line 36, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_grid.scss */
.gutters-xl {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_grid.scss */
.gutters-xl > .col,
.gutters-xl > [class*="col-"] {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_grid.scss */
.gutters-xl .card {
  margin-bottom: 3rem;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_layout.scss */
.page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_layout.scss */
body.fixed-header .page {
  padding-top: 4.5rem;
}

@media (min-width: 1600px) {
  /* line 11, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_layout.scss */
  body.aside-opened .page {
    margin-right: 22rem;
  }
}

/* line 18, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_layout.scss */
.page-main {
  flex: 1 1 auto;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_layout.scss */
.page-content {
  margin: .75rem 0;
}

@media (min-width: 768px) {
  /* line 22, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_layout.scss */
  .page-content {
    margin: 1.5rem 0;
  }
}

/* line 30, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_layout.scss */
.page-header {
  display: flex;
  align-items: center;
  margin: 1.5rem 0 1.5rem;
  flex-wrap: wrap;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_layout.scss */
.page-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.5rem;
}

/* line 44, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_layout.scss */
.page-title-icon {
  color: #9aa0ac;
  font-size: 1.25rem;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_layout.scss */
.page-subtitle {
  font-size: 0.8125rem;
  color: #6e7687;
  margin-left: 2rem;
}

/* line 54, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_layout.scss */
.page-subtitle a {
  color: inherit;
}

/* line 59, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_layout.scss */
.page-options {
  margin-left: auto;
}

/* line 63, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_layout.scss */
.page-breadcrumb {
  flex-basis: 100%;
}

/* line 67, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_layout.scss */
.page-description {
  margin: .25rem 0 0;
  color: #6e7687;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_layout.scss */
.page-description a {
  color: inherit;
}

/* line 76, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_layout.scss */
.page-single {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}

/* line 86, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_layout.scss */
.content-heading {
  font-weight: 400;
  margin: 2rem 0 1.5rem;
  font-size: 1.25rem;
  line-height: 1.25;
}

/* line 92, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_layout.scss */
.content-heading:first-child {
  margin-top: 0;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_aside.scss */
.aside {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 22rem;
  background: #ffffff;
  border-left: 1px solid rgba(0, 40, 100, 0.12);
  display: flex;
  flex-direction: column;
  z-index: 100;
  visibility: hidden;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
}

@media (min-width: 1600px) {
  /* line 15, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_aside.scss */
  body.aside-opened .aside {
    visibility: visible;
  }
}

/* line 22, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_aside.scss */
.aside-body {
  padding: 1.5rem;
  flex: 1 1 auto;
  overflow: auto;
}

/* line 28, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_aside.scss */
.aside-footer {
  padding: 1rem 1.5rem;
  border-top: 1px solid rgba(0, 40, 100, 0.12);
}

/* line 33, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_aside.scss */
.aside-header {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid rgba(0, 40, 100, 0.12);
}

/* line 1, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_header.scss */
.header {
  padding-top: .75rem;
  padding-bottom: .75rem;
  background: #fff;
  border-bottom: 1px solid rgba(0, 40, 100, 0.12);
}

/* line 7, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_header.scss */
body.fixed-header .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}

@media print {
  /* line 1, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_header.scss */
  .header {
    display: none;
  }
}

/* line 19, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_header.scss */
.header .dropdown-menu {
  margin-top: .75rem;
}

/* line 24, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_header.scss */
.nav-unread {
  position: absolute;
  top: .25rem;
  right: .25rem;
  background: #cd201f;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_header.scss */
.header-brand {
  color: inherit;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap;
  font-weight: 600;
  padding: 0;
  transition: .3s opacity;
  line-height: 2rem;
}

/* line 44, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_header.scss */
.header-brand:hover {
  opacity: .8;
  color: inherit;
  text-decoration: none;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_header.scss */
.header-brand-img {
  height: 2rem;
  line-height: 2rem;
  vertical-align: bottom;
  margin-right: .5rem;
  width: auto;
}

/* line 59, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_header.scss */
.header-avatar {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  vertical-align: bottom;
  border-radius: 50%;
}

/* line 82, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_header.scss */
.header-btn {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  font-size: 1rem;
}

/* line 90, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_header.scss */
.header-btn.has-new {
  position: relative;
}

/* line 93, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_header.scss */
.header-btn.has-new:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #cd201f;
  position: absolute;
  top: 4px;
  right: 4px;
  border-radius: 50%;
}

/* line 106, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_header.scss */
.header-toggler {
  width: 2rem;
  height: 2rem;
  position: relative;
  color: #9aa0ac;
}

/* line 112, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_header.scss */
.header-toggler:hover {
  color: #6e7687;
}

/* line 117, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_header.scss */
.header-toggler-icon {
  position: absolute;
  width: 1rem;
  height: 2px;
  color: inherit;
  background: currentColor;
  border-radius: 3px;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -.5rem;
  box-shadow: 0 5px currentColor, 0 -5px currentColor;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_footer.scss */
.footer {
  background: #fff;
  border-top: 1px solid rgba(0, 40, 100, 0.12);
  font-size: 0.875rem;
  padding: 1.25rem 0;
  color: #9aa0ac;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_footer.scss */
.footer a:not(.btn) {
  color: #6e7687;
}

@media print {
  /* line 1, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_footer.scss */
  .footer {
    display: none;
  }
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-blue-lightest {
  background-color: #edf2fa !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-blue-lightest:hover, a.bg-blue-lightest:focus,
button.bg-blue-lightest:hover,
button.bg-blue-lightest:focus {
  background-color: #c5d5ef !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-blue-lighter {
  background-color: #c8d9f1 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-blue-lighter:hover, a.bg-blue-lighter:focus,
button.bg-blue-lighter:hover,
button.bg-blue-lighter:focus {
  background-color: #9fbde7 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-blue-light {
  background-color: #7ea5dd !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-blue-light:hover, a.bg-blue-light:focus,
button.bg-blue-light:hover,
button.bg-blue-light:focus {
  background-color: #5689d2 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-blue-dark {
  background-color: #3866a6 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-blue-dark:hover, a.bg-blue-dark:focus,
button.bg-blue-dark:hover,
button.bg-blue-dark:focus {
  background-color: #2b4f80 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-blue-darker {
  background-color: #1c3353 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-blue-darker:hover, a.bg-blue-darker:focus,
button.bg-blue-darker:hover,
button.bg-blue-darker:focus {
  background-color: #0f1c2d !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-blue-darkest {
  background-color: #0e1929 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-blue-darkest:hover, a.bg-blue-darkest:focus,
button.bg-blue-darkest:hover,
button.bg-blue-darkest:focus {
  background-color: #010203 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-indigo-lightest {
  background-color: #f0f1fa !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-indigo-lightest:hover, a.bg-indigo-lightest:focus,
button.bg-indigo-lightest:hover,
button.bg-indigo-lightest:focus {
  background-color: #cacded !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-indigo-lighter {
  background-color: #d1d5f0 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-indigo-lighter:hover, a.bg-indigo-lighter:focus,
button.bg-indigo-lighter:hover,
button.bg-indigo-lighter:focus {
  background-color: #abb2e3 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-indigo-light {
  background-color: #939edc !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-indigo-light:hover, a.bg-indigo-light:focus,
button.bg-indigo-light:hover,
button.bg-indigo-light:focus {
  background-color: #6c7bd0 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-indigo-dark {
  background-color: #515da4 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-indigo-dark:hover, a.bg-indigo-dark:focus,
button.bg-indigo-dark:hover,
button.bg-indigo-dark:focus {
  background-color: #404a82 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-indigo-darker {
  background-color: #282e52 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-indigo-darker:hover, a.bg-indigo-darker:focus,
button.bg-indigo-darker:hover,
button.bg-indigo-darker:focus {
  background-color: #171b30 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-indigo-darkest {
  background-color: #141729 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-indigo-darkest:hover, a.bg-indigo-darkest:focus,
button.bg-indigo-darkest:hover,
button.bg-indigo-darkest:focus {
  background-color: #030407 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-purple-lightest {
  background-color: #f6effd !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-purple-lightest:hover, a.bg-purple-lightest:focus,
button.bg-purple-lightest:hover,
button.bg-purple-lightest:focus {
  background-color: #ddc2f7 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-purple-lighter {
  background-color: #e4cff9 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-purple-lighter:hover, a.bg-purple-lighter:focus,
button.bg-purple-lighter:hover,
button.bg-purple-lighter:focus {
  background-color: #cba2f3 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-purple-light {
  background-color: #c08ef0 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-purple-light:hover, a.bg-purple-light:focus,
button.bg-purple-light:hover,
button.bg-purple-light:focus {
  background-color: #a761ea !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-purple-dark {
  background-color: #844bbb !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-purple-dark:hover, a.bg-purple-dark:focus,
button.bg-purple-dark:hover,
button.bg-purple-dark:focus {
  background-color: #6a3a99 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-purple-darker {
  background-color: #42265e !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-purple-darker:hover, a.bg-purple-darker:focus,
button.bg-purple-darker:hover,
button.bg-purple-darker:focus {
  background-color: #29173a !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-purple-darkest {
  background-color: #21132f !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-purple-darkest:hover, a.bg-purple-darkest:focus,
button.bg-purple-darkest:hover,
button.bg-purple-darkest:focus {
  background-color: #08040b !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-pink-lightest {
  background-color: #fef0f5 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-pink-lightest:hover, a.bg-pink-lightest:focus,
button.bg-pink-lightest:hover,
button.bg-pink-lightest:focus {
  background-color: #fbc0d5 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-pink-lighter {
  background-color: #fcd3e1 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-pink-lighter:hover, a.bg-pink-lighter:focus,
button.bg-pink-lighter:hover,
button.bg-pink-lighter:focus {
  background-color: #f9a3c0 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-pink-light {
  background-color: #f999b9 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-pink-light:hover, a.bg-pink-light:focus,
button.bg-pink-light:hover,
button.bg-pink-light:focus {
  background-color: #f66998 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-pink-dark {
  background-color: #c5577c !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-pink-dark:hover, a.bg-pink-dark:focus,
button.bg-pink-dark:hover,
button.bg-pink-dark:focus {
  background-color: #ad3c62 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-pink-darker {
  background-color: #622c3e !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-pink-darker:hover, a.bg-pink-darker:focus,
button.bg-pink-darker:hover,
button.bg-pink-darker:focus {
  background-color: #3f1c28 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-pink-darkest {
  background-color: #31161f !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-pink-darkest:hover, a.bg-pink-darkest:focus,
button.bg-pink-darkest:hover,
button.bg-pink-darkest:focus {
  background-color: #0e0609 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-red-lightest {
  background-color: #fae9e9 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-red-lightest:hover, a.bg-red-lightest:focus,
button.bg-red-lightest:hover,
button.bg-red-lightest:focus {
  background-color: #f1bfbf !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-red-lighter {
  background-color: #f0bcbc !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-red-lighter:hover, a.bg-red-lighter:focus,
button.bg-red-lighter:hover,
button.bg-red-lighter:focus {
  background-color: #e79292 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-red-light {
  background-color: #dc6362 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-red-light:hover, a.bg-red-light:focus,
button.bg-red-light:hover,
button.bg-red-light:focus {
  background-color: #d33a38 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-red-dark {
  background-color: #a41a19 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-red-dark:hover, a.bg-red-dark:focus,
button.bg-red-dark:hover,
button.bg-red-dark:focus {
  background-color: #781312 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-red-darker {
  background-color: #520d0c !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-red-darker:hover, a.bg-red-darker:focus,
button.bg-red-darker:hover,
button.bg-red-darker:focus {
  background-color: #260605 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-red-darkest {
  background-color: #290606 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-red-darkest:hover, a.bg-red-darkest:focus,
button.bg-red-darkest:hover,
button.bg-red-darkest:focus {
  background-color: black !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-orange-lightest {
  background-color: #fff5ec !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-orange-lightest:hover, a.bg-orange-lightest:focus,
button.bg-orange-lightest:hover,
button.bg-orange-lightest:focus {
  background-color: peachpuff !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-orange-lighter {
  background-color: #fee0c7 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-orange-lighter:hover, a.bg-orange-lighter:focus,
button.bg-orange-lighter:hover,
button.bg-orange-lighter:focus {
  background-color: #fdc495 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-orange-light {
  background-color: #feb67c !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-orange-light:hover, a.bg-orange-light:focus,
button.bg-orange-light:hover,
button.bg-orange-light:focus {
  background-color: #fe9a49 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-orange-dark {
  background-color: #ca7836 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-orange-dark:hover, a.bg-orange-dark:focus,
button.bg-orange-dark:hover,
button.bg-orange-dark:focus {
  background-color: #a2602b !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-orange-darker {
  background-color: #653c1b !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-orange-darker:hover, a.bg-orange-darker:focus,
button.bg-orange-darker:hover,
button.bg-orange-darker:focus {
  background-color: #3d2410 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-orange-darkest {
  background-color: #331e0e !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-orange-darkest:hover, a.bg-orange-darkest:focus,
button.bg-orange-darkest:hover,
button.bg-orange-darkest:focus {
  background-color: #0b0603 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-yellow-lightest {
  background-color: #fef9e7 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-yellow-lightest:hover, a.bg-yellow-lightest:focus,
button.bg-yellow-lightest:hover,
button.bg-yellow-lightest:focus {
  background-color: #fcedb6 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-yellow-lighter {
  background-color: #fbedb7 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-yellow-lighter:hover, a.bg-yellow-lighter:focus,
button.bg-yellow-lighter:hover,
button.bg-yellow-lighter:focus {
  background-color: #f8e187 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-yellow-light {
  background-color: #f5d657 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-yellow-light:hover, a.bg-yellow-light:focus,
button.bg-yellow-light:hover,
button.bg-yellow-light:focus {
  background-color: #f2ca27 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-yellow-dark {
  background-color: #c19d0c !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-yellow-dark:hover, a.bg-yellow-dark:focus,
button.bg-yellow-dark:hover,
button.bg-yellow-dark:focus {
  background-color: #917609 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-yellow-darker {
  background-color: #604e06 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-yellow-darker:hover, a.bg-yellow-darker:focus,
button.bg-yellow-darker:hover,
button.bg-yellow-darker:focus {
  background-color: #302703 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-yellow-darkest {
  background-color: #302703 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-yellow-darkest:hover, a.bg-yellow-darkest:focus,
button.bg-yellow-darkest:hover,
button.bg-yellow-darkest:focus {
  background-color: black !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-green-lightest {
  background-color: #eff8e6 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-green-lightest:hover, a.bg-green-lightest:focus,
button.bg-green-lightest:hover,
button.bg-green-lightest:focus {
  background-color: #d6edbe !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-green-lighter {
  background-color: #cfeab3 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-green-lighter:hover, a.bg-green-lighter:focus,
button.bg-green-lighter:hover,
button.bg-green-lighter:focus {
  background-color: #b6df8b !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-green-light {
  background-color: #8ecf4d !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-green-light:hover, a.bg-green-light:focus,
button.bg-green-light:hover,
button.bg-green-light:focus {
  background-color: #75b831 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-green-dark {
  background-color: #4b9500 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-green-dark:hover, a.bg-green-dark:focus,
button.bg-green-dark:hover,
button.bg-green-dark:focus {
  background-color: #316200 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-green-darker {
  background-color: #264a00 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-green-darker:hover, a.bg-green-darker:focus,
button.bg-green-darker:hover,
button.bg-green-darker:focus {
  background-color: #0c1700 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-green-darkest {
  background-color: #132500 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-green-darkest:hover, a.bg-green-darkest:focus,
button.bg-green-darkest:hover,
button.bg-green-darkest:focus {
  background-color: black !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-teal-lightest {
  background-color: #eafaf8 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-teal-lightest:hover, a.bg-teal-lightest:focus,
button.bg-teal-lightest:hover,
button.bg-teal-lightest:focus {
  background-color: #c1f0ea !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-teal-lighter {
  background-color: #bfefea !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-teal-lighter:hover, a.bg-teal-lighter:focus,
button.bg-teal-lighter:hover,
button.bg-teal-lighter:focus {
  background-color: #96e5dd !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-teal-light {
  background-color: #6bdbcf !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-teal-light:hover, a.bg-teal-light:focus,
button.bg-teal-light:hover,
button.bg-teal-light:focus {
  background-color: #42d1c2 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-teal-dark {
  background-color: #22a295 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-teal-dark:hover, a.bg-teal-dark:focus,
button.bg-teal-dark:hover,
button.bg-teal-dark:focus {
  background-color: #19786e !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-teal-darker {
  background-color: #11514a !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-teal-darker:hover, a.bg-teal-darker:focus,
button.bg-teal-darker:hover,
button.bg-teal-darker:focus {
  background-color: #082723 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-teal-darkest {
  background-color: #092925 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-teal-darkest:hover, a.bg-teal-darkest:focus,
button.bg-teal-darkest:hover,
button.bg-teal-darkest:focus {
  background-color: black !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-cyan-lightest {
  background-color: #e8f6f8 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-cyan-lightest:hover, a.bg-cyan-lightest:focus,
button.bg-cyan-lightest:hover,
button.bg-cyan-lightest:focus {
  background-color: #c1e7ec !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-cyan-lighter {
  background-color: #b9e3ea !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-cyan-lighter:hover, a.bg-cyan-lighter:focus,
button.bg-cyan-lighter:hover,
button.bg-cyan-lighter:focus {
  background-color: #92d3de !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-cyan-light {
  background-color: #5dbecd !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-cyan-light:hover, a.bg-cyan-light:focus,
button.bg-cyan-light:hover,
button.bg-cyan-light:focus {
  background-color: #3aabbd !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-cyan-dark {
  background-color: #128293 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-cyan-dark:hover, a.bg-cyan-dark:focus,
button.bg-cyan-dark:hover,
button.bg-cyan-dark:focus {
  background-color: #0c5a66 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-cyan-darker {
  background-color: #09414a !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-cyan-darker:hover, a.bg-cyan-darker:focus,
button.bg-cyan-darker:hover,
button.bg-cyan-darker:focus {
  background-color: #03191d !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-cyan-darkest {
  background-color: #052025 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-cyan-darkest:hover, a.bg-cyan-darkest:focus,
button.bg-cyan-darkest:hover,
button.bg-cyan-darkest:focus {
  background-color: black !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-white-lightest {
  background-color: white !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-white-lightest:hover, a.bg-white-lightest:focus,
button.bg-white-lightest:hover,
button.bg-white-lightest:focus {
  background-color: #e6e6e6 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-white-lighter {
  background-color: white !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-white-lighter:hover, a.bg-white-lighter:focus,
button.bg-white-lighter:hover,
button.bg-white-lighter:focus {
  background-color: #e6e6e6 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-white-light {
  background-color: white !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-white-light:hover, a.bg-white-light:focus,
button.bg-white-light:hover,
button.bg-white-light:focus {
  background-color: #e6e6e6 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-white-dark {
  background-color: #cccccc !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-white-dark:hover, a.bg-white-dark:focus,
button.bg-white-dark:hover,
button.bg-white-dark:focus {
  background-color: #b3b3b3 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-white-darker {
  background-color: #666666 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-white-darker:hover, a.bg-white-darker:focus,
button.bg-white-darker:hover,
button.bg-white-darker:focus {
  background-color: #4d4d4d !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-white-darkest {
  background-color: #333333 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-white-darkest:hover, a.bg-white-darkest:focus,
button.bg-white-darkest:hover,
button.bg-white-darkest:focus {
  background-color: #1a1a1a !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-gray-lightest {
  background-color: #f3f4f5 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-gray-lightest:hover, a.bg-gray-lightest:focus,
button.bg-gray-lightest:hover,
button.bg-gray-lightest:focus {
  background-color: #d7dbde !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-gray-lighter {
  background-color: #dbdde0 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-gray-lighter:hover, a.bg-gray-lighter:focus,
button.bg-gray-lighter:hover,
button.bg-gray-lighter:focus {
  background-color: #c0c3c8 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-gray-light {
  background-color: #aab0b6 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-gray-light:hover, a.bg-gray-light:focus,
button.bg-gray-light:hover,
button.bg-gray-light:focus {
  background-color: #8f979e !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-gray-dark {
  background-color: #6b7278 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-gray-dark:hover, a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
  background-color: #53585d !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-gray-darker {
  background-color: #36393c !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-gray-darker:hover, a.bg-gray-darker:focus,
button.bg-gray-darker:hover,
button.bg-gray-darker:focus {
  background-color: #1e2021 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-gray-darkest {
  background-color: #1b1c1e !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-gray-darkest:hover, a.bg-gray-darkest:focus,
button.bg-gray-darkest:hover,
button.bg-gray-darkest:focus {
  background-color: #030303 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-gray-dark-lightest {
  background-color: #ebebec !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-gray-dark-lightest:hover, a.bg-gray-dark-lightest:focus,
button.bg-gray-dark-lightest:hover,
button.bg-gray-dark-lightest:focus {
  background-color: #d1d1d3 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-gray-dark-lighter {
  background-color: #c2c4c6 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-gray-dark-lighter:hover, a.bg-gray-dark-lighter:focus,
button.bg-gray-dark-lighter:hover,
button.bg-gray-dark-lighter:focus {
  background-color: #a8abad !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-gray-dark-light {
  background-color: #717579 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-gray-dark-light:hover, a.bg-gray-dark-light:focus,
button.bg-gray-dark-light:hover,
button.bg-gray-dark-light:focus {
  background-color: #585c5f !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-gray-dark-dark {
  background-color: #2a2e33 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-gray-dark-dark:hover, a.bg-gray-dark-dark:focus,
button.bg-gray-dark-dark:hover,
button.bg-gray-dark-dark:focus {
  background-color: #131517 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-gray-dark-darker {
  background-color: #15171a !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-gray-dark-darker:hover, a.bg-gray-dark-darker:focus,
button.bg-gray-dark-darker:hover,
button.bg-gray-dark-darker:focus {
  background-color: black !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-gray-dark-darkest {
  background-color: #0a0c0d !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-gray-dark-darkest:hover, a.bg-gray-dark-darkest:focus,
button.bg-gray-dark-darkest:hover,
button.bg-gray-dark-darkest:focus {
  background-color: black !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-azure-lightest {
  background-color: #ecf7fe !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-azure-lightest:hover, a.bg-azure-lightest:focus,
button.bg-azure-lightest:hover,
button.bg-azure-lightest:focus {
  background-color: #bce3fb !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-azure-lighter {
  background-color: #c7e6fb !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-azure-lighter:hover, a.bg-azure-lighter:focus,
button.bg-azure-lighter:hover,
button.bg-azure-lighter:focus {
  background-color: #97d1f8 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-azure-light {
  background-color: #7dc4f6 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-azure-light:hover, a.bg-azure-light:focus,
button.bg-azure-light:hover,
button.bg-azure-light:focus {
  background-color: #4daef3 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-azure-dark {
  background-color: #3788c2 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-azure-dark:hover, a.bg-azure-dark:focus,
button.bg-azure-dark:hover,
button.bg-azure-dark:focus {
  background-color: #2c6c9a !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-azure-darker {
  background-color: #1c4461 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-azure-darker:hover, a.bg-azure-darker:focus,
button.bg-azure-darker:hover,
button.bg-azure-darker:focus {
  background-color: #112839 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-azure-darkest {
  background-color: #0e2230 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-azure-darkest:hover, a.bg-azure-darkest:focus,
button.bg-azure-darkest:hover,
button.bg-azure-darkest:focus {
  background-color: #020609 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-lime-lightest {
  background-color: #f2fbeb !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-lime-lightest:hover, a.bg-lime-lightest:focus,
button.bg-lime-lightest:hover,
button.bg-lime-lightest:focus {
  background-color: #d6f3c1 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-lime-lighter {
  background-color: #d7f2c2 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-lime-lighter:hover, a.bg-lime-lighter:focus,
button.bg-lime-lighter:hover,
button.bg-lime-lighter:focus {
  background-color: #bbe998 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-lime-light {
  background-color: #a3e072 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-lime-light:hover, a.bg-lime-light:focus,
button.bg-lime-light:hover,
button.bg-lime-light:focus {
  background-color: #88d748 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-lime-dark {
  background-color: #62a82a !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-lime-dark:hover, a.bg-lime-dark:focus,
button.bg-lime-dark:hover,
button.bg-lime-dark:focus {
  background-color: #4a7f20 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-lime-darker {
  background-color: #315415 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-lime-darker:hover, a.bg-lime-darker:focus,
button.bg-lime-darker:hover,
button.bg-lime-darker:focus {
  background-color: #192b0b !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-lime-darkest {
  background-color: #192a0b !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-lime-darkest:hover, a.bg-lime-darkest:focus,
button.bg-lime-darkest:hover,
button.bg-lime-darkest:focus {
  background-color: #010200 !important;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_text.scss */
.display-1 i,
.display-2 i,
.display-3 i,
.display-4 i {
  vertical-align: baseline;
  font-size: 0.815em;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_text.scss */
.text-inherit {
  color: inherit !important;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_text.scss */
.text-default {
  color: #495057 !important;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_text.scss */
.text-muted-dark {
  color: #6e7687 !important;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_text.scss */
.tracking-tight {
  letter-spacing: -0.05em !important;
}

/* line 16, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_text.scss */
.tracking-normal {
  letter-spacing: 0 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_text.scss */
.tracking-wide {
  letter-spacing: 0.05em !important;
}

/* line 19, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_text.scss */
.leading-none {
  line-height: 1 !important;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_text.scss */
.leading-tight {
  line-height: 1.25 !important;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_text.scss */
.leading-normal {
  line-height: 1.5 !important;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_text.scss */
.leading-loose {
  line-height: 2 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-blue {
  background-color: #467fcf !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #2f66b3 !important;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_utilities.scss */
.text-blue {
  color: #467fcf !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-indigo {
  background-color: #6574cd !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-indigo:hover, a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: #3f51c1 !important;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_utilities.scss */
.text-indigo {
  color: #6574cd !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-purple {
  background-color: #a55eea !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #8c31e4 !important;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_utilities.scss */
.text-purple {
  color: #a55eea !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-pink {
  background-color: #f66d9b !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-pink:hover, a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: #f33d7a !important;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_utilities.scss */
.text-pink {
  color: #f66d9b !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-red {
  background-color: #cd201f !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #a11918 !important;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_utilities.scss */
.text-red {
  color: #cd201f !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-orange {
  background-color: #fd9644 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #fc7a12 !important;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_utilities.scss */
.text-orange {
  color: #fd9644 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-yellow {
  background-color: #f1c40f !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #c29d0b !important;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_utilities.scss */
.text-yellow {
  color: #f1c40f !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-green {
  background-color: #5eba00 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #448700 !important;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_utilities.scss */
.text-green {
  color: #5eba00 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-teal {
  background-color: #2bcbba !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-teal:hover, a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #22a193 !important;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_utilities.scss */
.text-teal {
  color: #2bcbba !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-cyan {
  background-color: #17a2b8 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-cyan:hover, a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  background-color: #117a8b !important;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_utilities.scss */
.text-cyan {
  color: #17a2b8 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_utilities.scss */
.text-white {
  color: #fff !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-gray {
  background-color: #868e96 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #6c757d !important;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_utilities.scss */
.text-gray {
  color: #868e96 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-gray-dark {
  background-color: #343a40 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-gray-dark:hover, a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
  background-color: #1d2124 !important;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_utilities.scss */
.text-gray-dark {
  color: #343a40 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-azure {
  background-color: #45aaf2 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-azure:hover, a.bg-azure:focus,
button.bg-azure:hover,
button.bg-azure:focus {
  background-color: #1594ef !important;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_utilities.scss */
.text-azure {
  color: #45aaf2 !important;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-lime {
  background-color: #7bd235 !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-lime:hover, a.bg-lime:focus,
button.bg-lime:hover,
button.bg-lime:focus {
  background-color: #63ad27 !important;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_utilities.scss */
.text-lime {
  color: #7bd235 !important;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_utilities.scss */
.icon {
  color: #9aa0ac !important;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_utilities.scss */
.icon i {
  vertical-align: -1px;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_utilities.scss */
a.icon {
  text-decoration: none;
  cursor: pointer;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_utilities.scss */
a.icon:hover {
  color: #495057 !important;
}

/* line 27, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_utilities.scss */
.o-auto {
  overflow: auto !important;
}

/* line 28, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_utilities.scss */
.o-hidden {
  overflow: hidden !important;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_utilities.scss */
.shadow {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_utilities.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_nav.scss */
.nav-link,
.nav-item {
  padding: 0 .75rem;
  min-width: 2rem;
  transition: .3s color;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_nav.scss */
.nav-link .badge,
.nav-item .badge {
  position: absolute;
  top: 0;
  right: 0;
  padding: .2rem .25rem;
  min-width: 1rem;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_nav.scss */
.nav-tabs {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #9aa0ac;
  margin: 0 -.75rem;
}

/* line 25, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_nav.scss */
.nav-tabs .nav-link {
  border: 0;
  color: inherit;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  transition: .3s border-color;
  font-weight: 400;
  padding: 1rem 0;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_nav.scss */
.nav-tabs .nav-link:hover:not(.disabled) {
  border-color: #6e7687;
  color: #6e7687;
}

/* line 39, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_nav.scss */
.nav-tabs .nav-link.active {
  border-color: #467fcf;
  color: #467fcf;
  background: transparent;
}

/* line 45, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_nav.scss */
.nav-tabs .nav-link.disabled {
  opacity: .4;
  cursor: default;
  pointer-events: none;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_nav.scss */
.nav-tabs .nav-item {
  margin-bottom: 0;
  position: relative;
}

/* line 56, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_nav.scss */
.nav-tabs .nav-item i {
  margin-right: .25rem;
  line-height: 1;
  font-size: 0.875rem;
  width: 0.875rem;
  vertical-align: baseline;
  display: inline-block;
}

/* line 66, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_nav.scss */
.nav-tabs .nav-item:hover .nav-submenu {
  display: block;
}

/* line 72, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_nav.scss */
.nav-tabs .nav-submenu {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-top: none;
  z-index: 10;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  min-width: 10rem;
  border-radius: 0 0 3px 3px;
}

/* line 83, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_nav.scss */
.nav-tabs .nav-submenu .nav-item {
  display: block;
  padding: .5rem 1rem;
  color: #9aa0ac;
  margin: 0 !important;
  cursor: pointer;
  transition: .3s background;
}

/* line 91, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_nav.scss */
.nav-tabs .nav-submenu .nav-item.active {
  color: #114b5f;
}

/* line 95, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_nav.scss */
.nav-tabs .nav-submenu .nav-item:hover {
  color: #6e7687;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.024);
}

/* line 1, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn {
  cursor: pointer;
  font-weight: 600;
  letter-spacing: .03em;
  font-size: 0.8125rem;
  min-width: 2.375rem;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn i {
  font-size: 1rem;
  vertical-align: -2px;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-icon {
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: center;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-secondary {
  color: #495057;
  background-color: #fff;
  border-color: rgba(0, 40, 100, 0.12);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-secondary:hover {
  color: #495057;
  background-color: #f6f6f6;
  border-color: rgba(0, 20, 49, 0.12);
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  color: #495057;
  background-color: #f6f6f6;
  border-color: rgba(0, 20, 49, 0.12);
  box-shadow: 0 0 0 2px rgba(54, 69, 90, 0.5);
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #495057;
  background-color: #fff;
  border-color: rgba(0, 40, 100, 0.12);
}

/* line 43, ../../shared/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: #495057;
  background-color: #e6e6e6;
  border-color: rgba(0, 15, 36, 0.12);
}

/* line 53, ../../shared/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 2px rgba(54, 69, 90, 0.5);
}

/* line 25, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-pill {
  border-radius: 10rem;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-square {
  border-radius: 0;
}

/* line 36, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-facebook:hover {
  color: #fff;
  background-color: #30497c;
  border-color: #2d4373;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-facebook:focus, .btn-facebook.focus {
  color: #fff;
  background-color: #30497c;
  border-color: #2d4373;
  box-shadow: 0 0 0 2px rgba(88, 114, 167, 0.5);
}

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

/* line 43, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook.active:not(:disabled):not(.disabled), .show > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: #293e6a;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook.active:not(:disabled):not(.disabled):focus, .show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(88, 114, 167, 0.5);
}

/* line 36, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-twitter {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-twitter:hover {
  color: #fff;
  background-color: #0d8ddc;
  border-color: #0c85d0;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-twitter:focus, .btn-twitter.focus {
  color: #fff;
  background-color: #0d8ddc;
  border-color: #0c85d0;
  box-shadow: 0 0 0 2px rgba(63, 175, 244, 0.5);
}

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

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

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter.active:not(:disabled):not(.disabled):focus, .show > .btn-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(63, 175, 244, 0.5);
}

/* line 36, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-google {
  color: #fff;
  background-color: #dc4e41;
  border-color: #dc4e41;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-google:hover {
  color: #fff;
  background-color: #d03526;
  border-color: #c63224;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-google:focus, .btn-google.focus {
  color: #fff;
  background-color: #d03526;
  border-color: #c63224;
  box-shadow: 0 0 0 2px rgba(225, 105, 94, 0.5);
}

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

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

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-google:not(:disabled):not(.disabled):active:focus, .btn-google.active:not(:disabled):not(.disabled):focus, .show > .btn-google.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(225, 105, 94, 0.5);
}

/* line 36, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-youtube {
  color: #fff;
  background-color: #f00;
  border-color: #f00;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-youtube:hover {
  color: #fff;
  background-color: #d90000;
  border-color: #cc0000;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-youtube:focus, .btn-youtube.focus {
  color: #fff;
  background-color: #d90000;
  border-color: #cc0000;
  box-shadow: 0 0 0 2px rgba(255, 38, 38, 0.5);
}

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

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

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

/* line 36, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-vimeo {
  color: #fff;
  background-color: #1ab7ea;
  border-color: #1ab7ea;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-vimeo:hover {
  color: #fff;
  background-color: #139ecb;
  border-color: #1295bf;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-vimeo:focus, .btn-vimeo.focus {
  color: #fff;
  background-color: #139ecb;
  border-color: #1295bf;
  box-shadow: 0 0 0 2px rgba(60, 194, 237, 0.5);
}

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

/* line 43, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-vimeo:not(:disabled):not(.disabled):active, .btn-vimeo.active:not(:disabled):not(.disabled), .show > .btn-vimeo.dropdown-toggle {
  color: #fff;
  background-color: #1295bf;
  border-color: #108cb4;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-vimeo:not(:disabled):not(.disabled):active:focus, .btn-vimeo.active:not(:disabled):not(.disabled):focus, .show > .btn-vimeo.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(60, 194, 237, 0.5);
}

/* line 36, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-dribbble {
  color: #fff;
  background-color: #ea4c89;
  border-color: #ea4c89;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-dribbble:hover {
  color: #fff;
  background-color: #e62a72;
  border-color: #e51e6b;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dribbble:focus, .btn-dribbble.focus {
  color: #fff;
  background-color: #e62a72;
  border-color: #e51e6b;
  box-shadow: 0 0 0 2px rgba(237, 103, 155, 0.5);
}

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

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

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dribbble:not(:disabled):not(.disabled):active:focus, .btn-dribbble.active:not(:disabled):not(.disabled):focus, .show > .btn-dribbble.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(237, 103, 155, 0.5);
}

/* line 36, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-github {
  color: #fff;
  background-color: #181717;
  border-color: #181717;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-github:hover {
  color: #fff;
  background-color: #040404;
  border-color: black;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-github:focus, .btn-github.focus {
  color: #fff;
  background-color: #040404;
  border-color: black;
  box-shadow: 0 0 0 2px rgba(59, 58, 58, 0.5);
}

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

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

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-github:not(:disabled):not(.disabled):active:focus, .btn-github.active:not(:disabled):not(.disabled):focus, .show > .btn-github.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(59, 58, 58, 0.5);
}

/* line 36, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-instagram {
  color: #fff;
  background-color: #e4405f;
  border-color: #e4405f;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-instagram:hover {
  color: #fff;
  background-color: #de1f44;
  border-color: #d31e40;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-instagram:focus, .btn-instagram.focus {
  color: #fff;
  background-color: #de1f44;
  border-color: #d31e40;
  box-shadow: 0 0 0 2px rgba(232, 93, 119, 0.5);
}

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

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

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-instagram:not(:disabled):not(.disabled):active:focus, .btn-instagram.active:not(:disabled):not(.disabled):focus, .show > .btn-instagram.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(232, 93, 119, 0.5);
}

/* line 36, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-pinterest {
  color: #fff;
  background-color: #bd081c;
  border-color: #bd081c;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-pinterest:hover {
  color: #fff;
  background-color: #980617;
  border-color: #8c0615;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-pinterest:focus, .btn-pinterest.focus {
  color: #fff;
  background-color: #980617;
  border-color: #8c0615;
  box-shadow: 0 0 0 2px rgba(199, 45, 62, 0.5);
}

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

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

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-pinterest:not(:disabled):not(.disabled):active:focus, .btn-pinterest.active:not(:disabled):not(.disabled):focus, .show > .btn-pinterest.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(199, 45, 62, 0.5);
}

/* line 36, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-vk {
  color: #fff;
  background-color: #6383a8;
  border-color: #6383a8;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-vk:hover {
  color: #fff;
  background-color: #527093;
  border-color: #4d6a8b;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-vk:focus, .btn-vk.focus {
  color: #fff;
  background-color: #527093;
  border-color: #4d6a8b;
  box-shadow: 0 0 0 2px rgba(122, 150, 181, 0.5);
}

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

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

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-vk:not(:disabled):not(.disabled):active:focus, .btn-vk.active:not(:disabled):not(.disabled):focus, .show > .btn-vk.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(122, 150, 181, 0.5);
}

/* line 36, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-rss {
  color: #fff;
  background-color: #ffa500;
  border-color: #ffa500;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-rss:hover {
  color: #fff;
  background-color: #d98c00;
  border-color: #cc8400;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-rss:focus, .btn-rss.focus {
  color: #fff;
  background-color: #d98c00;
  border-color: #cc8400;
  box-shadow: 0 0 0 2px rgba(255, 179, 38, 0.5);
}

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

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

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

/* line 36, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-flickr {
  color: #fff;
  background-color: #0063dc;
  border-color: #0063dc;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-flickr:hover {
  color: #fff;
  background-color: #0052b6;
  border-color: #004ca9;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-flickr:focus, .btn-flickr.focus {
  color: #fff;
  background-color: #0052b6;
  border-color: #004ca9;
  box-shadow: 0 0 0 2px rgba(38, 122, 225, 0.5);
}

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

/* line 43, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-flickr:not(:disabled):not(.disabled):active, .btn-flickr.active:not(:disabled):not(.disabled), .show > .btn-flickr.dropdown-toggle {
  color: #fff;
  background-color: #004ca9;
  border-color: #00469c;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-flickr:not(:disabled):not(.disabled):active:focus, .btn-flickr.active:not(:disabled):not(.disabled):focus, .show > .btn-flickr.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(38, 122, 225, 0.5);
}

/* line 36, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-bitbucket {
  color: #fff;
  background-color: #0052cc;
  border-color: #0052cc;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-bitbucket:hover {
  color: #fff;
  background-color: #0043a6;
  border-color: #003e99;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-bitbucket:focus, .btn-bitbucket.focus {
  color: #fff;
  background-color: #0043a6;
  border-color: #003e99;
  box-shadow: 0 0 0 2px rgba(38, 108, 212, 0.5);
}

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

/* line 43, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-bitbucket:not(:disabled):not(.disabled):active, .btn-bitbucket.active:not(:disabled):not(.disabled), .show > .btn-bitbucket.dropdown-toggle {
  color: #fff;
  background-color: #003e99;
  border-color: #00388c;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-bitbucket:not(:disabled):not(.disabled):active:focus, .btn-bitbucket.active:not(:disabled):not(.disabled):focus, .show > .btn-bitbucket.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(38, 108, 212, 0.5);
}

/* line 42, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-blue {
  color: #fff;
  background-color: #467fcf;
  border-color: #467fcf;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-blue:hover {
  color: #fff;
  background-color: #316cbe;
  border-color: #2f66b3;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-blue:focus, .btn-blue.focus {
  color: #fff;
  background-color: #316cbe;
  border-color: #2f66b3;
  box-shadow: 0 0 0 2px rgba(98, 146, 214, 0.5);
}

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

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

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue.active:not(:disabled):not(.disabled):focus, .show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(98, 146, 214, 0.5);
}

/* line 42, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-indigo {
  color: #fff;
  background-color: #6574cd;
  border-color: #6574cd;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-indigo:hover {
  color: #fff;
  background-color: #485ac4;
  border-color: #3f51c1;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-indigo:focus, .btn-indigo.focus {
  color: #fff;
  background-color: #485ac4;
  border-color: #3f51c1;
  box-shadow: 0 0 0 2px rgba(124, 137, 213, 0.5);
}

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

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

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-indigo:not(:disabled):not(.disabled):active:focus, .btn-indigo.active:not(:disabled):not(.disabled):focus, .show > .btn-indigo.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(124, 137, 213, 0.5);
}

/* line 42, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-purple {
  color: #fff;
  background-color: #a55eea;
  border-color: #a55eea;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-purple:hover {
  color: #fff;
  background-color: #923ce6;
  border-color: #8c31e4;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-purple:focus, .btn-purple.focus {
  color: #fff;
  background-color: #923ce6;
  border-color: #8c31e4;
  box-shadow: 0 0 0 2px rgba(179, 118, 237, 0.5);
}

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

/* line 43, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-purple:not(:disabled):not(.disabled):active, .btn-purple.active:not(:disabled):not(.disabled), .show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #8c31e4;
  border-color: #8526e3;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple.active:not(:disabled):not(.disabled):focus, .show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(179, 118, 237, 0.5);
}

/* line 42, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-pink {
  color: #fff;
  background-color: #f66d9b;
  border-color: #f66d9b;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-pink:hover {
  color: #fff;
  background-color: #f44982;
  border-color: #f33d7a;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-pink:focus, .btn-pink.focus {
  color: #fff;
  background-color: #f44982;
  border-color: #f33d7a;
  box-shadow: 0 0 0 2px rgba(247, 131, 170, 0.5);
}

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

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

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink.active:not(:disabled):not(.disabled):focus, .show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(247, 131, 170, 0.5);
}

/* line 42, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-red {
  color: #fff;
  background-color: #cd201f;
  border-color: #cd201f;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-red:hover {
  color: #fff;
  background-color: #ac1b1a;
  border-color: #a11918;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-red:focus, .btn-red.focus {
  color: #fff;
  background-color: #ac1b1a;
  border-color: #a11918;
  box-shadow: 0 0 0 2px rgba(213, 65, 65, 0.5);
}

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

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

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red.active:not(:disabled):not(.disabled):focus, .show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(213, 65, 65, 0.5);
}

/* line 42, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-orange {
  color: #fff;
  background-color: #fd9644;
  border-color: #fd9644;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-orange:hover {
  color: #fff;
  background-color: #fd811e;
  border-color: #fc7a12;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-orange:focus, .btn-orange.focus {
  color: #fff;
  background-color: #fd811e;
  border-color: #fc7a12;
  box-shadow: 0 0 0 2px rgba(253, 166, 96, 0.5);
}

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

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

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange.active:not(:disabled):not(.disabled):focus, .show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(253, 166, 96, 0.5);
}

/* line 42, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-yellow {
  color: #fff;
  background-color: #f1c40f;
  border-color: #f1c40f;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-yellow:hover {
  color: #fff;
  background-color: #cea70c;
  border-color: #c29d0b;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-yellow:focus, .btn-yellow.focus {
  color: #fff;
  background-color: #cea70c;
  border-color: #c29d0b;
  box-shadow: 0 0 0 2px rgba(243, 205, 51, 0.5);
}

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

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

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow.active:not(:disabled):not(.disabled):focus, .show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(243, 205, 51, 0.5);
}

/* line 42, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-green {
  color: #fff;
  background-color: #5eba00;
  border-color: #5eba00;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-green:hover {
  color: #fff;
  background-color: #4b9400;
  border-color: #448700;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-green:focus, .btn-green.focus {
  color: #fff;
  background-color: #4b9400;
  border-color: #448700;
  box-shadow: 0 0 0 2px rgba(118, 196, 38, 0.5);
}

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

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

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green.active:not(:disabled):not(.disabled):focus, .show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(118, 196, 38, 0.5);
}

/* line 42, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-teal {
  color: #fff;
  background-color: #2bcbba;
  border-color: #2bcbba;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-teal:hover {
  color: #fff;
  background-color: #24ab9d;
  border-color: #22a193;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-teal:focus, .btn-teal.focus {
  color: #fff;
  background-color: #24ab9d;
  border-color: #22a193;
  box-shadow: 0 0 0 2px rgba(75, 211, 196, 0.5);
}

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

/* line 43, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-teal:not(:disabled):not(.disabled):active, .btn-teal.active:not(:disabled):not(.disabled), .show > .btn-teal.dropdown-toggle {
  color: #fff;
  background-color: #22a193;
  border-color: #20968a;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-teal:not(:disabled):not(.disabled):active:focus, .btn-teal.active:not(:disabled):not(.disabled):focus, .show > .btn-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(75, 211, 196, 0.5);
}

/* line 42, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-cyan {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

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

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

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

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

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

/* line 42, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-white {
  color: #495057;
  background-color: #fff;
  border-color: #fff;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-white:hover {
  color: #495057;
  background-color: #ececec;
  border-color: #e6e6e6;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-white:focus, .btn-white.focus {
  color: #495057;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 2px rgba(228, 229, 230, 0.5);
}

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

/* line 43, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-white:not(:disabled):not(.disabled):active, .btn-white.active:not(:disabled):not(.disabled), .show > .btn-white.dropdown-toggle {
  color: #495057;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white.active:not(:disabled):not(.disabled):focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(228, 229, 230, 0.5);
}

/* line 42, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-gray {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

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

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-gray:focus, .btn-gray.focus {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
  box-shadow: 0 0 0 2px rgba(152, 159, 166, 0.5);
}

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

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

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray.active:not(:disabled):not(.disabled):focus, .show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(152, 159, 166, 0.5);
}

/* line 42, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-gray-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

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

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

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

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

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

/* line 42, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-azure {
  color: #fff;
  background-color: #45aaf2;
  border-color: #45aaf2;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-azure:hover {
  color: #fff;
  background-color: #219af0;
  border-color: #1594ef;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-azure:focus, .btn-azure.focus {
  color: #fff;
  background-color: #219af0;
  border-color: #1594ef;
  box-shadow: 0 0 0 2px rgba(97, 183, 244, 0.5);
}

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

/* line 43, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-azure:not(:disabled):not(.disabled):active, .btn-azure.active:not(:disabled):not(.disabled), .show > .btn-azure.dropdown-toggle {
  color: #fff;
  background-color: #1594ef;
  border-color: #108ee7;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-azure:not(:disabled):not(.disabled):active:focus, .btn-azure.active:not(:disabled):not(.disabled):focus, .show > .btn-azure.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(97, 183, 244, 0.5);
}

/* line 42, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-lime {
  color: #fff;
  background-color: #7bd235;
  border-color: #7bd235;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-lime:hover {
  color: #fff;
  background-color: #69b829;
  border-color: #63ad27;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-lime:focus, .btn-lime.focus {
  color: #fff;
  background-color: #69b829;
  border-color: #63ad27;
  box-shadow: 0 0 0 2px rgba(143, 217, 83, 0.5);
}

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

/* line 43, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-lime:not(:disabled):not(.disabled):active, .btn-lime.active:not(:disabled):not(.disabled), .show > .btn-lime.dropdown-toggle {
  color: #fff;
  background-color: #63ad27;
  border-color: #5da324;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-lime:not(:disabled):not(.disabled):active:focus, .btn-lime.active:not(:disabled):not(.disabled):focus, .show > .btn-lime.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(143, 217, 83, 0.5);
}

/* line 47, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-option {
  background: transparent;
  color: #9aa0ac;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-option:hover {
  color: #6e7687;
}

/* line 55, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-option:focus {
  box-shadow: none;
  color: #6e7687;
}

/* line 61, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-sm, .btn-group-sm > .btn {
  font-size: 0.75rem;
  min-width: 1.625rem;
}

/* line 66, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-lg, .btn-group-lg > .btn {
  font-size: 1rem;
  min-width: 2.75rem;
  font-weight: 400;
}

/* line 72, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-list {
  margin-bottom: -.5rem;
  font-size: 0;
}

/* line 76, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-list > .btn,
.btn-list > .dropdown {
  margin-bottom: .5rem;
}

/* line 80, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-list > .btn:not(:last-child),
.btn-list > .dropdown:not(:last-child) {
  margin-right: .5rem;
}

/* line 86, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-loading {
  color: transparent !important;
  pointer-events: none;
  position: relative;
}

/* line 91, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-loading:after {
  content: '';
  animation: loader 500ms infinite linear;
  border: 2px solid #fff;
  border-radius: 50%;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  display: block;
  height: 1.4em;
  width: 1.4em;
  position: absolute;
  left: calc(50% - (1.4em / 2));
  top: calc(50% - (1.4em / 2));
  transform-origin: center;
  position: absolute !important;
}

/* line 108, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-loading.btn-sm:after, .btn-group-sm > .btn-loading.btn:after {
  height: 1em;
  width: 1em;
  left: calc(50% - (1em / 2));
  top: calc(50% - (1em / 2));
}

/* line 115, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_button.scss */
.btn-loading.btn-secondary:after {
  border-color: #495057;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_alert.scss */
.alert {
  font-size: 0.9375rem;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_alert.scss */
.alert-icon {
  padding-left: 3rem;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_alert.scss */
.alert-icon > i {
  color: inherit !important;
  font-size: 1rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_alert.scss */
.alert-avatar {
  padding-left: 3.75rem;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_alert.scss */
.alert-avatar .avatar {
  position: absolute;
  top: .5rem;
  left: .75rem;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_close.scss */
.close {
  font-size: 1rem;
  line-height: 1.5;
  transition: .3s color;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_close.scss */
.close:before {
  content: '\ea00';
  font-family: "feather";
}

/* line 1, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_badge.scss */
.badge {
  color: #fff;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_badge.scss */
.badge-default {
  background: #e9ecef;
  color: #868e96;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tables.scss */
.table thead th, .text-wrap table thead th {
  border-top: 0;
  border-bottom-width: 1px;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tables.scss */
.table th, .text-wrap table th {
  color: #9aa0ac;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 400;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tables.scss */
.table-md th,
.table-md td {
  padding: .5rem;
}

/* line 29, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tables.scss */
.table-vcenter td,
.table-vcenter th {
  vertical-align: middle;
}

/* line 36, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tables.scss */
.table-center td,
.table-center th {
  text-align: center;
}

/* line 43, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background: transparent;
}

/* line 47, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tables.scss */
.table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.02);
}

/* line 52, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tables.scss */
.table-calendar {
  margin: 0 0 .75rem;
}

/* line 55, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tables.scss */
.table-calendar td,
.table-calendar th {
  border: 0;
  text-align: center;
  padding: 0 !important;
  width: 14.2857142857%;
  line-height: 2.5rem;
}

/* line 64, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tables.scss */
.table-calendar td {
  border-top: 0;
}

/* line 69, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tables.scss */
.table-calendar-link {
  line-height: 2rem;
  min-width: calc(2rem + 2px);
  display: inline-block;
  border-radius: 3px;
  background: #f8f9fa;
  color: #495057;
  font-weight: 600;
  transition: .3s background, .3s color;
  position: relative;
}

/* line 80, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tables.scss */
.table-calendar-link:before {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  left: .25rem;
  top: .25rem;
  border-radius: 50px;
  background: #467fcf;
}

/* line 91, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tables.scss */
.table-calendar-link:hover {
  color: #fff;
  text-decoration: none;
  background: #467fcf;
  transition: .3s background;
}

/* line 97, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tables.scss */
.table-calendar-link:hover:before {
  background: #fff;
}

/* line 104, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tables.scss */
.table-header {
  cursor: pointer;
  transition: .3s color;
}

/* line 108, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tables.scss */
.table-header:hover {
  color: #495057 !important;
}

/* line 112, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tables.scss */
.table-header:after {
  content: '\f0dc';
  font-family: FontAwesome;
  display: inline-block;
  margin-left: .5rem;
  font-size: .75rem;
}

/* line 121, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tables.scss */
.table-header-asc {
  color: #495057 !important;
}

/* line 124, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tables.scss */
.table-header-asc:after {
  content: '\f0de';
}

/* line 129, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tables.scss */
.table-header-desc {
  color: #495057 !important;
}

/* line 132, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tables.scss */
.table-header-desc:after {
  content: '\f0dd';
}

/* line 1, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_breadcrumb.scss */
.page-breadcrumb {
  background: none;
  padding: 0;
  margin: 1rem 0 0;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  /* line 1, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_breadcrumb.scss */
  .page-breadcrumb {
    margin: -.5rem 0 0;
  }
}

/* line 11, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_breadcrumb.scss */
.page-breadcrumb .breadcrumb-item {
  color: #9aa0ac;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_breadcrumb.scss */
.page-breadcrumb .breadcrumb-item.active {
  color: #6e7687;
}

/* line 3, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_pagination.scss */
.pagination-simple .page-item .page-link {
  background: none;
  border: none;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_pagination.scss */
.pagination-simple .page-item.active .page-link {
  color: #495057;
  font-weight: 700;
}

/* line 16, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_pagination.scss */
.pagination-pager .page-prev {
  margin-right: auto;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_pagination.scss */
.pagination-pager .page-next {
  margin-left: auto;
}

/* line 25, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_pagination.scss */
.page-total-text {
  margin-right: 1rem;
  align-self: center;
  color: #6e7687;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  margin-bottom: 1.5rem;
  width: 100%;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card .card {
  box-shadow: none;
}

@media print {
  /* line 1, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
  .card {
    box-shadow: none;
    border: none;
  }
}

/* line 17, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-body {
  flex: 1 1 auto;
  margin: 0;
  padding: 1.5rem 1.5rem;
  position: relative;
}

/* line 23, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-body + .card-body {
  border-top: 1px solid rgba(0, 40, 100, 0.12);
}

/* line 27, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-body > :last-child {
  margin-bottom: 0;
}

@media print {
  /* line 17, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
  .card-body {
    padding: 0;
  }
}

/* line 36, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-body-scrollable {
  overflow: auto;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-footer,
.card-bottom {
  padding: 1rem 1.5rem;
  background: none;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-footer {
  border-top: 1px solid rgba(0, 40, 100, 0.12);
  color: #6e7687;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-header {
  background: none;
  padding: 0.5rem 1.5rem;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-header .card-title {
  margin-bottom: 0;
}

/* line 62, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-header.border-0 + .card-body {
  padding-top: 0;
}

@media print {
  /* line 51, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
  .card-header {
    display: none;
  }
}

/* line 71, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-img-top {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 76, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-img-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
}

/* line 82, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-title {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

/* line 89, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-title a {
  color: inherit;
}

/* line 93, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-title:only-child {
  margin-bottom: 0;
}

/* line 98, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-title small,
.card-subtitle {
  color: #9aa0ac;
  font-size: 0.875rem;
  display: block;
  margin: -.75rem 0 1rem;
  line-height: 1.1;
  font-weight: 400;
}

/* line 108, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-table {
  margin-bottom: 0;
}

/* line 113, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-table tr:first-child td,
.card-table tr:first-child th {
  border-top: 0;
}

/* line 121, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-table tr td:first-child,
.card-table tr th:first-child {
  padding-left: 1.5rem;
}

/* line 125, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-table tr td:last-child,
.card-table tr th:last-child {
  padding-right: 1.5rem;
}

/* line 131, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-body + .card-table {
  border-top: 1px solid rgba(0, 40, 100, 0.12);
}

/* line 137, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-profile .card-header {
  height: 9rem;
  background-size: cover;
}

/* line 143, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-profile-img {
  max-width: 6rem;
  margin-top: -5rem;
  margin-bottom: 1rem;
  border: 3px solid #fff;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* line 153, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-link + .card-link {
  margin-left: 1rem;
}

/* line 159, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-body + .card-list-group {
  border-top: 1px solid rgba(0, 40, 100, 0.12);
}

/* line 163, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-list-group .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 171, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-list-group .list-group-item:last-child {
  border-bottom: 0;
}

/* line 175, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 181, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-header-tabs {
  margin: -1.25rem 0;
  border-bottom: 0;
  line-height: 2rem;
}

/* line 186, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-header-tabs .nav-item {
  margin-bottom: 1px;
}

/* line 191, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-header-pills {
  margin: -.75rem 0;
}

/* line 195, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-aside {
  flex-direction: row;
}

/* line 199, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-aside-column {
  min-width: 5rem;
  width: 30%;
  flex: 0 0 30%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background: no-repeat center/cover;
}

/* line 208, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-value {
  font-size: 2.5rem;
  line-height: 3.4rem;
  height: 3.4rem;
  display: flex;
  align-items: center;
  font-weight: 400;
}

/* line 216, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-value i {
  vertical-align: middle;
}

/* line 224, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-chart-bg {
  height: 4rem;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* line 232, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-options {
  margin-left: auto;
  display: flex;
  order: 100;
  margin-right: -.5rem;
  color: #9aa0ac;
  align-self: center;
}

/* line 240, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-options a:not(.btn) {
  margin-left: .5rem;
  color: #9aa0ac;
  display: inline-block;
  min-width: 1rem;
}

/* line 246, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-options a:not(.btn):hover {
  text-decoration: none;
  color: #6e7687;
}

/* line 251, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-options a:not(.btn) i {
  font-size: 1rem;
  vertical-align: middle;
}

/* line 258, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-options .dropdown-toggle:after {
  display: none;
}

/*
Card options
 */
/* line 268, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-collapsed > :not(.card-header):not(.card-status) {
  display: none;
}

/* line 275, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-collapsed .card-options-collapse i:before {
  content: '\e92d';
}

/* line 283, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-fullscreen .card-options-fullscreen i:before {
  content: '\e992';
}

/* line 290, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-fullscreen .card-options-remove {
  display: none;
}

/*
Card maps
 */
/* line 298, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-map {
  height: 15rem;
  background: #e9ecef;
}

/* line 303, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-map-placeholder {
  background: no-repeat center;
}

/**
Card tabs
 */
/* line 310, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-tabs {
  display: flex;
}

/* line 315, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-tabs-bottom .card-tabs-item {
  border: 0;
  border-top: 1px solid rgba(0, 40, 100, 0.12);
}

/* line 319, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-tabs-bottom .card-tabs-item.active {
  border-top-color: #fff;
}

/* line 325, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-tabs-item {
  flex: 1 1 auto;
  display: block;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid rgba(0, 40, 100, 0.12);
  color: inherit;
  overflow: hidden;
}

/* line 333, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
a.card-tabs-item {
  background: #fafbfc;
}

/* line 336, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
a.card-tabs-item:hover {
  text-decoration: none;
  color: inherit;
}

/* line 341, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
a.card-tabs-item:focus {
  z-index: 1;
}

/* line 345, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
a.card-tabs-item.active {
  background: #fff;
  border-bottom-color: #fff;
}

/* line 351, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-tabs-item + .card-tabs-item {
  border-left: 1px solid rgba(0, 40, 100, 0.12);
}

/**
Card status
 */
/* line 360, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-status {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: rgba(0, 40, 100, 0.12);
}

/* line 370, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-status-left {
  right: auto;
  bottom: 0;
  height: auto;
  width: 3px;
  border-radius: 3px 0 0 3px;
}

/**
Card icon
 */
/* line 381, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-icon {
  width: 3rem;
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: center;
}

/**
Card fullscreen
 */
/* line 391, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 0;
}

/**
Card alert
 */
/* line 404, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-alert {
  border-radius: 0;
  margin: -1px -1px 0;
}

/* line 409, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_cards.scss */
.card-category {
  font-size: 0.875rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  letter-spacing: .05em;
  margin: 0 0 .5rem;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_popover.scss */
.popover {
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
}

/* line 5, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_popover.scss */
.popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.625rem;
}

/* line 9, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_popover.scss */
.popover .arrow {
  margin-left: calc(.25rem + 2px);
}

/* line 1, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_dropdown.scss */
.dropdown {
  display: inline-block;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_dropdown.scss */
.dropdown-menu {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  min-width: 12rem;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_dropdown.scss */
.dropdown-item {
  color: #6e7687;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_dropdown.scss */
.dropdown-menu-arrow:before {
  position: absolute;
  top: -6px;
  left: 12px;
  display: inline-block;
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgba(0, 40, 100, 0.12);
  border-left: 5px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

/* line 27, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_dropdown.scss */
.dropdown-menu-arrow:after {
  position: absolute;
  top: -5px;
  left: 12px;
  display: inline-block;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
  content: '';
}

/* line 39, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_dropdown.scss */
.dropdown-menu-arrow.dropdown-menu-right:before, .dropdown-menu-arrow.dropdown-menu-right:after {
  left: auto;
  right: 12px;
}

/* line 47, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_dropdown.scss */
.dropdown-toggle {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_dropdown.scss */
.dropdown-toggle:after {
  vertical-align: 0.155em;
}

/* line 55, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_dropdown.scss */
.dropdown-toggle:empty:after {
  margin-left: 0;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_dropdown.scss */
.dropdown-icon {
  color: #9aa0ac;
  margin-right: .5rem;
  margin-left: -.5rem;
  width: 1em;
  display: inline-block;
  text-align: center;
  vertical-align: -1px;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_list.scss */
.list-inline-dots .list-inline-item + .list-inline-item:before {
  content: '· ';
  margin-left: -2px;
  margin-right: 3px;
}

/* line 19, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_list.scss */
.list-separated-item {
  padding: 1rem 0;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_list.scss */
.list-separated-item:first-child {
  padding-top: 0;
}

/* line 26, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_list.scss */
.list-separated-item:last-child {
  padding-bottom: 0;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_list.scss */
.list-separated-item + .list-separated-item {
  border-top: 1px solid rgba(0, 40, 100, 0.12);
}

/* line 3, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_list-group.scss */
.list-group-item.active .icon {
  color: inherit !important;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_list-group.scss */
.list-group-transparent .list-group-item {
  background: none;
  border: 0;
  padding: .5rem 1rem;
  border-radius: 3px;
}

/* line 16, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_list-group.scss */
.list-group-transparent .list-group-item.active {
  background: rgba(70, 127, 207, 0.06);
  font-weight: 600;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_avatar.scss */
.avatar {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 50%;
  display: inline-block;
  background: #ced4da no-repeat center/cover;
  position: relative;
  text-align: center;
  color: #868e96;
  font-weight: 600;
  vertical-align: bottom;
  font-size: .875rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 16, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_avatar.scss */
.avatar i {
  font-size: 125%;
  vertical-align: sub;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_avatar.scss */
.avatar-status {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: .75rem;
  height: .75rem;
  border: 2px solid #fff;
  background: #868e96;
  border-radius: 50%;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_avatar.scss */
.avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: .75rem;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_avatar.scss */
.avatar-md {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1rem;
}

/* line 47, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_avatar.scss */
.avatar-lg {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.25rem;
}

/* line 54, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_avatar.scss */
.avatar-xl {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.75rem;
}

/* line 61, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_avatar.scss */
.avatar-xxl {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 2rem;
}

/* line 68, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_avatar.scss */
.avatar-placeholder {
  background: #ced4da url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="134" height="134" viewBox="0 0 134 134"><path fill="#868e96" d="M65.92 66.34h2.16c14.802.42 30.928 6.062 29.283 20.35l-1.618 13.32c-.844 6.815-5.208 7.828-13.972 7.866H52.23c-8.764-.038-13.13-1.05-13.973-7.865l-1.62-13.32C34.994 72.4 51.12 66.76 65.92 66.34zM49.432 43.934c0-9.82 7.99-17.81 17.807-17.81 9.82 0 17.81 7.99 17.81 17.81 0 9.82-7.99 17.807-17.81 17.807-9.82 0-17.808-7.987-17.808-17.806z"/></svg>') no-repeat center/80%;
}

/* line 72, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_avatar.scss */
.avatar-list {
  margin: 0 0 -.5rem;
  padding: 0;
  font-size: 0;
}

/* line 77, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_avatar.scss */
.avatar-list .avatar {
  margin-bottom: .5rem;
}

/* line 80, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_avatar.scss */
.avatar-list .avatar:not(:last-child) {
  margin-right: .5rem;
}

/* line 87, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_avatar.scss */
.avatar-list-stacked .avatar {
  margin-right: -.8em !important;
}

/* line 91, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_avatar.scss */
.avatar-list-stacked .avatar {
  box-shadow: 0 0 0 2px #fff;
}

/* line 97, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_avatar.scss */
.avatar-blue {
  background-color: #c8d9f1;
  color: #467fcf;
}

/* line 97, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_avatar.scss */
.avatar-indigo {
  background-color: #d1d5f0;
  color: #6574cd;
}

/* line 97, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_avatar.scss */
.avatar-purple {
  background-color: #e4cff9;
  color: #a55eea;
}

/* line 97, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_avatar.scss */
.avatar-pink {
  background-color: #fcd3e1;
  color: #f66d9b;
}

/* line 97, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_avatar.scss */
.avatar-red {
  background-color: #f0bcbc;
  color: #cd201f;
}

/* line 97, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_avatar.scss */
.avatar-orange {
  background-color: #fee0c7;
  color: #fd9644;
}

/* line 97, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_avatar.scss */
.avatar-yellow {
  background-color: #fbedb7;
  color: #f1c40f;
}

/* line 97, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_avatar.scss */
.avatar-green {
  background-color: #cfeab3;
  color: #5eba00;
}

/* line 97, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_avatar.scss */
.avatar-teal {
  background-color: #bfefea;
  color: #2bcbba;
}

/* line 97, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_avatar.scss */
.avatar-cyan {
  background-color: #b9e3ea;
  color: #17a2b8;
}

/* line 97, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_avatar.scss */
.avatar-white {
  background-color: white;
  color: #fff;
}

/* line 97, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_avatar.scss */
.avatar-gray {
  background-color: #dbdde0;
  color: #868e96;
}

/* line 97, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_avatar.scss */
.avatar-gray-dark {
  background-color: #c2c4c6;
  color: #343a40;
}

/* line 97, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_avatar.scss */
.avatar-azure {
  background-color: #c7e6fb;
  color: #45aaf2;
}

/* line 97, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_avatar.scss */
.avatar-lime {
  background-color: #d7f2c2;
  color: #7bd235;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_product.scss */
.product-price {
  font-size: 1rem;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_product.scss */
.product-price strong {
  font-size: 1.5rem;
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  100%, 60% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  100%, 60% {
    left: 107%;
    right: -8%;
  }
}

/* line 25, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_progress.scss */
.progress {
  position: relative;
}

/* line 29, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_progress.scss */
.progress-xs,
.progress-xs .progress-bar {
  height: .25rem;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_progress.scss */
.progress-sm,
.progress-sm .progress-bar {
  height: .5rem;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_progress.scss */
.progress-bar-indeterminate:after, .progress-bar-indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  left: 0;
  will-change: left, right;
  top: 0;
  bottom: 0;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_progress.scss */
.progress-bar-indeterminate:before {
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

/* line 55, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_progress.scss */
.progress-bar-indeterminate:after {
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}

@keyframes loader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/**
Dimmer
*/
/* line 77, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_progress.scss */
.dimmer {
  position: relative;
}

/* line 80, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_progress.scss */
.dimmer .loader {
  display: none;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

/* line 91, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_progress.scss */
.dimmer.active .loader {
  display: block;
}

/* line 95, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_progress.scss */
.dimmer.active .dimmer-content {
  opacity: .5;
  pointer-events: none;
}

/**
Loader
*/
/* line 106, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_progress.scss */
.loader {
  display: block;
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
  color: #467fcf;
}

/* line 113, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_progress.scss */
.loader:before, .loader:after {
  width: 2.5rem;
  height: 2.5rem;
  margin: -1.25rem 0 0 -1.25rem;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
}

/* line 124, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_progress.scss */
.loader:before {
  border-radius: 50%;
  border: 3px solid currentColor;
  opacity: .15;
}

/* line 130, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_progress.scss */
.loader:after {
  animation: loader .6s linear;
  animation-iteration-count: infinite;
  border-radius: 50%;
  border: 3px solid;
  border-color: transparent;
  border-top-color: currentColor;
  box-shadow: 0 0 0 1px transparent;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_icon.scss */
.icons-list {
  list-style: none;
  margin: 0 -1px -1px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_icon.scss */
.icons-list > li {
  flex: 1 0 4rem;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_icon.scss */
.icons-list-wrap {
  overflow: hidden;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_icon.scss */
.icons-list-item {
  text-align: center;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(0, 40, 100, 0.12);
  border-bottom: 1px solid rgba(0, 40, 100, 0.12);
}

/* line 26, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_icon.scss */
.icons-list-item i {
  font-size: 1.25rem;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_image.scss */
.img-gallery {
  margin-right: -.25rem;
  margin-left: -.25rem;
  margin-bottom: -.5rem;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_image.scss */
.img-gallery > .col,
.img-gallery > [class*="col-"] {
  padding-left: .25rem;
  padding-right: .25rem;
  padding-bottom: .5rem;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_link.scss */
.link-overlay {
  position: relative;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_link.scss */
.link-overlay:hover .link-overlay-bg {
  opacity: 1;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_link.scss */
.link-overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(70, 127, 207, 0.8);
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  opacity: 0;
  transition: .3s opacity;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_media.scss */
.media-icon {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 100%;
}

/* line 9, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_media.scss */
.media-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 2, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_form.scss */
textarea[cols] {
  height: auto;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_form.scss */
.form-group {
  display: block;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_form.scss */
.form-label {
  display: block;
  margin-bottom: .375rem;
  font-weight: 600;
  font-size: 0.875rem;
}

/* line 19, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_form.scss */
.form-label-small {
  float: right;
  font-weight: 400;
  font-size: 87.5%;
}

/* line 25, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_form.scss */
.form-footer {
  margin-top: 2rem;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_form.scss */
.custom-control {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_form.scss */
.custom-controls-stacked .custom-control {
  margin-bottom: .25rem;
}

/* line 45, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_form.scss */
.custom-control-label {
  vertical-align: middle;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_form.scss */
.custom-control-label:before {
  border: 1px solid rgba(0, 40, 100, 0.12);
  background-color: #fff;
  background-size: .5rem;
}

/* line 55, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_form.scss */
.custom-control-description {
  line-height: 1.5rem;
}

/* line 59, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_form.scss */
.input-group-prepend,
.input-group-append,
.input-group-btn {
  font-size: 0.9375rem;
}

/* line 64, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_form.scss */
.input-group-prepend > .btn,
.input-group-append > .btn,
.input-group-btn > .btn {
  height: 100%;
  border-color: rgba(0, 40, 100, 0.12);
}

/* line 70, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_form.scss */
.input-group-prepend > .input-group-text {
  border-right: 0;
}

/* line 74, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_form.scss */
.input-group-append > .input-group-text {
  border-left: 0;
}

/**
Icon input
 */
/* line 81, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_form.scss */
.input-icon {
  position: relative;
}

/* line 84, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_form.scss */
.input-icon .form-control:not(:last-child) {
  padding-right: 2.5rem;
}

/* line 88, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_form.scss */
.input-icon .form-control:not(:first-child) {
  padding-left: 2.5rem;
}

/* line 93, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_form.scss */
.input-icon-addon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  color: #9aa0ac;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  pointer-events: none;
}

/* line 105, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_form.scss */
.input-icon-addon:last-child {
  left: auto;
  right: 0;
}

/* line 112, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_form.scss */
.form-fieldset {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  padding: 1rem;
  border-radius: 3px;
  margin-bottom: 1rem;
}

/* line 120, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_form.scss */
.form-required {
  color: #cd201f;
}

/* line 123, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_form.scss */
.form-required:before {
  content: ' ';
}

/* line 128, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_form.scss */
.state-valid {
  padding-right: 2rem;
  background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%235eba00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'><polyline points='20 6 9 17 4 12'></polyline></svg>") no-repeat center right 0.5rem/1rem;
}

/* line 133, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_form.scss */
.state-invalid {
  padding-right: 2rem;
  background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23cd201f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'><line x1='18' y1='6' x2='6' y2='18'></line><line x1='6' y1='6' x2='18' y2='18'></line></svg>") no-repeat center right 0.5rem/1rem;
}

/* line 138, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_form.scss */
.form-help {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 1rem;
  color: #9aa0ac;
  background: #f8f9fa;
  border-radius: 50%;
  font-size: 0.75rem;
  transition: .3s background-color, .3s color;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 153, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_form.scss */
.form-help:hover, .form-help[aria-describedby] {
  background: #467fcf;
  color: #fff;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_sparkline.scss */
.sparkline {
  display: inline-block;
  height: 2rem;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_sparkline.scss */
.jqstooltip {
  box-sizing: content-box;
  font-family: inherit !important;
  background: #333 !important;
  border: none !important;
  border-radius: 3px;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  padding: 6px !important;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_sparkline.scss */
.jqstooltip .jqsfield {
  font: inherit !important;
}

/* line 3, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_social.scss */
.social-links li a {
  background: #f8f8f8;
  border-radius: 50%;
  color: #9aa0ac;
  display: inline-block;
  height: 1.75rem;
  width: 1.75rem;
  line-height: 1.75rem;
  text-align: center;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_maps.scss */
.map,
.chart {
  position: relative;
  padding-top: 56.25%;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_maps.scss */
.map-square,
.chart-square {
  padding-top: 100%;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_maps.scss */
.map-content,
.chart-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_maps.scss */
.map-header {
  margin-top: -1.5rem;
  margin-bottom: 1.5rem;
  height: 15rem;
  position: relative;
  margin-bottom: -1.5rem;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_maps.scss */
.map-header:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10rem;
  background: linear-gradient(to bottom, rgba(245, 247, 251, 0) 5%, #f5f7fb 95%);
  pointer-events: none;
}

/* line 42, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_maps.scss */
.map-header-layer {
  height: 100%;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_maps.scss */
.map-static {
  height: 120px;
  width: 100%;
  max-width: 640px;
  background-position: center center;
  background-size: 640px 120px;
}

@keyframes status-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: .32;
  }
}

/* line 11, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_statuses.scss */
.status-icon {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  background: currentColor;
  border-radius: 50%;
  transform: translateY(-1px);
  margin-right: .375rem;
  vertical-align: middle;
}

/* line 23, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_statuses.scss */
.status-animated {
  animation: 1s status-pulse infinite ease;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_charts.scss */
.chart-circle {
  display: block;
  height: 8rem;
  width: 8rem;
  position: relative;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_charts.scss */
.chart-circle canvas {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_charts.scss */
.chart-circle-xs {
  height: 2.5rem;
  width: 2.5rem;
  font-size: .8rem;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_charts.scss */
.chart-circle-sm {
  height: 4rem;
  width: 4rem;
  font-size: .8rem;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_charts.scss */
.chart-circle-lg {
  height: 10rem;
  width: 10rem;
  font-size: .8rem;
}

/* line 29, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_charts.scss */
.chart-circle-value {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_charts.scss */
.chart-circle-value small {
  display: block;
  color: #9aa0ac;
  font-size: 0.9375rem;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_chips.scss */
.chips {
  margin: 0 0 -.5rem;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_chips.scss */
.chips .chip {
  margin: 0 .5rem .5rem 0;
}

/* line 9, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_chips.scss */
.chip {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6e7687;
  padding: 0 .75rem;
  border-radius: 1rem;
  background-color: #f8f9fa;
  transition: .3s background;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_chips.scss */
.chip .avatar {
  float: left;
  margin: 0 .5rem 0 -.75rem;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
}

/* line 39, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_chips.scss */
a.chip:hover {
  color: inherit;
  text-decoration: none;
  background-color: #e9ecef;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_stamp.scss */
.stamp {
  color: #fff;
  background: #868e96;
  display: inline-block;
  min-width: 2rem;
  height: 2rem;
  padding: 0 .25rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 3px;
  font-weight: 600;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_stamp.scss */
.stamp-md {
  min-width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_chat.scss */
.chat {
  outline: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_chat.scss */
.chat-line {
  padding: 0;
  text-align: right;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}

/* line 19, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_chat.scss */
.chat-line + .chat-line {
  padding-top: 1rem;
}

/* line 24, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_chat.scss */
.chat-message {
  position: relative;
  display: inline-block;
  background-color: #467fcf;
  color: #fff;
  font-size: 0.875rem;
  padding: .375rem .5rem;
  border-radius: 3px;
  white-space: normal;
  text-align: left;
  margin: 0 .5rem 0 2.5rem;
  line-height: 1.4;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_chat.scss */
.chat-message > :last-child {
  margin-bottom: 0 !important;
}

/* line 41, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_chat.scss */
.chat-message:after {
  content: "";
  position: absolute;
  right: -5px;
  top: 7px;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #467fcf;
  border-top: 6px solid transparent;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_chat.scss */
.chat-message img {
  max-width: 100%;
}

/* line 55, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_chat.scss */
.chat-message p {
  margin-bottom: 1em;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_chat.scss */
.chat-line-friend {
  flex-direction: row;
}

/* line 63, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_chat.scss */
.chat-line-friend + .chat-line-friend {
  margin-top: -.5rem;
}

/* line 66, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_chat.scss */
.chat-line-friend + .chat-line-friend .chat-author {
  visibility: hidden;
}

/* line 70, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_chat.scss */
.chat-line-friend + .chat-line-friend .chat-message:after {
  display: none;
}

/* line 75, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_chat.scss */
.chat-line-friend .chat-message {
  background-color: #f3f3f3;
  color: #495057;
  margin-left: .5rem;
  margin-right: 2.5rem;
}

/* line 81, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_chat.scss */
.chat-line-friend .chat-message:after {
  right: auto;
  left: -5px;
  border-left-width: 0;
  border-right: 5px solid #f3f3f3;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_example.scss */
.example {
  padding: 1.5rem;
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 3px 3px 0 0;
  font-size: 0.9375rem;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_example.scss */
.example-bg {
  background: #f5f7fb;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_example.scss */
.example + .highlight {
  border-top: none;
  margin-top: 0;
  border-radius: 0 0 3px 3px;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_example.scss */
.highlight {
  margin: 1rem 0 2rem;
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 3px;
  font-size: 0.9375rem;
  max-height: 40rem;
  overflow: auto;
  background: #fcfcfc;
}

/* line 28, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_example.scss */
.highlight pre {
  margin-bottom: 0;
  background-color: transparent;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_example.scss */
.example-column {
  margin: 0 auto;
}

/* line 36, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_example.scss */
.example-column > .card:last-of-type {
  margin-bottom: 0;
}

/* line 41, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_example.scss */
.example-column-1 {
  max-width: 20rem;
}

/* line 45, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_example.scss */
.example-column-2 {
  max-width: 40rem;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
.tag {
  font-size: 0.75rem;
  color: #6e7687;
  background-color: #e9ecef;
  border-radius: 3px;
  padding: 0 .5rem;
  line-height: 2em;
  display: inline-flex;
  cursor: default;
  font-weight: 400;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
a.tag {
  text-decoration: none;
  cursor: pointer;
  transition: .3s color, .3s background;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
a.tag:hover {
  background-color: rgba(110, 118, 135, 0.2);
  color: inherit;
}

/* line 25, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
.tag-addon {
  display: inline-block;
  padding: 0 .5rem;
  color: inherit;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.06);
  margin: 0 -.5rem 0 .5rem;
  text-align: center;
  min-width: 1.5rem;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
.tag-addon:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
.tag-addon i {
  vertical-align: middle;
  margin: 0 -.25rem;
}

/* line 45, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
a.tag-addon {
  text-decoration: none;
  cursor: pointer;
  transition: .3s color, .3s background;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
a.tag-addon:hover {
  background: rgba(0, 0, 0, 0.16);
  color: inherit;
}

/* line 57, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
.tag-avatar {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 3px 0 0 3px;
  margin: 0 .5rem 0 -.5rem;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
.tag-blue {
  background-color: #467fcf;
  color: #fff;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
.tag-indigo {
  background-color: #6574cd;
  color: #fff;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
.tag-purple {
  background-color: #a55eea;
  color: #fff;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
.tag-pink {
  background-color: #f66d9b;
  color: #fff;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
.tag-red {
  background-color: #cd201f;
  color: #fff;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
.tag-orange {
  background-color: #fd9644;
  color: #fff;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
.tag-yellow {
  background-color: #f1c40f;
  color: #fff;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
.tag-green {
  background-color: #5eba00;
  color: #fff;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
.tag-teal {
  background-color: #2bcbba;
  color: #fff;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
.tag-cyan {
  background-color: #17a2b8;
  color: #fff;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
.tag-white {
  background-color: #fff;
  color: #fff;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
.tag-gray {
  background-color: #868e96;
  color: #fff;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
.tag-gray-dark {
  background-color: #343a40;
  color: #fff;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
.tag-azure {
  background-color: #45aaf2;
  color: #fff;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
.tag-lime {
  background-color: #7bd235;
  color: #fff;
}

/* line 72, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
.tag-primary {
  background-color: #114b5f;
  color: #fff;
}

/* line 72, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
.tag-secondary {
  background-color: #868e96;
  color: #fff;
}

/* line 72, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
.tag-success {
  background-color: #5eba00;
  color: #fff;
}

/* line 72, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
.tag-info {
  background-color: #45aaf2;
  color: #fff;
}

/* line 72, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
.tag-warning {
  background-color: #f1c40f;
  color: #fff;
}

/* line 72, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
.tag-danger {
  background-color: #ff4242;
  color: #fff;
}

/* line 72, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
.tag-light {
  background-color: #f8f9fa;
  color: #fff;
}

/* line 72, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
.tag-dark {
  background-color: #343a40;
  color: #fff;
}

/* line 72, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
.tag-subtext {
  background-color: #3cdbc0;
  color: #fff;
}

/* line 72, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
.tag-grey-l1 {
  background-color: #4b5563;
  color: #fff;
}

/* line 72, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
.tag-grey-l2 {
  background-color: #6b7280;
  color: #fff;
}

/* line 72, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
.tag-blue-d2 {
  background-color: #2563eb;
  color: #fff;
}

/* line 72, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
.tag-navy-d5 {
  background-color: #1f2937;
  color: #fff;
}

/* line 78, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
.tag-rounded {
  border-radius: 50px;
}

/* line 81, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
.tag-rounded .tag-avatar {
  border-radius: 50px;
}

/* line 86, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
.tags {
  margin-bottom: -.5rem;
  font-size: 0;
}

/* line 90, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
.tags > .tag {
  margin-bottom: .5rem;
}

/* line 93, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_tag.scss */
.tags > .tag:not(:last-child) {
  margin-right: .5rem;
}

/* line 2, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .hll {
  background-color: #ffc;
}

/* line 3, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .c {
  color: #999;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .k {
  color: #069;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .o {
  color: #555;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .cm {
  color: #999;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .cp {
  color: #099;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .c1 {
  color: #999;
}

/* line 9, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .cs {
  color: #999;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .gd {
  background-color: #fcc;
  border: 1px solid #c00;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .ge {
  font-style: italic;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .gr {
  color: #f00;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .gh {
  color: #030;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .gi {
  background-color: #cfc;
  border: 1px solid #0c0;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .go {
  color: #aaa;
}

/* line 16, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .gp {
  color: #009;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .gu {
  color: #030;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .gt {
  color: #9c6;
}

/* line 19, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .kc {
  color: #069;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .kd {
  color: #069;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .kn {
  color: #069;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .kp {
  color: #069;
}

/* line 23, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .kr {
  color: #069;
}

/* line 24, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .kt {
  color: #078;
}

/* line 25, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .m {
  color: #f60;
}

/* line 26, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .s {
  color: #d44950;
}

/* line 27, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .na {
  color: #4f9fcf;
}

/* line 28, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .nb {
  color: #366;
}

/* line 29, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .nc {
  color: #0a8;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .no {
  color: #360;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .nd {
  color: #99f;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .ni {
  color: #999;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .ne {
  color: #c00;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .nf {
  color: #c0f;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .nl {
  color: #99f;
}

/* line 36, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .nn {
  color: #0cf;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .nt {
  color: #2f6f9f;
}

/* line 38, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .nv {
  color: #033;
}

/* line 39, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .ow {
  color: #000;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .w {
  color: #bbb;
}

/* line 41, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .mf {
  color: #f60;
}

/* line 42, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .mh {
  color: #f60;
}

/* line 43, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .mi {
  color: #f60;
}

/* line 44, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .mo {
  color: #f60;
}

/* line 45, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .sb {
  color: #c30;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .sc {
  color: #c30;
}

/* line 47, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .sd {
  font-style: italic;
  color: #c30;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .s2 {
  color: #c30;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .se {
  color: #c30;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .sh {
  color: #c30;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .si {
  color: #a00;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .sx {
  color: #c30;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .sr {
  color: #3aa;
}

/* line 54, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .s1 {
  color: #c30;
}

/* line 55, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .ss {
  color: #fc3;
}

/* line 56, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .bp {
  color: #366;
}

/* line 57, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .vc {
  color: #033;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .vg {
  color: #033;
}

/* line 59, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .vi {
  color: #033;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .il {
  color: #f60;
}

/* line 62, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .css .o,
.highlight .css .o + .nt,
.highlight .css .nt + .nt {
  color: #999;
}

/* line 66, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .language-bash::before,
.highlight .language-sh::before {
  color: #009;
  content: "$ ";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 73, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_syntax.scss */
.highlight .language-powershell::before {
  color: #009;
  content: "PM> ";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_carousel.scss */
.carousel-item-background {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 23, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-range.scss */
.custom-range {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  cursor: pointer;
  display: flex;
  height: 100%;
  min-height: 2.375rem;
  overflow: hidden;
  padding: 0;
  border: 0;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-range.scss */
.custom-range:focus {
  box-shadow: none;
  outline: none;
}

/* line 39, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-range.scss */
.custom-range:focus::-webkit-slider-thumb {
  border-color: #467fcf;
  background-color: #467fcf;
}

/* line 44, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-range.scss */
.custom-range:focus::-moz-range-thumb {
  border-color: #467fcf;
  background-color: #467fcf;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-range.scss */
.custom-range:focus::-ms-thumb {
  border-color: #467fcf;
  background-color: #467fcf;
}

/* line 55, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-range.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 59, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-range.scss */
.custom-range::-webkit-slider-runnable-track {
  background: #467fcf;
  content: '';
  height: 2px;
  pointer-events: none;
}

/* line 66, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-range.scss */
.custom-range::-webkit-slider-thumb {
  width: 14px;
  height: 14px;
  -webkit-appearance: none;
          appearance: none;
  background: #fff;
  border-radius: 50px;
  box-shadow: 1px 0 0 -6px rgba(0, 50, 126, 0.12), 6px 0 0 -6px rgba(0, 50, 126, 0.12), 7px 0 0 -6px rgba(0, 50, 126, 0.12), 8px 0 0 -6px rgba(0, 50, 126, 0.12), 9px 0 0 -6px rgba(0, 50, 126, 0.12), 10px 0 0 -6px rgba(0, 50, 126, 0.12), 11px 0 0 -6px rgba(0, 50, 126, 0.12), 12px 0 0 -6px rgba(0, 50, 126, 0.12), 13px 0 0 -6px rgba(0, 50, 126, 0.12), 14px 0 0 -6px rgba(0, 50, 126, 0.12), 15px 0 0 -6px rgba(0, 50, 126, 0.12), 16px 0 0 -6px rgba(0, 50, 126, 0.12), 17px 0 0 -6px rgba(0, 50, 126, 0.12), 18px 0 0 -6px rgba(0, 50, 126, 0.12), 19px 0 0 -6px rgba(0, 50, 126, 0.12), 20px 0 0 -6px rgba(0, 50, 126, 0.12), 21px 0 0 -6px rgba(0, 50, 126, 0.12), 22px 0 0 -6px rgba(0, 50, 126, 0.12), 23px 0 0 -6px rgba(0, 50, 126, 0.12), 24px 0 0 -6px rgba(0, 50, 126, 0.12), 25px 0 0 -6px rgba(0, 50, 126, 0.12), 26px 0 0 -6px rgba(0, 50, 126, 0.12), 27px 0 0 -6px rgba(0, 50, 126, 0.12), 28px 0 0 -6px rgba(0, 50, 126, 0.12), 29px 0 0 -6px rgba(0, 50, 126, 0.12), 30px 0 0 -6px rgba(0, 50, 126, 0.12), 31px 0 0 -6px rgba(0, 50, 126, 0.12), 32px 0 0 -6px rgba(0, 50, 126, 0.12), 33px 0 0 -6px rgba(0, 50, 126, 0.12), 34px 0 0 -6px rgba(0, 50, 126, 0.12), 35px 0 0 -6px rgba(0, 50, 126, 0.12), 36px 0 0 -6px rgba(0, 50, 126, 0.12), 37px 0 0 -6px rgba(0, 50, 126, 0.12), 38px 0 0 -6px rgba(0, 50, 126, 0.12), 39px 0 0 -6px rgba(0, 50, 126, 0.12), 40px 0 0 -6px rgba(0, 50, 126, 0.12), 41px 0 0 -6px rgba(0, 50, 126, 0.12), 42px 0 0 -6px rgba(0, 50, 126, 0.12), 43px 0 0 -6px rgba(0, 50, 126, 0.12), 44px 0 0 -6px rgba(0, 50, 126, 0.12), 45px 0 0 -6px rgba(0, 50, 126, 0.12), 46px 0 0 -6px rgba(0, 50, 126, 0.12), 47px 0 0 -6px rgba(0, 50, 126, 0.12), 48px 0 0 -6px rgba(0, 50, 126, 0.12), 49px 0 0 -6px rgba(0, 50, 126, 0.12), 50px 0 0 -6px rgba(0, 50, 126, 0.12), 51px 0 0 -6px rgba(0, 50, 126, 0.12), 52px 0 0 -6px rgba(0, 50, 126, 0.12), 53px 0 0 -6px rgba(0, 50, 126, 0.12), 54px 0 0 -6px rgba(0, 50, 126, 0.12), 55px 0 0 -6px rgba(0, 50, 126, 0.12), 56px 0 0 -6px rgba(0, 50, 126, 0.12), 57px 0 0 -6px rgba(0, 50, 126, 0.12), 58px 0 0 -6px rgba(0, 50, 126, 0.12), 59px 0 0 -6px rgba(0, 50, 126, 0.12), 60px 0 0 -6px rgba(0, 50, 126, 0.12), 61px 0 0 -6px rgba(0, 50, 126, 0.12), 62px 0 0 -6px rgba(0, 50, 126, 0.12), 63px 0 0 -6px rgba(0, 50, 126, 0.12), 64px 0 0 -6px rgba(0, 50, 126, 0.12), 65px 0 0 -6px rgba(0, 50, 126, 0.12), 66px 0 0 -6px rgba(0, 50, 126, 0.12), 67px 0 0 -6px rgba(0, 50, 126, 0.12), 68px 0 0 -6px rgba(0, 50, 126, 0.12), 69px 0 0 -6px rgba(0, 50, 126, 0.12), 70px 0 0 -6px rgba(0, 50, 126, 0.12), 71px 0 0 -6px rgba(0, 50, 126, 0.12), 72px 0 0 -6px rgba(0, 50, 126, 0.12), 73px 0 0 -6px rgba(0, 50, 126, 0.12), 74px 0 0 -6px rgba(0, 50, 126, 0.12), 75px 0 0 -6px rgba(0, 50, 126, 0.12), 76px 0 0 -6px rgba(0, 50, 126, 0.12), 77px 0 0 -6px rgba(0, 50, 126, 0.12), 78px 0 0 -6px rgba(0, 50, 126, 0.12), 79px 0 0 -6px rgba(0, 50, 126, 0.12), 80px 0 0 -6px rgba(0, 50, 126, 0.12), 81px 0 0 -6px rgba(0, 50, 126, 0.12), 82px 0 0 -6px rgba(0, 50, 126, 0.12), 83px 0 0 -6px rgba(0, 50, 126, 0.12), 84px 0 0 -6px rgba(0, 50, 126, 0.12), 85px 0 0 -6px rgba(0, 50, 126, 0.12), 86px 0 0 -6px rgba(0, 50, 126, 0.12), 87px 0 0 -6px rgba(0, 50, 126, 0.12), 88px 0 0 -6px rgba(0, 50, 126, 0.12), 89px 0 0 -6px rgba(0, 50, 126, 0.12), 90px 0 0 -6px rgba(0, 50, 126, 0.12), 91px 0 0 -6px rgba(0, 50, 126, 0.12), 92px 0 0 -6px rgba(0, 50, 126, 0.12), 93px 0 0 -6px rgba(0, 50, 126, 0.12), 94px 0 0 -6px rgba(0, 50, 126, 0.12), 95px 0 0 -6px rgba(0, 50, 126, 0.12), 96px 0 0 -6px rgba(0, 50, 126, 0.12), 97px 0 0 -6px rgba(0, 50, 126, 0.12), 98px 0 0 -6px rgba(0, 50, 126, 0.12), 99px 0 0 -6px rgba(0, 50, 126, 0.12), 100px 0 0 -6px rgba(0, 50, 126, 0.12), 101px 0 0 -6px rgba(0, 50, 126, 0.12), 102px 0 0 -6px rgba(0, 50, 126, 0.12), 103px 0 0 -6px rgba(0, 50, 126, 0.12), 104px 0 0 -6px rgba(0, 50, 126, 0.12), 105px 0 0 -6px rgba(0, 50, 126, 0.12), 106px 0 0 -6px rgba(0, 50, 126, 0.12), 107px 0 0 -6px rgba(0, 50, 126, 0.12), 108px 0 0 -6px rgba(0, 50, 126, 0.12), 109px 0 0 -6px rgba(0, 50, 126, 0.12), 110px 0 0 -6px rgba(0, 50, 126, 0.12), 111px 0 0 -6px rgba(0, 50, 126, 0.12), 112px 0 0 -6px rgba(0, 50, 126, 0.12), 113px 0 0 -6px rgba(0, 50, 126, 0.12), 114px 0 0 -6px rgba(0, 50, 126, 0.12), 115px 0 0 -6px rgba(0, 50, 126, 0.12), 116px 0 0 -6px rgba(0, 50, 126, 0.12), 117px 0 0 -6px rgba(0, 50, 126, 0.12), 118px 0 0 -6px rgba(0, 50, 126, 0.12), 119px 0 0 -6px rgba(0, 50, 126, 0.12), 120px 0 0 -6px rgba(0, 50, 126, 0.12), 121px 0 0 -6px rgba(0, 50, 126, 0.12), 122px 0 0 -6px rgba(0, 50, 126, 0.12), 123px 0 0 -6px rgba(0, 50, 126, 0.12), 124px 0 0 -6px rgba(0, 50, 126, 0.12), 125px 0 0 -6px rgba(0, 50, 126, 0.12), 126px 0 0 -6px rgba(0, 50, 126, 0.12), 127px 0 0 -6px rgba(0, 50, 126, 0.12), 128px 0 0 -6px rgba(0, 50, 126, 0.12), 129px 0 0 -6px rgba(0, 50, 126, 0.12), 130px 0 0 -6px rgba(0, 50, 126, 0.12), 131px 0 0 -6px rgba(0, 50, 126, 0.12), 132px 0 0 -6px rgba(0, 50, 126, 0.12), 133px 0 0 -6px rgba(0, 50, 126, 0.12), 134px 0 0 -6px rgba(0, 50, 126, 0.12), 135px 0 0 -6px rgba(0, 50, 126, 0.12), 136px 0 0 -6px rgba(0, 50, 126, 0.12), 137px 0 0 -6px rgba(0, 50, 126, 0.12), 138px 0 0 -6px rgba(0, 50, 126, 0.12), 139px 0 0 -6px rgba(0, 50, 126, 0.12), 140px 0 0 -6px rgba(0, 50, 126, 0.12), 141px 0 0 -6px rgba(0, 50, 126, 0.12), 142px 0 0 -6px rgba(0, 50, 126, 0.12), 143px 0 0 -6px rgba(0, 50, 126, 0.12), 144px 0 0 -6px rgba(0, 50, 126, 0.12), 145px 0 0 -6px rgba(0, 50, 126, 0.12), 146px 0 0 -6px rgba(0, 50, 126, 0.12), 147px 0 0 -6px rgba(0, 50, 126, 0.12), 148px 0 0 -6px rgba(0, 50, 126, 0.12), 149px 0 0 -6px rgba(0, 50, 126, 0.12), 150px 0 0 -6px rgba(0, 50, 126, 0.12), 151px 0 0 -6px rgba(0, 50, 126, 0.12), 152px 0 0 -6px rgba(0, 50, 126, 0.12), 153px 0 0 -6px rgba(0, 50, 126, 0.12), 154px 0 0 -6px rgba(0, 50, 126, 0.12), 155px 0 0 -6px rgba(0, 50, 126, 0.12), 156px 0 0 -6px rgba(0, 50, 126, 0.12), 157px 0 0 -6px rgba(0, 50, 126, 0.12), 158px 0 0 -6px rgba(0, 50, 126, 0.12), 159px 0 0 -6px rgba(0, 50, 126, 0.12), 160px 0 0 -6px rgba(0, 50, 126, 0.12), 161px 0 0 -6px rgba(0, 50, 126, 0.12), 162px 0 0 -6px rgba(0, 50, 126, 0.12), 163px 0 0 -6px rgba(0, 50, 126, 0.12), 164px 0 0 -6px rgba(0, 50, 126, 0.12), 165px 0 0 -6px rgba(0, 50, 126, 0.12), 166px 0 0 -6px rgba(0, 50, 126, 0.12), 167px 0 0 -6px rgba(0, 50, 126, 0.12), 168px 0 0 -6px rgba(0, 50, 126, 0.12), 169px 0 0 -6px rgba(0, 50, 126, 0.12), 170px 0 0 -6px rgba(0, 50, 126, 0.12), 171px 0 0 -6px rgba(0, 50, 126, 0.12), 172px 0 0 -6px rgba(0, 50, 126, 0.12), 173px 0 0 -6px rgba(0, 50, 126, 0.12), 174px 0 0 -6px rgba(0, 50, 126, 0.12), 175px 0 0 -6px rgba(0, 50, 126, 0.12), 176px 0 0 -6px rgba(0, 50, 126, 0.12), 177px 0 0 -6px rgba(0, 50, 126, 0.12), 178px 0 0 -6px rgba(0, 50, 126, 0.12), 179px 0 0 -6px rgba(0, 50, 126, 0.12), 180px 0 0 -6px rgba(0, 50, 126, 0.12), 181px 0 0 -6px rgba(0, 50, 126, 0.12), 182px 0 0 -6px rgba(0, 50, 126, 0.12), 183px 0 0 -6px rgba(0, 50, 126, 0.12), 184px 0 0 -6px rgba(0, 50, 126, 0.12), 185px 0 0 -6px rgba(0, 50, 126, 0.12), 186px 0 0 -6px rgba(0, 50, 126, 0.12), 187px 0 0 -6px rgba(0, 50, 126, 0.12), 188px 0 0 -6px rgba(0, 50, 126, 0.12), 189px 0 0 -6px rgba(0, 50, 126, 0.12), 190px 0 0 -6px rgba(0, 50, 126, 0.12), 191px 0 0 -6px rgba(0, 50, 126, 0.12), 192px 0 0 -6px rgba(0, 50, 126, 0.12), 193px 0 0 -6px rgba(0, 50, 126, 0.12), 194px 0 0 -6px rgba(0, 50, 126, 0.12), 195px 0 0 -6px rgba(0, 50, 126, 0.12), 196px 0 0 -6px rgba(0, 50, 126, 0.12), 197px 0 0 -6px rgba(0, 50, 126, 0.12), 198px 0 0 -6px rgba(0, 50, 126, 0.12), 199px 0 0 -6px rgba(0, 50, 126, 0.12), 200px 0 0 -6px rgba(0, 50, 126, 0.12), 201px 0 0 -6px rgba(0, 50, 126, 0.12), 202px 0 0 -6px rgba(0, 50, 126, 0.12), 203px 0 0 -6px rgba(0, 50, 126, 0.12), 204px 0 0 -6px rgba(0, 50, 126, 0.12), 205px 0 0 -6px rgba(0, 50, 126, 0.12), 206px 0 0 -6px rgba(0, 50, 126, 0.12), 207px 0 0 -6px rgba(0, 50, 126, 0.12), 208px 0 0 -6px rgba(0, 50, 126, 0.12), 209px 0 0 -6px rgba(0, 50, 126, 0.12), 210px 0 0 -6px rgba(0, 50, 126, 0.12), 211px 0 0 -6px rgba(0, 50, 126, 0.12), 212px 0 0 -6px rgba(0, 50, 126, 0.12), 213px 0 0 -6px rgba(0, 50, 126, 0.12), 214px 0 0 -6px rgba(0, 50, 126, 0.12), 215px 0 0 -6px rgba(0, 50, 126, 0.12), 216px 0 0 -6px rgba(0, 50, 126, 0.12), 217px 0 0 -6px rgba(0, 50, 126, 0.12), 218px 0 0 -6px rgba(0, 50, 126, 0.12), 219px 0 0 -6px rgba(0, 50, 126, 0.12), 220px 0 0 -6px rgba(0, 50, 126, 0.12), 221px 0 0 -6px rgba(0, 50, 126, 0.12), 222px 0 0 -6px rgba(0, 50, 126, 0.12), 223px 0 0 -6px rgba(0, 50, 126, 0.12), 224px 0 0 -6px rgba(0, 50, 126, 0.12), 225px 0 0 -6px rgba(0, 50, 126, 0.12), 226px 0 0 -6px rgba(0, 50, 126, 0.12), 227px 0 0 -6px rgba(0, 50, 126, 0.12), 228px 0 0 -6px rgba(0, 50, 126, 0.12), 229px 0 0 -6px rgba(0, 50, 126, 0.12), 230px 0 0 -6px rgba(0, 50, 126, 0.12), 231px 0 0 -6px rgba(0, 50, 126, 0.12), 232px 0 0 -6px rgba(0, 50, 126, 0.12), 233px 0 0 -6px rgba(0, 50, 126, 0.12), 234px 0 0 -6px rgba(0, 50, 126, 0.12), 235px 0 0 -6px rgba(0, 50, 126, 0.12), 236px 0 0 -6px rgba(0, 50, 126, 0.12), 237px 0 0 -6px rgba(0, 50, 126, 0.12), 238px 0 0 -6px rgba(0, 50, 126, 0.12), 239px 0 0 -6px rgba(0, 50, 126, 0.12), 240px 0 0 -6px rgba(0, 50, 126, 0.12);
  margin-top: -6px;
  border: 1px solid rgba(0, 30, 75, 0.12);
  -webkit-transition: .3s border-color, .3s background-color;
  transition: .3s border-color, .3s background-color;
}

/* line 80, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-range.scss */
.custom-range::-moz-range-track {
  width: 240px;
  height: 2px;
  background: rgba(0, 50, 126, 0.12);
}

/* line 86, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-range.scss */
.custom-range::-moz-range-thumb {
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50px;
  border: 1px solid rgba(0, 30, 75, 0.12);
  position: relative;
  -moz-transition: .3s border-color, .3s background-color;
  transition: .3s border-color, .3s background-color;
}

/* line 97, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-range.scss */
.custom-range::-moz-range-progress {
  height: 2px;
  background: #467fcf;
  border: 0;
  margin-top: 0;
}

/* line 104, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-range.scss */
.custom-range::-ms-track {
  background: transparent;
  border: 0;
  border-color: transparent;
  border-radius: 0;
  border-width: 0;
  color: transparent;
  height: 2px;
  margin-top: 10px;
  width: 240px;
}

/* line 116, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-range.scss */
.custom-range::-ms-thumb {
  width: 240px;
  height: 2px;
  background: #fff;
  border-radius: 50px;
  border: 1px solid rgba(0, 30, 75, 0.12);
  -ms-transition: .3s border-color, .3s background-color;
  transition: .3s border-color, .3s background-color;
}

/* line 127, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-range.scss */
.custom-range::-ms-fill-lower {
  background: #467fcf;
  border-radius: 0;
}

/* line 132, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-range.scss */
.custom-range::-ms-fill-upper {
  background: rgba(0, 50, 126, 0.12);
  border-radius: 0;
}

/* line 137, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-range.scss */
.custom-range::-ms-tooltip {
  display: none;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-selectgroup.scss */
.selectgroup {
  display: inline-flex;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-selectgroup.scss */
.selectgroup-item {
  flex-grow: 1;
  position: relative;
}

/* line 9, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-selectgroup.scss */
.selectgroup-item + .selectgroup-item {
  margin-left: -1px;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-selectgroup.scss */
.selectgroup-item:not(:first-child) .selectgroup-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-selectgroup.scss */
.selectgroup-item:not(:last-child) .selectgroup-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 24, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-selectgroup.scss */
.selectgroup-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-selectgroup.scss */
.selectgroup-button {
  display: block;
  border: 1px solid rgba(0, 40, 100, 0.12);
  text-align: center;
  padding: 0.375rem 1rem;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
  color: #9aa0ac;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  min-width: 2.375rem;
}

/* line 47, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-selectgroup.scss */
.selectgroup-button-icon {
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 1rem;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-selectgroup.scss */
.selectgroup-input:checked + .selectgroup-button {
  border-color: #467fcf;
  z-index: 1;
  color: #467fcf;
  background: #edf2fa;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-selectgroup.scss */
.selectgroup-input:focus + .selectgroup-button {
  border-color: #467fcf;
  z-index: 2;
  color: #467fcf;
  box-shadow: 0 0 0 2px rgba(17, 75, 95, 0.25);
}

/* line 67, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-selectgroup.scss */
.selectgroup-pills {
  flex-wrap: wrap;
  align-items: flex-start;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-selectgroup.scss */
.selectgroup-pills .selectgroup-item {
  margin-right: .5rem;
  flex-grow: 0;
}

/* line 76, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-selectgroup.scss */
.selectgroup-pills .selectgroup-button {
  border-radius: 50px !important;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-switch.scss */
.custom-switch {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
  display: inline-flex;
  align-items: center;
  margin: 0;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-switch.scss */
.custom-switch-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 19, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-switch.scss */
.custom-switches-stacked {
  display: flex;
  flex-direction: column;
}

/* line 23, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-switch.scss */
.custom-switches-stacked .custom-switch {
  margin-bottom: .5rem;
}

/* line 28, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-switch.scss */
.custom-switch-indicator {
  display: inline-block;
  height: 1.25rem;
  width: 2.25rem;
  background: #e9ecef;
  border-radius: 50px;
  position: relative;
  vertical-align: bottom;
  border: 1px solid rgba(0, 40, 100, 0.12);
  transition: .3s border-color, .3s background-color;
}

/* line 39, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-switch.scss */
.custom-switch-indicator:before {
  content: '';
  position: absolute;
  height: calc(1.25rem - 4px);
  width: calc(1.25rem - 4px);
  top: 1px;
  left: 1px;
  background: #fff;
  border-radius: 50%;
  transition: .3s left;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}

/* line 52, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-switch.scss */
.custom-switch-input:checked ~ .custom-switch-indicator {
  background: #467fcf;
}

/* line 55, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-switch.scss */
.custom-switch-input:checked ~ .custom-switch-indicator:before {
  left: calc(1rem + 1px);
}

/* line 60, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-switch.scss */
.custom-switch-input:focus ~ .custom-switch-indicator {
  box-shadow: 0 0 0 2px rgba(17, 75, 95, 0.25);
  border-color: #467fcf;
}

/* line 66, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-switch.scss */
.custom-switch-description {
  margin-left: .5rem;
  color: #6e7687;
  transition: .3s color;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-switch.scss */
.custom-switch-input:checked ~ .custom-switch-description {
  color: #495057;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-imagecheck.scss */
.imagecheck {
  margin: 0;
  position: relative;
  cursor: pointer;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-imagecheck.scss */
.imagecheck-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-imagecheck.scss */
.imagecheck-figure {
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 3px;
  margin: 0;
  position: relative;
}

/* line 19, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-imagecheck.scss */
.imagecheck-input:focus ~ .imagecheck-figure {
  border-color: #467fcf;
  box-shadow: 0 0 0 2px rgba(17, 75, 95, 0.25);
}

/* line 24, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-imagecheck.scss */
.imagecheck-input:checked ~ .imagecheck-figure {
  border-color: rgba(0, 40, 100, 0.24);
}

/* line 28, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-imagecheck.scss */
.imagecheck-figure:before {
  content: '';
  position: absolute;
  top: .25rem;
  left: .25rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #467fcf url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='#fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/></svg>") no-repeat center center/50% 50%;
  color: #fff;
  z-index: 1;
  border-radius: 3px;
  opacity: 0;
  transition: .3s opacity;
}

/* line 45, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-imagecheck.scss */
.imagecheck-input:checked ~ .imagecheck-figure:before {
  opacity: 1;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-imagecheck.scss */
.imagecheck-image {
  max-width: 100%;
  opacity: .64;
  transition: .3s opacity;
}

/* line 56, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-imagecheck.scss */
.imagecheck-image:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 61, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-imagecheck.scss */
.imagecheck-image:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* line 66, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-imagecheck.scss */
.imagecheck:hover .imagecheck-image, .imagecheck-input:focus ~ .imagecheck-figure .imagecheck-image, .imagecheck-input:checked ~ .imagecheck-figure .imagecheck-image {
  opacity: 1;
}

/* line 73, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-imagecheck.scss */
.imagecheck-caption {
  text-align: center;
  padding: .25rem .25rem;
  color: #9aa0ac;
  font-size: 0.875rem;
  transition: .3s color;
}

/* line 80, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-imagecheck.scss */
.imagecheck:hover .imagecheck-caption, .imagecheck-input:focus ~ .imagecheck-figure .imagecheck-caption, .imagecheck-input:checked ~ .imagecheck-figure .imagecheck-caption {
  color: #495057;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-colorinput.scss */
.colorinput {
  margin: 0;
  position: relative;
  cursor: pointer;
}

/* line 16, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-colorinput.scss */
.colorinput-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-colorinput.scss */
.colorinput-color {
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 3px;
  border: 1px solid rgba(0, 40, 100, 0.12);
  color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

/* line 31, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-colorinput.scss */
.colorinput-color:before {
  content: '';
  opacity: 0;
  position: absolute;
  top: .25rem;
  left: .25rem;
  height: 1.25rem;
  width: 1.25rem;
  transition: .3s opacity;
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='#fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/></svg>") no-repeat center center/50% 50%;
}

/* line 42, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-colorinput.scss */
.colorinput-input:checked ~ .colorinput-color:before {
  opacity: 1;
}

/* line 47, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/forms/_custom-colorinput.scss */
.colorinput-input:focus ~ .colorinput-color {
  border-color: #467fcf;
  box-shadow: 0 0 0 2px rgba(17, 75, 95, 0.25);
}

/* line 1, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_timeline.scss */
.timeline {
  position: relative;
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_timeline.scss */
.timeline:before {
  background-color: #e9ecef;
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 4px;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_timeline.scss */
.timeline-item {
  position: relative;
  display: flex;
  padding-left: 2rem;
  margin: .5rem 0;
}

/* line 26, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_timeline.scss */
.timeline-item:first-child:before, .timeline-item:last-child:before {
  content: '';
  position: absolute;
  background: #fff;
  width: 1px;
  left: .25rem;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_timeline.scss */
.timeline-item:first-child {
  margin-top: 0;
}

/* line 38, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_timeline.scss */
.timeline-item:first-child:before {
  top: 0;
  height: .5rem;
}

/* line 44, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_timeline.scss */
.timeline-item:last-child {
  margin-bottom: 0;
}

/* line 47, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_timeline.scss */
.timeline-item:last-child:before {
  top: .5rem;
  bottom: 0;
}

/* line 54, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_timeline.scss */
.timeline-badge {
  position: absolute;
  display: block;
  width: 0.4375rem;
  height: 0.4375rem;
  left: 1px;
  top: .5rem;
  border-radius: 100%;
  border: 1px solid #fff;
  background: #adb5bd;
}

/* line 66, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_timeline.scss */
.timeline-time {
  white-space: nowrap;
  margin-left: auto;
  color: #9aa0ac;
  font-size: 87.5%;
}

/* line 1, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_jvectormap.scss */
svg {
  touch-action: none;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_jvectormap.scss */
.jvectormap-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  touch-action: none;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_jvectormap.scss */
.jvectormap-tip {
  position: absolute;
  display: none;
  border-radius: 3px;
  background: #212529;
  color: white;
  padding: 6px;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
}

/* line 24, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_jvectormap.scss */
.jvectormap-tip small {
  font-size: inherit;
  font-weight: 400;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_jvectormap.scss */
.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
  position: absolute;
  left: 10px;
  border-radius: 3px;
  background: #292929;
  padding: 3px;
  color: white;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
  box-sizing: content-box;
}

/* line 43, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_jvectormap.scss */
.jvectormap-zoomin, .jvectormap-zoomout {
  width: 10px;
  height: 10px;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_jvectormap.scss */
.jvectormap-zoomin {
  top: 10px;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_jvectormap.scss */
.jvectormap-zoomout {
  top: 30px;
}

/* line 56, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_jvectormap.scss */
.jvectormap-goback {
  bottom: 10px;
  z-index: 1000;
  padding: 6px;
}

/* line 62, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_jvectormap.scss */
.jvectormap-spinner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: center no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==);
}

/* line 71, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_jvectormap.scss */
.jvectormap-legend-title {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

/* line 77, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_jvectormap.scss */
.jvectormap-legend-cnt {
  position: absolute;
}

/* line 81, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_jvectormap.scss */
.jvectormap-legend-cnt-h {
  bottom: 0;
  right: 0;
}

/* line 86, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_jvectormap.scss */
.jvectormap-legend-cnt-v {
  top: 0;
  right: 0;
}

/* line 91, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_jvectormap.scss */
.jvectormap-legend {
  background: black;
  color: white;
  border-radius: 3px;
}

/* line 97, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_jvectormap.scss */
.jvectormap-legend-cnt-h .jvectormap-legend {
  float: left;
  margin: 0 10px 10px 0;
  padding: 3px 3px 1px 3px;
}

/* line 103, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_jvectormap.scss */
.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
  float: left;
}

/* line 107, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_jvectormap.scss */
.jvectormap-legend-cnt-v .jvectormap-legend {
  margin: 10px 10px 0 0;
  padding: 3px;
}

/* line 112, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_jvectormap.scss */
.jvectormap-legend-cnt-h .jvectormap-legend-tick {
  width: 40px;
}

/* line 116, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_jvectormap.scss */
.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
  height: 15px;
}

/* line 120, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_jvectormap.scss */
.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

/* line 127, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_jvectormap.scss */
.jvectormap-legend-tick-text {
  font-size: 12px;
}

/* line 131, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_jvectormap.scss */
.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
  text-align: center;
}

/* line 135, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_jvectormap.scss */
.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  padding-left: 3px;
}

/**
 * selectize.css (v0.12.4)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
/* line 17, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}

/* line 25, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 34, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}

/* line 42, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #495057;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-dropdown-header-close:hover {
  color: #000;
}

/* line 57, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}

/* line 64, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

/* line 68, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

/* line 72, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

/* line 76, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

/* line 81, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}

/* line 102, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 106, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-control.plugin-remove_button .active[data-value] .remove {
  border-left-color: #cacaca;
}

/* line 110, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

/* line 114, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #fff;
}

/* line 118, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px;
}

/* line 125, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-control {
  position: relative;
  padding: 0;
  border: 0;
}

/* line 131, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #495057;
  font-family: inherit;
  font-size: 15px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

/* line 141, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

/* line 148, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-input {
  border: 1px solid rgba(0, 40, 100, 0.12);
  padding: 0.5625rem 0.75rem;
  display: inline-block;
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  border-radius: 3px;
  transition: .3s border-color, .3s box-shadow;
}

/* line 163, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-control.multi .selectize-input.has-items {
  padding: 7px 0.75rem 4px 7px;
}

/* line 167, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-input.full {
  background-color: #fff;
}

/* line 171, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

/* line 176, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-input.focus {
  border-color: #467fcf;
  box-shadow: 0 0 0 2px rgba(17, 75, 95, 0.25);
}

/* line 181, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}

/* line 185, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 193, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #e9ecef;
  color: #495057;
  font-size: 13px;
  border: 0 solid rgba(0, 40, 100, 0.12);
  border-radius: 3px;
  font-weight: 400;
}

/* line 205, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

/* line 211, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #fff;
  border: 0 solid #fff;
}

/* line 218, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  box-shadow: none !important;
}

/* line 232, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-input > input::-ms-clear {
  display: none;
}

/* line 236, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-input > input:focus {
  outline: none !important;
}

/* line 240, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

/* line 246, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 257, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid rgba(0, 40, 100, 0.12);
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  border-radius: 0 0 3px 3px;
  height: auto;
  padding: 0;
}

/* line 271, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

/* line 276, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

/* line 281, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 6px .75rem;
}

/* line 286, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

/* line 290, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-dropdown .optgroup-header {
  color: #495057;
  background: #fff;
  cursor: default;
}

/* line 296, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-dropdown .active {
  background-color: #F1F4F8;
  color: #467fcf;
}

/* line 301, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-dropdown .active.create {
  color: #495057;
}

/* line 305, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

/* line 309, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

/* line 316, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

/* line 321, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

/* line 326, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-control.single .selectize-input:after {
  content: '';
  display: block;
  position: absolute;
  top: 13px;
  right: 12px;
  width: 8px;
  height: 10px;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5'%3E%3Cpath fill='#999' d='M0 0L10 0L5 5L0 0'/%3E%3C/svg%3E") no-repeat center;
  background-size: 8px 10px;
  transition: .3s transform;
}

/* line 340, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-control.single .selectize-input.dropdown-active:after {
  transform: rotate(180deg);
}

/* line 344, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/* line 349, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-dropdown .image,
.selectize-input .image {
  width: 1.25rem;
  height: 1.25rem;
  background-size: contain;
  margin: -1px .5rem -1px -4px;
  line-height: 1.25rem;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 361, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-dropdown .image img,
.selectize-input .image img {
  max-width: 100%;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  border-radius: 2px;
}

/* line 368, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/_selectize.scss */
.selectize-input .image {
  width: 1.5rem;
  height: 1.5rem;
  margin: -3px .75rem -3px -5px;
}

@font-face {
  font-family: "feather";
  src: url(https://dvxibnalv7pan.cloudfront.net/assets/feather/feather-webfont-606ae9ae9e3a255d2ef7b73cd5054bba4a9df512264ea64a068654bbedbc07b5.eot?t=1501841394106);
  /* IE9*/
  src: url(https://dvxibnalv7pan.cloudfront.net/assets/feather/feather-webfont-606ae9ae9e3a255d2ef7b73cd5054bba4a9df512264ea64a068654bbedbc07b5.eot?t=1501841394106#iefix) format("embedded-opentype"), url(https://dvxibnalv7pan.cloudfront.net/assets/feather/feather-webfont-90205140232d65122ba044dc101b52d806ad09198e4685180372f688ae7adffd.woff?t=1501841394106) format("woff"), url(https://dvxibnalv7pan.cloudfront.net/assets/feather/feather-webfont-ff01b217c983732af9907b8c419944b2d179977e8473a227daf0506f623ed587.ttf?t=1501841394106) format("truetype"), url(https://dvxibnalv7pan.cloudfront.net/assets/feather/feather-webfont-45c9d5e7f2fac7067e6901479bad19b93b934c6b303395cbc0597c9602931dcb.svg?t=1501841394106#feather) format("svg");
  /* iOS 4.1- */
}

/* line 10, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe {
  font-family: 'feather' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 24, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-activity:before {
  content: "\e900";
}

/* line 28, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-airplay:before {
  content: "\e901";
}

/* line 32, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-alert-circle:before {
  content: "\e902";
}

/* line 36, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-alert-octagon:before {
  content: "\e903";
}

/* line 40, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-alert-triangle:before {
  content: "\e904";
}

/* line 44, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-align-center:before {
  content: "\e905";
}

/* line 48, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-align-justify:before {
  content: "\e906";
}

/* line 52, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-align-left:before {
  content: "\e907";
}

/* line 56, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-align-right:before {
  content: "\e908";
}

/* line 60, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-anchor:before {
  content: "\e909";
}

/* line 64, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-aperture:before {
  content: "\e90a";
}

/* line 68, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-arrow-down:before {
  content: "\e90b";
}

/* line 72, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-arrow-down-circle:before {
  content: "\e90c";
}

/* line 76, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-arrow-down-left:before {
  content: "\e90d";
}

/* line 80, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-arrow-down-right:before {
  content: "\e90e";
}

/* line 84, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-arrow-left:before {
  content: "\e90f";
}

/* line 88, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-arrow-left-circle:before {
  content: "\e910";
}

/* line 92, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-arrow-right:before {
  content: "\e911";
}

/* line 96, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-arrow-right-circle:before {
  content: "\e912";
}

/* line 100, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-arrow-up:before {
  content: "\e913";
}

/* line 104, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-arrow-up-circle:before {
  content: "\e914";
}

/* line 108, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-arrow-up-left:before {
  content: "\e915";
}

/* line 112, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-arrow-up-right:before {
  content: "\e916";
}

/* line 116, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-at-sign:before {
  content: "\e917";
}

/* line 120, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-award:before {
  content: "\e918";
}

/* line 124, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-bar-chart:before {
  content: "\e919";
}

/* line 128, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-bar-chart-2:before {
  content: "\e91a";
}

/* line 132, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-battery:before {
  content: "\e91b";
}

/* line 136, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-battery-charging:before {
  content: "\e91c";
}

/* line 140, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-bell:before {
  content: "\e91d";
}

/* line 144, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-bell-off:before {
  content: "\e91e";
}

/* line 148, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-bluetooth:before {
  content: "\e91f";
}

/* line 152, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-bold:before {
  content: "\e920";
}

/* line 156, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-book:before {
  content: "\e921";
}

/* line 160, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-book-open:before {
  content: "\e922";
}

/* line 164, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-bookmark:before {
  content: "\e923";
}

/* line 168, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-box:before {
  content: "\e924";
}

/* line 172, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-briefcase:before {
  content: "\e925";
}

/* line 176, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-calendar:before {
  content: "\e926";
}

/* line 180, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-camera:before {
  content: "\e927";
}

/* line 184, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-camera-off:before {
  content: "\e928";
}

/* line 188, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-cast:before {
  content: "\e929";
}

/* line 192, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-check:before {
  content: "\e92a";
}

/* line 196, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-check-circle:before {
  content: "\e92b";
}

/* line 200, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-check-square:before {
  content: "\e92c";
}

/* line 204, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-chevron-down:before {
  content: "\e92d";
}

/* line 208, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-chevron-left:before {
  content: "\e92e";
}

/* line 212, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-chevron-right:before {
  content: "\e92f";
}

/* line 216, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-chevron-up:before {
  content: "\e930";
}

/* line 220, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-chevrons-down:before {
  content: "\e931";
}

/* line 224, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-chevrons-left:before {
  content: "\e932";
}

/* line 228, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-chevrons-right:before {
  content: "\e933";
}

/* line 232, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-chevrons-up:before {
  content: "\e934";
}

/* line 236, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-chrome:before {
  content: "\e935";
}

/* line 240, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-circle:before {
  content: "\e936";
}

/* line 244, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-clipboard:before {
  content: "\e937";
}

/* line 248, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-clock:before {
  content: "\e938";
}

/* line 252, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-cloud:before {
  content: "\e939";
}

/* line 256, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-cloud-drizzle:before {
  content: "\e93a";
}

/* line 260, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-cloud-lightning:before {
  content: "\e93b";
}

/* line 264, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-cloud-off:before {
  content: "\e93c";
}

/* line 268, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-cloud-rain:before {
  content: "\e93d";
}

/* line 272, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-cloud-snow:before {
  content: "\e93e";
}

/* line 276, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-code:before {
  content: "\e93f";
}

/* line 280, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-codepen:before {
  content: "\e940";
}

/* line 284, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-command:before {
  content: "\e941";
}

/* line 288, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-compass:before {
  content: "\e942";
}

/* line 292, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-copy:before {
  content: "\e943";
}

/* line 296, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-corner-down-left:before {
  content: "\e944";
}

/* line 300, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-corner-down-right:before {
  content: "\e945";
}

/* line 304, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-corner-left-down:before {
  content: "\e946";
}

/* line 308, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-corner-left-up:before {
  content: "\e947";
}

/* line 312, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-corner-right-down:before {
  content: "\e948";
}

/* line 316, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-corner-right-up:before {
  content: "\e949";
}

/* line 320, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-corner-up-left:before {
  content: "\e94a";
}

/* line 324, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-corner-up-right:before {
  content: "\e94b";
}

/* line 328, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-cpu:before {
  content: "\e94c";
}

/* line 332, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-credit-card:before {
  content: "\e94d";
}

/* line 336, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-crop:before {
  content: "\e94e";
}

/* line 340, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-crosshair:before {
  content: "\e94f";
}

/* line 344, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-database:before {
  content: "\e950";
}

/* line 348, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-delete:before {
  content: "\e951";
}

/* line 352, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-disc:before {
  content: "\e952";
}

/* line 356, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-dollar-sign:before {
  content: "\e953";
}

/* line 360, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-download:before {
  content: "\e954";
}

/* line 364, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-download-cloud:before {
  content: "\e955";
}

/* line 368, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-droplet:before {
  content: "\e956";
}

/* line 372, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-edit:before {
  content: "\e957";
}

/* line 376, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-edit-2:before {
  content: "\e958";
}

/* line 380, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-edit-3:before {
  content: "\e959";
}

/* line 384, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-external-link:before {
  content: "\e95a";
}

/* line 388, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-eye:before {
  content: "\e95b";
}

/* line 392, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-eye-off:before {
  content: "\e95c";
}

/* line 396, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-facebook:before {
  content: "\e95d";
}

/* line 400, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-fast-forward:before {
  content: "\e95e";
}

/* line 404, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-feather:before {
  content: "\e95f";
}

/* line 408, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-file:before {
  content: "\e960";
}

/* line 412, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-file-minus:before {
  content: "\e961";
}

/* line 416, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-file-plus:before {
  content: "\e962";
}

/* line 420, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-file-text:before {
  content: "\e963";
}

/* line 424, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-film:before {
  content: "\e964";
}

/* line 428, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-filter:before {
  content: "\e965";
}

/* line 432, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-flag:before {
  content: "\e966";
}

/* line 436, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-folder:before {
  content: "\e967";
}

/* line 440, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-folder-minus:before {
  content: "\e968";
}

/* line 444, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-folder-plus:before {
  content: "\e969";
}

/* line 448, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-git-branch:before {
  content: "\e96a";
}

/* line 452, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-git-commit:before {
  content: "\e96b";
}

/* line 456, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-git-merge:before {
  content: "\e96c";
}

/* line 460, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-git-pull-request:before {
  content: "\e96d";
}

/* line 464, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-github:before {
  content: "\e96e";
}

/* line 468, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-gitlab:before {
  content: "\e96f";
}

/* line 472, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-globe:before {
  content: "\e970";
}

/* line 476, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-grid:before {
  content: "\e971";
}

/* line 480, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-hard-drive:before {
  content: "\e972";
}

/* line 484, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-hash:before {
  content: "\e973";
}

/* line 488, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-headphones:before {
  content: "\e974";
}

/* line 492, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-heart:before {
  content: "\e975";
}

/* line 496, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-help-circle:before {
  content: "\e976";
}

/* line 500, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-home:before {
  content: "\e977";
}

/* line 504, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-image:before {
  content: "\e978";
}

/* line 508, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-inbox:before {
  content: "\e979";
}

/* line 512, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-info:before {
  content: "\e97a";
}

/* line 516, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-instagram:before {
  content: "\e97b";
}

/* line 520, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-italic:before {
  content: "\e97c";
}

/* line 524, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-layers:before {
  content: "\e97d";
}

/* line 528, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-layout:before {
  content: "\e97e";
}

/* line 532, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-life-buoy:before {
  content: "\e97f";
}

/* line 536, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-link:before {
  content: "\e980";
}

/* line 540, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-link-2:before {
  content: "\e981";
}

/* line 544, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-linkedin:before {
  content: "\e982";
}

/* line 548, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-list:before {
  content: "\e983";
}

/* line 552, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-loader:before {
  content: "\e984";
}

/* line 556, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-lock:before {
  content: "\e985";
}

/* line 560, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-log-in:before {
  content: "\e986";
}

/* line 564, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-log-out:before {
  content: "\e987";
}

/* line 568, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-mail:before {
  content: "\e988";
}

/* line 572, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-map:before {
  content: "\e989";
}

/* line 576, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-map-pin:before {
  content: "\e98a";
}

/* line 580, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-maximize:before {
  content: "\e98b";
}

/* line 584, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-maximize-2:before {
  content: "\e98c";
}

/* line 588, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-menu:before {
  content: "\e98d";
}

/* line 592, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-message-circle:before {
  content: "\e98e";
}

/* line 596, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-message-square:before {
  content: "\e98f";
}

/* line 600, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-mic:before {
  content: "\e990";
}

/* line 604, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-mic-off:before {
  content: "\e991";
}

/* line 608, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-minimize:before {
  content: "\e992";
}

/* line 612, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-minimize-2:before {
  content: "\e993";
}

/* line 616, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-minus:before {
  content: "\e994";
}

/* line 620, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-minus-circle:before {
  content: "\e995";
}

/* line 624, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-minus-square:before {
  content: "\e996";
}

/* line 628, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-monitor:before {
  content: "\e997";
}

/* line 632, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-moon:before {
  content: "\e998";
}

/* line 636, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-more-horizontal:before {
  content: "\e999";
}

/* line 640, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-more-vertical:before {
  content: "\e99a";
}

/* line 644, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-move:before {
  content: "\e99b";
}

/* line 648, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-music:before {
  content: "\e99c";
}

/* line 652, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-navigation:before {
  content: "\e99d";
}

/* line 656, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-navigation-2:before {
  content: "\e99e";
}

/* line 660, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-octagon:before {
  content: "\e99f";
}

/* line 664, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-package:before {
  content: "\e9a0";
}

/* line 668, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-paperclip:before {
  content: "\e9a1";
}

/* line 672, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-pause:before {
  content: "\e9a2";
}

/* line 676, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-pause-circle:before {
  content: "\e9a3";
}

/* line 680, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-percent:before {
  content: "\e9a4";
}

/* line 684, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-phone:before {
  content: "\e9a5";
}

/* line 688, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-phone-call:before {
  content: "\e9a6";
}

/* line 692, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-phone-forwarded:before {
  content: "\e9a7";
}

/* line 696, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-phone-incoming:before {
  content: "\e9a8";
}

/* line 700, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-phone-missed:before {
  content: "\e9a9";
}

/* line 704, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-phone-off:before {
  content: "\e9aa";
}

/* line 708, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-phone-outgoing:before {
  content: "\e9ab";
}

/* line 712, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-pie-chart:before {
  content: "\e9ac";
}

/* line 716, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-play:before {
  content: "\e9ad";
}

/* line 720, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-play-circle:before {
  content: "\e9ae";
}

/* line 724, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-plus:before {
  content: "\e9af";
}

/* line 728, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-plus-circle:before {
  content: "\e9b0";
}

/* line 732, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-plus-square:before {
  content: "\e9b1";
}

/* line 736, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-pocket:before {
  content: "\e9b2";
}

/* line 740, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-power:before {
  content: "\e9b3";
}

/* line 744, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-printer:before {
  content: "\e9b4";
}

/* line 748, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-radio:before {
  content: "\e9b5";
}

/* line 752, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-refresh-ccw:before {
  content: "\e9b6";
}

/* line 756, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-refresh-cw:before {
  content: "\e9b7";
}

/* line 760, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-repeat:before {
  content: "\e9b8";
}

/* line 764, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-rewind:before {
  content: "\e9b9";
}

/* line 768, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-rotate-ccw:before {
  content: "\e9ba";
}

/* line 772, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-rotate-cw:before {
  content: "\e9bb";
}

/* line 776, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-rss:before {
  content: "\e9bc";
}

/* line 780, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-save:before {
  content: "\e9bd";
}

/* line 784, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-scissors:before {
  content: "\e9be";
}

/* line 788, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-search:before {
  content: "\e9bf";
}

/* line 792, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-send:before {
  content: "\e9c0";
}

/* line 796, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-server:before {
  content: "\e9c1";
}

/* line 800, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-settings:before {
  content: "\e9c2";
}

/* line 804, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-share:before {
  content: "\e9c3";
}

/* line 808, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-share-2:before {
  content: "\e9c4";
}

/* line 812, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-shield:before {
  content: "\e9c5";
}

/* line 816, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-shield-off:before {
  content: "\e9c6";
}

/* line 820, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-shopping-bag:before {
  content: "\e9c7";
}

/* line 824, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-shopping-cart:before {
  content: "\e9c8";
}

/* line 828, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-shuffle:before {
  content: "\e9c9";
}

/* line 832, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-sidebar:before {
  content: "\e9ca";
}

/* line 836, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-skip-back:before {
  content: "\e9cb";
}

/* line 840, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-skip-forward:before {
  content: "\e9cc";
}

/* line 844, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-slack:before {
  content: "\e9cd";
}

/* line 848, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-slash:before {
  content: "\e9ce";
}

/* line 852, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-sliders:before {
  content: "\e9cf";
}

/* line 856, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-smartphone:before {
  content: "\e9d0";
}

/* line 860, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-speaker:before {
  content: "\e9d1";
}

/* line 864, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-square:before {
  content: "\e9d2";
}

/* line 868, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-star:before {
  content: "\e9d3";
}

/* line 872, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-stop-circle:before {
  content: "\e9d4";
}

/* line 876, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-sun:before {
  content: "\e9d5";
}

/* line 880, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-sunrise:before {
  content: "\e9d6";
}

/* line 884, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-sunset:before {
  content: "\e9d7";
}

/* line 888, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-tablet:before {
  content: "\e9d8";
}

/* line 892, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-tag:before {
  content: "\e9d9";
}

/* line 896, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-target:before {
  content: "\e9da";
}

/* line 900, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-terminal:before {
  content: "\e9db";
}

/* line 904, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-thermometer:before {
  content: "\e9dc";
}

/* line 908, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-thumbs-down:before {
  content: "\e9dd";
}

/* line 912, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-thumbs-up:before {
  content: "\e9de";
}

/* line 916, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-toggle-left:before {
  content: "\e9df";
}

/* line 920, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-toggle-right:before {
  content: "\e9e0";
}

/* line 924, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-trash:before {
  content: "\e9e1";
}

/* line 928, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-trash-2:before {
  content: "\e9e2";
}

/* line 932, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-trending-down:before {
  content: "\e9e3";
}

/* line 936, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-trending-up:before {
  content: "\e9e4";
}

/* line 940, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-triangle:before {
  content: "\e9e5";
}

/* line 944, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-truck:before {
  content: "\e9e6";
}

/* line 948, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-tv:before {
  content: "\e9e7";
}

/* line 952, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-twitter:before {
  content: "\e9e8";
}

/* line 956, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-type:before {
  content: "\e9e9";
}

/* line 960, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-umbrella:before {
  content: "\e9ea";
}

/* line 964, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-underline:before {
  content: "\e9eb";
}

/* line 968, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-unlock:before {
  content: "\e9ec";
}

/* line 972, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-upload:before {
  content: "\e9ed";
}

/* line 976, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-upload-cloud:before {
  content: "\e9ee";
}

/* line 980, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-user:before {
  content: "\e9ef";
}

/* line 984, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-user-check:before {
  content: "\e9f0";
}

/* line 988, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-user-minus:before {
  content: "\e9f1";
}

/* line 992, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-user-plus:before {
  content: "\e9f2";
}

/* line 996, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-user-x:before {
  content: "\e9f3";
}

/* line 1000, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-users:before {
  content: "\e9f4";
}

/* line 1004, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-video:before {
  content: "\e9f5";
}

/* line 1008, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-video-off:before {
  content: "\e9f6";
}

/* line 1012, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-voicemail:before {
  content: "\e9f7";
}

/* line 1016, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-volume:before {
  content: "\e9f8";
}

/* line 1020, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-volume-1:before {
  content: "\e9f9";
}

/* line 1024, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-volume-2:before {
  content: "\e9fa";
}

/* line 1028, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-volume-x:before {
  content: "\e9fb";
}

/* line 1032, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-watch:before {
  content: "\e9fc";
}

/* line 1036, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-wifi:before {
  content: "\e9fd";
}

/* line 1040, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-wifi-off:before {
  content: "\e9fe";
}

/* line 1044, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-wind:before {
  content: "\e9ff";
}

/* line 1048, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-x:before {
  content: "\ea00";
}

/* line 1052, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-x-circle:before {
  content: "\ea01";
}

/* line 1056, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-x-square:before {
  content: "\ea02";
}

/* line 1060, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-zap:before {
  content: "\ea03";
}

/* line 1064, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-zap-off:before {
  content: "\ea04";
}

/* line 1068, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-zoom-in:before {
  content: "\ea05";
}

/* line 1072, ../../shared/bundle/ruby/3.3.0/bundler/gems/tabler-rubygem-71d68dbd47c2/assets/stylesheets/tabler/fonts/_feather.scss */
.fe-zoom-out:before {
  content: "\ea06";
}

/* line 1, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

/* line 1, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

/* line 1, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

/* line 1, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 1, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

/* line 1, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

/* line 1, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

/* line 1, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}

/* line 1, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
}

/* line 1, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 1, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

/* line 1, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

/* line 1, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

/* line 1, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

/* line 1, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar.rightMost:before, .flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

/* line 1, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

/* line 1, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

/* line 1, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

/* line 1, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

/* line 1, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

/* line 1, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

/* line 1, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

/* line 1, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

/* line 1, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar:focus {
  outline: 0;
}

/* line 1, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

/* line 1, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-months {
  display: flex;
}

/* line 1, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}

/* line 1, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

/* line 1, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

/* line 1, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

/* line 1, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  left: 0;
  /*
      /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 7, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  right: 0;
  /*
      /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  transition: fill .1s;
  fill: inherit;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.numInputWrapper {
  position: relative;
  height: auto;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.numInputWrapper input {
  width: 100%;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.numInputWrapper input::-ms-clear {
  display: none;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.numInputWrapper span.arrowDown {
  top: 50%;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.numInputWrapper:hover span {
  opacity: 1;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0, 0, 0);
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 .5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-days:focus {
  outline: 0;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-day.today {
  border-color: #959ea9;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #569ff7;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-day.hidden {
  visibility: hidden;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.rangeMode .flatpickr-day {
  margin-top: 1px;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-weekwrapper {
  float: left;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-self: center;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

/* line 13, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-input[readonly] {
  cursor: pointer;
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* line 15, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #eee, -1px 0 0 #eee, 0 1px 0 #eee, 0 -1px 0 #eee, 0 3px 13px rgba(0, 0, 0, 0.08);
}

/* line 39, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

/* line 45, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

/* line 49, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 53, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

/* line 58, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

/* line 62, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

/* line 66, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}

/* line 70, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

/* line 74, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 80, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

/* line 83, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #eee;
}

/* line 87, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

/* line 90, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

/* line 101, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

/* line 106, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

/* line 110, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

/* line 114, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

/* line 118, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #eee;
}

/* line 121, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

/* line 124, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

/* line 128, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #eee;
}

/* line 131, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

/* line 134, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar:focus {
  outline: 0;
}

/* line 137, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

/* line 141, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-months {
  display: flex;
}

/* line 147, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: #3c3f40;
  fill: #3c3f40;
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}

/* line 165, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: #3c3f40;
  fill: #3c3f40;
}

/* line 177, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

/* line 181, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

/* line 185, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  left: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 201, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  right: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 217, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #f64747;
}

/* line 221, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

/* line 225, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

/* line 230, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

/* line 236, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.numInputWrapper {
  position: relative;
  height: auto;
}

/* line 240, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

/* line 244, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.numInputWrapper input {
  width: 100%;
}

/* line 247, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.numInputWrapper input::-ms-clear {
  display: none;
}

/* line 250, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

/* line 255, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(64, 72, 72, 0.15);
  box-sizing: border-box;
}

/* line 268, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* line 271, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

/* line 274, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

/* line 279, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

/* line 283, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(64, 72, 72, 0.6);
  top: 26%;
}

/* line 289, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.numInputWrapper span.arrowDown {
  top: 50%;
}

/* line 292, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(64, 72, 72, 0.6);
  top: 40%;
}

/* line 298, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

/* line 302, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.numInputWrapper span svg path {
  fill: rgba(60, 63, 64, 0.5);
}

/* line 305, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 308, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.numInputWrapper:hover span {
  opacity: 1;
}

/* line 311, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0px, 0px, 0px);
}

/* line 327, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

/* line 335, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 338, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

/* line 343, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #3c3f40;
}

/* line 346, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #3c3f40;
}

/* line 349, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* line 370, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

/* line 373, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(60, 63, 64, 0.5);
  background: transparent;
  pointer-events: none;
}

/* line 380, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

/* line 403, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

/* line 407, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 410, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

/* line 415, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}

/* line 430, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

/* line 440, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

/* line 455, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

/* line 459, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}

/* line 472, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-days:focus {
  outline: 0;
}

/* line 475, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

/* line 499, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #eee;
}

/* line 503, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #404848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

/* line 528, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e9e9e9;
  border-color: #e9e9e9;
}

/* line 545, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-day.today {
  border-color: #f64747;
}

/* line 548, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #f64747;
  background: #f64747;
  color: #fff;
}

/* line 554, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #4f99ff;
  box-shadow: none;
  color: #fff;
  border-color: #4f99ff;
}

/* line 578, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

/* line 583, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

/* line 588, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #4f99ff;
}

/* line 594, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

/* line 599, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e9e9e9, 5px 0 0 #e9e9e9;
}

/* line 604, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(64, 72, 72, 0.3);
  background: transparent;
  border-color: #e9e9e9;
  cursor: default;
}

/* line 616, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(64, 72, 72, 0.1);
}

/* line 621, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #4f99ff, 5px 0 0 #4f99ff;
}

/* line 626, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-day.hidden {
  visibility: hidden;
}

/* line 629, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.rangeMode .flatpickr-day {
  margin-top: 1px;
}

/* line 632, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-weekwrapper {
  float: left;
}

/* line 635, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #eee;
}

/* line 640, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

/* line 645, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(64, 72, 72, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

/* line 655, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

/* line 665, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

/* line 671, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

/* line 686, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

/* line 691, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

/* line 700, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #404848;
}

/* line 703, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #404848;
}

/* line 706, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

/* line 709, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

/* line 712, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #404848;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* line 732, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

/* line 735, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

/* line 739, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

/* line 743, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #404848;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-self: center;
}

/* line 759, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

/* line 766, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f1f1f1;
}

/* line 772, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-input[readonly] {
  cursor: pointer;
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* line 799, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-calendar {
  width: 307.875px;
}

/* line 802, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.dayContainer {
  padding: 0;
  border-right: 0;
}

/* line 806, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
span.flatpickr-day,
span.flatpickr-day.prevMonthDay,
span.flatpickr-day.nextMonthDay {
  border-radius: 0 !important;
  border: 1px solid #e9e9e9;
  max-width: none;
  border-right-color: transparent;
}

/* line 814, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
span.flatpickr-day:nth-child(n+8),
span.flatpickr-day.prevMonthDay:nth-child(n+8),
span.flatpickr-day.nextMonthDay:nth-child(n+8) {
  border-top-color: transparent;
}

/* line 819, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
span.flatpickr-day:nth-child(7n-6),
span.flatpickr-day.prevMonthDay:nth-child(7n-6),
span.flatpickr-day.nextMonthDay:nth-child(7n-6) {
  border-left: 0;
}

/* line 824, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
span.flatpickr-day:nth-child(n+36),
span.flatpickr-day.prevMonthDay:nth-child(n+36),
span.flatpickr-day.nextMonthDay:nth-child(n+36) {
  border-bottom: 0;
}

/* line 829, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
span.flatpickr-day:nth-child(-n+7),
span.flatpickr-day.prevMonthDay:nth-child(-n+7),
span.flatpickr-day.nextMonthDay:nth-child(-n+7) {
  margin-top: 0;
}

/* line 834, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
span.flatpickr-day.today:not(.selected),
span.flatpickr-day.prevMonthDay.today:not(.selected),
span.flatpickr-day.nextMonthDay.today:not(.selected) {
  border-color: #e9e9e9;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: #f64747;
}

/* line 842, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
span.flatpickr-day.today:not(.selected):hover,
span.flatpickr-day.prevMonthDay.today:not(.selected):hover,
span.flatpickr-day.nextMonthDay.today:not(.selected):hover {
  border: 1px solid #f64747;
}

/* line 847, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
span.flatpickr-day.startRange,
span.flatpickr-day.prevMonthDay.startRange,
span.flatpickr-day.nextMonthDay.startRange,
span.flatpickr-day.endRange,
span.flatpickr-day.prevMonthDay.endRange,
span.flatpickr-day.nextMonthDay.endRange {
  border-color: #4f99ff;
}

/* line 855, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
span.flatpickr-day.today,
span.flatpickr-day.prevMonthDay.today,
span.flatpickr-day.nextMonthDay.today,
span.flatpickr-day.selected,
span.flatpickr-day.prevMonthDay.selected,
span.flatpickr-day.nextMonthDay.selected {
  z-index: 2;
}

/* line 863, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.rangeMode .flatpickr-day {
  margin-top: -1px;
}

/* line 866, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-weekwrapper .flatpickr-weeks {
  box-shadow: none;
}

/* line 870, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.flatpickr-weekwrapper span.flatpickr-day {
  border: 0;
  margin: -1px 0 0 -1px;
}

/* line 874, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
.hasWeeks .flatpickr-days {
  border-right: 0;
}

@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  /* line 878, app/assets/stylesheets/dashboard/plugins/flatpickr.css */
  span.flatpickr-day {
    display: block;
    flex: 1 0 auto;
  }
}

/* line 1, app/assets/stylesheets/dashboard/plugins/js-offcanvas.css */
.c-offcanvas {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

/* line 7, app/assets/stylesheets/dashboard/plugins/js-offcanvas.css */
.c-offcanvas-bg.c-offcanvas-bg--push, .c-offcanvas-bg.c-offcanvas-bg--reveal, .c-offcanvas-content-wrap, .c-offcanvas {
  transition: transform 300ms cubic-bezier(0.4, 0, 0.6, 1);
}

/* line 11, app/assets/stylesheets/dashboard/plugins/js-offcanvas.css */
.c-offcanvas.is-open {
  transform: translate3d(0, 0, 0);
  visibility: visible;
}

/**
 * Offcanvas-content-wrap
*/
/* line 19, app/assets/stylesheets/dashboard/plugins/js-offcanvas.css */
.c-offcanvas-content-wrap {
  z-index: 3;
}

/**
 * Offcanvas Panel
*/
/* line 26, app/assets/stylesheets/dashboard/plugins/js-offcanvas.css */
.c-offcanvas {
  position: fixed;
  min-height: 100%;
  max-height: none;
  top: 0;
  display: block;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 36, app/assets/stylesheets/dashboard/plugins/js-offcanvas.css */
.c-offcanvas--opening {
  transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
}

/* line 39, app/assets/stylesheets/dashboard/plugins/js-offcanvas.css */
.c-offcanvas.is-closed {
  max-height: 100%;
  overflow: hidden;
  visibility: hidden;
  box-shadow: none;
}

/* line 46, app/assets/stylesheets/dashboard/plugins/js-offcanvas.css */
.c-offcanvas--overlay {
  z-index: 1100;
}

/* line 50, app/assets/stylesheets/dashboard/plugins/js-offcanvas.css */
.c-offcanvas--reveal {
  z-index: 2;
}

/**
 * Offcanvas BG-Overlay
*/
/* line 57, app/assets/stylesheets/dashboard/plugins/js-offcanvas.css */
.c-offcanvas-bg {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1099;
  left: -100%;
  background-color: transparent;
  transition: background-color 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

/* line 67, app/assets/stylesheets/dashboard/plugins/js-offcanvas.css */
.c-offcanvas-bg.is-animating, .c-offcanvas-bg.is-open {
  left: 0;
  background-color: rgba(0, 0, 0, 0.68);
  visibility: visible;
}

/* line 72, app/assets/stylesheets/dashboard/plugins/js-offcanvas.css */
.c-offcanvas-bg.is-closed {
  visibility: hidden;
}

/* line 75, app/assets/stylesheets/dashboard/plugins/js-offcanvas.css */
.c-offcanvas-bg--closing.is-animating {
  background: transparent;
}

/**
 * Position Left
 *
*/
/* line 83, app/assets/stylesheets/dashboard/plugins/js-offcanvas.css */
.c-offcanvas--left {
  height: 100%;
  width: 17em;
  transform: translate3d(-17em, 0, 0);
}

/**
 *  Position Right
 *
*/
/* line 93, app/assets/stylesheets/dashboard/plugins/js-offcanvas.css */
.c-offcanvas--right {
  height: 100%;
  width: 17em;
  right: 0;
  transform: translate3d(17em, 0, 0);
}

/**
 * Position Top
 *
*/
/* line 104, app/assets/stylesheets/dashboard/plugins/js-offcanvas.css */
.c-offcanvas--top {
  left: 0;
  right: 0;
  top: 0;
  height: 12.5em;
  min-height: auto;
  width: 100%;
  transform: translate3d(0, -12.5em, 0);
}

/**
 * Position Bottom
 *
*/
/* line 118, app/assets/stylesheets/dashboard/plugins/js-offcanvas.css */
.c-offcanvas--bottom {
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12.5em;
  min-height: auto;
  width: 100%;
  transform: translate3d(0, 12.5em, 0);
}

/**
 * Reveal
 *
*/
/* line 133, app/assets/stylesheets/dashboard/plugins/js-offcanvas.css */
.c-offcanvas-content-wrap {
  z-index: 3;
}

/* line 137, app/assets/stylesheets/dashboard/plugins/js-offcanvas.css */
.c-offcanvas-content-wrap--reveal.c-offcanvas-content-wrap--left.is-open {
  transform: translate3d(17em, 0, 0);
}

/* line 140, app/assets/stylesheets/dashboard/plugins/js-offcanvas.css */
.c-offcanvas-content-wrap--reveal.c-offcanvas-content-wrap--right.is-open {
  transform: translate3d(-17em, 0, 0);
}

/* line 144, app/assets/stylesheets/dashboard/plugins/js-offcanvas.css */
.c-offcanvas--reveal {
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

/* line 149, app/assets/stylesheets/dashboard/plugins/js-offcanvas.css */
.c-offcanvas-bg.c-offcanvas-bg--reveal.c-offcanvas-bg--left.is-open {
  transform: translate3d(17em, 0, 0);
}

/* line 152, app/assets/stylesheets/dashboard/plugins/js-offcanvas.css */
.c-offcanvas-bg.c-offcanvas-bg--reveal.c-offcanvas-bg--right.is-open {
  transform: translate3d(-17em, 0, 0);
}

/**
 * Push
 *
*/
/* line 160, app/assets/stylesheets/dashboard/plugins/js-offcanvas.css */
.c-offcanvas--push {
  z-index: 6;
}

/* line 163, app/assets/stylesheets/dashboard/plugins/js-offcanvas.css */
.c-offcanvas--push--opening {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* line 167, app/assets/stylesheets/dashboard/plugins/js-offcanvas.css */
.c-offcanvas-content-wrap {
  z-index: 3;
}

/* line 171, app/assets/stylesheets/dashboard/plugins/js-offcanvas.css */
.c-offcanvas-content-wrap--push.c-offcanvas-content-wrap--left.is-open {
  transform: translate3d(17em, 0, 0);
}

/* line 174, app/assets/stylesheets/dashboard/plugins/js-offcanvas.css */
.c-offcanvas-content-wrap--push.c-offcanvas-content-wrap--right.is-open {
  transform: translate3d(-17em, 0, 0);
}

/* line 178, app/assets/stylesheets/dashboard/plugins/js-offcanvas.css */
.c-offcanvas-bg.c-offcanvas-bg--push.c-offcanvas-bg--left.is-open {
  transform: translate3d(17em, 0, 0);
}

/* line 181, app/assets/stylesheets/dashboard/plugins/js-offcanvas.css */
.c-offcanvas-bg.c-offcanvas-bg--push.c-offcanvas-bg--right.is-open {
  transform: translate3d(-17em, 0, 0);
}

/*!
 * FilePond 4.30.4
 * Licensed under MIT, https://opensource.org/licenses/MIT/
 * Please visit https://pqina.nl/filepond/ for details.
 */
/* eslint-disable */
/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--assistant {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--browser.filepond--browser {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 1em;
  top: 1.75em;
  width: calc(100% - 2em);
  opacity: 0;
  font-size: 0;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--data {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  visibility: hidden;
  pointer-events: none;
  contain: strict;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--drip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: .1;
  pointer-events: none;
  border-radius: .5em;
  background: rgba(0, 0, 0, 0.01);
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--drip-blob {
  transform-origin: center center;
  width: 8em;
  height: 8em;
  margin-left: -4em;
  margin-top: -4em;
  background: #292625;
  border-radius: 50%;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--drip-blob, .filepond--drop-label {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform,opacity;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--drop-label {
  right: 0;
  margin: 0;
  color: #4f4f4f;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--drop-label.filepond--drop-label label {
  display: block;
  margin: 0;
  padding: .5em;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--drop-label label {
  cursor: default;
  font-size: .875em;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--label-action {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-color: #a7a4a4;
  cursor: pointer;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--root[data-disabled] .filepond--drop-label label {
  opacity: .5;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--file-action-button.filepond--file-action-button {
  font-size: 1em;
  width: 1.625em;
  height: 1.625em;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  will-change: transform,opacity;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--file-action-button.filepond--file-action-button span {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--file-action-button.filepond--file-action-button svg {
  width: 100%;
  height: 100%;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--file-action-button.filepond--file-action-button:after {
  position: absolute;
  left: -.75em;
  right: -.75em;
  top: -.75em;
  bottom: -.75em;
  content: "";
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--file-action-button {
  cursor: auto;
  color: #fff;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  transition: box-shadow .25s ease-in;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--file-action-button:focus, .filepond--file-action-button:hover {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.9);
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--file-action-button[disabled] {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.25);
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--file-action-button[hidden] {
  display: none;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--action-edit-item.filepond--action-edit-item {
  width: 2em;
  height: 2em;
  padding: .1875em;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--action-edit-item.filepond--action-edit-item[data-align*=center] {
  margin-left: -.1875em;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--action-edit-item.filepond--action-edit-item[data-align*=bottom] {
  margin-bottom: -.1875em;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--action-edit-item-alt {
  border: none;
  line-height: inherit;
  background: transparent;
  font-family: inherit;
  color: inherit;
  outline: none;
  padding: 0;
  margin: 0 0 0 .25em;
  pointer-events: all;
  position: absolute;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--action-edit-item-alt svg {
  width: 1.3125em;
  height: 1.3125em;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--action-edit-item-alt span {
  font-size: 0;
  opacity: 0;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--file-info {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  margin: 0 .5em 0 0;
  min-width: 0;
  will-change: transform,opacity;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--file-info * {
  margin: 0;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--file-info .filepond--file-info-main {
  font-size: .75em;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--file-info .filepond--file-info-sub {
  font-size: .625em;
  opacity: .5;
  transition: opacity .25s ease-in-out;
  white-space: nowrap;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--file-info .filepond--file-info-sub:empty {
  display: none;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--file-status {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  min-width: 2.25em;
  text-align: right;
  will-change: transform,opacity;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--file-status * {
  margin: 0;
  white-space: nowrap;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--file-status .filepond--file-status-main {
  font-size: .75em;
  line-height: 1.2;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--file-status .filepond--file-status-sub {
  font-size: .625em;
  opacity: .5;
  transition: opacity .25s ease-in-out;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--file-wrapper.filepond--file-wrapper {
  border: none;
  margin: 0;
  padding: 0;
  min-width: 0;
  height: 100%;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--file-wrapper.filepond--file-wrapper > legend {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--file {
  position: static;
  display: flex;
  height: 100%;
  align-items: flex-start;
  padding: .5625em;
  color: #fff;
  border-radius: .5em;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--file .filepond--file-status {
  margin-left: auto;
  margin-right: 2.25em;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--file .filepond--processing-complete-indicator {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 3;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--file .filepond--file-action-button, .filepond--file .filepond--processing-complete-indicator, .filepond--file .filepond--progress-indicator {
  position: absolute;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--file [data-align*=left] {
  left: .5625em;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--file [data-align*=right] {
  right: .5625em;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--file [data-align*=center] {
  left: calc(50% - .8125em);
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--file [data-align*=bottom] {
  bottom: 1.125em;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--file [data-align=center] {
  top: calc(50% - .8125em);
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--file .filepond--progress-indicator {
  margin-top: .1875em;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--file .filepond--progress-indicator[data-align*=right] {
  margin-right: .1875em;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--file .filepond--progress-indicator[data-align*=left] {
  margin-left: .1875em;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
[data-filepond-item-state*=error] .filepond--file-info, [data-filepond-item-state*=invalid] .filepond--file-info, [data-filepond-item-state=cancelled] .filepond--file-info {
  margin-right: 2.25em;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
[data-filepond-item-state~=processing] .filepond--file-status-sub {
  opacity: 0;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
[data-filepond-item-state~=processing] .filepond--action-abort-item-processing ~ .filepond--file-status .filepond--file-status-sub {
  opacity: .5;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
[data-filepond-item-state=processing-error] .filepond--file-status-sub {
  opacity: 0;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
[data-filepond-item-state=processing-error] .filepond--action-retry-item-processing ~ .filepond--file-status .filepond--file-status-sub {
  opacity: .5;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing svg {
  animation: fall .5s linear .125s both;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
[data-filepond-item-state=processing-complete] .filepond--file-status-sub {
  opacity: .5;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
[data-filepond-item-state=processing-complete] .filepond--file-info-sub, [data-filepond-item-state=processing-complete] .filepond--processing-complete-indicator:not([style*=hidden]) ~ .filepond--file-status .filepond--file-status-sub {
  opacity: 0;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
[data-filepond-item-state=processing-complete] .filepond--action-revert-item-processing ~ .filepond--file-info .filepond--file-info-sub {
  opacity: .5;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
[data-filepond-item-state*=error] .filepond--file-wrapper, [data-filepond-item-state*=error] .filepond--panel, [data-filepond-item-state*=invalid] .filepond--file-wrapper, [data-filepond-item-state*=invalid] .filepond--panel {
  animation: shake .65s linear both;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
[data-filepond-item-state*=busy] .filepond--progress-indicator svg {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

@keyframes shake {
  10%, 90% {
    transform: translateX(-0.0625em);
  }
  20%, 80% {
    transform: translateX(0.125em);
  }
  30%, 50%, 70% {
    transform: translateX(-0.25em);
  }
  40%, 60% {
    transform: translateX(0.25em);
  }
}

@keyframes fall {
  0% {
    opacity: 0;
    transform: scale(0.5);
    animation-timing-function: ease-out;
  }
  70% {
    opacity: 1;
    transform: scale(1.1);
    animation-timing-function: ease-in-out;
  }
  to {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--hopper[data-hopper-state=drag-over] > * {
  pointer-events: none;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--hopper[data-hopper-state=drag-over]:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--progress-indicator {
  z-index: 103;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--file-action-button {
  z-index: 102;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--file-status {
  z-index: 101;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--file-info {
  z-index: 100;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0;
  margin: .25em;
  will-change: transform,opacity;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--item > .filepond--panel {
  z-index: -1;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--item > .filepond--panel .filepond--panel-bottom {
  box-shadow: 0 0.0625em 0.125em -0.0625em rgba(0, 0, 0, 0.25);
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--item > .filepond--file-wrapper, .filepond--item > .filepond--panel {
  transition: opacity .15s ease-out;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--item[data-drag-state] {
  cursor: grab;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--item[data-drag-state] > .filepond--panel {
  transition: box-shadow .125s ease-in-out;
  box-shadow: 0 0 0 transparent;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--item[data-drag-state=drag] {
  cursor: grabbing;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--item[data-drag-state=drag] > .filepond--panel {
  box-shadow: 0 0.125em 0.3125em rgba(0, 0, 0, 0.325);
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--item[data-drag-state]:not([data-drag-state=idle]) {
  z-index: 2;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--item-panel {
  background-color: #64605e;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
[data-filepond-item-state=processing-complete] .filepond--item-panel {
  background-color: #369763;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
[data-filepond-item-state*=error] .filepond--item-panel, [data-filepond-item-state*=invalid] .filepond--item-panel {
  background-color: #c44e47;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--item-panel {
  border-radius: .5em;
  transition: background-color .25s;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--list-scroller {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  will-change: transform;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--list-scroller[data-state=overflow] .filepond--list {
  bottom: 0;
  right: 0;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--list-scroller[data-state=overflow] {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-mask: linear-gradient(180deg, #000 calc(100% - .5em), transparent);
  mask: linear-gradient(180deg, #000 calc(100% - .5em), transparent);
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--list-scroller::-webkit-scrollbar {
  background: transparent;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--list-scroller::-webkit-scrollbar:vertical {
  width: 1em;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--list-scroller::-webkit-scrollbar:horizontal {
  height: 0;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--list-scroller::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 99999px;
  border: .3125em solid transparent;
  background-clip: content-box;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--list.filepond--list {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  will-change: transform;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--list {
  left: .75em;
  right: .75em;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--root[data-style-panel-layout~=integrated] {
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root, .filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root {
  border-radius: 0;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--root[data-style-panel-layout~=circle] .filepond--panel-root > *, .filepond--root[data-style-panel-layout~=integrated] .filepond--panel-root > * {
  display: none;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--root[data-style-panel-layout~=circle] .filepond--drop-label, .filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label {
  bottom: 0;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 7;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--root[data-style-panel-layout~=circle] .filepond--item-panel, .filepond--root[data-style-panel-layout~=integrated] .filepond--item-panel {
  display: none;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--root[data-style-panel-layout~=compact] .filepond--list-scroller, .filepond--root[data-style-panel-layout~=integrated] .filepond--list-scroller {
  overflow: hidden;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--root[data-style-panel-layout~=compact] .filepond--list, .filepond--root[data-style-panel-layout~=integrated] .filepond--list {
  left: 0;
  right: 0;
  height: 100%;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--root[data-style-panel-layout~=compact] .filepond--item, .filepond--root[data-style-panel-layout~=integrated] .filepond--item {
  margin: 0;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--root[data-style-panel-layout~=compact] .filepond--file-wrapper, .filepond--root[data-style-panel-layout~=integrated] .filepond--file-wrapper {
  height: 100%;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--root[data-style-panel-layout~=compact] .filepond--drop-label, .filepond--root[data-style-panel-layout~=integrated] .filepond--drop-label {
  z-index: 7;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--root[data-style-panel-layout~=circle] {
  border-radius: 99999rem;
  overflow: hidden;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--root[data-style-panel-layout~=circle] > .filepond--panel {
  border-radius: inherit;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--root[data-style-panel-layout~=circle] > .filepond--panel > * {
  display: none;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--root[data-style-panel-layout~=circle] .filepond--file-info, .filepond--root[data-style-panel-layout~=circle] .filepond--file-status {
  display: none;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--root[data-style-panel-layout~=circle] .filepond--action-edit-item {
  opacity: 1 !important;
  visibility: visible !important;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    /* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
    .filepond--root[data-style-panel-layout~=circle] {
      will-change: transform;
    }
  }
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--panel-root {
  border-radius: .5em;
  background-color: #f1f0ef;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--panel {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  height: 100% !important;
  pointer-events: none;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond-panel:not([data-scalable=false]) {
  height: auto !important;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--panel[data-scalable=false] > div {
  display: none;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--panel[data-scalable=true] {
  transform-style: preserve-3d;
  background-color: transparent !important;
  border: none !important;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--panel-bottom, .filepond--panel-center, .filepond--panel-top {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--panel-bottom, .filepond--panel-top {
  height: .5em;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--panel-top {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: none !important;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--panel-top:after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: inherit;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--panel-bottom, .filepond--panel-center {
  will-change: transform;
  backface-visibility: hidden;
  transform-origin: left top;
  transform: translate3d(0, 0.5em, 0);
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--panel-bottom {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top: none !important;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--panel-bottom:before {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  top: -1px;
  background-color: inherit;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--panel-center {
  height: 100px !important;
  border-top: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--panel-center:not([style]) {
  visibility: hidden;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--progress-indicator {
  position: static;
  width: 1.25em;
  height: 1.25em;
  color: #fff;
  margin: 0;
  pointer-events: none;
  will-change: transform,opacity;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--progress-indicator svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  transform-box: fill-box;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--progress-indicator path {
  fill: none;
  stroke: currentColor;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--list-scroller {
  z-index: 6;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--drop-label {
  z-index: 5;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--drip {
  z-index: 3;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--root > .filepond--panel {
  z-index: 2;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--browser {
  z-index: 1;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--root {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 1em;
  font-size: 1rem;
  line-height: normal;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  font-weight: 450;
  text-align: left;
  text-rendering: optimizeLegibility;
  direction: ltr;
  contain: layout style size;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--root * {
  box-sizing: inherit;
  line-height: inherit;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--root :not(text) {
  font-size: inherit;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--root[data-disabled] {
  pointer-events: none;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--root[data-disabled] .filepond--list-scroller {
  pointer-events: all;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--root[data-disabled] .filepond--list {
  pointer-events: none;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--root .filepond--drop-label {
  min-height: 4.75em;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--root .filepond--list-scroller {
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--root .filepond--credits {
  position: absolute;
  right: 0;
  opacity: .175;
  line-height: .85;
  font-size: 11px;
  color: inherit;
  text-decoration: none;
  z-index: 3;
  bottom: -14px;
}

/* line 8, app/assets/stylesheets/dashboard/plugins/filepond.min.css */
.filepond--root .filepond--credits[style] {
  top: 0;
  bottom: auto;
  margin-top: 14px;
}

/* line 1, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /* https://github.com/seballot/spectrum/issues/40 */
  z-index: 9999994;
  overflow: hidden;
}

/* line 12, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-original-input-container {
  position: relative;
  display: inline-flex;
}

/* line 16, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-original-input-container input {
  margin: 0 !important;
}

/* line 19, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-original-input-container .sp-add-on {
  width: 40px;
}

/* line 22, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-original-input-container .sp-add-on .sp-colorize {
  height: 100%;
  width: 100%;
  border-radius: inherit;
}

/* line 27, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-colorize-container {
  /* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==');
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='%23ccc' fill-opacity='1'%3E%3Crect x='0' y='0' width='6' height='6' /%3E%3Crect x='6' y='6' width='6' height='6' /%3E%3C/svg%3E"); */
}

/* line 31, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-container.sp-flat {
  position: relative;
}

/* Fix for * { box-sizing: border-box; } */
/* line 36, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-container,
.sp-container * {
  box-sizing: content-box;
}

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
/* line 44, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-top {
  position: relative;
  width: 100%;
  display: inline-block;
}

/* line 49, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 56, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20px !important;
}

/* line 63, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 100%;
  left: initial !important;
}

/* line 73, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-clear-enabled .sp-hue {
  top: 15%;
  height: 85%;
}

/* line 78, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-fill {
  padding-top: 80%;
}

/* line 81, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-sat, .sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 89, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-alpha-enabled .sp-top {
  margin-bottom: 28px !important;
}

/* line 92, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-alpha-enabled .sp-alpha {
  display: block;
}

/* line 95, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-alpha-handle {
  position: absolute;
  top: -3px;
  cursor: pointer;
  height: 16px;
  border-radius: 50%;
  width: 16px;
  margin-right: 5px;
  left: -2px;
  right: 0;
  background: #f9f9f9;
  box-shadow: 0 0 2px 0px #3a3a3a;
}

/* line 108, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-alpha {
  display: none;
  position: absolute;
  bottom: -18px;
  right: 0;
  left: 0;
  height: 10px;
}

/* line 116, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-alpha-inner {
  border-radius: 4px;
}

/* line 120, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-clear {
  display: none;
}

/* line 124, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-clear.sp-clear-display {
  background-position: center;
}

/* line 128, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-clear-enabled .sp-clear {
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
  bottom: 0;
  cursor: pointer;
  left: initial;
  height: 14px;
  width: 14px;
}

/* Don't allow text selection */
/* line 141, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}

/* line 148, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-container.sp-input-disabled .sp-input-container {
  display: none;
}

/* line 151, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-container.sp-buttons-disabled .sp-button-container {
  display: none;
}

/* line 154, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
  display: none;
}

/* line 157, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-palette-only .sp-picker-container {
  display: none;
}

/* line 160, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-palette-disabled .sp-palette-container {
  display: none;
}

/* line 164, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-initial-disabled .sp-initial {
  display: none;
}

/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
/* line 170, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-sat {
  background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}

/* line 180, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-val {
  border-radius: 4px;
  background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

/* line 192, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-hue {
  background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
/* line 205, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-1 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}

/* line 209, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-2 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}

/* line 213, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-3 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}

/* line 217, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-4 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}

/* line 221, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-5 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}

/* line 225, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-6 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

/* line 230, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-hidden {
  display: none !important;
}

/* Clearfix hack */
/* line 235, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-cf:before, .sp-cf:after {
  content: "";
  display: table;
}

/* line 236, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-cf:after {
  clear: both;
}

/* line 237, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-cf {
  *zoom: 1;
}

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
  /* line 241, app/assets/stylesheets/dashboard/plugins/spectrum.css */
  .sp-color {
    right: 40%;
  }
  /* line 242, app/assets/stylesheets/dashboard/plugins/spectrum.css */
  .sp-hue {
    left: 63%;
  }
  /* line 243, app/assets/stylesheets/dashboard/plugins/spectrum.css */
  .sp-fill {
    padding-top: 60%;
  }
}

/* line 245, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-dragger {
  border-radius: 5px;
  height: 10px;
  width: 10px;
  border: 1px solid #fff;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 3px;
  margin-top: 3px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* line 258, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 16px;
  border-radius: 50%;
  width: 16px;
  left: -2px;
  background: #f9f9f9;
  box-shadow: 0 0 2px 0px #3a3a3a;
  margin-top: 8px;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths)
*/
/* line 276, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-container {
  display: inline-flex;
  border-radius: 0;
  background-color: white;
  padding: 0;
  border-radius: 4px;
  color: black;
  box-shadow: 0 0 0 1px rgba(99, 114, 130, 0.16), 0 8px 16px rgba(27, 39, 51, 0.08);
}

/* line 285, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
  font-size: 12px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 292, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-top {
  margin-bottom: 10px;
}

/* line 295, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-color, .sp-hue, .sp-clear, .sp-val, .sp-sat {
  border-radius: 3px;
}

/* line 299, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-input-container {
  margin-top: -5px;
}

/* line 302, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-input-container.sp-cf,
.sp-initial.sp-thumb.sp-cf,
.sp-button-container.sp-cf {
  height: 25px;
}

/* line 307, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-picker-container .sp-cf {
  margin-bottom: 10px;
}

/* line 311, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-palette-row-initial > span:first-child {
  cursor: pointer;
}

/* Input */
/* line 316, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-initial-disabled .sp-input-container {
  width: 100%;
}

/* line 319, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-input {
  padding: 0px 5px !important;
  margin: 0;
  width: 100%;
  box-shadow: none !important;
  height: 100% !important;
  background: transparent;
  color: #3a3a3a;
  border-radius: 2px !important;
  border: 1px solid #e0e0e0 !important;
  text-align: center;
  font-family: monospace;
  font-size: inherit !important;
}

/* line 333, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-input:focus {
  border: 1px solid orange;
}

/* line 336, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd;
}

/* line 340, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-picker-container, .sp-palette-container {
  position: relative;
  padding: 10px;
}

/* line 344, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-picker-container {
  width: 200px;
  padding-bottom: 0;
}

/* Palettes */
/* line 350, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-palette-container {
  border-right: solid 1px #ccc;
}

/* line 354, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-palette-only .sp-palette-container {
  border: 0;
}

/* line 358, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 15px;
  margin: 3px;
  cursor: pointer;
  border: solid 2px transparent;
}

/* line 368, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
  border-color: orange;
}

/* line 371, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-thumb-el {
  position: relative;
}

/* Initial */
/* line 376, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-initial {
  float: left;
}

/* line 379, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-initial span {
  width: 30px;
  height: 25px;
  border: none;
  display: block;
  float: left;
  margin: 0;
}

/* line 388, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-initial .spe-thumb-el.sp-thumb-active {
  border-radius: 0 5px 5px 0;
}

/* line 391, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-initial .spe-thumb-el {
  border-radius: 5px 0 0 5px;
}

/* line 395, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-initial .sp-clear-display {
  background-position: center;
}

/* Buttons */
/* line 400, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-button-container {
  float: right;
}

/* line 403, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-palette-button-container {
  margin-top: 10px;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
/* line 408, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-replacer {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #aaa;
  color: #666;
  transition: border-color .3s;
  vertical-align: middle;
  width: 3rem;
  height: 1.5rem;
  margin: 0;
  padding: 0;
}

/* line 423, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-replacer.sp-disabled {
  cursor: default;
  border-color: silver;
  color: silver;
}

/* line 428, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-dd {
  position: absolute;
  font-size: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 2px;
  line-height: 1.6rem;
  background-color: white;
}

/* line 438, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-preview {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  z-index: 0;
}

/* line 445, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-preview-inner {
  transition: background-color .2s;
}

/* line 448, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-preview-inner.sp-clear-display {
  display: none;
}

/* Color Picker */
/* line 453, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
  margin: 3px;
  border: none;
  border-radius: 3px;
}

/* Buttons: http://hellohappy.org/css3-buttons/ */
/* line 463, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-container button {
  border-radius: 3px;
  border: none;
  background: transparent;
  line-height: 1;
  padding: 0 8px;
  height: 25px;
  text-transform: capitalize;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #606c72;
  font-weight: bold;
}

/* line 477, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-container button.sp-choose {
  background-color: #3cab3b;
  color: #fff;
  margin-left: 5px;
}

/* line 482, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-container button:hover {
  opacity: .8;
}

/* line 485, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-container button.sp-palette-toggle {
  width: 100%;
  background-color: #f3f3f3;
  margin: 0;
}

/* line 492, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-palette span:hover, .sp-palette span.sp-thumb-active {
  border-color: #000;
}

/* line 496, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-preview, .sp-alpha, .sp-thumb-el {
  position: relative;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==");
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='%23ccc' fill-opacity='1'%3E%3Crect x='0' y='0' width='6' height='6' /%3E%3Crect x='6' y='6' width='6' height='6' /%3E%3C/svg%3E");
}

/* line 501, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 510, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-palette .sp-thumb-inner {
  border-radius: 3px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 516, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=");
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18'%3E%3Cpath d='M9 16.172l10.594-10.594 1.406 1.406-12 12-5.578-5.578 1.406-1.406z' fill='%23000'%3E%3C/path%3E%3C/svg%3E");
}

/* line 521, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=");
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18'%3E%3Cpath d='M9 16.172l10.594-10.594 1.406 1.406-12 12-5.578-5.578 1.406-1.406z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
}

/* line 526, app/assets/stylesheets/dashboard/plugins/spectrum.css */
.sp-clear-display {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAABe0lEQVQokYXSsUtcQRTF4d8Jj+VhHSxkEQuLsEUKK0nhTBFTmLSSUhBCMCAWsmgIwWrBLk0akfwLCaSQKBJmtrIIISwpRFKIhViETScphGMzysMtvOVwvpm5d0bGNCuGWAOPgYdl6S8wSDn9b+bUhDHEKWAdeAFMANg+l/TV9ofcz6cjMIbYBvaBMds7QCqZ58CmpBNgPuV0DvAAIMyFGugWtJr7eTv38xEwkPRPErY7QDeG2LqFkjrAgu0dSd/KDVqSNmxvAZ8lfbS9AHRuYemnLWkv5XRVBrQMbAI/gTXgEzAJtJuwBVS2L2OIle03QA/4Lmkl5XQBXEqqbFcAVYFDYChpFngiqWf7l6TXKaezMt2Zkhk24THwG+jZriX9AFZvUAyxLbRke2D75O5zPAO+ADXwEtizjaRHwDvbTyUtppwOmicCHAJvbXcl9YA1SQDjtseA97YPRz7ATcUQp2y/kjRdevsjaTfldNrMjcDGBjXA3T96L7yvrgFzP69+0Ao/HAAAAABJRU5ErkJggg==");
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='14' height='14'%3E%3Cpath d='M12 20.016q3.281 0 5.648-2.367t2.367-5.648q0-2.672-1.734-4.922l-11.203 11.203q2.25 1.734 4.922 1.734zM3.984 12q0 2.672 1.734 4.922l11.203-11.203q-2.25-1.734-4.922-1.734-3.281 0-5.648 2.367t-2.367 5.648zM12 2.016q4.125 0 7.055 2.93t2.93 7.055-2.93 7.055-7.055 2.93-7.055-2.93-2.93-7.055 2.93-7.055 7.055-2.93z' fill='%23000'%3E%3C/path%3E%3C/svg%3E");
}

/* line 3, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
:root {
  --iti-border-gray: #ccc;
  --iti-text-gray: #999;
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: var(--iti-border-gray);
  --iti-dialcode-color: var(--iti-text-gray);
  --iti-dropdown-bg: white;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 15px;
  --iti-flag-width: 20px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-input-padding: 6px;
  --iti-right-hand-selected-country-padding: calc(var(--iti-spacer-horizontal) + var(--iti-spacer-horizontal) + var(--iti-flag-width));
  --iti-selected-country-arrow-padding: calc(var(--iti-arrow-padding) + var(--iti-arrow-padding) + var(--iti-flag-width) + var(--iti-spacer-horizontal) + var(--iti-arrow-width) + var(--iti-input-padding));
  --iti-path-flags-2x: url(https://dvxibnalv7pan.cloudfront.net/assets/flags@2x-4e9c2ecee56db73fde5ffad319a068ccffb6208e5d67db1bb8cfb6bad849f783.webp);
  --iti-path-flags-1x: url(https://dvxibnalv7pan.cloudfront.net/assets/flags-afa2e6e77d8df16ce91323388688c981a9dc1a54d68b59a2be07db29cb6449b2.webp);
  --iti-path-globe-1x: url(https://dvxibnalv7pan.cloudfront.net/assets/globe-3babfb67f57c08a1226aab2269032aff13bba2514b838091f2c50ff2c9e51f2f.webp);
  --iti-path-globe-2x: url(https://dvxibnalv7pan.cloudfront.net/assets/globe@2x-e3b29d4b5f11924af258d78e77d539d51c18ee0f99a38b18236fec49b159c9c4.webp);
  --iti-flag-sprite-width: 5762px;
  --iti-flag-sprite-height: 15px;
  --iti-mobile-popup-margin: 30px;
}

/* line 42, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* line 50, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti * {
  box-sizing: border-box;
}

/* line 54, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__hide {
  display: none;
}

/* line 59, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__v-hide {
  visibility: hidden;
}

/* line 63, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}

/* line 72, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti input.iti__tel-input,
.iti input.iti__tel-input[type="text"],
.iti input.iti__tel-input[type="tel"] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: var(--iti-right-hand-selected-country-padding);
  margin-right: 0;
}

/* line 96, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: var(--iti-border-width);
}

/* line 108, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}

/* line 131, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__selected-country-primary {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
}

/* line 139, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}

/* line 149, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
[dir="rtl"] .iti__arrow {
  margin-right: var(--iti-arrow-padding);
  margin-left: 0;
}

/* line 154, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__arrow--up {
  border-top: none;
  border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color);
}

/* line 161, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__dropdown-content {
  border-radius: 3px;
  background-color: var(--iti-dropdown-bg);
}

/* line 165, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-color);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

/* line 180, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
  padding: 9px 12px;
}

/* line 186, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__search-input + .iti__country-list {
  border-top: 1px solid var(--iti-border-color);
}

/* line 190, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/* line 203, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}

/* line 207, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}

@media (max-width: 500px) {
  /* line 207, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}

/* line 218, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__flag-box {
  display: inline-block;
  width: var(--iti-flag-width);
}

/* line 224, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__country {
  display: flex;
  align-items: center;
  padding: 8px var(--iti-spacer-horizontal);
  outline: none;
}

/* line 233, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__dial-code {
  color: var(--iti-dialcode-color);
}

/* line 236, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__country.iti__highlight {
  background-color: var(--iti-hover-color);
}

/* line 241, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__flag-box, .iti__country-name {
  margin-right: var(--iti-spacer-horizontal);
}

/* line 245, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
[dir="rtl"] .iti__flag-box, [dir="rtl"] .iti__country-name {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal);
}

/* line 253, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti--allow-dropdown input.iti__tel-input,
.iti--allow-dropdown input.iti__tel-input[type="text"],
.iti--allow-dropdown input.iti__tel-input[type="tel"] {
  padding-right: var(--iti-input-padding);
  padding-left: var(--iti-selected-country-arrow-padding);
  margin-left: 0;
}

/* line 260, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
[dir="rtl"] .iti--allow-dropdown input.iti__tel-input, [dir="rtl"] .iti--allow-dropdown input.iti__tel-input[type="text"], [dir="rtl"] .iti--allow-dropdown input.iti__tel-input[type="tel"] {
  padding-right: var(--iti-selected-country-arrow-padding);
  padding-left: var(--iti-input-padding);
  margin-right: 0;
}

/* line 266, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti--allow-dropdown .iti__country-container {
  right: auto;
  left: 0;
}

/* line 270, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
[dir="rtl"] .iti--allow-dropdown .iti__country-container {
  right: 0;
  left: auto;
}

/* line 283, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover, .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button {
  cursor: pointer;
}

/* line 288, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: var(--iti-hover-color);
}

/* line 295, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti .iti__selected-dial-code {
  margin-left: 4px;
}

/* line 298, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
[dir="rtl"] .iti .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 4px;
}

/* line 305, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: var(--iti-border-width);
}

/* line 313, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti--container:hover {
  cursor: pointer;
}

/* line 321, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* line 335, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}

/* line 341, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

/* line 348, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__flag {
  --iti-flag-offset: 0px;
  --iti-flag-width: 20px;
  --iti-flag-height: 14px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  box-shadow: 0px 0px 1px 0px #888;
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}

/* line 364, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__np {
  --iti-flag-width: 13px;
}

/* line 364, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__va, .iti__ch {
  --iti-flag-width: 15px;
}

/* line 364, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ne, .iti__be {
  --iti-flag-width: 18px;
}

/* line 364, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__mc {
  --iti-flag-width: 19px;
}

/* line 371, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__zw, .iti__ws, .iti__vg, .iti__uz, .iti__uk, .iti__tv, .iti__to, .iti__tl, .iti__tk, .iti__tj, .iti__tc, .iti__ta, .iti__su, .iti__st, .iti__ss, .iti__si, .iti__sh, .iti__sd, .iti__sc, .iti__sb, .iti__ps, .iti__pn, .iti__ph, .iti__om, .iti__nz, .iti__nu, .iti__nr, .iti__ng, .iti__nf, .iti__nc, .iti__my, .iti__ms, .iti__mp, .iti__mn, .iti__mk, .iti__me, .iti__md, .iti__ly, .iti__lv, .iti__lk, .iti__lc, .iti__kz, .iti__ky, .iti__kw, .iti__kp, .iti__ki, .iti__jo, .iti__jm, .iti__io, .iti__im, .iti__ie, .iti__hu, .iti__hr, .iti__hn, .iti__hm, .iti__gw, .iti__gs, .iti__gi, .iti__gb, .iti__fk, .iti__fj, .iti__et, .iti__er, .iti__eh, .iti__dm, .iti__dg, .iti__cx, .iti__cu, .iti__ck, .iti__cc, .iti__ca, .iti__by, .iti__bs, .iti__bn, .iti__bm, .iti__ba, .iti__az, .iti__au, .iti__as, .iti__am, .iti__ai, .iti__ae, .iti__ac {
  --iti-flag-height: 10px;
}

/* line 371, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__us, .iti__um, .iti__py, .iti__mh, .iti__lr, .iti__gu, .iti__fm {
  --iti-flag-height: 11px;
}

/* line 371, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__vu, .iti__tt, .iti__sv, .iti__ni, .iti__mx, .iti__lu, .iti__lt, .iti__li, .iti__km, .iti__kg, .iti__je, .iti__ir, .iti__ht, .iti__gy, .iti__gd, .iti__fi, .iti__de, .iti__cv, .iti__cr, .iti__cq, .iti__bz, .iti__bi, .iti__bh, .iti__bg, .iti__bd {
  --iti-flag-height: 12px;
}

/* line 371, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__tg, .iti__se, .iti__pw, .iti__pl, .iti__kh, .iti__gt, .iti__ee, .iti__ax, .iti__ar {
  --iti-flag-height: 13px;
}

/* line 371, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__xk, .iti__va, .iti__sm, .iti__sj, .iti__pg, .iti__np, .iti__no, .iti__ne, .iti__mc, .iti__is, .iti__il, .iti__ga, .iti__fo, .iti__dk, .iti__ch, .iti__cd, .iti__bv, .iti__be, .iti__al {
  --iti-flag-height: 15px;
}

/* line 371, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__qa {
  --iti-flag-height: 8px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ac {
  --iti-flag-offset: 0px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ad {
  --iti-flag-offset: -22px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ae {
  --iti-flag-offset: -44px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__af {
  --iti-flag-offset: -66px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ag {
  --iti-flag-offset: -88px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ai {
  --iti-flag-offset: -110px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__al {
  --iti-flag-offset: -132px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__am {
  --iti-flag-offset: -154px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ao {
  --iti-flag-offset: -176px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__aq {
  --iti-flag-offset: -198px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ar {
  --iti-flag-offset: -220px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__as {
  --iti-flag-offset: -242px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__at {
  --iti-flag-offset: -264px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__au {
  --iti-flag-offset: -286px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__aw {
  --iti-flag-offset: -308px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ax {
  --iti-flag-offset: -330px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__az {
  --iti-flag-offset: -352px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ba {
  --iti-flag-offset: -374px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__bb {
  --iti-flag-offset: -396px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__bd {
  --iti-flag-offset: -418px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__be {
  --iti-flag-offset: -440px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__bf {
  --iti-flag-offset: -460px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__bg {
  --iti-flag-offset: -482px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__bh {
  --iti-flag-offset: -504px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__bi {
  --iti-flag-offset: -526px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__bj {
  --iti-flag-offset: -548px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__bl {
  --iti-flag-offset: -570px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__bm {
  --iti-flag-offset: -592px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__bn {
  --iti-flag-offset: -614px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__bo {
  --iti-flag-offset: -636px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__bq {
  --iti-flag-offset: -658px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__br {
  --iti-flag-offset: -680px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__bs {
  --iti-flag-offset: -702px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__bt {
  --iti-flag-offset: -724px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__bv {
  --iti-flag-offset: -746px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__bw {
  --iti-flag-offset: -768px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__by {
  --iti-flag-offset: -790px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__bz {
  --iti-flag-offset: -812px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ca {
  --iti-flag-offset: -834px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__cc {
  --iti-flag-offset: -856px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__cd {
  --iti-flag-offset: -878px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__cf {
  --iti-flag-offset: -900px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__cg {
  --iti-flag-offset: -922px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ch {
  --iti-flag-offset: -944px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ci {
  --iti-flag-offset: -961px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ck {
  --iti-flag-offset: -983px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__cl {
  --iti-flag-offset: -1005px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__cm {
  --iti-flag-offset: -1027px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__cn {
  --iti-flag-offset: -1049px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__co {
  --iti-flag-offset: -1071px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__cp {
  --iti-flag-offset: -1093px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__cq {
  --iti-flag-offset: -1115px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__cr {
  --iti-flag-offset: -1137px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__cu {
  --iti-flag-offset: -1159px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__cv {
  --iti-flag-offset: -1181px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__cw {
  --iti-flag-offset: -1203px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__cx {
  --iti-flag-offset: -1225px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__cy {
  --iti-flag-offset: -1247px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__cz {
  --iti-flag-offset: -1269px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__de {
  --iti-flag-offset: -1291px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__dg {
  --iti-flag-offset: -1313px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__dj {
  --iti-flag-offset: -1335px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__dk {
  --iti-flag-offset: -1357px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__dm {
  --iti-flag-offset: -1379px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__do {
  --iti-flag-offset: -1401px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__dz {
  --iti-flag-offset: -1423px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ea {
  --iti-flag-offset: -1445px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ec {
  --iti-flag-offset: -1467px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ee {
  --iti-flag-offset: -1489px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__eg {
  --iti-flag-offset: -1511px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__eh {
  --iti-flag-offset: -1533px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__er {
  --iti-flag-offset: -1555px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__es {
  --iti-flag-offset: -1577px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__et {
  --iti-flag-offset: -1599px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__eu {
  --iti-flag-offset: -1621px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ez {
  --iti-flag-offset: -1643px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__fi {
  --iti-flag-offset: -1665px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__fj {
  --iti-flag-offset: -1687px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__fk {
  --iti-flag-offset: -1709px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__fm {
  --iti-flag-offset: -1731px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__fo {
  --iti-flag-offset: -1753px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__fr {
  --iti-flag-offset: -1775px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__fx {
  --iti-flag-offset: -1797px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ga {
  --iti-flag-offset: -1819px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__gb {
  --iti-flag-offset: -1841px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__gd {
  --iti-flag-offset: -1863px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ge {
  --iti-flag-offset: -1885px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__gf {
  --iti-flag-offset: -1907px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__gg {
  --iti-flag-offset: -1929px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__gh {
  --iti-flag-offset: -1951px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__gi {
  --iti-flag-offset: -1973px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__gl {
  --iti-flag-offset: -1995px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__gm {
  --iti-flag-offset: -2017px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__gn {
  --iti-flag-offset: -2039px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__gp {
  --iti-flag-offset: -2061px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__gq {
  --iti-flag-offset: -2083px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__gr {
  --iti-flag-offset: -2105px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__gs {
  --iti-flag-offset: -2127px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__gt {
  --iti-flag-offset: -2149px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__gu {
  --iti-flag-offset: -2171px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__gw {
  --iti-flag-offset: -2193px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__gy {
  --iti-flag-offset: -2215px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__hk {
  --iti-flag-offset: -2237px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__hm {
  --iti-flag-offset: -2259px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__hn {
  --iti-flag-offset: -2281px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__hr {
  --iti-flag-offset: -2303px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ht {
  --iti-flag-offset: -2325px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__hu {
  --iti-flag-offset: -2347px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ic {
  --iti-flag-offset: -2369px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__id {
  --iti-flag-offset: -2391px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ie {
  --iti-flag-offset: -2413px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__il {
  --iti-flag-offset: -2435px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__im {
  --iti-flag-offset: -2457px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__in {
  --iti-flag-offset: -2479px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__io {
  --iti-flag-offset: -2501px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__iq {
  --iti-flag-offset: -2523px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ir {
  --iti-flag-offset: -2545px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__is {
  --iti-flag-offset: -2567px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__it {
  --iti-flag-offset: -2589px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__je {
  --iti-flag-offset: -2611px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__jm {
  --iti-flag-offset: -2633px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__jo {
  --iti-flag-offset: -2655px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__jp {
  --iti-flag-offset: -2677px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ke {
  --iti-flag-offset: -2699px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__kg {
  --iti-flag-offset: -2721px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__kh {
  --iti-flag-offset: -2743px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ki {
  --iti-flag-offset: -2765px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__km {
  --iti-flag-offset: -2787px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__kn {
  --iti-flag-offset: -2809px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__kp {
  --iti-flag-offset: -2831px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__kr {
  --iti-flag-offset: -2853px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__kw {
  --iti-flag-offset: -2875px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ky {
  --iti-flag-offset: -2897px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__kz {
  --iti-flag-offset: -2919px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__la {
  --iti-flag-offset: -2941px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__lb {
  --iti-flag-offset: -2963px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__lc {
  --iti-flag-offset: -2985px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__li {
  --iti-flag-offset: -3007px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__lk {
  --iti-flag-offset: -3029px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__lr {
  --iti-flag-offset: -3051px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ls {
  --iti-flag-offset: -3073px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__lt {
  --iti-flag-offset: -3095px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__lu {
  --iti-flag-offset: -3117px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__lv {
  --iti-flag-offset: -3139px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ly {
  --iti-flag-offset: -3161px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ma {
  --iti-flag-offset: -3183px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__mc {
  --iti-flag-offset: -3205px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__md {
  --iti-flag-offset: -3226px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__me {
  --iti-flag-offset: -3248px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__mf {
  --iti-flag-offset: -3270px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__mg {
  --iti-flag-offset: -3292px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__mh {
  --iti-flag-offset: -3314px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__mk {
  --iti-flag-offset: -3336px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ml {
  --iti-flag-offset: -3358px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__mm {
  --iti-flag-offset: -3380px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__mn {
  --iti-flag-offset: -3402px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__mo {
  --iti-flag-offset: -3424px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__mp {
  --iti-flag-offset: -3446px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__mq {
  --iti-flag-offset: -3468px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__mr {
  --iti-flag-offset: -3490px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ms {
  --iti-flag-offset: -3512px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__mt {
  --iti-flag-offset: -3534px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__mu {
  --iti-flag-offset: -3556px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__mv {
  --iti-flag-offset: -3578px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__mw {
  --iti-flag-offset: -3600px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__mx {
  --iti-flag-offset: -3622px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__my {
  --iti-flag-offset: -3644px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__mz {
  --iti-flag-offset: -3666px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__na {
  --iti-flag-offset: -3688px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__nc {
  --iti-flag-offset: -3710px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ne {
  --iti-flag-offset: -3732px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__nf {
  --iti-flag-offset: -3752px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ng {
  --iti-flag-offset: -3774px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ni {
  --iti-flag-offset: -3796px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__nl {
  --iti-flag-offset: -3818px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__no {
  --iti-flag-offset: -3840px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__np {
  --iti-flag-offset: -3862px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__nr {
  --iti-flag-offset: -3877px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__nu {
  --iti-flag-offset: -3899px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__nz {
  --iti-flag-offset: -3921px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__om {
  --iti-flag-offset: -3943px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__pa {
  --iti-flag-offset: -3965px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__pe {
  --iti-flag-offset: -3987px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__pf {
  --iti-flag-offset: -4009px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__pg {
  --iti-flag-offset: -4031px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ph {
  --iti-flag-offset: -4053px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__pk {
  --iti-flag-offset: -4075px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__pl {
  --iti-flag-offset: -4097px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__pm {
  --iti-flag-offset: -4119px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__pn {
  --iti-flag-offset: -4141px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__pr {
  --iti-flag-offset: -4163px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ps {
  --iti-flag-offset: -4185px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__pt {
  --iti-flag-offset: -4207px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__pw {
  --iti-flag-offset: -4229px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__py {
  --iti-flag-offset: -4251px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__qa {
  --iti-flag-offset: -4273px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__re {
  --iti-flag-offset: -4295px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ro {
  --iti-flag-offset: -4317px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__rs {
  --iti-flag-offset: -4339px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ru {
  --iti-flag-offset: -4361px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__rw {
  --iti-flag-offset: -4383px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__sa {
  --iti-flag-offset: -4405px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__sb {
  --iti-flag-offset: -4427px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__sc {
  --iti-flag-offset: -4449px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__sd {
  --iti-flag-offset: -4471px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__se {
  --iti-flag-offset: -4493px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__sg {
  --iti-flag-offset: -4515px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__sh {
  --iti-flag-offset: -4537px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__si {
  --iti-flag-offset: -4559px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__sj {
  --iti-flag-offset: -4581px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__sk {
  --iti-flag-offset: -4603px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__sl {
  --iti-flag-offset: -4625px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__sm {
  --iti-flag-offset: -4647px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__sn {
  --iti-flag-offset: -4669px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__so {
  --iti-flag-offset: -4691px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__sr {
  --iti-flag-offset: -4713px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ss {
  --iti-flag-offset: -4735px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__st {
  --iti-flag-offset: -4757px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__su {
  --iti-flag-offset: -4779px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__sv {
  --iti-flag-offset: -4801px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__sx {
  --iti-flag-offset: -4823px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__sy {
  --iti-flag-offset: -4845px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__sz {
  --iti-flag-offset: -4867px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ta {
  --iti-flag-offset: -4889px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__tc {
  --iti-flag-offset: -4911px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__td {
  --iti-flag-offset: -4933px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__tf {
  --iti-flag-offset: -4955px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__tg {
  --iti-flag-offset: -4977px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__th {
  --iti-flag-offset: -4999px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__tj {
  --iti-flag-offset: -5021px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__tk {
  --iti-flag-offset: -5043px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__tl {
  --iti-flag-offset: -5065px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__tm {
  --iti-flag-offset: -5087px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__tn {
  --iti-flag-offset: -5109px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__to {
  --iti-flag-offset: -5131px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__tr {
  --iti-flag-offset: -5153px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__tt {
  --iti-flag-offset: -5175px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__tv {
  --iti-flag-offset: -5197px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__tw {
  --iti-flag-offset: -5219px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__tz {
  --iti-flag-offset: -5241px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ua {
  --iti-flag-offset: -5263px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ug {
  --iti-flag-offset: -5285px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__uk {
  --iti-flag-offset: -5307px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__um {
  --iti-flag-offset: -5329px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__un {
  --iti-flag-offset: -5351px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__us {
  --iti-flag-offset: -5373px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__uy {
  --iti-flag-offset: -5395px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__uz {
  --iti-flag-offset: -5417px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__va {
  --iti-flag-offset: -5439px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__vc {
  --iti-flag-offset: -5456px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ve {
  --iti-flag-offset: -5478px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__vg {
  --iti-flag-offset: -5500px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__vi {
  --iti-flag-offset: -5522px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__vn {
  --iti-flag-offset: -5544px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__vu {
  --iti-flag-offset: -5566px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__wf {
  --iti-flag-offset: -5588px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ws {
  --iti-flag-offset: -5610px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__xk {
  --iti-flag-offset: -5632px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__ye {
  --iti-flag-offset: -5654px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__yt {
  --iti-flag-offset: -5676px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__za {
  --iti-flag-offset: -5698px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__zm {
  --iti-flag-offset: -5720px;
}

/* line 381, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__zw {
  --iti-flag-offset: -5742px;
}

/* line 393, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
.iti__globe {
  background-image: var(--iti-path-globe-1x);
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 19px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2x) {
  /* line 403, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
  .iti__flag {
    background-image: var(--iti-path-flags-2x);
  }
  /* line 404, app/assets/stylesheets/dashboard/../application/plugins/intlTelInput.scss */
  .iti__globe {
    background-image: var(--iti-path-globe-2x);
  }
}

/* line 16, app/assets/stylesheets/dashboard/switch.scss */
.custom-switch.custom-switch-sm .custom-control-label {
  padding-left: 1rem;
  padding-bottom: 1rem;
}

/* line 21, app/assets/stylesheets/dashboard/switch.scss */
.custom-switch.custom-switch-sm .custom-control-label::before {
  height: 1rem;
  width: calc(1rem + 0.75rem);
  border-radius: 2rem;
}

/* line 27, app/assets/stylesheets/dashboard/switch.scss */
.custom-switch.custom-switch-sm .custom-control-label::after {
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  border-radius: calc(1rem - (1rem / 2));
}

/* line 33, app/assets/stylesheets/dashboard/switch.scss */
.custom-switch.custom-switch-sm .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(calc(1rem - 0.25rem));
}

/* line 16, app/assets/stylesheets/dashboard/switch.scss */
.custom-switch.custom-switch-md .custom-control-label {
  padding-left: 2rem;
  padding-bottom: 1.5rem;
}

/* line 21, app/assets/stylesheets/dashboard/switch.scss */
.custom-switch.custom-switch-md .custom-control-label::before {
  height: 1.5rem;
  width: calc(2rem + 0.75rem);
  border-radius: 3rem;
}

/* line 27, app/assets/stylesheets/dashboard/switch.scss */
.custom-switch.custom-switch-md .custom-control-label::after {
  width: calc(1.5rem - 4px);
  height: calc(1.5rem - 4px);
  border-radius: calc(2rem - (1.5rem / 2));
}

/* line 33, app/assets/stylesheets/dashboard/switch.scss */
.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(calc(1.5rem - 0.25rem));
}

/* line 16, app/assets/stylesheets/dashboard/switch.scss */
.custom-switch.custom-switch-lg .custom-control-label {
  padding-left: 3rem;
  padding-bottom: 2rem;
}

/* line 21, app/assets/stylesheets/dashboard/switch.scss */
.custom-switch.custom-switch-lg .custom-control-label::before {
  height: 2rem;
  width: calc(3rem + 0.75rem);
  border-radius: 4rem;
}

/* line 27, app/assets/stylesheets/dashboard/switch.scss */
.custom-switch.custom-switch-lg .custom-control-label::after {
  width: calc(2rem - 4px);
  height: calc(2rem - 4px);
  border-radius: calc(3rem - (2rem / 2));
}

/* line 33, app/assets/stylesheets/dashboard/switch.scss */
.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(calc(2rem - 0.25rem));
}

/* line 51, app/assets/stylesheets/dashboard/switch.scss */
.custom-switch.custom-switch-lg .custom-control-label {
  font-size: 1.125rem;
  padding-bottom: 1.5rem;
}

/* line 16, app/assets/stylesheets/dashboard/switch.scss */
.custom-switch.custom-switch-xl .custom-control-label {
  padding-left: 4rem;
  padding-bottom: 2.5rem;
}

/* line 21, app/assets/stylesheets/dashboard/switch.scss */
.custom-switch.custom-switch-xl .custom-control-label::before {
  height: 2.5rem;
  width: calc(4rem + 0.75rem);
  border-radius: 5rem;
}

/* line 27, app/assets/stylesheets/dashboard/switch.scss */
.custom-switch.custom-switch-xl .custom-control-label::after {
  width: calc(2.5rem - 4px);
  height: calc(2.5rem - 4px);
  border-radius: calc(4rem - (2.5rem / 2));
}

/* line 33, app/assets/stylesheets/dashboard/switch.scss */
.custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(calc(2.5rem - 0.25rem));
}

@keyframes highlight-clicked-message {
  0% {
    background-color: #fff;
  }
  10% {
    background-color: rgba(0, 255, 216, 0.165);
  }
  45% {
    background-color: rgba(0, 255, 216, 0.09);
  }
  90% {
    background: rgba(90, 90, 90, 0.015);
  }
  100% {
    background: rgba(90, 90, 90, 0.015);
  }
}

/* line 27, app/assets/stylesheets/dashboard/shared.scss */
.subtext-player .plyr--full-ui input[type=range] {
  color: #3bdbc0;
}

/* line 31, app/assets/stylesheets/dashboard/shared.scss */
.subtext-player .plyr--full-ui .plyr__control:hover, .subtext-player .plyr--full-ui [aria-expanded=true] {
  color: #4a5764;
  background-color: #f3f4f6;
}

/* line 36, app/assets/stylesheets/dashboard/shared.scss */
.subtext-player .plyr--full-ui .plyr__tooltip {
  margin-bottom: 2px;
}

/* line 40, app/assets/stylesheets/dashboard/shared.scss */
.subtext-player .plyr--full-ui .plyr__volume {
  flex: 0;
}

/* line 44, app/assets/stylesheets/dashboard/shared.scss */
.subtext-player .plyr--full-ui .plyr__menu__container {
  bottom: auto;
}

/* line 47, app/assets/stylesheets/dashboard/shared.scss */
.subtext-player .plyr--full-ui .plyr__menu__container:after {
  display: none;
}

/* line 52, app/assets/stylesheets/dashboard/shared.scss */
.subtext-player .plyr--full-ui .plyr__time {
  display: block;
}

/* line 58, app/assets/stylesheets/dashboard/shared.scss */
#page_content {
  flex: 1 0 auto;
}

/* line 62, app/assets/stylesheets/dashboard/shared.scss */
.max-width-container {
  max-width: 1200px;
}

/* line 66, app/assets/stylesheets/dashboard/shared.scss */
.tos {
  color: #809093;
  font-size: 15px;
  position: absolute;
  margin-top: -55px;
  right: 24px;
}

/* line 74, app/assets/stylesheets/dashboard/shared.scss */
.tos a {
  color: inherit;
}

@media (max-width: 575.98px) {
  /* line 79, app/assets/stylesheets/dashboard/shared.scss */
  .no-gutters-xs {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 83, app/assets/stylesheets/dashboard/shared.scss */
  .no-gutters-xs > .col,
.no-gutters-xs > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 93, app/assets/stylesheets/dashboard/shared.scss */
  .conversation-ui-card .card-header .card-title.has-subtitle {
    font-size: 1rem;
    line-height: 1.25;
  }
  /* line 97, app/assets/stylesheets/dashboard/shared.scss */
  .conversation-ui-card .card-header .card-title.has-subtitle span {
    display: block;
  }
  /* line 101, app/assets/stylesheets/dashboard/shared.scss */
  .conversation-ui-card .card-header .card-title.has-subtitle .small {
    margin-left: 0;
  }
}

/* line 110, app/assets/stylesheets/dashboard/shared.scss */
body {
  background-color: #f7f9f9;
  color: #343d3f;
  font-family: "Inter", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 121, app/assets/stylesheets/dashboard/shared.scss */
body.devise-sessions .alert, body.devise-passwords .alert {
  margin-bottom: 1rem;
}

/* line 127, app/assets/stylesheets/dashboard/shared.scss */
body.touch-false .card-table {
  overflow: hidden;
}

/* line 133, app/assets/stylesheets/dashboard/shared.scss */
.btn {
  letter-spacing: 0;
}

/* line 137, app/assets/stylesheets/dashboard/shared.scss */
#flash_messages {
  margin: 0;
}

/* line 140, app/assets/stylesheets/dashboard/shared.scss */
#flash_messages .flash-message {
  white-space: pre-wrap;
  z-index: 20;
}

/* line 144, app/assets/stylesheets/dashboard/shared.scss */
#flash_messages .flash-message:last-child {
  margin-bottom: 0;
}

/* line 149, app/assets/stylesheets/dashboard/shared.scss */
#flash_messages .close {
  float: none;
}

/* line 154, app/assets/stylesheets/dashboard/shared.scss */
.page-title {
  flex-grow: 10;
  padding-right: 1rem;
}

/* line 159, app/assets/stylesheets/dashboard/shared.scss */
.color-inherit {
  color: inherit;
}

/* line 163, app/assets/stylesheets/dashboard/shared.scss */
.px-4-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

/* line 168, app/assets/stylesheets/dashboard/shared.scss */
.cursor-p {
  cursor: pointer;
}

/* line 171, app/assets/stylesheets/dashboard/shared.scss */
.cursor-p .badge {
  transition: 0.3s background-color;
}

/* line 176, app/assets/stylesheets/dashboard/shared.scss */
.cursor-p:hover .badge-primary {
  background-color: #3866a6;
}

/* line 180, app/assets/stylesheets/dashboard/shared.scss */
.cursor-p:hover .badge-secondary {
  background-color: #6b7278;
}

/* line 186, app/assets/stylesheets/dashboard/shared.scss */
a[data-toggle="collapse"] {
  cursor: pointer;
}

/* line 190, app/assets/stylesheets/dashboard/shared.scss */
.alert {
  margin-bottom: 0;
}

/* line 194, app/assets/stylesheets/dashboard/shared.scss */
.popover {
  min-width: 200px;
  max-width: 300px;
}

/* line 198, app/assets/stylesheets/dashboard/shared.scss */
.popover button.close {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9375rem;
  float: none;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1.1;
}

/* line 209, app/assets/stylesheets/dashboard/shared.scss */
.popover .arrow {
  margin: initial;
}

/* line 213, app/assets/stylesheets/dashboard/shared.scss */
.popover pre {
  margin-bottom: 0;
  margin-top: 5px;
}

/* line 219, app/assets/stylesheets/dashboard/shared.scss */
.popover-body {
  padding: 0.75rem;
}

/* line 224, app/assets/stylesheets/dashboard/shared.scss */
.list-group-popover button.close {
  padding: 0.75rem 1rem;
}

/* line 228, app/assets/stylesheets/dashboard/shared.scss */
.list-group-popover .popover-header {
  font-size: 0.875rem;
  padding: 0.75rem 1.25rem;
}

/* line 233, app/assets/stylesheets/dashboard/shared.scss */
.list-group-popover .popover-body {
  max-height: 40vh;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 243, app/assets/stylesheets/dashboard/shared.scss */
.list-group-popover .list-group-item :last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 250, app/assets/stylesheets/dashboard/shared.scss */
.modal {
  z-index: 1110;
}

/* line 254, app/assets/stylesheets/dashboard/shared.scss */
.modal-content {
  border-radius: 4px;
}

/* line 258, app/assets/stylesheets/dashboard/shared.scss */
.modal-header {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom: 0 none;
  padding: 1.5rem;
}

/* line 265, app/assets/stylesheets/dashboard/shared.scss */
.modal-title {
  color: #114b5f;
}

/* line 269, app/assets/stylesheets/dashboard/shared.scss */
.modal-body {
  padding: 0 1.5rem 0.5rem;
}

/* line 273, app/assets/stylesheets/dashboard/shared.scss */
.modal-footer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top: 0 none;
  padding: 1.5rem;
}

/* line 280, app/assets/stylesheets/dashboard/shared.scss */
.modal-backdrop {
  z-index: 1100;
}

/* line 284, app/assets/stylesheets/dashboard/shared.scss */
.pagination {
  justify-content: center;
  margin-bottom: 2rem;
}

/* line 288, app/assets/stylesheets/dashboard/shared.scss */
.pagination .page-link {
  padding: 0.875rem 1.205rem;
  border: 1px solid #d2dbdd;
}

/* line 292, app/assets/stylesheets/dashboard/shared.scss */
.pagination .page-link:hover {
  background-color: #f2f3f4;
  border-color: #d2dbdd;
  color: #0e3947;
}

/* line 299, app/assets/stylesheets/dashboard/shared.scss */
.pagination .page-item.active .page-link {
  background-color: #f1fffa;
  border-color: #d2dbdd;
  color: #114b5f;
}

/* line 305, app/assets/stylesheets/dashboard/shared.scss */
.pagination .page-window-item {
  display: none;
}

/* line 311, app/assets/stylesheets/dashboard/shared.scss */
.st-dropdown .dropdown-menu {
  box-shadow: 0 10px 22px -5px rgba(52, 61, 63, 0.4);
  width: 30vw;
  max-width: 250px;
  margin-top: 10px;
  font-size: 0.875rem;
  padding: 0;
}

/* line 320, app/assets/stylesheets/dashboard/shared.scss */
.st-dropdown .dropdown-item {
  color: #212529;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
}

/* line 325, app/assets/stylesheets/dashboard/shared.scss */
.st-dropdown .dropdown-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 330, app/assets/stylesheets/dashboard/shared.scss */
.st-dropdown .dropdown-item:last-child {
  border: 0 none;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 336, app/assets/stylesheets/dashboard/shared.scss */
.st-dropdown .dropdown-item.active, .st-dropdown .dropdown-item:active {
  color: #fff;
}

/* line 340, app/assets/stylesheets/dashboard/shared.scss */
.st-dropdown .dropdown-item.active .dropdown-icon, .st-dropdown .dropdown-item:active .dropdown-icon {
  color: #fff;
}

/* line 346, app/assets/stylesheets/dashboard/shared.scss */
.st-dropdown .dropdown-icon {
  color: #809093;
}

/* line 350, app/assets/stylesheets/dashboard/shared.scss */
.st-dropdown .lucide-message-square-share {
  height: auto;
  transform: translateY(1px);
}

/* line 356, app/assets/stylesheets/dashboard/shared.scss */
.table-responsive {
  overscroll-behavior-x: contain;
}

/* line 361, app/assets/stylesheets/dashboard/shared.scss */
.campaigns-table .badge {
  color: #fff;
}

/* line 365, app/assets/stylesheets/dashboard/shared.scss */
.campaigns-table #campaign_table_head th {
  text-transform: capitalize;
  color: #6B7280;
  font-weight: 500;
}

/* line 375, app/assets/stylesheets/dashboard/shared.scss */
#primary_card_header .st-dropdown .dropdown-menu {
  width: auto;
  margin-right: 1rem;
}

/* line 382, app/assets/stylesheets/dashboard/shared.scss */
.card {
  border: 0 none;
  border-radius: 4px;
  box-shadow: 0 6px 8px -4px rgba(52, 61, 63, 0.2);
}

/* line 387, app/assets/stylesheets/dashboard/shared.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 393, app/assets/stylesheets/dashboard/shared.scss */
.action {
  align-self: stretch;
  align-items: center;
  display: flex;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.1;
  outline-color: none;
}

/* line 402, app/assets/stylesheets/dashboard/shared.scss */
.action:hover {
  text-decoration: none;
}

/* line 406, app/assets/stylesheets/dashboard/shared.scss */
.action i {
  font-size: 1.75rem;
}

/* line 410, app/assets/stylesheets/dashboard/shared.scss */
.action .attach-button {
  transform: rotate(-45deg);
}

/* line 416, app/assets/stylesheets/dashboard/shared.scss */
.action .create-button i,
.action .delete-button i {
  font-size: 2rem;
}

/* line 425, app/assets/stylesheets/dashboard/shared.scss */
.form-footer .action:hover i {
  color: #3cdbc0;
}

/* line 430, app/assets/stylesheets/dashboard/shared.scss */
.form-footer .action i {
  color: #114b5f;
}

/* line 436, app/assets/stylesheets/dashboard/shared.scss */
#content_container {
  margin-bottom: 5rem;
}

/* line 439, app/assets/stylesheets/dashboard/shared.scss */
.dashboard-conversations-show #content_container {
  margin-bottom: 0;
}

/* line 444, app/assets/stylesheets/dashboard/shared.scss */
.card-header {
  background-color: #374151;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid rgba(0, 40, 100, 0.02);
  font-size: 1.125rem;
  line-height: 1.4;
}

/* line 451, app/assets/stylesheets/dashboard/shared.scss */
.form-ui-card .card-header, .table-ui-card .card-header, .messages-ui-card .card-header, .conversation-ui-card .card-header {
  padding: 0;
  height: 56px;
  min-height: auto;
}

/* line 460, app/assets/stylesheets/dashboard/shared.scss */
.shim-false > .card-header {
  position: initial;
  z-index: initial;
  width: initial;
}

/* line 466, app/assets/stylesheets/dashboard/shared.scss */
.card-header.dynamic-title {
  height: auto;
}

/* line 472, app/assets/stylesheets/dashboard/shared.scss */
.card-header .custom-checkbox .custom-control-label:before, .card-header .custom-checkbox .custom-control-label:after {
  top: 0.16rem;
}

/* line 479, app/assets/stylesheets/dashboard/shared.scss */
.conversation-ui-card .card-header {
  background-color: #00ffd8;
  position: absolute;
  width: 100%;
  height: 56px;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  z-index: 3;
}

/* line 490, app/assets/stylesheets/dashboard/shared.scss */
.conversation-ui-card .card-header .card-title {
  color: #114b5f;
}

/* line 493, app/assets/stylesheets/dashboard/shared.scss */
.conversation-ui-card .card-header .card-title .small {
  margin-left: 1rem;
}

/* line 500, app/assets/stylesheets/dashboard/shared.scss */
.conversation-ui-card .card-header .action:hover i, .conversation-ui-card .card-header .action.batch-icon:hover {
  color: #f1fffa;
}

/* line 505, app/assets/stylesheets/dashboard/shared.scss */
.conversation-ui-card .card-header .action:hover path {
  stroke: #f1fffa;
}

/* line 509, app/assets/stylesheets/dashboard/shared.scss */
.conversation-ui-card .card-header .action:hover .fill-target {
  fill: #114b5f;
}

/* line 514, app/assets/stylesheets/dashboard/shared.scss */
.conversation-ui-card .card-header .action i, .conversation-ui-card .card-header .action.batch-icon {
  color: #114b5f;
}

/* line 519, app/assets/stylesheets/dashboard/shared.scss */
.conversation-ui-card .card-header .action path {
  stroke: #114b5f;
}

/* line 525, app/assets/stylesheets/dashboard/shared.scss */
.form-ui-card .card-header {
  background-color: #f1fffa;
}

/* line 528, app/assets/stylesheets/dashboard/shared.scss */
.form-ui-card .card-header .card-title {
  color: #114b5f;
}

/* line 534, app/assets/stylesheets/dashboard/shared.scss */
.form-ui-card .card-header .action:hover i {
  color: #3cdbc0;
}

/* line 539, app/assets/stylesheets/dashboard/shared.scss */
.form-ui-card .card-header .action i {
  color: #0e3947;
}

/* line 547, app/assets/stylesheets/dashboard/shared.scss */
.messages-ui-card .card-header .card-title, .table-ui-card .card-header .card-title {
  color: #fff;
}

/* line 553, app/assets/stylesheets/dashboard/shared.scss */
.messages-ui-card .card-header .action:hover i, .messages-ui-card .card-header .action.batch-icon:hover, .table-ui-card .card-header .action:hover i, .table-ui-card .card-header .action.batch-icon:hover {
  color: #00ffd8;
}

/* line 558, app/assets/stylesheets/dashboard/shared.scss */
.messages-ui-card .card-header .action:hover path, .table-ui-card .card-header .action:hover path {
  stroke: #00ffd8;
}

/* line 563, app/assets/stylesheets/dashboard/shared.scss */
.messages-ui-card .card-header .action i, .messages-ui-card .card-header .action.batch-icon, .table-ui-card .card-header .action i, .table-ui-card .card-header .action.batch-icon {
  color: #f1fffa;
}

/* line 568, app/assets/stylesheets/dashboard/shared.scss */
.messages-ui-card .card-header .action path, .table-ui-card .card-header .action path {
  stroke: #f1fffa;
}

/* line 574, app/assets/stylesheets/dashboard/shared.scss */
.card-header .right-action {
  padding: 0 1.5rem 0 0.5rem;
}

/* line 577, app/assets/stylesheets/dashboard/shared.scss */
.card-header .right-action.solo-action {
  padding: 0 1.125rem 0 0.75rem;
}

/* line 582, app/assets/stylesheets/dashboard/shared.scss */
.card-header .card-title {
  font-size: 1.125rem;
  padding: 1.09375rem 1rem 1.09375rem 1.5rem;
  line-height: 1.4;
}

/* line 587, app/assets/stylesheets/dashboard/shared.scss */
.card-header .card-title.has-batch {
  padding: 0;
}

/* line 590, app/assets/stylesheets/dashboard/shared.scss */
.card-header .card-title.has-batch .checkbox {
  padding: 1.09375rem 1rem 1.09375rem 1.5rem;
}

/* line 596, app/assets/stylesheets/dashboard/shared.scss */
.card-header #batch_menu_container {
  display: none;
}

/* line 600, app/assets/stylesheets/dashboard/shared.scss */
.card-header #batch_dropdown_toggle i {
  font-size: 1.875rem;
}

/* line 605, app/assets/stylesheets/dashboard/shared.scss */
.card-header.show-batch-menu #batch_menu_container {
  display: flex;
}

/* line 609, app/assets/stylesheets/dashboard/shared.scss */
.card-header.show-batch-menu .hide-on-batch {
  display: none;
}

/* line 614, app/assets/stylesheets/dashboard/shared.scss */
.card-header .batch-icon {
  font-size: 1.5rem;
}

/* line 621, app/assets/stylesheets/dashboard/shared.scss */
.card-header #batch_delete:hover i,
.card-header #batch_unsubscribe_button:hover i {
  color: #ff4242;
}

/* line 627, app/assets/stylesheets/dashboard/shared.scss */
.card-header:first-child {
  border-radius: 4px 4px 0 0;
}

/* line 632, app/assets/stylesheets/dashboard/shared.scss */
#show_all_replies_button {
  color: #4B5563;
  font-size: 13px;
  font-weight: 500;
  line-height: 19.5px;
  width: 100%;
  height: 36px;
  background-color: #FFFFFF;
  border-width: 1px;
  border-radius: 3px;
  border-color: #D1D5DB;
}

/* line 644, app/assets/stylesheets/dashboard/shared.scss */
#show_all_replies_button:hover {
  background-color: #F9FAFB;
}

/* line 649, app/assets/stylesheets/dashboard/shared.scss */
#hidden_top {
  background-color: #f7f9f9;
  height: 36px;
  margin-top: -36px;
  margin-left: -10px;
  margin-right: -10px;
  position: sticky;
  top: 60px;
  z-index: 10;
}

/* line 659, app/assets/stylesheets/dashboard/shared.scss */
.dashboard-conversations-show #hidden_top {
  display: none;
}

/* line 664, app/assets/stylesheets/dashboard/shared.scss */
.conversation-view {
  flex: 1;
  height: calc(100vh - 64px);
  overflow: hidden;
  margin-bottom: 0;
}

/* line 671, app/assets/stylesheets/dashboard/shared.scss */
#conversation_container {
  flex: 1;
  min-height: 0;
  width: 100%;
  top: 56px;
  position: relative;
  margin-bottom: 56px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  outline: none;
}

/* line 683, app/assets/stylesheets/dashboard/shared.scss */
#conversation_container > .list-group {
  max-width: 100%;
  margin: 0 auto;
}

/* line 689, app/assets/stylesheets/dashboard/shared.scss */
#lightbox {
  top: 50% !important;
  transform: translateY(-50%);
}

/* line 693, app/assets/stylesheets/dashboard/shared.scss */
#lightbox .lb-outerContainer {
  background: transparent;
}

/* line 697, app/assets/stylesheets/dashboard/shared.scss */
#lightbox .lb-image {
  border: none;
}

/* line 701, app/assets/stylesheets/dashboard/shared.scss */
#lightbox .lb-close {
  display: none;
}

/* line 706, app/assets/stylesheets/dashboard/shared.scss */
.conversation_loader {
  min-height: 50px;
}

/* line 710, app/assets/stylesheets/dashboard/shared.scss */
#message_form_container {
  width: 100%;
  background: white;
  z-index: 2;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

/* line 719, app/assets/stylesheets/dashboard/shared.scss */
#message_form_container .form-view {
  margin-bottom: 0;
}

/* line 723, app/assets/stylesheets/dashboard/shared.scss */
#message_form_container .card-header {
  position: relative;
  box-shadow: none;
}

/* line 728, app/assets/stylesheets/dashboard/shared.scss */
#message_form_container .card-body {
  padding: 0.5rem;
}

/* line 733, app/assets/stylesheets/dashboard/shared.scss */
#message_form_container .form-group.hidden, #message_form_container .form-group.message_body {
  margin-bottom: 0;
}

/* line 739, app/assets/stylesheets/dashboard/shared.scss */
#message_form_container .form-label {
  display: none;
}

/* line 743, app/assets/stylesheets/dashboard/shared.scss */
#message_form_container textarea.form-control {
  font-size: 0.925rem;
  min-height: 40px;
  max-height: 20vh;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 750, app/assets/stylesheets/dashboard/shared.scss */
#message_form_container textarea.form-control:focus {
  box-shadow: inset 0 0 2px 1px rgba(17, 75, 95, 0.25);
}

/* line 755, app/assets/stylesheets/dashboard/shared.scss */
#message_form_container .message_attached_files {
  display: none;
}

/* line 759, app/assets/stylesheets/dashboard/shared.scss */
#message_form_container #attached_files_container {
  display: none;
  overflow-y: hidden;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  border-right: 1px solid rgba(0, 40, 100, 0.12);
  border-left: 1px solid rgba(0, 40, 100, 0.12);
  border-bottom: 1px solid rgba(0, 40, 100, 0.12);
  padding: 0.5rem;
}

/* line 769, app/assets/stylesheets/dashboard/shared.scss */
#message_form_container #attached_files_container.has-files {
  display: block;
}

/* line 776, app/assets/stylesheets/dashboard/shared.scss */
#message_form_container #attached_file_preview .compact-attachment,
#message_form_container .attached-file-preview .compact-attachment {
  height: 74px;
}

/* line 781, app/assets/stylesheets/dashboard/shared.scss */
#message_form_container #attached_file_preview {
  flex-wrap: nowrap;
}

/* line 785, app/assets/stylesheets/dashboard/shared.scss */
#message_form_container .horizontal-card-img {
  max-height: 72px;
}

/* line 789, app/assets/stylesheets/dashboard/shared.scss */
#message_form_container .form-footer {
  margin-top: 0;
  height: 3rem;
  padding: 0 0.75rem 0 0;
  background-color: #f2f3f4;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom: 1px solid rgba(0, 40, 100, 0.12);
  border-right: 1px solid rgba(0, 40, 100, 0.12);
  border-left: 1px solid rgba(0, 40, 100, 0.12);
}

/* line 800, app/assets/stylesheets/dashboard/shared.scss */
#message_form_container .form-footer .btn {
  min-width: 70px;
  width: 33%;
  max-width: 180px;
  margin: auto 0;
  padding: 0.25rem 0.75rem;
}

/* line 808, app/assets/stylesheets/dashboard/shared.scss */
#message_form_container .form-footer .action {
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
}

/* line 811, app/assets/stylesheets/dashboard/shared.scss */
#message_form_container .form-footer .action i {
  font-size: 1.625rem;
}

/* line 816, app/assets/stylesheets/dashboard/shared.scss */
#message_form_container .form-footer .left-action {
  padding: 0.5rem 1.25rem 0.5rem 0.75rem;
  margin-right: 0.5rem;
}

/* line 824, app/assets/stylesheets/dashboard/shared.scss */
#templates_list a {
  position: relative;
}

/* line 827, app/assets/stylesheets/dashboard/shared.scss */
#templates_list a .spinner-border {
  display: none;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

/* line 835, app/assets/stylesheets/dashboard/shared.scss */
#templates_list a.loading .template-body {
  opacity: 0.3;
}

/* line 839, app/assets/stylesheets/dashboard/shared.scss */
#templates_list a.loading .spinner-border {
  display: inline-block;
}

/* line 849, app/assets/stylesheets/dashboard/shared.scss */
.list-group-flush:last-child .list-group-item.conversation-view-item:last-of-type {
  margin-bottom: 6rem;
}

/* line 857, app/assets/stylesheets/dashboard/shared.scss */
.list-view .card-header {
  position: sticky;
  top: 94px;
  z-index: 100;
}

/* line 864, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0;
  border: 1px solid rgba(0, 40, 100, 0.1);
}

/* line 870, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.empty-state-message {
  background-color: #fff;
  padding: 0.75rem 1.5rem;
}

/* line 875, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.empty-state-message.cursor-p:hover {
  background-color: #f2f3f4;
}

/* line 881, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.monthly-report {
  font-weight: normal;
  padding: 0.75rem 1.5rem;
}

/* line 886, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.monthly-report:hover .report-size,
.list-view-item.monthly-report:hover .download i {
  color: #343d3f;
}

/* line 892, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.monthly-report .report-date {
  color: #114b5f;
  font-size: 12px;
  font-weight: 600;
  min-width: 66px;
  width: 66px;
  margin-right: 5px;
}

/* line 901, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.monthly-report .report-type {
  min-width: 150px;
}

/* line 905, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.monthly-report .report-size {
  color: #809093;
  font-size: 14px;
  margin-right: 20px;
}

/* line 912, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.conversation-view-item {
  border-top: 0 none;
  border-bottom: 0 none;
  max-width: 480px;
  margin-bottom: 1.5rem;
  font-weight: normal;
}

/* line 919, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.conversation-view-item:first-child {
  margin-top: 1.5rem;
}

/* line 923, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.conversation-view-item:hover {
  background-color: initial;
}

/* line 927, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.conversation-view-item .conversation-item-container {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

/* line 932, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.conversation-view-item.scroll-target-reached {
  animation: highlight-clicked-message 1.5s ease-in-out forwards;
}

/* line 936, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.conversation-view-item.received {
  align-items: flex-start;
  align-self: flex-start;
  padding: 0 1.5rem 0 0;
}

/* line 941, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.conversation-view-item.received .conversation-item-container {
  border-left: 4px solid #114b5f;
  padding-left: 1.25rem;
}

/* line 946, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.conversation-view-item.received .message-body {
  font-weight: 600;
}

/* line 952, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.conversation-view-item.starred-true .conversation-item-container {
  border-left: 4px solid #facc14;
}

/* line 957, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.conversation-view-item.sent, .list-view-item.conversation-view-item.delivered, .list-view-item.conversation-view-item.broadcast, .list-view-item.conversation-view-item.accepted {
  align-self: flex-end;
  padding: 0 0 0 1.5rem;
}

/* line 964, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.conversation-view-item.sent .conversation-item-container, .list-view-item.conversation-view-item.delivered .conversation-item-container, .list-view-item.conversation-view-item.broadcast .conversation-item-container, .list-view-item.conversation-view-item.accepted .conversation-item-container {
  border-right: 4px solid #3cdbc0;
  padding-right: 1.25rem;
}

/* line 969, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.conversation-view-item.sent .top-row,
.list-view-item.conversation-view-item.sent .bottom-row, .list-view-item.conversation-view-item.delivered .top-row,
.list-view-item.conversation-view-item.delivered .bottom-row, .list-view-item.conversation-view-item.broadcast .top-row,
.list-view-item.conversation-view-item.broadcast .bottom-row, .list-view-item.conversation-view-item.accepted .top-row,
.list-view-item.conversation-view-item.accepted .bottom-row {
  justify-content: flex-end;
}

/* line 974, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.conversation-view-item.sent .attachment,
.list-view-item.conversation-view-item.sent .attached-file, .list-view-item.conversation-view-item.delivered .attachment,
.list-view-item.conversation-view-item.delivered .attached-file, .list-view-item.conversation-view-item.broadcast .attachment,
.list-view-item.conversation-view-item.broadcast .attached-file, .list-view-item.conversation-view-item.accepted .attachment,
.list-view-item.conversation-view-item.accepted .attached-file {
  text-align: right;
}

/* line 986, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.conversation-view-item.read-received:hover, .list-view-item.conversation-view-item.replied-received:hover, .list-view-item.conversation-view-item.sent:hover, .list-view-item.conversation-view-item.delivered:hover, .list-view-item.conversation-view-item.broadcast:hover, .list-view-item.conversation-view-item.accepted:hover {
  background-color: initial;
}

/* line 991, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.conversation-view-item .message-time {
  font-size: 13px;
  color: #809093;
}

/* line 996, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.conversation-view-item .bottom-row {
  margin-bottom: 0.25rem;
}

/* line 999, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.conversation-view-item .bottom-row:last-child {
  margin-bottom: 0;
}

/* line 1004, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.conversation-view-item .message-body {
  max-width: 377px;
}

/* line 1009, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.conversation-view-item .message-attachments .attachment,
.list-view-item.conversation-view-item .message-attachments .attached-file {
  min-height: 10px;
  min-width: 10px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/* line 1016, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.conversation-view-item .message-attachments .attachment:last-child,
.list-view-item.conversation-view-item .message-attachments .attached-file:last-child {
  margin-bottom: 0;
}

/* line 1020, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.conversation-view-item .message-attachments .attachment img,
.list-view-item.conversation-view-item .message-attachments .attached-file img {
  width: auto;
  max-height: 33vh;
}

/* line 1026, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.conversation-view-item .message-attachments + .bottom-row {
  margin-top: 0.5rem;
}

/* line 1031, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.conversation-view-item video {
  max-width: 100%;
  max-height: 33vh;
}

/* line 1036, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.conversation-view-item .audio-true {
  height: 75px;
  width: 75%;
  min-width: 300px;
}

/* line 1043, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item .left-action {
  padding: 1.5rem 0 0.75rem 1.5rem;
}

/* line 1047, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item .clickable,
.list-view-item .unclickable {
  padding: 0.5rem 0;
}

/* line 1052, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item .clickable {
  cursor: pointer;
}

/* line 1056, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item .right-action {
  padding: 0.75rem 1.5rem;
}

/* line 1059, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item .right-action.no-action {
  padding: 0.75rem 0 0.75rem 1.5rem;
}

/* line 1064, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item .right-action-shim {
  width: 1.5rem;
}

/* line 1068, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.read-received, .list-view-item.replied-received, .list-view-item.sent, .list-view-item.delivered, .list-view-item.accepted {
  font-weight: normal;
}

/* line 1075, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.read-received:hover, .list-view-item.replied-received:hover, .list-view-item.sent:hover, .list-view-item.delivered:hover, .list-view-item.accepted:hover {
  background-color: #f2f3f4;
}

/* line 1084, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.sent .message-body, .list-view-item.delivered .message-body, .list-view-item.broadcast .message-body, .list-view-item.accepted .message-body {
  margin-left: 0;
}

/* line 1090, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.unread-draft .subscriber-label {
  color: #ff4242;
}

/* line 1095, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.promotion, .list-view-item.campaign-subscription {
  border-left-style: solid;
  border-left-width: 6px;
}

/* line 1100, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.promotion:hover, .list-view-item.campaign-subscription:hover {
  background-color: #f2f3f4;
}

/* line 1104, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.promotion .clickable, .list-view-item.campaign-subscription .clickable {
  display: flex;
  align-items: center;
}

/* line 1109, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.promotion .left-action, .list-view-item.campaign-subscription .left-action {
  padding: 0.75rem 0 0.75rem calc(1.5rem - 6px);
}

/* line 1115, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.promotion.promo-active {
  border-left-color: #3cdbc0;
}

/* line 1118, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.promotion.promo-active .hide-promo-active {
  display: none;
}

/* line 1123, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.promotion.promo-ended {
  border-left-color: #ff4242;
  font-weight: normal;
}

/* line 1127, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.promotion.promo-ended .hide-promo-ended {
  display: none;
}

/* line 1134, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.campaign-subscription.inline-preview {
  padding: 0.75rem 1rem 1rem 3.5rem;
  border-left-color: #f2f3f4;
  background-color: #f2f3f4;
  font-weight: normal;
}

/* line 1140, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.campaign-subscription.inline-preview.subscriber-unsubscribed {
  border-left-color: rgba(255, 66, 66, 0.45);
}

/* line 1144, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.campaign-subscription.inline-preview.subscriber-verified {
  border-left-color: rgba(0, 123, 255, 0.45);
}

/* line 1148, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.campaign-subscription.inline-preview.subscriber-unverified, .list-view-item.campaign-subscription.inline-preview.subscriber-incomplete {
  border-left-color: rgba(255, 193, 7, 0.45);
}

/* line 1153, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.campaign-subscription.inline-preview.subscriber-paid, .list-view-item.campaign-subscription.inline-preview.subscriber-active {
  border-left-color: rgba(60, 219, 192, 0.45);
}

/* line 1159, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.campaign-subscription .campaign-subscription-meta > :last-child {
  margin-bottom: 0.75rem;
}

/* line 1163, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.campaign-subscription .note-body {
  margin-bottom: 0.75rem;
  white-space: pre-wrap;
}

/* line 1168, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.campaign-subscription.subscriber-unsubscribed {
  border-left-color: #ff4242;
  font-weight: normal;
}

/* line 1173, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.campaign-subscription.subscriber-verified {
  border-left-color: #007bff;
}

/* line 1177, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.campaign-subscription.subscriber-unverified, .list-view-item.campaign-subscription.subscriber-incomplete {
  border-left-color: #ffc107;
  font-weight: normal;
}

/* line 1183, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.campaign-subscription.subscriber-paid, .list-view-item.campaign-subscription.subscriber-active {
  border-left-color: #3cdbc0;
}

/* line 1189, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item .attachments {
  transform: rotate(-90deg);
  color: #809093;
}

/* line 1193, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item .attachments i {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 1199, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item .trash,
.list-view-item .share,
.list-view-item .notes,
.list-view-item .info,
.list-view-item .download {
  color: #809093;
  line-height: 1;
  min-width: 24px;
}

/* line 1208, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item .trash:hover,
.list-view-item .share:hover,
.list-view-item .notes:hover,
.list-view-item .info:hover,
.list-view-item .download:hover {
  text-decoration: none;
}

/* line 1212, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item .trash i,
.list-view-item .share i,
.list-view-item .notes i,
.list-view-item .info i,
.list-view-item .download i {
  font-size: 1.5rem;
}

/* line 1219, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item .trash:hover i {
  color: #ff4242;
}

/* line 1229, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item .share:hover i,
.list-view-item .notes:hover i,
.list-view-item .info:hover i {
  color: #3cdbc0;
}

/* line 1235, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item .star {
  color: #809093;
}

/* line 1238, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item .star svg {
  width: 32px;
  height: 32px;
}

/* line 1243, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item .star path {
  stroke: #809093;
  stroke-width: 2;
}

/* line 1248, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item .star a {
  color: inherit;
  text-decoration: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.75rem 1.5rem;
  min-width: 24px;
}

/* line 1258, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item .star a:hover path {
  stroke: #facc14;
}

/* line 1265, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item .star .starred-true svg {
  fill: #fef08a;
}

/* line 1269, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item .star .starred-true path {
  stroke: #facc14;
}

/* line 1275, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item .message-body {
  word-break: break-word;
}

/* line 1278, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item .message-body :first-child {
  margin-top: 0;
  padding-top: 0;
}

/* line 1283, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item .message-body :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 1289, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item .empty-state-icon {
  color: #809093;
  line-height: 1;
}

/* line 1293, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item .empty-state-icon i {
  font-size: 1.875rem;
}

/* line 1297, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item .empty-state-icon path {
  stroke: #809093;
}

/* line 1302, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item .empty-state-icon .send path {
  stroke: #2563eb;
}

/* line 1308, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item .auto-reply-trigger {
  font-weight: 500;
  padding-left: 1rem;
}

/* line 1313, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item .list-view-secondary-badge {
  color: #2563eb;
  white-space: normal;
  padding: 0 0.5rem 0 0;
}

/* line 1318, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item .list-view-secondary-badge span {
  font-size: 0.75rem;
  font-weight: 500;
}

/* line 1323, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item .list-view-secondary-badge__icon {
  min-width: 16px;
  min-height: 16px;
  margin-right: 6px;
}

/* line 1329, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item .list-view-secondary-badge__text {
  line-height: 1.35;
  text-align: left;
  white-space: normal;
}

/* line 1335, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item .list-view-secondary-badge i {
  font-weight: 600;
  position: relative;
  top: 1px;
  padding-right: 3px;
}

/* line 1344, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item .icon-button svg {
  width: 30px;
  height: 30px;
}

/* line 1350, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.broadcast {
  padding: 1.5rem;
}

/* line 1353, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.broadcast .top-row {
  line-height: 1.75rem;
}

/* line 1358, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.broadcast.published .badge {
  background-color: #00ffd8;
}

/* line 1364, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.broadcast.scheduled .badge {
  background-color: #ffc107;
}

/* line 1370, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item.broadcast.draft .badge {
  background-color: #d2dbdd;
}

/* line 1378, app/assets/stylesheets/dashboard/shared.scss */
.list-view-item .custom-checkbox .custom-control-label:before, .list-view-item .custom-checkbox .custom-control-label:after {
  top: 0.16rem;
}

/* line 1386, app/assets/stylesheets/dashboard/shared.scss */
#promotion_promotion_id {
  text-transform: uppercase;
}

/* line 1391, app/assets/stylesheets/dashboard/shared.scss */
#promotion_modal .form-control {
  font-size: 1rem;
}

/* line 1398, app/assets/stylesheets/dashboard/shared.scss */
body.dashboard-campaign_subscriptions .card-view .list-group {
  overflow: hidden;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 1407, app/assets/stylesheets/dashboard/shared.scss */
#subscriber_search_form span.q_subscriber_phone_number_cont {
  width: 98px;
}

/* line 1411, app/assets/stylesheets/dashboard/shared.scss */
#subscriber_search_form .form-control.string {
  background-color: #374151;
  color: #f1fffa;
  border-radius: 0;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1px;
  padding-right: 0.35rem;
  height: 29px;
  font-size: 0.875rem;
}

/* line 1426, app/assets/stylesheets/dashboard/shared.scss */
#subscriber_search_form .form-control.string:focus {
  box-shadow: none;
  border-color: transparent;
  border-bottom-color: #00ffd8;
}

/* line 1433, app/assets/stylesheets/dashboard/shared.scss */
#subscriber_search_form button {
  background: none;
  border: 0 none;
  padding: 0;
  line-height: 1rem;
}

/* line 1439, app/assets/stylesheets/dashboard/shared.scss */
#subscriber_search_form button svg {
  width: 1em;
  height: 1em;
}

/* line 1446, app/assets/stylesheets/dashboard/shared.scss */
.custom-select {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
}

/* line 1451, app/assets/stylesheets/dashboard/shared.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 2px rgba(60, 219, 192, 0.25);
}

/* line 1455, app/assets/stylesheets/dashboard/shared.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #25f2cf;
}

/* line 1459, app/assets/stylesheets/dashboard/shared.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #d1f6ef;
  border-color: #d1f6ef;
}

/* line 1464, app/assets/stylesheets/dashboard/shared.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: #3cdbc0;
  box-shadow: 0 0 0 2px rgba(60, 219, 192, 0.25);
}

/* line 1473, app/assets/stylesheets/dashboard/shared.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #3cdbc0;
}

/* line 1478, app/assets/stylesheets/dashboard/shared.scss */
.custom-control-input:checked ~ .custom-control-label::before,
.was-validated
.custom-control-input:valid:checked
~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #3cdbc0;
  background-color: #3cdbc0;
}

/* line 1487, app/assets/stylesheets/dashboard/shared.scss */
.custom-checkbox {
  cursor: default;
  padding-left: 2.3125rem;
}

/* line 1491, app/assets/stylesheets/dashboard/shared.scss */
.custom-checkbox .custom-control-label {
  vertical-align: top;
}

/* line 1494, app/assets/stylesheets/dashboard/shared.scss */
.custom-checkbox .custom-control-label:before {
  background-color: transparent;
  border: 2px solid #d2dbdd;
}

/* line 1499, app/assets/stylesheets/dashboard/shared.scss */
.custom-checkbox .custom-control-label:before, .custom-checkbox .custom-control-label:after {
  top: 0.05rem;
  left: -2.3125rem;
  width: 1.25rem;
  height: 1.25rem;
}

/* line 1510, app/assets/stylesheets/dashboard/shared.scss */
.checkbox .custom-checkbox {
  display: inline-block;
}

/* line 1515, app/assets/stylesheets/dashboard/shared.scss */
.checkbox:hover .custom-control-input:not(:checked) ~ .custom-control-label::before {
  border-color: #60a5fa;
}

/* line 1522, app/assets/stylesheets/dashboard/shared.scss */
.no-checkbox .custom-checkbox {
  padding-left: 0;
}

/* line 1526, app/assets/stylesheets/dashboard/shared.scss */
.no-checkbox .custom-checkbox .custom-control-label:before, .no-checkbox .custom-checkbox .custom-control-label:after {
  display: none;
}

/* line 1534, app/assets/stylesheets/dashboard/shared.scss */
.checkbox-shim {
  width: 37px;
}

/* line 1538, app/assets/stylesheets/dashboard/shared.scss */
.badge {
  font-size: 0.75rem;
  font-weight: 600;
  color: #343d3f;
  padding-right: 1em;
  padding-left: 1em;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 1548, app/assets/stylesheets/dashboard/shared.scss */
.horizontal-card-img {
  max-width: 200px;
  max-height: 96px;
}

/* line 1553, app/assets/stylesheets/dashboard/shared.scss */
input.spectrum.with-add-on {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  padding-left: 48px;
}

/* line 1561, app/assets/stylesheets/dashboard/shared.scss */
.sp-colorize-container {
  border: 0 none !important;
}

/* line 1565, app/assets/stylesheets/dashboard/shared.scss */
.sp-palette-container {
  max-width: 90px;
}

/* line 1569, app/assets/stylesheets/dashboard/shared.scss */
.sp-original-input-container {
  margin: 0;
  display: block;
  position: relative;
}

/* line 1574, app/assets/stylesheets/dashboard/shared.scss */
.sp-original-input-container:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
  pointer-events: none;
  background-image: url(https://dvxibnalv7pan.cloudfront.net/assets/icons/pipette-81d0d1242acfac97e5196dbe9d635d15fafad99da1e816dd4bddc867392cbb4f.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

/* line 1590, app/assets/stylesheets/dashboard/shared.scss */
.sp-original-input-container .sp-add-on {
  width: 22px !important;
  border-radius: 3px;
  z-index: 3;
  position: absolute;
  height: 22px;
  margin: 10px 11px;
}

/* line 1599, app/assets/stylesheets/dashboard/shared.scss */
.sp-original-input-container .sp-colorize {
  height: 100%;
  width: 100%;
  border-radius: inherit;
  border: 1px solid #e5e7eb;
  box-sizing: content-box;
}

/* line 1609, app/assets/stylesheets/dashboard/shared.scss */
#attached_files_container .clear-button {
  font-weight: 400;
}

/* line 1613, app/assets/stylesheets/dashboard/shared.scss */
#attached_files_container .clear-icon-button {
  font-size: 1.625rem;
  padding: 0;
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* line 1623, app/assets/stylesheets/dashboard/shared.scss */
#attached_files_container .clear-icon-button:hover {
  color: #ff4242;
}

/* line 1629, app/assets/stylesheets/dashboard/shared.scss */
#attached_files_container .form-group.hidden {
  margin-bottom: 0;
}

/* line 1636, app/assets/stylesheets/dashboard/shared.scss */
#attached_files_container .form-row > .col:first-child {
  padding-left: 0.5rem;
}

/* line 1640, app/assets/stylesheets/dashboard/shared.scss */
#attached_files_container .form-row > .col:last-child {
  padding-right: 0.5rem;
}

/* line 1645, app/assets/stylesheets/dashboard/shared.scss */
#attached_files_container .form-row > .close-col {
  max-width: 50px;
  flex-basis: 50px;
  flex-shrink: 0;
  padding: 0;
}

/* line 1651, app/assets/stylesheets/dashboard/shared.scss */
#attached_files_container .form-row > .close-col:first-child {
  padding-left: 0;
}

/* line 1661, app/assets/stylesheets/dashboard/shared.scss */
#saved_attached_file_preview .form-attachment,
#attached_file_preview .form-attachment,
.attached-file-preview .form-attachment {
  border-radius: 3px;
  border: 1px solid rgba(0, 40, 100, 0.12);
  background-clip: border-box;
  margin-bottom: 0.75rem;
  overflow: hidden;
}

/* line 1669, app/assets/stylesheets/dashboard/shared.scss */
#saved_attached_file_preview .compact-attachment,
#attached_file_preview .compact-attachment,
.attached-file-preview .compact-attachment {
  height: 96px;
}

/* line 1672, app/assets/stylesheets/dashboard/shared.scss */
#saved_attached_file_preview .compact-attachment .file-meta,
#attached_file_preview .compact-attachment .file-meta,
.attached-file-preview .compact-attachment .file-meta {
  line-height: 1rem;
}

/* line 1676, app/assets/stylesheets/dashboard/shared.scss */
#saved_attached_file_preview .compact-attachment .file-name,
#attached_file_preview .compact-attachment .file-name,
.attached-file-preview .compact-attachment .file-name {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: calc(100px + 5vw);
  min-width: 100px;
}

/* line 1686, app/assets/stylesheets/dashboard/shared.scss */
#saved_attached_file_preview .btn-sm, #saved_attached_file_preview .btn-group-sm > .btn,
#attached_file_preview .btn-sm,
#attached_file_preview .btn-group-sm > .btn,
.attached-file-preview .btn-sm,
.attached-file-preview .btn-group-sm > .btn {
  width: auto;
}

/* line 1690, app/assets/stylesheets/dashboard/shared.scss */
#saved_attached_file_preview .card-img-top,
#attached_file_preview .card-img-top,
.attached-file-preview .card-img-top {
  border-radius: 0;
  vertical-align: top;
}

/* line 1696, app/assets/stylesheets/dashboard/shared.scss */
.card-header-tabs {
  line-height: inherit;
}

/* line 1700, app/assets/stylesheets/dashboard/shared.scss */
.card-header-tabs .nav-item:first-child {
  padding-left: 0;
}

/* line 1706, app/assets/stylesheets/dashboard/shared.scss */
.empty-page {
  align-items: center;
  display: flex;
  justify-content: center;
}

/* line 1712, app/assets/stylesheets/dashboard/shared.scss */
.custom-file-label {
  color: transparent;
}

/* line 1716, app/assets/stylesheets/dashboard/shared.scss */
.custom-file-label.active::before {
  content: attr(data-files);
}

/* line 1721, app/assets/stylesheets/dashboard/shared.scss */
.custom-file-label::before {
  bottom: 0;
  color: #495057;
  content: "You can choose multiple files";
  display: block;
  height: 2.15625rem;
  left: 0;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  position: absolute;
  z-index: 2;
}

/* line 1734, app/assets/stylesheets/dashboard/shared.scss */
.custom-file-label::after {
  font-weight: 600;
}

/* line 1741, app/assets/stylesheets/dashboard/shared.scss */
.flatpickr-input.form-control:disabled, .flatpickr-input.form-control[readonly] {
  background-color: inherit;
  cursor: auto;
}

/* line 1749, app/assets/stylesheets/dashboard/shared.scss */
#char_counter {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #9ca3af;
  padding: 0;
}

/* line 1756, app/assets/stylesheets/dashboard/shared.scss */
#char_counter.count-warning {
  color: #374151;
}

/* line 1760, app/assets/stylesheets/dashboard/shared.scss */
#char_counter.count-full {
  color: #ef4444;
}

/* line 1764, app/assets/stylesheets/dashboard/shared.scss */
#char_counter > svg {
  vertical-align: text-top;
  margin-right: 5px;
}

/* line 1771, app/assets/stylesheets/dashboard/shared.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgba(0, 40, 100, 0.12);
}

/* line 1779, app/assets/stylesheets/dashboard/shared.scss */
.semi-transparent {
  opacity: 0.4;
}

/* line 1784, app/assets/stylesheets/dashboard/shared.scss */
.has-subtitle .card-title {
  padding: 3px 0;
  margin: 0;
}

/* line 1789, app/assets/stylesheets/dashboard/shared.scss */
.has-subtitle .card-subtitle {
  margin: 0;
}

/* line 1794, app/assets/stylesheets/dashboard/shared.scss */
.card-options-left {
  margin-right: auto;
  margin-left: 0;
  display: flex;
  order: 100;
  color: #9aa0ac;
  align-self: center;
}

/* line 1806, app/assets/stylesheets/dashboard/shared.scss */
.dropdown-item.message-filter:not([href]):not([tabindex]):focus, .dropdown-item.message-filter:not([href]):not([tabindex]):active, .dropdown-item.message-clear-filter:not([href]):not([tabindex]):focus, .dropdown-item.message-clear-filter:not([href]):not([tabindex]):active {
  color: #fff;
}

/* line 1811, app/assets/stylesheets/dashboard/shared.scss */
.dropdown-item.hidden {
  display: none;
}

/* line 1816, app/assets/stylesheets/dashboard/shared.scss */
.intl-tel-input .country-list .country.highlight {
  margin: 0;
  border: 0 none;
  border-radius: 0;
  font-size: inherit;
  max-height: initial;
  overflow: initial;
  background: rgba(0, 0, 0, 0.05);
}

/* line 1827, app/assets/stylesheets/dashboard/shared.scss */
.tabler-toggle .custom-control-input.is-valid ~ .custom-control-label {
  color: #495057;
}

/* line 1831, app/assets/stylesheets/dashboard/shared.scss */
.tabler-toggle .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25);
}

/* line 1837, app/assets/stylesheets/dashboard/shared.scss */
body.touch-true .form-control {
  font-size: 1rem;
}

/* line 1841, app/assets/stylesheets/dashboard/shared.scss */
body.touch-true .collapsing {
  transition: none;
}

/* line 1845, app/assets/stylesheets/dashboard/shared.scss */
body.touch-true.dashboard-conversations-show {
  overflow: hidden;
}

/* line 1848, app/assets/stylesheets/dashboard/shared.scss */
body.touch-true.dashboard-conversations-show #top_nav {
  position: fixed;
  transform: translate3d(0, 0, 0);
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  box-shadow: none;
}

/* line 1858, app/assets/stylesheets/dashboard/shared.scss */
body.touch-true.dashboard-conversations-show .conversation-view {
  height: calc(100% - 64px);
  position: fixed;
  transform: translate3d(0, 0, 0);
  top: 64px;
  left: 0;
  right: 0;
  z-index: 2;
}

/* line 1868, app/assets/stylesheets/dashboard/shared.scss */
body.touch-true.dashboard-conversations-show #conversation_container {
  height: 100%;
  flex: unset;
}

/* line 1873, app/assets/stylesheets/dashboard/shared.scss */
body.touch-true.dashboard-conversations-show #message_form_container {
  flex-shrink: 0;
}

/* line 1879, app/assets/stylesheets/dashboard/shared.scss */
#login-header-image {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

/* line 1884, app/assets/stylesheets/dashboard/shared.scss */
.mb-6px {
  margin-bottom: 6px;
}

@media (max-width: 575px) {
  /* line 1889, app/assets/stylesheets/dashboard/shared.scss */
  #hidden_top {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 1895, app/assets/stylesheets/dashboard/shared.scss */
  .list-view .card-header {
    top: 64px;
  }
}

@media (min-width: 1210px) {
  /* line 1902, app/assets/stylesheets/dashboard/shared.scss */
  .tos {
    right: calc((100% - 1152px) / 2);
  }
}

@media (min-width: 576px) {
  /* line 1910, app/assets/stylesheets/dashboard/shared.scss */
  #flash_messages .flash-message:last-child {
    margin-bottom: 1.5rem;
  }
  /* line 1916, app/assets/stylesheets/dashboard/shared.scss */
  .pagination {
    justify-content: normal;
  }
  /* line 1919, app/assets/stylesheets/dashboard/shared.scss */
  .pagination .page-window-item {
    display: list-item;
  }
  /* line 1924, app/assets/stylesheets/dashboard/shared.scss */
  .card {
    box-shadow: 0 2px 8px 0 rgba(52, 61, 63, 0.2);
  }
  /* line 1928, app/assets/stylesheets/dashboard/shared.scss */
  #content_container {
    margin-bottom: 10rem;
  }
  /* line 1932, app/assets/stylesheets/dashboard/shared.scss */
  .conversation-view {
    height: calc(100vh - 64px - 30px - 24px);
    margin-bottom: 1.5rem;
  }
  /* line 1938, app/assets/stylesheets/dashboard/shared.scss */
  #conversation_container > .list-group {
    padding: 0 1.5rem;
  }
  /* line 1944, app/assets/stylesheets/dashboard/shared.scss */
  #subscriber_search_form span.q_subscriber_phone_number_cont {
    width: auto;
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  /* line 1953, app/assets/stylesheets/dashboard/shared.scss */
  #conversation_container > .list-group {
    padding: 0;
    max-width: 620px;
  }
  /* line 1962, app/assets/stylesheets/dashboard/shared.scss */
  #message_form_container #attached_file_preview .file-name,
#message_form_container .attached-file-preview .file-name {
    max-width: 220px;
  }
}

@media (min-width: 992px) {
  /* line 1970, app/assets/stylesheets/dashboard/shared.scss */
  body.touch-true.dashboard-conversations-show {
    overflow-y: scroll;
    overflow-x: auto;
  }
  /* line 1974, app/assets/stylesheets/dashboard/shared.scss */
  body.touch-true.dashboard-conversations-show #top_nav {
    position: relative;
    box-shadow: 0 0 8px 0 rgba(52, 61, 63, 0.2);
  }
  /* line 1979, app/assets/stylesheets/dashboard/shared.scss */
  body.touch-true.dashboard-conversations-show .conversation-view {
    height: calc(100vh - 64px - 30px - 24px);
    position: relative;
    top: 0;
  }
}

/* line 1987, app/assets/stylesheets/dashboard/shared.scss */
.btn {
  letter-spacing: normal;
}

/* line 1, app/assets/stylesheets/dashboard/navbar.scss */
.navbar-bg {
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(52, 61, 63, 0.2);
  margin-bottom: 0;
  position: sticky;
  top: 0;
  z-index: 1090;
}

/* line 10, app/assets/stylesheets/dashboard/navbar.scss */
.navbar {
  padding: 0 .75rem;
}

/* line 14, app/assets/stylesheets/dashboard/navbar.scss */
.new-broadcast-button {
  margin-right: 8px;
}

/* line 17, app/assets/stylesheets/dashboard/navbar.scss */
.new-broadcast-button .btn {
  color: #2563eb;
  font-size: .875rem;
  font-weight: 600;
  line-height: 21px;
  white-space: nowrap;
  padding: .5rem .6rem;
  border-width: 1.5px;
  border-radius: 3px;
  border-color: #2563eb;
  border-radius: 100px;
}

/* line 29, app/assets/stylesheets/dashboard/navbar.scss */
.new-broadcast-button .btn:hover {
  background-color: #EFF6FF;
}

/* line 33, app/assets/stylesheets/dashboard/navbar.scss */
.new-broadcast-button .btn svg {
  position: relative;
  top: 1px;
  width: 16px;
  height: 16px;
}

/* line 40, app/assets/stylesheets/dashboard/navbar.scss */
.new-broadcast-button .btn path {
  stroke: #2563eb;
  transition: stroke 0.15s ease-in-out;
}

/* line 46, app/assets/stylesheets/dashboard/navbar.scss */
.new-broadcast-button .btn-mobile {
  font-size: 0;
}

/* line 49, app/assets/stylesheets/dashboard/navbar.scss */
.new-broadcast-button .btn-mobile svg {
  width: 18px;
  height: 18px;
}

/* line 55, app/assets/stylesheets/dashboard/navbar.scss */
.new-broadcast-button .fill-target {
  transition: fill 0.15s ease-in-out;
}

/* line 60, app/assets/stylesheets/dashboard/navbar.scss */
.product-announcement-modal-button {
  border: 1.5px solid #6b7280;
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  margin-right: 8px;
  color: #6b7280;
}

/* line 69, app/assets/stylesheets/dashboard/navbar.scss */
.product-announcement-modal-button svg {
  width: 16px;
  height: 16px;
}

/* line 74, app/assets/stylesheets/dashboard/navbar.scss */
.product-announcement-modal-button:hover {
  background-color: #f9fafb;
}

/* line 78, app/assets/stylesheets/dashboard/navbar.scss */
.product-announcement-modal-button.highlighted {
  border-color: #ef4444;
  color: #ef4444;
  position: relative;
}

/* line 83, app/assets/stylesheets/dashboard/navbar.scss */
.product-announcement-modal-button.highlighted:hover {
  background-color: #fef2f2;
}

/* line 87, app/assets/stylesheets/dashboard/navbar.scss */
.product-announcement-modal-button.highlighted::after {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  content: "NEW";
  position: absolute;
  top: 0px;
  right: -16px;
  width: 32px;
  height: 16px;
  background-color: #ef4444;
  color: white;
  font-size: 8.7px;
  font-weight: 700;
  padding: 5px 6px;
  border-radius: 75px;
  z-index: 999;
}

/* line 109, app/assets/stylesheets/dashboard/navbar.scss */
.navbar-brand {
  margin-right: 20px;
  padding-top: 14px;
  padding-bottom: 15px;
  position: relative;
  z-index: 10;
}

/* line 117, app/assets/stylesheets/dashboard/navbar.scss */
.campaign-dropdown {
  font-size: 1.125rem;
  position: relative;
  z-index: 10;
  padding-top: 11px;
  padding-bottom: 11px;
  display: inline-block;
}

/* line 125, app/assets/stylesheets/dashboard/navbar.scss */
.campaign-dropdown:after {
  color: #809093;
  margin-left: 4px;
  transition: color 0.15s ease-in-out;
}

/* line 131, app/assets/stylesheets/dashboard/navbar.scss */
.campaign-dropdown:hover {
  text-decoration: none;
}

/* line 134, app/assets/stylesheets/dashboard/navbar.scss */
.campaign-dropdown:hover img {
  border: solid 1px #809093;
}

/* line 138, app/assets/stylesheets/dashboard/navbar.scss */
.campaign-dropdown:hover:after {
  color: #343d3f;
}

/* line 148, app/assets/stylesheets/dashboard/navbar.scss */
#top_nav .navbar-light .navbar-nav .nav-link {
  font-size: .875rem;
}

/* line 153, app/assets/stylesheets/dashboard/navbar.scss */
#top_nav .wordmark {
  height: 64px;
}

/* line 156, app/assets/stylesheets/dashboard/navbar.scss */
#top_nav .wordmark img {
  height: 20px;
  width: auto;
}

/* line 163, app/assets/stylesheets/dashboard/navbar.scss */
.navbar-avatar {
  border: solid 1px #d2dbdd;
  height: 42px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: border 0.15s ease-in-out;
  width: 42px;
}

/* line 173, app/assets/stylesheets/dashboard/navbar.scss */
.navbar-light .navbar-toggler {
  background: none;
  border: none;
  padding: 7px 16px 7px 1px;
  position: relative;
  align-self: stretch;
  outline: none;
}

/* line 183, app/assets/stylesheets/dashboard/navbar.scss */
.navbar-light .navbar-toggler:hover .icon-bar {
  background: #809093;
}

/* line 188, app/assets/stylesheets/dashboard/navbar.scss */
.navbar-light .navbar-toggler .icon-bar {
  background: #343d3f;
  display: block;
  width: 23px;
  height: 2px;
  border-radius: 1px;
  margin: 5px 0;
  transition: all 0.2s;
}

/* line 199, app/assets/stylesheets/dashboard/navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: #114b5f;
  font-size: .875rem;
}

/* line 203, app/assets/stylesheets/dashboard/navbar.scss */
.navbar-light .navbar-nav .nav-link:hover {
  color: #114b5f;
}

/* line 208, app/assets/stylesheets/dashboard/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: #114b5f;
}

/* line 216, app/assets/stylesheets/dashboard/navbar.scss */
.nav-item {
  cursor: default;
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 600;
}

/* line 223, app/assets/stylesheets/dashboard/navbar.scss */
#off-canvas,
#sidebar {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}

/* line 230, app/assets/stylesheets/dashboard/navbar.scss */
#off-canvas::-webkit-scrollbar,
#sidebar::-webkit-scrollbar {
  display: none;
}

/* line 234, app/assets/stylesheets/dashboard/navbar.scss */
#off-canvas .wordmark,
#sidebar .wordmark {
  height: 64px;
  padding: 0 1.5rem;
  border-bottom: 1px solid #eee;
  color: #0e3947;
  font-size: 1.125rem;
  font-weight: 600;
}

/* line 242, app/assets/stylesheets/dashboard/navbar.scss */
#off-canvas .wordmark img,
#sidebar .wordmark img {
  height: 20px;
  width: auto;
}

/* line 247, app/assets/stylesheets/dashboard/navbar.scss */
#off-canvas .wordmark:hover,
#sidebar .wordmark:hover {
  color: #000;
  text-decoration: none;
}

/* line 253, app/assets/stylesheets/dashboard/navbar.scss */
#off-canvas .accordion-item,
#sidebar .accordion-item {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #eee;
}

/* line 258, app/assets/stylesheets/dashboard/navbar.scss */
#off-canvas .accordion-item i,
#sidebar .accordion-item i {
  font-size: 1.5rem;
}

/* line 264, app/assets/stylesheets/dashboard/navbar.scss */
#off-canvas .accordion-item.expanded i,
#sidebar .accordion-item.expanded i {
  transform: rotate(180deg);
}

/* line 270, app/assets/stylesheets/dashboard/navbar.scss */
#off-canvas .nav-item,
#sidebar .nav-item {
  padding: 0;
}

/* line 274, app/assets/stylesheets/dashboard/navbar.scss */
#off-canvas .navbar-nav .nav-link,
#sidebar .navbar-nav .nav-link {
  padding: 1.25rem 1.5rem;
  width: 100%;
}

/* line 279, app/assets/stylesheets/dashboard/navbar.scss */
#off-canvas .navbar-nav.accordion-nav,
#sidebar .navbar-nav.accordion-nav {
  padding-left: 1.5rem;
}

/* line 282, app/assets/stylesheets/dashboard/navbar.scss */
#off-canvas .navbar-nav.accordion-nav .nav-item,
#sidebar .navbar-nav.accordion-nav .nav-item {
  letter-spacing: 0;
}

/* line 285, app/assets/stylesheets/dashboard/navbar.scss */
#off-canvas .navbar-nav.accordion-nav .nav-item:last-child,
#sidebar .navbar-nav.accordion-nav .nav-item:last-child {
  margin-bottom: .75rem;
}

/* line 290, app/assets/stylesheets/dashboard/navbar.scss */
#off-canvas .navbar-nav.accordion-nav .nav-link,
#sidebar .navbar-nav.accordion-nav .nav-link {
  color: #809093;
  font-weight: normal;
  text-transform: none;
  padding: .75rem 1.5rem .75rem 0;
}

/* line 296, app/assets/stylesheets/dashboard/navbar.scss */
#off-canvas .navbar-nav.accordion-nav .nav-link:hover,
#sidebar .navbar-nav.accordion-nav .nav-link:hover {
  color: #114b5f;
}

/* line 300, app/assets/stylesheets/dashboard/navbar.scss */
#off-canvas .navbar-nav.accordion-nav .nav-link span,
#sidebar .navbar-nav.accordion-nav .nav-link span {
  padding-left: 15px;
}

/* line 305, app/assets/stylesheets/dashboard/navbar.scss */
#off-canvas .navbar-nav.accordion-nav .show > .nav-link,
#off-canvas .navbar-nav.accordion-nav .active > .nav-link,
#off-canvas .navbar-nav.accordion-nav .nav-link.show,
#off-canvas .navbar-nav.accordion-nav .nav-link.active,
#sidebar .navbar-nav.accordion-nav .show > .nav-link,
#sidebar .navbar-nav.accordion-nav .active > .nav-link,
#sidebar .navbar-nav.accordion-nav .nav-link.show,
#sidebar .navbar-nav.accordion-nav .nav-link.active {
  color: #114b5f;
}

/* line 311, app/assets/stylesheets/dashboard/navbar.scss */
#off-canvas .navbar-nav.accordion-nav .show > .nav-link span,
#off-canvas .navbar-nav.accordion-nav .active > .nav-link span,
#off-canvas .navbar-nav.accordion-nav .nav-link.show span,
#off-canvas .navbar-nav.accordion-nav .nav-link.active span,
#sidebar .navbar-nav.accordion-nav .show > .nav-link span,
#sidebar .navbar-nav.accordion-nav .active > .nav-link span,
#sidebar .navbar-nav.accordion-nav .nav-link.show span,
#sidebar .navbar-nav.accordion-nav .nav-link.active span {
  border-left: 3px solid #3cdbc0;
  padding-left: 12px;
}

/* line 319, app/assets/stylesheets/dashboard/navbar.scss */
#sidebar {
  position: sticky;
  top: 94px;
}

/* line 323, app/assets/stylesheets/dashboard/navbar.scss */
#sidebar .wordmark {
  height: 56px;
  padding: 0 1rem;
  border: 0 none;
}

/* line 329, app/assets/stylesheets/dashboard/navbar.scss */
#sidebar .navbar-nav.accordion-nav {
  padding-left: 1rem;
}

/* line 333, app/assets/stylesheets/dashboard/navbar.scss */
#sidebar .accordion-item {
  border-bottom-width: 0;
}

/* line 336, app/assets/stylesheets/dashboard/navbar.scss */
#sidebar .accordion-item > .nav-item {
  display: none;
}

/* line 342, app/assets/stylesheets/dashboard/navbar.scss */
#off_canvas_focus_container {
  outline: none;
}

/* line 346, app/assets/stylesheets/dashboard/navbar.scss */
.subtext-logo-text {
  height: 35px;
  width: 114px;
  min-width: 114px;
}

@media (max-width: 575px) {
  /* line 354, app/assets/stylesheets/dashboard/navbar.scss */
  .navbar-bg {
    box-shadow: none;
  }
}

@media (max-width: 767.98px) {
  /* line 362, app/assets/stylesheets/dashboard/navbar.scss */
  .navbar-light .navbar-toggler {
    padding-left: 16px;
  }
}

@media (min-width: 576px) {
  /* line 370, app/assets/stylesheets/dashboard/navbar.scss */
  .navbar-bg {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  /* line 377, app/assets/stylesheets/dashboard/navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    align-items: stretch;
    align-self: stretch;
    padding: 0;
  }
  /* line 385, app/assets/stylesheets/dashboard/navbar.scss */
  .navbar-light .navbar-nav .nav-link {
    color: #809093;
    align-self: stretch;
    padding-left: 13px;
    padding-right: 13px;
  }
  /* line 391, app/assets/stylesheets/dashboard/navbar.scss */
  .navbar-light .navbar-nav .nav-link:hover {
    color: #114b5f;
  }
  /* line 396, app/assets/stylesheets/dashboard/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: #114b5f;
    position: relative;
  }
  /* line 405, app/assets/stylesheets/dashboard/navbar.scss */
  .nav-item {
    padding: 0;
  }
  /* line 416, app/assets/stylesheets/dashboard/navbar.scss */
  #top_nav .navbar-nav .show > .nav-link:after,
#top_nav .navbar-nav .active > .nav-link:after,
#top_nav .navbar-nav .nav-link.show:after,
#top_nav .navbar-nav .nav-link.active:after {
    content: '';
    display: block;
    background-color: #3cdbc0;
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  /* line 432, app/assets/stylesheets/dashboard/navbar.scss */
  #top_nav .nav-item.dropdown.show .open-dropdown-icon {
    display: none;
  }
  /* line 436, app/assets/stylesheets/dashboard/navbar.scss */
  #top_nav .nav-item.dropdown.show .close-dropdown-icon {
    display: inline-block;
  }
  /* line 441, app/assets/stylesheets/dashboard/navbar.scss */
  #top_nav .nav-item.dropdown .open-dropdown-icon {
    display: inline-block;
  }
  /* line 445, app/assets/stylesheets/dashboard/navbar.scss */
  #top_nav .nav-item.dropdown .close-dropdown-icon {
    display: none;
  }
  /* line 450, app/assets/stylesheets/dashboard/navbar.scss */
  #top_nav .nav-item.dropdown .dropdown-toggle svg {
    width: 10px;
    margin-left: 4px;
    margin-top: 1px;
  }
  /* line 455, app/assets/stylesheets/dashboard/navbar.scss */
  #top_nav .nav-item.dropdown .dropdown-toggle svg path {
    stroke: #809093;
  }
  /* line 460, app/assets/stylesheets/dashboard/navbar.scss */
  #top_nav .nav-item.dropdown .dropdown-toggle:after {
    display: none;
  }
  /* line 467, app/assets/stylesheets/dashboard/navbar.scss */
  #top_nav .nav-item.dropdown .dropdown-toggle:hover svg path, #top_nav .nav-item.dropdown .dropdown-toggle:active svg path, #top_nav .nav-item.dropdown .dropdown-toggle:focus svg path {
    stroke: #114b5f;
  }
  /* line 474, app/assets/stylesheets/dashboard/navbar.scss */
  #top_nav .nav-item.dropdown .dropdown-toggle[aria-expanded="true"] {
    color: #114b5f !important;
    background-color: transparent !important;
  }
  /* line 479, app/assets/stylesheets/dashboard/navbar.scss */
  #top_nav .nav-item.dropdown .dropdown-menu {
    margin: 0;
    padding: 0;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    font-size: .875rem;
  }
  /* line 487, app/assets/stylesheets/dashboard/navbar.scss */
  #top_nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    color: #809093;
    padding: 15px 13px;
    font-weight: 600;
    background-color: transparent;
  }
  /* line 493, app/assets/stylesheets/dashboard/navbar.scss */
  #top_nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    color: #114b5f;
  }
  /* line 498, app/assets/stylesheets/dashboard/navbar.scss */
  #top_nav .nav-item.dropdown .dropdown-menu .dropdown-item.active {
    color: #114b5f;
  }
  /* line 505, app/assets/stylesheets/dashboard/navbar.scss */
  #off-canvas {
    display: none;
  }
  /* line 509, app/assets/stylesheets/dashboard/navbar.scss */
  .c-offcanvas-bg.is-open {
    visibility: hidden;
  }
}

/* line 515, app/assets/stylesheets/dashboard/navbar.scss */
#product_announcement_modal .modal-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 32px;
  width: 482px;
  margin: 0 auto;
  max-height: 100dvh;
}

/* line 525, app/assets/stylesheets/dashboard/navbar.scss */
#product_announcement_modal .modal-header {
  padding: 0;
}

/* line 529, app/assets/stylesheets/dashboard/navbar.scss */
#product_announcement_modal .modal-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* line 538, app/assets/stylesheets/dashboard/navbar.scss */
#product_announcement_modal .modal-body::-webkit-scrollbar {
  display: none;
}

/* line 543, app/assets/stylesheets/dashboard/navbar.scss */
#product_announcement_modal .modal-title {
  color: #1f2937;
  font-size: 20px;
  font-weight: 600;
}

/* line 549, app/assets/stylesheets/dashboard/navbar.scss */
#product_announcement_modal .modal-footer {
  justify-content: center;
  padding: 0;
  margin: 0;
  display: flex;
}

/* line 555, app/assets/stylesheets/dashboard/navbar.scss */
#product_announcement_modal .modal-footer .btn {
  font-size: 14px;
  font-weight: 500;
  padding-top: 8px;
  padding-bottom: 8px;
  flex: 1;
}

/* line 562, app/assets/stylesheets/dashboard/navbar.scss */
#product_announcement_modal .modal-footer .btn:focus {
  box-shadow: none;
}

/* line 567, app/assets/stylesheets/dashboard/navbar.scss */
#product_announcement_modal .modal-footer #dismiss {
  color: #4b5563;
  border-color: #d1d5db;
  margin-left: 0;
}

/* line 572, app/assets/stylesheets/dashboard/navbar.scss */
#product_announcement_modal .modal-footer #dismiss:hover {
  background-color: #f3f4f6;
}

/* line 578, app/assets/stylesheets/dashboard/navbar.scss */
#product_announcement_modal .announcement-image {
  height: 234px;
  width: 100%;
}

/* line 583, app/assets/stylesheets/dashboard/navbar.scss */
#product_announcement_modal .btn-submit {
  color: white;
  background-color: #2663eb;
  border-color: #2663eb;
  border-radius: 3px;
  font-weight: 500;
  margin-right: 0;
}

/* line 591, app/assets/stylesheets/dashboard/navbar.scss */
#product_announcement_modal .btn-submit:hover {
  background-color: #1e40ae;
  border-color: #1e40ae;
}

/* line 596, app/assets/stylesheets/dashboard/navbar.scss */
#product_announcement_modal .btn-submit[disabled]:hover {
  background-color: #2663eb;
  border-color: #2663eb;
}

/* line 601, app/assets/stylesheets/dashboard/navbar.scss */
#product_announcement_modal .btn-submit:focus {
  box-shadow: none;
}

/* line 606, app/assets/stylesheets/dashboard/navbar.scss */
#product_announcement_modal .btn-outline-primary {
  border-color: #374151;
  font-weight: normal;
  color: #374151;
}

/* line 611, app/assets/stylesheets/dashboard/navbar.scss */
#product_announcement_modal .btn-outline-primary.active {
  background-color: #374151;
  color: #ffffff;
}

/* line 616, app/assets/stylesheets/dashboard/navbar.scss */
#product_announcement_modal .btn-outline-primary:hover {
  background-color: #1f2937;
  color: #ffffff;
}

@media (max-width: 575px) {
  /* line 625, app/assets/stylesheets/dashboard/navbar.scss */
  #product_announcement_modal .modal-dialog.modal-dialog-centered {
    width: 100%;
    height: 100%;
    margin: 0;
    max-width: 100%;
  }
  /* line 630, app/assets/stylesheets/dashboard/navbar.scss */
  #product_announcement_modal .modal-dialog.modal-dialog-centered .modal-content {
    max-height: 100%;
    margin: 0;
    height: 100%;
    width: 100%;
  }
}

/* line 3, app/assets/stylesheets/dashboard/tables.scss */
.table-sortable > thead > tr > th.sortable {
  cursor: pointer;
  position: relative;
}

/* line 9, app/assets/stylesheets/dashboard/tables.scss */
.table-sortable > thead > tr > th.sortable:last-child::after {
  margin-right: 6px;
}

/* line 14, app/assets/stylesheets/dashboard/tables.scss */
.table-sortable > thead > tr > th.sortable::after {
  border-bottom: 0 solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ccc;
  content: ' ';
  height: 0;
  position: absolute;
  right: 0;
  top: 16px;
  width: 0;
}

/* line 27, app/assets/stylesheets/dashboard/tables.scss */
.table-sortable > thead > tr > th.sortable:hover {
  color: #888;
}

/* line 30, app/assets/stylesheets/dashboard/tables.scss */
.table-sortable > thead > tr > th.sortable:hover::after {
  border-top: 5px solid #888;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

/* line 41, app/assets/stylesheets/dashboard/tables.scss */
.no-user-sort .table-sortable > thead > tr > th.sortable.default.asc::after {
  border-bottom: 5px solid #333;
  border-top: 0 solid transparent;
}

/* line 49, app/assets/stylesheets/dashboard/tables.scss */
.no-user-sort .table-sortable > thead > tr > th.sortable.default.desc::after {
  border-bottom: 5px solid transparent;
  border-top: 5px solid #333;
}

/* line 58, app/assets/stylesheets/dashboard/tables.scss */
.table-sortable > thead > tr > th.sortable.asc::after {
  border-bottom: 5px solid #333;
  border-top: 0 solid transparent;
}

/* line 66, app/assets/stylesheets/dashboard/tables.scss */
.table-sortable > thead > tr > th.sortable.desc::after {
  border-bottom: 5px solid transparent;
  border-top: 5px solid #333;
}

/* line 2, app/assets/stylesheets/dashboard/campaigns.scss */
.campaigns-table .campaign-name {
  white-space: normal;
  width: 250px;
}

/* line 8, app/assets/stylesheets/dashboard/campaigns.scss */
.card-header {
  position: sticky;
  z-index: 100;
  width: 100%;
  top: 64px;
  justify-content: space-between;
}

/* line 20, app/assets/stylesheets/dashboard/campaigns.scss */
body.dashboard-campaigns-show .card-view .card-body,
body.dashboard-campaigns-embed .card-view .card-body,
body.dashboard-campaigns-signup .card-view .card-body {
  padding: 2rem 1.5rem;
}

/* line 27, app/assets/stylesheets/dashboard/campaigns.scss */
body.dashboard-campaigns .campaign-form-custom-col {
  max-width: 689px;
}

/* line 31, app/assets/stylesheets/dashboard/campaigns.scss */
body.dashboard-campaigns .callout {
  padding: 16px 24px;
  background-color: #f3f4f6;
  border-radius: 8px;
}

/* line 36, app/assets/stylesheets/dashboard/campaigns.scss */
body.dashboard-campaigns .callout a {
  color: #007BFF;
  font-weight: 500;
}

/* line 42, app/assets/stylesheets/dashboard/campaigns.scss */
body.dashboard-campaigns h4.field-header,
body.dashboard-campaigns h5.field-header {
  color: #343D3F;
  font-style: normal;
}

/* line 48, app/assets/stylesheets/dashboard/campaigns.scss */
body.dashboard-campaigns h4.field-header {
  font-size: .875rem;
  font-weight: 600;
  line-height: 22px;
}

/* line 54, app/assets/stylesheets/dashboard/campaigns.scss */
body.dashboard-campaigns h5.field-header {
  font-size: .75rem;
  font-weight: 500;
  line-height: 20px;
}

/* line 60, app/assets/stylesheets/dashboard/campaigns.scss */
body.dashboard-campaigns div[data-lastpass-icon-root] {
  display: none !important;
}

/* line 64, app/assets/stylesheets/dashboard/campaigns.scss */
body.dashboard-campaigns div[data-lastpass-root] {
  display: none !important;
}

/* line 70, app/assets/stylesheets/dashboard/campaigns.scss */
.campaign-form-block :last-child,
.campaign-form-block > :last-child {
  margin-bottom: 0;
}

/* line 76, app/assets/stylesheets/dashboard/campaigns.scss */
.campaign-form-block .custom-checkbox .custom-control-label {
  font-weight: 400;
}

/* line 79, app/assets/stylesheets/dashboard/campaigns.scss */
.campaign-form-block .custom-checkbox .custom-control-label:before, .campaign-form-block .custom-checkbox .custom-control-label:after {
  top: 0;
  width: 1.375rem;
  height: 1.375rem;
}

/* line 86, app/assets/stylesheets/dashboard/campaigns.scss */
.campaign-form-block .custom-checkbox .custom-control-label:after {
  background-size: .875rem;
}

/* line 93, app/assets/stylesheets/dashboard/campaigns.scss */
.campaign-copy-meta,
.campaign-details-section,
.campaign-signup-settings,
.campaign-automated-messaging,
.campaign-meta {
  border-bottom: 1px solid #D1D5DB;
}

/* line 100, app/assets/stylesheets/dashboard/campaigns.scss */
.campaign-copy-meta h3,
.campaign-details-section h3,
.campaign-signup-settings h3,
.campaign-automated-messaging h3,
.campaign-meta h3 {
  line-height: normal;
  font-size: 1.125rem;
  font-weight: 500;
  color: #114b5f;
  margin-bottom: 1.125rem;
}

/* line 108, app/assets/stylesheets/dashboard/campaigns.scss */
.campaign-copy-meta label,
.campaign-details-section label,
.campaign-signup-settings label,
.campaign-automated-messaging label,
.campaign-meta label {
  line-height: 22px;
  font-size: .875rem;
  font-weight: 600;
  color: #343D3F;
}

/* line 115, app/assets/stylesheets/dashboard/campaigns.scss */
.campaign-copy-meta .form-label,
.campaign-details-section .form-label,
.campaign-signup-settings .form-label,
.campaign-automated-messaging .form-label,
.campaign-meta .form-label {
  margin-bottom: .5rem;
}

/* line 119, app/assets/stylesheets/dashboard/campaigns.scss */
.campaign-copy-meta .form-control,
.campaign-details-section .form-control,
.campaign-signup-settings .form-control,
.campaign-automated-messaging .form-control,
.campaign-meta .form-control {
  font-size: .875rem;
}

/* line 122, app/assets/stylesheets/dashboard/campaigns.scss */
.campaign-copy-meta .form-control::-moz-placeholder, .campaign-details-section .form-control::-moz-placeholder, .campaign-signup-settings .form-control::-moz-placeholder, .campaign-automated-messaging .form-control::-moz-placeholder, .campaign-meta .form-control::-moz-placeholder {
  color: #809093;
}
.campaign-copy-meta .form-control::placeholder,
.campaign-details-section .form-control::placeholder,
.campaign-signup-settings .form-control::placeholder,
.campaign-automated-messaging .form-control::placeholder,
.campaign-meta .form-control::placeholder {
  color: #809093;
}

/* line 127, app/assets/stylesheets/dashboard/campaigns.scss */
.campaign-copy-meta textarea,
.campaign-details-section textarea,
.campaign-signup-settings textarea,
.campaign-automated-messaging textarea,
.campaign-meta textarea {
  min-height: 90px;
}

/* line 130, app/assets/stylesheets/dashboard/campaigns.scss */
.campaign-copy-meta textarea.form-control,
.campaign-details-section textarea.form-control,
.campaign-signup-settings textarea.form-control,
.campaign-automated-messaging textarea.form-control,
.campaign-meta textarea.form-control {
  padding: 0.625rem 0.9375rem;
}

/* line 136, app/assets/stylesheets/dashboard/campaigns.scss */
.campaign-copy-meta small.form-text.text-muted,
.campaign-details-section small.form-text.text-muted,
.campaign-signup-settings small.form-text.text-muted,
.campaign-automated-messaging small.form-text.text-muted,
.campaign-meta small.form-text.text-muted {
  color: #809093 !important;
  font-size: 0.8125rem;
  margin-top: .5rem;
}

/* line 146, app/assets/stylesheets/dashboard/campaigns.scss */
.campaign-signup-settings.signup-form-subscriber-prefs .checkboxes-group {
  margin-bottom: 1rem;
}

/* line 151, app/assets/stylesheets/dashboard/campaigns.scss */
.campaign-signup-settings .checkboxes-group {
  margin-bottom: 1.375rem;
}

/* line 155, app/assets/stylesheets/dashboard/campaigns.scss */
.campaign-signup-settings .checkboxes-group.subscriber-consent small {
  padding-top: 0;
}

/* line 160, app/assets/stylesheets/dashboard/campaigns.scss */
.campaign-signup-settings .checkboxes-group:last-child {
  margin-bottom: 0;
}

/* line 164, app/assets/stylesheets/dashboard/campaigns.scss */
.campaign-signup-settings .checkboxes-group > label,
.campaign-signup-settings .checkboxes-group h4.field-header {
  margin-bottom: .875rem;
}

/* line 169, app/assets/stylesheets/dashboard/campaigns.scss */
.campaign-signup-settings .checkboxes-group small {
  padding-top: .5rem;
}

/* line 176, app/assets/stylesheets/dashboard/campaigns.scss */
.campaign-end-screen-language textarea {
  min-height: 64px;
}

/* line 181, app/assets/stylesheets/dashboard/campaigns.scss */
textarea#campaign_subscriber_consent_language {
  min-height: 64px;
}

/* line 186, app/assets/stylesheets/dashboard/campaigns.scss */
.form-group.campaign_welcome_message, .form-group.campaign_welcome_message_for_imports, .form-group.campaign_welcome_message_for_external {
  margin-bottom: .625rem;
}

/* line 192, app/assets/stylesheets/dashboard/campaigns.scss */
.form-group.campaign_require_subscriber_consent {
  margin-bottom: .875rem;
}

/* line 196, app/assets/stylesheets/dashboard/campaigns.scss */
.form-group.campaign_disable_welcome_message_for_imports, .form-group.campaign_phone_input_fineprint, .form-group.campaign_user_info_fineprint {
  margin-bottom: 1.25rem;
}

/* line 203, app/assets/stylesheets/dashboard/campaigns.scss */
#preference_checkboxes_fields {
  border-radius: 10px;
  border: 1px solid #E5E7EB;
  background: #F9FAFB;
  padding: 1rem 1.125rem;
}

/* line 210, app/assets/stylesheets/dashboard/campaigns.scss */
#preference_checkboxes_fields > .col :last-child {
  margin-bottom: 0;
}

/* line 217, app/assets/stylesheets/dashboard/campaigns.scss */
#preference_checkboxes_fields .checkbox-group:last-child .form-group:last-child {
  margin-bottom: 0;
}

/* line 222, app/assets/stylesheets/dashboard/campaigns.scss */
#preference_checkboxes_fields .checkbox-group .form-group {
  margin-bottom: .375rem;
}

/* line 225, app/assets/stylesheets/dashboard/campaigns.scss */
#preference_checkboxes_fields .checkbox-group .form-group:last-child {
  margin-bottom: .75rem;
}

/* line 231, app/assets/stylesheets/dashboard/campaigns.scss */
#preference_checkboxes_fields .form-control {
  font-size: .75rem;
}

/* line 235, app/assets/stylesheets/dashboard/campaigns.scss */
#preference_checkboxes_fields input[type=text] {
  height: 39px;
}

/* line 241, app/assets/stylesheets/dashboard/campaigns.scss */
.campaign-copy-meta .btn {
  font-weight: 400;
}

/* line 245, app/assets/stylesheets/dashboard/campaigns.scss */
.campaign-copy-meta .form-control[readonly] {
  color: #5B616E;
}

/* line 251, app/assets/stylesheets/dashboard/campaigns.scss */
.campaign-subscription-keyword .form-group {
  margin: 0;
}

/* line 256, app/assets/stylesheets/dashboard/campaigns.scss */
.subscription-keyword-fine-print, .age-verification, .welcome-message-preview {
  font-size: 13px;
  color: #809093;
}

/* line 261, app/assets/stylesheets/dashboard/campaigns.scss */
.welcome-message-preview {
  margin-bottom: 1.125rem;
  border-left: 2px solid #d1d5db;
  font-style: italic;
}

/* line 267, app/assets/stylesheets/dashboard/campaigns.scss */
.welcome-message-current-value {
  white-space: pre-line;
}

/* line 271, app/assets/stylesheets/dashboard/campaigns.scss */
input[type=text] {
  height: 44px;
}

/* line 275, app/assets/stylesheets/dashboard/campaigns.scss */
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #AEB1B2;
}

/* line 279, app/assets/stylesheets/dashboard/campaigns.scss */
.campaign-content {
  flex-direction: column-reverse;
}

/* line 282, app/assets/stylesheets/dashboard/campaigns.scss */
form.edit_embed .campaign-content {
  flex-direction: column;
}

/* line 287, app/assets/stylesheets/dashboard/campaigns.scss */
.campaign-meta {
  flex-direction: column;
  margin-bottom: 1.5rem;
  padding-left: 0.75rem;
}

/* line 293, app/assets/stylesheets/dashboard/campaigns.scss */
.campaign-info {
  margin-bottom: 1.125rem;
}

/* line 297, app/assets/stylesheets/dashboard/campaigns.scss */
.default-avatar {
  display: none;
}

/* line 301, app/assets/stylesheets/dashboard/campaigns.scss */
.form-control:disabled, .form-control[readonly] {
  color: #809093;
}

/* line 305, app/assets/stylesheets/dashboard/campaigns.scss */
#save_campaign_button {
  background-color: #6B7280;
  letter-spacing: 0;
  font-size: 13px;
  font-weight: 600;
  border: 0 none;
}

/* line 312, app/assets/stylesheets/dashboard/campaigns.scss */
#save_campaign_button:enabled {
  background-color: #A7F3D0;
  color: #111827;
}

/* line 317, app/assets/stylesheets/dashboard/campaigns.scss */
#save_campaign_button:disabled {
  border: 0 none;
  cursor: default;
}

/* line 324, app/assets/stylesheets/dashboard/campaigns.scss */
a.stamp:focus, a.stamp:hover, a.stamp:active {
  color: #fff;
  text-decoration: none;
}

/* line 332, app/assets/stylesheets/dashboard/campaigns.scss */
.img-thumbnail {
  width: 312px;
  max-width: unset;
}

/* line 337, app/assets/stylesheets/dashboard/campaigns.scss */
.campaign-avatar {
  width: -moz-max-content;
  width: max-content;
}

/* line 341, app/assets/stylesheets/dashboard/campaigns.scss */
.campaign-avatar-buttons {
  width: 100%;
}

/* line 345, app/assets/stylesheets/dashboard/campaigns.scss */
#upload_avatar_image, #clear_avatar_image {
  letter-spacing: 0em;
  width: 50%;
  padding-left: 0.625em;
  padding-right: 0.625em;
  font-weight: 400;
}

/* line 353, app/assets/stylesheets/dashboard/campaigns.scss */
#upload_avatar_image {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/dashboard/campaigns.scss */
#clear_avatar_image {
  border: 1px solid #114B5F;
  background-color: #FFFFFF;
  color: #114B5F;
}

/* line 362, app/assets/stylesheets/dashboard/campaigns.scss */
#clear_avatar_image:hover {
  background-color: #e2e6ea;
}

/* line 367, app/assets/stylesheets/dashboard/campaigns.scss */
#embed_preview_section {
  margin-bottom: 24px;
  padding-bottom: 24px;
}

/* line 371, app/assets/stylesheets/dashboard/campaigns.scss */
#embed_preview_section select {
  height: 44px;
}

/* line 376, app/assets/stylesheets/dashboard/campaigns.scss */
#embed_details_panel {
  border-radius: 3px;
  border: 1px solid #D1D5DB;
  background: #F9FAFB;
  padding: 16px;
}

/* line 382, app/assets/stylesheets/dashboard/campaigns.scss */
#embed_details_panel .embed-code-group {
  border-bottom: 1px solid #D1D5DB;
}

/* line 385, app/assets/stylesheets/dashboard/campaigns.scss */
#embed_details_panel .embed-code-group textarea {
  min-height: 64px;
}

/* line 390, app/assets/stylesheets/dashboard/campaigns.scss */
#embed_details_panel .form-control:disabled,
#embed_details_panel .form-control[readonly] {
  background-color: white;
  color: unset;
}

/* line 396, app/assets/stylesheets/dashboard/campaigns.scss */
#embed_details_panel .embed-iframe-panel {
  border-radius: 4px;
  border: 1px solid #D1D5DB;
  background: #FFF;
  text-align: center;
}

/* line 402, app/assets/stylesheets/dashboard/campaigns.scss */
#embed_details_panel .embed-iframe-panel .subtext-iframe {
  display: flex;
  margin: 0 auto;
}

/* line 407, app/assets/stylesheets/dashboard/campaigns.scss */
#embed_details_panel .embed-iframe-panel .subtext-embed-iframe {
  border-radius: 4px;
  width: 1px;
  min-width: 100%;
  min-height: 256px;
}

/* line 416, app/assets/stylesheets/dashboard/campaigns.scss */
#embed_details_panel .live_preview_background_color small {
  max-width: 540px;
}

/* line 423, app/assets/stylesheets/dashboard/campaigns.scss */
#embed_details_panel .full-embed .subtext-iframe,
#embed_details_panel .form-embed .subtext-iframe {
  max-width: 540px;
}

/* line 430, app/assets/stylesheets/dashboard/campaigns.scss */
#embed_details_panel .full-embed-flex .subtext-iframe,
#embed_details_panel .form-embed-flex .subtext-iframe {
  max-width: none;
}

@media (min-width: 576px) {
  /* line 437, app/assets/stylesheets/dashboard/campaigns.scss */
  .card-header {
    top: 94px;
  }
  /* line 441, app/assets/stylesheets/dashboard/campaigns.scss */
  .campaign-meta {
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  /* line 449, app/assets/stylesheets/dashboard/campaigns.scss */
  #preference_checkboxes_fields .checkbox-group:last-child .form-group {
    margin-bottom: 0;
  }
  /* line 456, app/assets/stylesheets/dashboard/campaigns.scss */
  #preference_checkboxes_fields .checkbox-group:last-child .form-group {
    margin-bottom: 0;
  }
  /* line 461, app/assets/stylesheets/dashboard/campaigns.scss */
  #preference_checkboxes_fields .checkbox-group .form-group {
    margin-bottom: .625rem;
  }
  /* line 464, app/assets/stylesheets/dashboard/campaigns.scss */
  #preference_checkboxes_fields .checkbox-group .form-group:last-child {
    margin-bottom: .625rem;
  }
  /* line 471, app/assets/stylesheets/dashboard/campaigns.scss */
  .campaign-avatar {
    width: 100%;
  }
  /* line 475, app/assets/stylesheets/dashboard/campaigns.scss */
  .img-thumbnail {
    width: auto;
    max-width: unset;
    min-width: 200px;
  }
  /* line 481, app/assets/stylesheets/dashboard/campaigns.scss */
  .campaign-content {
    flex-direction: row;
  }
  /* line 484, app/assets/stylesheets/dashboard/campaigns.scss */
  form.edit_embed .campaign-content {
    flex-direction: row;
  }
  /* line 489, app/assets/stylesheets/dashboard/campaigns.scss */
  .campaign-meta {
    border-bottom: none;
  }
  /* line 493, app/assets/stylesheets/dashboard/campaigns.scss */
  #upload_avatar_image, #clear_avatar_image {
    width: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  /* line 499, app/assets/stylesheets/dashboard/campaigns.scss */
  #embed_preview_section {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0 none;
  }
}

@font-face {
  font-family: "SF Pro Text";
  src: local("SF Pro Text Regular"), local("SFProText-Regular"), url(https://dvxibnalv7pan.cloudfront.net/assets/hinted-SFProText-Regular-513f3c021d8079117e9a8f496e8e76c6b053bb01d76b8b544030f67ae4899bf4.woff2) format("woff2"), url(https://dvxibnalv7pan.cloudfront.net/assets/hinted-SFProText-Regular-3684fc16d6a764ba32ecde1667775d40f13a94ce4f245a50c36301b8303d55b1.woff) format("woff"), url(https://dvxibnalv7pan.cloudfront.net/assets/hinted-SFProText-Regular-06cf29f28be7eecf0015f2a94f5339600cb2b5277b3e158d6baaaef6045e5cec.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Regular";
  src: local("Roboto Regular"), local("Roboto-Regular"), url(https://dvxibnalv7pan.cloudfront.net/assets/Roboto-Regular-89ecbf9b89004c762e0542b0df5438558308794cf4fc7260713cb74d82e5fa11.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto Medium";
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://dvxibnalv7pan.cloudfront.net/assets/Roboto-Medium-42ab30547c15ce8871deebbd6fd5b14768a56120d25833793fc0b01c2977d2cd.ttf) format("truetype");
}

/* line 23, app/assets/stylesheets/dashboard/broadcasts.scss */
body.dashboard-broadcasts-new,
body.dashboard-broadcasts-edit {
  height: 100dvh;
  height: -webkit-fill-available;
  max-height: 100dvh;
  overflow-x: auto;
  overflow-y: hidden;
}

/* line 32, app/assets/stylesheets/dashboard/broadcasts.scss */
#broadcast-content {
  border-radius: 0;
  border: 0px;
  outline: 0px;
}

/* line 37, app/assets/stylesheets/dashboard/broadcasts.scss */
#broadcast-content:focus {
  border-radius: 0;
  border: 0px;
  outline: 0px;
  box-shadow: none;
}

/* line 47, app/assets/stylesheets/dashboard/broadcasts.scss */
#broadcast_composer_form .form-ui-card,
#tags_form .form-ui-card {
  box-shadow: none;
  border: 1px solid #d1d5db;
  border-radius: 3px;
  background: #fff;
  height: calc(100dvh - 64px);
  overflow: hidden;
  margin-bottom: 0;
}

/* line 56, app/assets/stylesheets/dashboard/broadcasts.scss */
#broadcast_composer_form .form-ui-card .card-header,
#tags_form .form-ui-card .card-header {
  background: #fff;
  border-bottom: 0 none;
  height: auto;
  padding: 1.625rem 1.5rem 1rem;
}

/* line 62, app/assets/stylesheets/dashboard/broadcasts.scss */
#broadcast_composer_form .form-ui-card .card-header:first-child,
#tags_form .form-ui-card .card-header:first-child {
  border-radius: 3px 3px 0 0;
}

/* line 66, app/assets/stylesheets/dashboard/broadcasts.scss */
#broadcast_composer_form .form-ui-card .card-header .card-title,
#tags_form .form-ui-card .card-header .card-title {
  padding: 0;
}

/* line 71, app/assets/stylesheets/dashboard/broadcasts.scss */
#broadcast_composer_form .form-ui-card .form-header,
#tags_form .form-ui-card .form-header {
  padding: 0 0 1rem 0;
  width: 100%;
  border-bottom: 1px solid #e5e7eb;
}

/* line 77, app/assets/stylesheets/dashboard/broadcasts.scss */
#broadcast_composer_form .form-ui-card .card-body,
#tags_form .form-ui-card .card-body {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 81, app/assets/stylesheets/dashboard/broadcasts.scss */
#broadcast_composer_form .form-ui-card .card-body .textarea-with-limit,
#tags_form .form-ui-card .card-body .textarea-with-limit {
  overflow-y: auto;
  overscroll-behavior-y: contain;
}

/* line 87, app/assets/stylesheets/dashboard/broadcasts.scss */
#broadcast_composer_form .form-ui-card .card-footer,
#tags_form .form-ui-card .card-footer {
  border: 0 none;
  padding: 1rem 1.5rem 1.625rem;
  position: relative;
}

/* line 92, app/assets/stylesheets/dashboard/broadcasts.scss */
#broadcast_composer_form .form-ui-card .card-footer:last-child,
#tags_form .form-ui-card .card-footer:last-child {
  border-radius: 0 0 3px 3px;
}

/* line 96, app/assets/stylesheets/dashboard/broadcasts.scss */
#broadcast_composer_form .form-ui-card .card-footer .counter-row,
#tags_form .form-ui-card .card-footer .counter-row {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e5e7eb;
}

/* line 104, app/assets/stylesheets/dashboard/broadcasts.scss */
#broadcast_composer_form textarea#broadcast_body,
#tags_form textarea#broadcast_body {
  padding: 0;
  resize: none;
  outline: none;
}

/* line 109, app/assets/stylesheets/dashboard/broadcasts.scss */
#broadcast_composer_form textarea#broadcast_body:focus,
#tags_form textarea#broadcast_body:focus {
  box-shadow: none;
}

/* line 114, app/assets/stylesheets/dashboard/broadcasts.scss */
#broadcast_composer_form #broadcast_emoji_picker,
#tags_form #broadcast_emoji_picker {
  position: absolute;
  top: -174px;
  z-index: 10;
}

/* line 119, app/assets/stylesheets/dashboard/broadcasts.scss */
#broadcast_composer_form #broadcast_emoji_picker em-emoji-picker,
#tags_form #broadcast_emoji_picker em-emoji-picker {
  max-height: 228px;
}

/* line 126, app/assets/stylesheets/dashboard/broadcasts.scss */
#broadcast_composer_form .form-ui-card {
  overflow: visible;
}

/* line 129, app/assets/stylesheets/dashboard/broadcasts.scss */
#broadcast_composer_form .form-ui-card .card-body {
  overflow: visible;
}

/* line 132, app/assets/stylesheets/dashboard/broadcasts.scss */
#broadcast_composer_form .form-ui-card .card-body .textarea-with-limit {
  overflow: visible;
}

/* line 142, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form.new_broadcast .form-group, .simple_form.new_tag .form-group {
  margin-bottom: 18px;
}

/* line 146, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form.new_broadcast .form-group.select.optional.broadcast_tags, .simple_form.new_tag .form-group.select.optional.broadcast_tags {
  margin-bottom: 0px;
}

/* line 150, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form.new_broadcast .form-group.select.optional.broadcast_segment_tags, .simple_form.new_tag .form-group.select.optional.broadcast_segment_tags {
  margin-bottom: 0px;
}

/* line 156, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form.edit_broadcast .form-group {
  margin-bottom: 18px;
}

/* line 160, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form.edit_broadcast .form-group.select.optional.broadcast_tags {
  margin-bottom: 0px;
}

/* line 164, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form.edit_broadcast .form-group.select.optional.broadcast_segment_tags {
  margin-bottom: 0px;
}

/* line 170, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form .broadcast-attachments.has-attachments {
  margin-bottom: 1rem;
}

/* line 175, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form .edit-audience-container {
  display: flex;
  flex-wrap: wrap;
}

/* line 179, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form .edit-audience-container #edit_audience_button,
.simple_form .edit-audience-container #audience_summary_segment {
  margin-top: 0.6rem;
  margin-right: 0.5rem;
  color: #1f2937;
  border-radius: 100px;
  display: flex;
  align-items: center;
  max-height: 38px;
  padding: 0.6rem 0.6rem;
}

/* line 181, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form .edit-audience-container #edit_audience_button svg,
.simple_form .edit-audience-container #audience_summary_segment svg {
  margin-right: 0.4rem;
}

/* line 195, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form .edit-audience-container #edit_audience_button {
  border: 1px solid #374151;
}

/* line 198, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form .edit-audience-container #edit_audience_button:hover {
  background-color: #f3f4f6;
}

/* line 202, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form .edit-audience-container #edit_audience_button:active, .simple_form .edit-audience-container #edit_audience_button:focus {
  box-shadow: none !important;
  outline: 0px !important;
}

/* line 209, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form .edit-audience-container #audience_summary_segment {
  border: none;
  background-color: #f3f4f6;
}

/* line 215, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form .attached-v-card {
  width: 100%;
  height: 40px;
}

/* line 219, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form .attached-v-card .attachment_container {
  background-color: #f9fafb;
  border: 1px solid #9ca3af;
  border-radius: 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 224, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form .attached-v-card .attachment_container .attachment-details {
  margin-left: 0.5rem;
  margin-top: auto;
  margin-bottom: auto;
  align-items: center;
  width: 100%;
}

/* line 231, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form .attached-v-card .attachment_container .attachment-details .v-card-contact {
  color: #6b7280;
  font-size: 14px;
  font-weight: 400;
  padding-right: 5px;
}

/* line 238, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form .attached-v-card .attachment_container .attachment-details .v-card-campaign {
  width: 65%;
  font-size: 15px;
  font-weight: 500;
  color: #1f2937;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 251, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form .attached-v-card .attachment_container .attachment-close {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem;
}

/* line 258, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form .attached-v-card .attachment_container .attachment-close .close-button {
  background-color: #ffffff;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  border: 1px solid #6b7280;
  border-radius: 3px;
  padding: 0.3rem;
}

/* line 268, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form .attached-v-card .attachment_container .attachment-close .close-button .fe-trash-2 {
  color: #374151;
}

/* line 274, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form .attached-v-card .attachment_container .attachment-close:hover .close-button {
  background-color: #fef2f2;
  border-color: #ef4444;
}

/* line 278, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form .attached-v-card .attachment_container .attachment-close:hover .close-button .fe-trash-2 {
  color: #ef4444;
}

/* line 288, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #composer_left_tray .left-tray-nav {
  padding-left: 5px;
}

/* line 293, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #composer_left_tray .tray-button.margin-left {
  margin-left: 0.3rem;
}

/* line 299, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #drawer_container {
  border-radius: 3px;
  border: none;
  background-color: #f3f4f6;
  width: -moz-max-content;
  width: max-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 128px;
  margin: 0;
  padding: 0.4rem 0.8rem;
  box-shadow: none;
  top: -15px !important;
  left: -9px !important;
}

/* line 312, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #drawer_container .drawer-button {
  border: none;
  display: flex;
  align-items: center;
  padding: 0.3rem;
  width: auto;
}

/* line 319, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #drawer_container .drawer-button.v-card-drawer {
  margin-top: 6px;
}

/* line 324, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #drawer_container .drawer-info {
  font-size: 12px;
  font-weight: 500;
  padding: 0.4rem;
}

/* line 331, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form .tray-container {
  display: flex;
  align-items: center;
  border-radius: 3px;
  background-color: #f3f4f6;
  padding: 5px 9px 5px 9px;
  height: 40px;
}

/* line 339, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form .tray-container .tray-button {
  border-radius: 3px;
  padding: 0.03rem 0.3rem;
}

/* line 345, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form .tray-trash {
  width: 22px;
  height: 22px;
}

/* line 350, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form .tray-button,
.simple_form .drawer-button {
  color: #6b7280;
}

/* line 354, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form .tray-button:hover,
.simple_form .drawer-button:hover {
  background-color: #e5e7eb;
}

/* line 358, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form .tray-button:focus,
.simple_form .drawer-button:focus {
  outline: none;
  box-shadow: none;
}

/* line 364, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form .button-border {
  margin-left: 0.3rem;
  border-left: 1.5px solid #d1d5db;
  height: 26px;
}

/* line 370, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form .attachment-button {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

/* line 375, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #broadcast_attach_v_card_drawer + label,
.simple_form #broadcast_attach_v_card_tray + label {
  margin: 0;
}

/* line 380, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #broadcast_attach_v_card_drawer,
.simple_form #broadcast_attach_v_card_tray {
  display: none;
}

/* line 384, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #broadcast_attach_v_card_drawer:checked + label,
.simple_form #broadcast_attach_v_card_tray:checked + label {
  color: #ffffff;
  background-color: #374151;
}

/* line 388, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #broadcast_attach_v_card_drawer:checked + label .drawer-info,
.simple_form #broadcast_attach_v_card_tray:checked + label .drawer-info {
  color: #ffffff;
}

/* line 392, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #broadcast_attach_v_card_drawer:checked + label:hover,
.simple_form #broadcast_attach_v_card_tray:checked + label:hover {
  border-color: #374151;
  background-color: #374151;
}

/* line 399, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form .footer-hr {
  margin-top: 1px;
  margin-bottom: 1rem;
  width: 100%;
}

/* line 405, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form .form-footer {
  margin-top: 0px;
}

/* line 409, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #composer_right_tray {
  display: flex;
  justify-content: end;
  padding-left: 0;
}

/* line 414, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #composer_right_tray .btn-scheduled {
  color: white;
  background-color: #374151;
  border-color: #374151;
}

/* line 419, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #composer_right_tray .btn-scheduled:hover {
  background-color: #1f2937;
  border-color: #1f2937;
}

/* line 425, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #composer_right_tray #schedule_send_modal_button,
.simple_form #composer_right_tray #delete_broadcast_modal_button {
  margin-left: 0.3rem;
}

/* line 431, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #save_draft_or_changes_button,
.simple_form #send_broadcast_modal_button {
  margin-top: 0.75rem;
  padding-left: 8px;
  padding-bottom: 5px;
  width: 48%;
  height: 40px;
  margin-left: 4px;
}

/* line 440, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #save_draft_or_changes_button svg,
.simple_form #send_broadcast_modal_button svg {
  margin-top: -2px;
  width: 20px;
  height: 20px;
  padding-right: 4px;
  stroke-width: 2.2px;
}

/* line 449, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #save_draft_or_changes_button {
  margin-left: 0;
}

/* line 452, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #save_draft_or_changes_button svg {
  padding-right: 6px;
  width: 22px;
  height: 22px;
}

/* line 459, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form .btn-submit {
  color: white;
  background-color: #2663eb;
  border-color: #2663eb;
  border-radius: 3px;
  font-weight: 500;
  margin-right: 0;
}

/* line 467, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form .btn-submit:hover {
  background-color: #1e40ae;
  border-color: #1e40ae;
}

/* line 472, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form .btn-submit[disabled]:hover {
  background-color: #2663eb;
  border-color: #2663eb;
}

/* line 477, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form .btn-submit:focus {
  box-shadow: none;
}

/* line 482, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #send_broadcast_modal_button[disabled]:hover {
  cursor: not-allowed;
}

/* line 486, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form .btn-save {
  color: #2663eb;
  background-color: white;
  border-color: #2663eb;
  border-radius: 3px;
  font-weight: 500;
  margin-right: 0;
}

/* line 494, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form .btn-save:hover {
  background-color: #dbeafe;
}

/* line 498, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form .btn-save[disabled]:hover {
  background-color: white;
  border-color: #2663eb;
  cursor: not-allowed;
}

/* line 504, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form .btn-save:focus {
  box-shadow: none;
}

/* line 509, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

/* line 516, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #schedule_form_modal .modal-content {
  margin: 0 auto;
  padding: 0px 30px 10px 30px;
  height: inherit;
  width: inherit;
}

/* line 522, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #schedule_form_modal .modal-content .modal-header {
  padding: 24px 0px 20px 0px;
}

/* line 525, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #schedule_form_modal .modal-content .modal-header .modal-title {
  color: #1f2937;
  font-size: 18px;
  font-weight: normal;
}

/* line 531, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #schedule_form_modal .modal-content .modal-header .close {
  font-size: 18px;
}

/* line 536, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #schedule_form_modal .modal-content .modal-body {
  padding: 0px;
  flex: none;
}

/* line 540, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #schedule_form_modal .modal-content .modal-body .broadcast_send_at {
  margin: 0;
}

/* line 543, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #schedule_form_modal .modal-content .modal-body .broadcast_send_at #broadcast_send_at {
  display: none;
}

/* line 547, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #schedule_form_modal .modal-content .modal-body .broadcast_send_at .flatpickr-calendar {
  top: 0px;
  margin: auto;
}

/* line 551, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #schedule_form_modal .modal-content .modal-body .broadcast_send_at .flatpickr-calendar .flatpickr-monthDropdown-months,
.simple_form #schedule_form_modal .modal-content .modal-body .broadcast_send_at .flatpickr-calendar input.cur-year {
  font-size: 15px;
}

/* line 559, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #schedule_form_modal .modal-content .modal-footer {
  justify-content: left;
  padding: 16px 0px 16px 0px;
  margin: 0;
}

/* line 564, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #schedule_form_modal .modal-content .modal-footer .btn {
  font-size: 14px;
  font-weight: 500;
  padding-top: 8px;
  padding-bottom: 8px;
}

/* line 570, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #schedule_form_modal .modal-content .modal-footer .btn:focus {
  box-shadow: none;
}

/* line 575, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #schedule_form_modal .modal-content .modal-footer #clear_send_at,
.simple_form #schedule_form_modal .modal-content .modal-footer #cancel_send_at {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0;
}

/* line 582, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #schedule_form_modal .modal-content .modal-footer #clear_send_at {
  color: #dc2626;
  border-color: #dc2626;
}

/* line 586, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #schedule_form_modal .modal-content .modal-footer #clear_send_at:hover {
  background-color: #fee2e2;
}

/* line 591, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #schedule_form_modal .modal-content .modal-footer #cancel_send_at {
  color: #4b5563;
  border-color: #d1d5db;
}

/* line 595, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #schedule_form_modal .modal-content .modal-footer #cancel_send_at:hover {
  background-color: #f3f4f6;
}

/* line 600, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #schedule_form_modal .modal-content .modal-footer .modal-hr {
  margin: 18px 0px 6px 0px;
  width: 100%;
}

/* line 605, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #schedule_form_modal .modal-content .modal-footer .modal-description-title {
  color: #9ca3af;
  font-size: 0.875rem !important;
  font-weight: 500;
  margin-bottom: 1px;
}

/* line 611, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #schedule_form_modal .modal-content .modal-footer .modal-description-title i {
  font-size: 1rem !important;
  vertical-align: -10%;
}

/* line 617, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #schedule_form_modal .modal-content .modal-footer .modal-description {
  color: #6b7280;
  line-height: 160%;
}

/* line 631, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #tags_form_modal .modal-content,
.simple_form #shortlinks_form_modal .modal-content,
.simple_form #confirm_send_links_modal .modal-content,
.simple_form #confirm_schedule_links_modal .modal-content,
.simple_form .broadcast-ctrs-modal .modal-content,
.simple_form .deactivate-modal .modal-content {
  margin: 0 auto;
  padding: 0px 30px 10px 30px;
  height: inherit;
  width: inherit;
}

/* line 637, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #tags_form_modal .modal-content .modal-header,
.simple_form #shortlinks_form_modal .modal-content .modal-header,
.simple_form #confirm_send_links_modal .modal-content .modal-header,
.simple_form #confirm_schedule_links_modal .modal-content .modal-header,
.simple_form .broadcast-ctrs-modal .modal-content .modal-header,
.simple_form .deactivate-modal .modal-content .modal-header {
  padding: 24px 0px 20px 0px;
}

/* line 640, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #tags_form_modal .modal-content .modal-header .modal-title,
.simple_form #shortlinks_form_modal .modal-content .modal-header .modal-title,
.simple_form #confirm_send_links_modal .modal-content .modal-header .modal-title,
.simple_form #confirm_schedule_links_modal .modal-content .modal-header .modal-title,
.simple_form .broadcast-ctrs-modal .modal-content .modal-header .modal-title,
.simple_form .deactivate-modal .modal-content .modal-header .modal-title {
  color: #1f2937;
  font-size: 18px;
  font-weight: normal;
}

/* line 646, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #tags_form_modal .modal-content .modal-header .close,
.simple_form #shortlinks_form_modal .modal-content .modal-header .close,
.simple_form #confirm_send_links_modal .modal-content .modal-header .close,
.simple_form #confirm_schedule_links_modal .modal-content .modal-header .close,
.simple_form .broadcast-ctrs-modal .modal-content .modal-header .close,
.simple_form .deactivate-modal .modal-content .modal-header .close {
  font-size: 18px;
}

/* line 651, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #tags_form_modal .modal-content .modal-body,
.simple_form #shortlinks_form_modal .modal-content .modal-body,
.simple_form #confirm_send_links_modal .modal-content .modal-body,
.simple_form #confirm_schedule_links_modal .modal-content .modal-body,
.simple_form .broadcast-ctrs-modal .modal-content .modal-body,
.simple_form .deactivate-modal .modal-content .modal-body {
  padding: 0px;
  flex: none;
}

/* line 655, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #tags_form_modal .modal-content .modal-body .btn,
.simple_form #shortlinks_form_modal .modal-content .modal-body .btn,
.simple_form #confirm_send_links_modal .modal-content .modal-body .btn,
.simple_form #confirm_schedule_links_modal .modal-content .modal-body .btn,
.simple_form .broadcast-ctrs-modal .modal-content .modal-body .btn,
.simple_form .deactivate-modal .modal-content .modal-body .btn {
  font-size: 14px;
  font-weight: 500;
  padding: 0.375rem 0.1rem;
}

/* line 660, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #tags_form_modal .modal-content .modal-body .btn:focus,
.simple_form #shortlinks_form_modal .modal-content .modal-body .btn:focus,
.simple_form #confirm_send_links_modal .modal-content .modal-body .btn:focus,
.simple_form #confirm_schedule_links_modal .modal-content .modal-body .btn:focus,
.simple_form .broadcast-ctrs-modal .modal-content .modal-body .btn:focus,
.simple_form .deactivate-modal .modal-content .modal-body .btn:focus {
  box-shadow: none;
}

/* line 665, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #tags_form_modal .modal-content .modal-body #tag_name,
.simple_form #shortlinks_form_modal .modal-content .modal-body #tag_name,
.simple_form #confirm_send_links_modal .modal-content .modal-body #tag_name,
.simple_form #confirm_schedule_links_modal .modal-content .modal-body #tag_name,
.simple_form .broadcast-ctrs-modal .modal-content .modal-body #tag_name,
.simple_form .deactivate-modal .modal-content .modal-body #tag_name {
  padding-left: 38px;
  background: url(https://dvxibnalv7pan.cloudfront.net/assets/subtext-icons/svg/add-tag-9b7dfbdc455719a66f58e7fcfbecde5f128a8dec24d93a87b49a2967300a2e9d.svg) no-repeat scroll 10px;
  background-size: 20px;
}

/* line 672, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #tags_form_modal .modal-content .modal-body .user_hide_confirm_links_modal,
.simple_form #shortlinks_form_modal .modal-content .modal-body .user_hide_confirm_links_modal,
.simple_form #confirm_send_links_modal .modal-content .modal-body .user_hide_confirm_links_modal,
.simple_form #confirm_schedule_links_modal .modal-content .modal-body .user_hide_confirm_links_modal,
.simple_form .broadcast-ctrs-modal .modal-content .modal-body .user_hide_confirm_links_modal,
.simple_form .deactivate-modal .modal-content .modal-body .user_hide_confirm_links_modal {
  margin-bottom: 1rem;
}

/* line 675, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #tags_form_modal .modal-content .modal-body .user_hide_confirm_links_modal .custom-checkbox,
.simple_form #shortlinks_form_modal .modal-content .modal-body .user_hide_confirm_links_modal .custom-checkbox,
.simple_form #confirm_send_links_modal .modal-content .modal-body .user_hide_confirm_links_modal .custom-checkbox,
.simple_form #confirm_schedule_links_modal .modal-content .modal-body .user_hide_confirm_links_modal .custom-checkbox,
.simple_form .broadcast-ctrs-modal .modal-content .modal-body .user_hide_confirm_links_modal .custom-checkbox,
.simple_form .deactivate-modal .modal-content .modal-body .user_hide_confirm_links_modal .custom-checkbox {
  padding-left: 1.8rem;
}

/* line 679, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #tags_form_modal .modal-content .modal-body .user_hide_confirm_links_modal .custom-checkbox .custom-control-label:before, .simple_form #tags_form_modal .modal-content .modal-body .user_hide_confirm_links_modal .custom-checkbox .custom-control-label:after,
.simple_form #shortlinks_form_modal .modal-content .modal-body .user_hide_confirm_links_modal .custom-checkbox .custom-control-label:before,
.simple_form #shortlinks_form_modal .modal-content .modal-body .user_hide_confirm_links_modal .custom-checkbox .custom-control-label:after,
.simple_form #confirm_send_links_modal .modal-content .modal-body .user_hide_confirm_links_modal .custom-checkbox .custom-control-label:before,
.simple_form #confirm_send_links_modal .modal-content .modal-body .user_hide_confirm_links_modal .custom-checkbox .custom-control-label:after,
.simple_form #confirm_schedule_links_modal .modal-content .modal-body .user_hide_confirm_links_modal .custom-checkbox .custom-control-label:before,
.simple_form #confirm_schedule_links_modal .modal-content .modal-body .user_hide_confirm_links_modal .custom-checkbox .custom-control-label:after,
.simple_form .broadcast-ctrs-modal .modal-content .modal-body .user_hide_confirm_links_modal .custom-checkbox .custom-control-label:before,
.simple_form .broadcast-ctrs-modal .modal-content .modal-body .user_hide_confirm_links_modal .custom-checkbox .custom-control-label:after,
.simple_form .deactivate-modal .modal-content .modal-body .user_hide_confirm_links_modal .custom-checkbox .custom-control-label:before,
.simple_form .deactivate-modal .modal-content .modal-body .user_hide_confirm_links_modal .custom-checkbox .custom-control-label:after {
  left: -1.8rem;
}

/* line 684, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #tags_form_modal .modal-content .modal-body #cancel_tag_create,
.simple_form #tags_form_modal .modal-content .modal-body #cancel_shortlink_create,
.simple_form #tags_form_modal .modal-content .modal-body #commit_send_final_button,
.simple_form #tags_form_modal .modal-content .modal-body #commit_schedule_final_button,
.simple_form #shortlinks_form_modal .modal-content .modal-body #cancel_tag_create,
.simple_form #shortlinks_form_modal .modal-content .modal-body #cancel_shortlink_create,
.simple_form #shortlinks_form_modal .modal-content .modal-body #commit_send_final_button,
.simple_form #shortlinks_form_modal .modal-content .modal-body #commit_schedule_final_button,
.simple_form #confirm_send_links_modal .modal-content .modal-body #cancel_tag_create,
.simple_form #confirm_send_links_modal .modal-content .modal-body #cancel_shortlink_create,
.simple_form #confirm_send_links_modal .modal-content .modal-body #commit_send_final_button,
.simple_form #confirm_send_links_modal .modal-content .modal-body #commit_schedule_final_button,
.simple_form #confirm_schedule_links_modal .modal-content .modal-body #cancel_tag_create,
.simple_form #confirm_schedule_links_modal .modal-content .modal-body #cancel_shortlink_create,
.simple_form #confirm_schedule_links_modal .modal-content .modal-body #commit_send_final_button,
.simple_form #confirm_schedule_links_modal .modal-content .modal-body #commit_schedule_final_button,
.simple_form .broadcast-ctrs-modal .modal-content .modal-body #cancel_tag_create,
.simple_form .broadcast-ctrs-modal .modal-content .modal-body #cancel_shortlink_create,
.simple_form .broadcast-ctrs-modal .modal-content .modal-body #commit_send_final_button,
.simple_form .broadcast-ctrs-modal .modal-content .modal-body #commit_schedule_final_button,
.simple_form .deactivate-modal .modal-content .modal-body #cancel_tag_create,
.simple_form .deactivate-modal .modal-content .modal-body #cancel_shortlink_create,
.simple_form .deactivate-modal .modal-content .modal-body #commit_send_final_button,
.simple_form .deactivate-modal .modal-content .modal-body #commit_schedule_final_button {
  color: #4b5563;
  border-color: #d1d5db;
  margin-left: 0;
  margin-right: 0px;
  width: 49%;
}

/* line 692, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #tags_form_modal .modal-content .modal-body #cancel_tag_create:hover,
.simple_form #tags_form_modal .modal-content .modal-body #cancel_shortlink_create:hover,
.simple_form #tags_form_modal .modal-content .modal-body #commit_send_final_button:hover,
.simple_form #tags_form_modal .modal-content .modal-body #commit_schedule_final_button:hover,
.simple_form #shortlinks_form_modal .modal-content .modal-body #cancel_tag_create:hover,
.simple_form #shortlinks_form_modal .modal-content .modal-body #cancel_shortlink_create:hover,
.simple_form #shortlinks_form_modal .modal-content .modal-body #commit_send_final_button:hover,
.simple_form #shortlinks_form_modal .modal-content .modal-body #commit_schedule_final_button:hover,
.simple_form #confirm_send_links_modal .modal-content .modal-body #cancel_tag_create:hover,
.simple_form #confirm_send_links_modal .modal-content .modal-body #cancel_shortlink_create:hover,
.simple_form #confirm_send_links_modal .modal-content .modal-body #commit_send_final_button:hover,
.simple_form #confirm_send_links_modal .modal-content .modal-body #commit_schedule_final_button:hover,
.simple_form #confirm_schedule_links_modal .modal-content .modal-body #cancel_tag_create:hover,
.simple_form #confirm_schedule_links_modal .modal-content .modal-body #cancel_shortlink_create:hover,
.simple_form #confirm_schedule_links_modal .modal-content .modal-body #commit_send_final_button:hover,
.simple_form #confirm_schedule_links_modal .modal-content .modal-body #commit_schedule_final_button:hover,
.simple_form .broadcast-ctrs-modal .modal-content .modal-body #cancel_tag_create:hover,
.simple_form .broadcast-ctrs-modal .modal-content .modal-body #cancel_shortlink_create:hover,
.simple_form .broadcast-ctrs-modal .modal-content .modal-body #commit_send_final_button:hover,
.simple_form .broadcast-ctrs-modal .modal-content .modal-body #commit_schedule_final_button:hover,
.simple_form .deactivate-modal .modal-content .modal-body #cancel_tag_create:hover,
.simple_form .deactivate-modal .modal-content .modal-body #cancel_shortlink_create:hover,
.simple_form .deactivate-modal .modal-content .modal-body #commit_send_final_button:hover,
.simple_form .deactivate-modal .modal-content .modal-body #commit_schedule_final_button:hover {
  background-color: #f3f4f6;
}

/* line 698, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #tags_form_modal .modal-content .modal-body #submit_new_tag,
.simple_form #tags_form_modal .modal-content .modal-body #submit_new_shortlink,
.simple_form #tags_form_modal .modal-content .modal-body #commit_shortlink_send_button,
.simple_form #tags_form_modal .modal-content .modal-body #commit_shortlink_schedule_button,
.simple_form #shortlinks_form_modal .modal-content .modal-body #submit_new_tag,
.simple_form #shortlinks_form_modal .modal-content .modal-body #submit_new_shortlink,
.simple_form #shortlinks_form_modal .modal-content .modal-body #commit_shortlink_send_button,
.simple_form #shortlinks_form_modal .modal-content .modal-body #commit_shortlink_schedule_button,
.simple_form #confirm_send_links_modal .modal-content .modal-body #submit_new_tag,
.simple_form #confirm_send_links_modal .modal-content .modal-body #submit_new_shortlink,
.simple_form #confirm_send_links_modal .modal-content .modal-body #commit_shortlink_send_button,
.simple_form #confirm_send_links_modal .modal-content .modal-body #commit_shortlink_schedule_button,
.simple_form #confirm_schedule_links_modal .modal-content .modal-body #submit_new_tag,
.simple_form #confirm_schedule_links_modal .modal-content .modal-body #submit_new_shortlink,
.simple_form #confirm_schedule_links_modal .modal-content .modal-body #commit_shortlink_send_button,
.simple_form #confirm_schedule_links_modal .modal-content .modal-body #commit_shortlink_schedule_button,
.simple_form .broadcast-ctrs-modal .modal-content .modal-body #submit_new_tag,
.simple_form .broadcast-ctrs-modal .modal-content .modal-body #submit_new_shortlink,
.simple_form .broadcast-ctrs-modal .modal-content .modal-body #commit_shortlink_send_button,
.simple_form .broadcast-ctrs-modal .modal-content .modal-body #commit_shortlink_schedule_button,
.simple_form .deactivate-modal .modal-content .modal-body #submit_new_tag,
.simple_form .deactivate-modal .modal-content .modal-body #submit_new_shortlink,
.simple_form .deactivate-modal .modal-content .modal-body #commit_shortlink_send_button,
.simple_form .deactivate-modal .modal-content .modal-body #commit_shortlink_schedule_button {
  width: 49%;
  margin-left: 0px;
}

/* line 707, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #tags_form_modal .modal-content .modal-footer,
.simple_form #shortlinks_form_modal .modal-content .modal-footer,
.simple_form #confirm_send_links_modal .modal-content .modal-footer,
.simple_form #confirm_schedule_links_modal .modal-content .modal-footer,
.simple_form .broadcast-ctrs-modal .modal-content .modal-footer,
.simple_form .deactivate-modal .modal-content .modal-footer {
  justify-content: left;
  padding: 0px 0px 16px 0px;
  margin: 0;
}

/* line 712, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #tags_form_modal .modal-content .modal-footer .modal-hr,
.simple_form #shortlinks_form_modal .modal-content .modal-footer .modal-hr,
.simple_form #confirm_send_links_modal .modal-content .modal-footer .modal-hr,
.simple_form #confirm_schedule_links_modal .modal-content .modal-footer .modal-hr,
.simple_form .broadcast-ctrs-modal .modal-content .modal-footer .modal-hr,
.simple_form .deactivate-modal .modal-content .modal-footer .modal-hr {
  margin: 18px 0px 6px 0px;
  width: 100%;
}

/* line 717, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #tags_form_modal .modal-content .modal-footer .modal-description-title,
.simple_form #shortlinks_form_modal .modal-content .modal-footer .modal-description-title,
.simple_form #confirm_send_links_modal .modal-content .modal-footer .modal-description-title,
.simple_form #confirm_schedule_links_modal .modal-content .modal-footer .modal-description-title,
.simple_form .broadcast-ctrs-modal .modal-content .modal-footer .modal-description-title,
.simple_form .deactivate-modal .modal-content .modal-footer .modal-description-title {
  color: #9ca3af;
  font-size: 0.875rem !important;
  font-weight: 500;
}

/* line 722, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #tags_form_modal .modal-content .modal-footer .modal-description-title i,
.simple_form #shortlinks_form_modal .modal-content .modal-footer .modal-description-title i,
.simple_form #confirm_send_links_modal .modal-content .modal-footer .modal-description-title i,
.simple_form #confirm_schedule_links_modal .modal-content .modal-footer .modal-description-title i,
.simple_form .broadcast-ctrs-modal .modal-content .modal-footer .modal-description-title i,
.simple_form .deactivate-modal .modal-content .modal-footer .modal-description-title i {
  font-size: 1rem !important;
  vertical-align: -10%;
}

/* line 728, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #tags_form_modal .modal-content .modal-footer .modal-description,
.simple_form #shortlinks_form_modal .modal-content .modal-footer .modal-description,
.simple_form #confirm_send_links_modal .modal-content .modal-footer .modal-description,
.simple_form #confirm_schedule_links_modal .modal-content .modal-footer .modal-description,
.simple_form .broadcast-ctrs-modal .modal-content .modal-footer .modal-description,
.simple_form .deactivate-modal .modal-content .modal-footer .modal-description {
  font-size: 0.875rem !important;
  color: #6b7280;
  line-height: 160%;
}

/* line 738, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #audience_form_modal .modal-content {
  margin: 0 auto;
  padding: 0px 30px 10px 30px;
  height: inherit;
  width: inherit;
}

/* line 744, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #audience_form_modal .modal-content .modal-header {
  padding: 24px 0px 20px 0px;
}

/* line 747, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #audience_form_modal .modal-content .modal-header .modal-title {
  color: #1f2937;
  font-size: 18px;
  font-weight: normal;
}

/* line 753, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #audience_form_modal .modal-content .modal-header .close {
  font-size: 18px;
}

/* line 758, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #audience_form_modal .modal-content .modal-body {
  padding: 0px;
  flex: none;
}

/* line 762, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #audience_form_modal .modal-content .modal-body .btn {
  font-size: 14px;
  font-weight: 500;
  padding-top: 0px;
  padding-bottom: 8px;
}

/* line 768, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #audience_form_modal .modal-content .modal-body .btn:focus {
  box-shadow: none;
}

/* line 774, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #audience_form_modal .modal-content .modal-footer {
  justify-content: left;
  padding: 0px 0px 16px 0px;
  margin: 0;
}

/* line 779, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #audience_form_modal .modal-content .modal-footer .modal-hr {
  margin: 18px 0px 6px 0px;
  width: 100%;
}

/* line 784, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #audience_form_modal .modal-content .modal-footer #cancel_audience {
  height: 48px;
  color: #4b5563;
  border-color: #d1d5db;
  margin-left: 0;
  border: 1px solid #d1d5d8;
  margin-top: 0;
  margin-right: 0.75rem;
  width: 46%;
}

/* line 793, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #audience_form_modal .modal-content .modal-footer #cancel_audience:hover {
  background-color: #f3f4f6;
}

/* line 799, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #audience_form_modal .modal-content .modal-footer #update_audience {
  height: 48px;
  width: 46%;
  padding-top: 6px;
  margin-top: 0;
  margin-left: 0;
}

/* line 807, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #audience_form_modal .modal-content .modal-footer .modal-description-title {
  color: #9ca3af;
  font-size: 0.875rem !important;
  font-weight: 500;
  margin-bottom: 1px;
  min-width: 375px;
}

/* line 814, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #audience_form_modal .modal-content .modal-footer .modal-description-title i {
  font-size: 1rem !important;
  vertical-align: -10%;
}

/* line 820, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #audience_form_modal .modal-content .modal-footer .modal-description {
  color: #6b7280;
  line-height: 160%;
}

/* line 830, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #confirm_delete_modal .modal-content,
.simple_form #confirm_send_modal .modal-content {
  margin: 0 auto;
  padding: 0px 30px 10px 30px;
  height: inherit;
  width: 100%;
}

/* line 836, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #confirm_delete_modal .modal-content .modal-header,
.simple_form #confirm_send_modal .modal-content .modal-header {
  padding: 24px 0px 14px 0px;
}

/* line 839, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #confirm_delete_modal .modal-content .modal-header .modal-title,
.simple_form #confirm_send_modal .modal-content .modal-header .modal-title {
  color: #1f2937;
  font-size: 18px;
  font-weight: normal;
}

/* line 845, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #confirm_delete_modal .modal-content .modal-header .close,
.simple_form #confirm_send_modal .modal-content .modal-header .close {
  font-size: 18px;
}

/* line 850, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #confirm_delete_modal .modal-content .modal-body,
.simple_form #confirm_send_modal .modal-content .modal-body {
  padding: 0px;
  flex: none;
}

/* line 855, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #confirm_delete_modal .modal-content .modal-footer,
.simple_form #confirm_send_modal .modal-content .modal-footer {
  justify-content: center;
  padding: 0px 0px 8px 0px;
  margin: 0;
}

/* line 860, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #confirm_delete_modal .modal-content .modal-footer .btn,
.simple_form #confirm_send_modal .modal-content .modal-footer .btn {
  font-size: 14px;
  font-weight: 500;
  padding-top: 8px;
  padding-bottom: 8px;
}

/* line 866, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #confirm_delete_modal .modal-content .modal-footer .btn:focus,
.simple_form #confirm_send_modal .modal-content .modal-footer .btn:focus {
  box-shadow: none;
}

/* line 871, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #confirm_delete_modal .modal-content .modal-footer #cancel_confirm,
.simple_form #confirm_send_modal .modal-content .modal-footer #cancel_confirm {
  color: #4b5563;
  border-color: #d1d5db;
  margin-left: 0;
}

/* line 876, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #confirm_delete_modal .modal-content .modal-footer #cancel_confirm:hover,
.simple_form #confirm_send_modal .modal-content .modal-footer #cancel_confirm:hover {
  background-color: #f3f4f6;
}

/* line 881, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #confirm_delete_modal .modal-content .modal-footer #cancel_confirm,
.simple_form #confirm_delete_modal .modal-content .modal-footer #commit_delete_button,
.simple_form #confirm_delete_modal .modal-content .modal-footer #commit_send_button,
.simple_form #confirm_send_modal .modal-content .modal-footer #cancel_confirm,
.simple_form #confirm_send_modal .modal-content .modal-footer #commit_delete_button,
.simple_form #confirm_send_modal .modal-content .modal-footer #commit_send_button {
  flex: auto;
}

/* line 887, app/assets/stylesheets/dashboard/broadcasts.scss */
.simple_form #confirm_delete_modal .modal-content .modal-footer .modal-description,
.simple_form #confirm_send_modal .modal-content .modal-footer .modal-description {
  color: #6b7280;
  line-height: 160%;
}

/* line 896, app/assets/stylesheets/dashboard/broadcasts.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  top: -4px !important;
}

/* line 899, app/assets/stylesheets/dashboard/broadcasts.scss */
.bs-tooltip-top .tooltip-inner, .bs-tooltip-auto[x-placement^="top"] .tooltip-inner {
  border-radius: 6px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
}

/* line 908, app/assets/stylesheets/dashboard/broadcasts.scss */
.broadcasts-table .broadcast-body {
  min-width: 250px;
  white-space: normal;
}

/* line 915, app/assets/stylesheets/dashboard/broadcasts.scss */
.broadcast_send_at .form-control {
  height: 48px;
}

/* line 918, app/assets/stylesheets/dashboard/broadcasts.scss */
.broadcast_send_at .form-control[readonly] {
  background-color: inherit;
}

/* line 923, app/assets/stylesheets/dashboard/broadcasts.scss */
.broadcast_send_at .input-group {
  height: 48px;
}

/* line 927, app/assets/stylesheets/dashboard/broadcasts.scss */
.broadcast_send_at .input-group .input::-moz-placeholder {
  color: #809093;
}
.broadcast_send_at .input-group .input::placeholder {
  color: #809093;
}

/* line 934, app/assets/stylesheets/dashboard/broadcasts.scss */
.tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

/* line 939, app/assets/stylesheets/dashboard/broadcasts.scss */
.filepond--root {
  justify-content: space-between;
  box-sizing: border-box;
  padding-right: 70px;
  margin-top: -16px;
  margin-left: -3px;
}

/* line 946, app/assets/stylesheets/dashboard/broadcasts.scss */
.filepond--root .filepond--drop-label {
  display: none;
}

/* line 950, app/assets/stylesheets/dashboard/broadcasts.scss */
.filepond--root [data-filepond-item-state*="complete"] .filepond--file-info {
  padding-right: 1.5em;
}

/* line 954, app/assets/stylesheets/dashboard/broadcasts.scss */
.filepond--root .filepond--item {
  border-radius: 10px;
  border: 1px solid var(--gray-400, #9ca3af);
}

/* line 958, app/assets/stylesheets/dashboard/broadcasts.scss */
.filepond--root .filepond--item .filepond--file-action-button {
  background-color: #ffffff;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  border: 1px solid #6b7280;
  display: border-box;
  border-radius: 3px;
  padding: 3px 6px;
  width: 26px;
  height: 26px;
}

/* line 972, app/assets/stylesheets/dashboard/broadcasts.scss */
.filepond--root .filepond--item .filepond--action-retry-item-processing {
  display: none;
}

/* line 976, app/assets/stylesheets/dashboard/broadcasts.scss */
.filepond--root .filepond--item .filepond--action-remove-item:hover,
.filepond--root .filepond--item .filepond--action-revert-item-processing:hover {
  background-color: #fef2f2;
  border-color: #ef4444;
  color: #ef4444;
}

/* line 982, app/assets/stylesheets/dashboard/broadcasts.scss */
.filepond--root .filepond--item .filepond--file-status-error {
  color: red;
  display: flex !important;
}

@media (min-width: 768px) {
  /* line 989, app/assets/stylesheets/dashboard/broadcasts.scss */
  .filepond--root .filepond--list {
    left: 0;
    right: 0;
  }
  /* line 993, app/assets/stylesheets/dashboard/broadcasts.scss */
  .filepond--root .filepond--item {
    width: calc(50% - 0.5em);
  }
}

/* line 998, app/assets/stylesheets/dashboard/broadcasts.scss */
.filepond--root .filepond--panel-root {
  background-color: #fff;
}

/* line 1002, app/assets/stylesheets/dashboard/broadcasts.scss */
.filepond--root .filepond--credits {
  display: none;
}

/* line 1006, app/assets/stylesheets/dashboard/broadcasts.scss */
.filepond--root .filepond--browser {
  display: none;
}

/* line 1010, app/assets/stylesheets/dashboard/broadcasts.scss */
.filepond--root .filepond--file {
  color: black;
}

/* line 1013, app/assets/stylesheets/dashboard/broadcasts.scss */
.filepond--root .filepond--file [data-filepond-item-state*="processing-complete"] .filepond--file-status {
  display: none;
}

/* line 1017, app/assets/stylesheets/dashboard/broadcasts.scss */
.filepond--root .filepond--file .linked-file-label {
  display: none;
}

/* line 1020, app/assets/stylesheets/dashboard/broadcasts.scss */
.filepond--root .filepond--file .linked-file-label.linked-file {
  display: flex;
}

/* line 1026, app/assets/stylesheets/dashboard/broadcasts.scss */
.filepond--root .filepond--file-action-button {
  border-radius: 3px;
  color: #364152;
  background-color: #ffffff;
  border: 1px solid #9096a1;
  padding: auto;
}

/* line 1034, app/assets/stylesheets/dashboard/broadcasts.scss */
.filepond--root .custom-file-label {
  display: flex;
  height: 48px;
}

/* line 1039, app/assets/stylesheets/dashboard/broadcasts.scss */
.filepond--root .filepond--item {
  border: none;
}

/* line 1043, app/assets/stylesheets/dashboard/broadcasts.scss */
.filepond--root::before {
  color: #809093;
  display: flex;
  align-items: center;
  height: 48px;
  text-align: center;
}

/* line 1051, app/assets/stylesheets/dashboard/broadcasts.scss */
.filepond--root .filepond--item-panel {
  background-color: #f9fafb;
  border: 1px solid #9096a1;
  border-radius: 3px;
}

/* line 1055, app/assets/stylesheets/dashboard/broadcasts.scss */
.filepond--root .filepond--item-panel::after {
  display: flex;
  align-items: center;
  text-align: center;
}

/* line 1062, app/assets/stylesheets/dashboard/broadcasts.scss */
.filepond--root .filepond--progress-indicator {
  color: #364152;
}

/* line 1064, app/assets/stylesheets/dashboard/broadcasts.scss */
.filepond--root .filepond--progress-indicator .clear-button {
  font-size: 15px;
}

/* line 1069, app/assets/stylesheets/dashboard/broadcasts.scss */
.filepond--root [data-filepond-item-state*="error"] .filepond--item-panel,
.filepond--root [data-filepond-item-state*="invalid"] .filepond--item-panel {
  border: 1px solid var(--red-500, #ef4444);
  background: var(--red-100, #fee2e2);
  border-radius: 4px;
}

/* line 1076, app/assets/stylesheets/dashboard/broadcasts.scss */
.filepond--root [data-filepond-item-state*="error"] .filepond--file-action-button,
.filepond--root [data-filepond-item-state*="invalid"] .filepond--file-action-button {
  color: var(--red-500, #ef4444);
  border: 1px solid var(--red-500, #ef4444);
  background-color: #fef2f2;
  border-radius: 3px;
}

/* line 1084, app/assets/stylesheets/dashboard/broadcasts.scss */
.filepond--root [data-filepond-item-state*="processing-complete"] .filepond--file-status {
  display: none;
}

/* line 1088, app/assets/stylesheets/dashboard/broadcasts.scss */
.filepond--root .linked-file-label {
  display: flex;
  align-items: center;
  color: var(--gray-600, #4b5563);
  height: 26px;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  margin-right: 32px;
}

/* line 1099, app/assets/stylesheets/dashboard/broadcasts.scss */
.filepond--root .linked-file-label .linked-file-icon {
  margin-right: 4px;
}

/* line 1105, app/assets/stylesheets/dashboard/broadcasts.scss */
.input-group-append {
  cursor: default;
}

/* line 1108, app/assets/stylesheets/dashboard/broadcasts.scss */
.input-group-append .input-group-text {
  width: 64px;
}

/* line 1113, app/assets/stylesheets/dashboard/broadcasts.scss */
#broadcast_preview_modal,
#empty_broadcast_preview_modal {
  padding-left: 0 !important;
}

/* line 1117, app/assets/stylesheets/dashboard/broadcasts.scss */
#broadcast_preview_modal .phone-buttons,
#empty_broadcast_preview_modal .phone-buttons {
  margin-bottom: 1em;
}

/* line 1120, app/assets/stylesheets/dashboard/broadcasts.scss */
#broadcast_preview_modal .phone-buttons .iphone-label,
#empty_broadcast_preview_modal .phone-buttons .iphone-label {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 1126, app/assets/stylesheets/dashboard/broadcasts.scss */
#broadcast_preview_modal .modal-header,
#empty_broadcast_preview_modal .modal-header {
  padding-bottom: 0.9em;
}

/* line 1129, app/assets/stylesheets/dashboard/broadcasts.scss */
#broadcast_preview_modal .modal-header .modal-title,
#empty_broadcast_preview_modal .modal-header .modal-title {
  color: #1f2937;
  font-size: 18px;
  font-weight: normal;
}

/* line 1135, app/assets/stylesheets/dashboard/broadcasts.scss */
#broadcast_preview_modal .modal-header .close,
#empty_broadcast_preview_modal .modal-header .close {
  font-size: 18px;
}

/* line 1140, app/assets/stylesheets/dashboard/broadcasts.scss */
#broadcast_preview_modal .modal-content,
#empty_broadcast_preview_modal .modal-content {
  margin: 0 auto;
}

/* line 1144, app/assets/stylesheets/dashboard/broadcasts.scss */
#broadcast_preview_modal .modal-body,
#empty_broadcast_preview_modal .modal-body {
  padding: 0.5rem 0;
  margin: 0 auto 40px auto;
}

/* line 1148, app/assets/stylesheets/dashboard/broadcasts.scss */
#broadcast_preview_modal .modal-body .btn-outline-primary,
#empty_broadcast_preview_modal .modal-body .btn-outline-primary {
  border-color: #374151;
  font-weight: normal;
  color: #374151;
}

/* line 1153, app/assets/stylesheets/dashboard/broadcasts.scss */
#broadcast_preview_modal .modal-body .btn-outline-primary.active,
#empty_broadcast_preview_modal .modal-body .btn-outline-primary.active {
  background-color: #374151;
  color: #ffffff;
}

/* line 1158, app/assets/stylesheets/dashboard/broadcasts.scss */
#broadcast_preview_modal .modal-body .btn-outline-primary:hover,
#empty_broadcast_preview_modal .modal-body .btn-outline-primary:hover {
  background-color: #1f2937;
  color: #ffffff;
}

/* line 1169, app/assets/stylesheets/dashboard/broadcasts.scss */
#empty_broadcast_preview_modal .iphone-container .message,
#empty_broadcast_preview_modal .android-container .message {
  color: #9ca3af;
}

/* line 1173, app/assets/stylesheets/dashboard/broadcasts.scss */
#empty_broadcast_preview_modal .iphone-container .attached-file,
#empty_broadcast_preview_modal .android-container .attached-file {
  color: #000;
}

/* line 1179, app/assets/stylesheets/dashboard/broadcasts.scss */
#phone_toggle_buttons {
  margin-bottom: 2.2em;
}

/* line 1182, app/assets/stylesheets/dashboard/broadcasts.scss */
#phone_toggle_buttons .btn {
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  line-height: 120%;
  padding: 0;
  outline: none;
}

/* line 1190, app/assets/stylesheets/dashboard/broadcasts.scss */
#phone_toggle_buttons .btn:focus {
  box-shadow: none;
  color: #2563eb;
}

/* line 1195, app/assets/stylesheets/dashboard/broadcasts.scss */
#phone_toggle_buttons .btn.active {
  color: #2563eb;
  box-shadow: none;
}

/* line 1202, app/assets/stylesheets/dashboard/broadcasts.scss */
.iphone-container {
  background-image: url(https://dvxibnalv7pan.cloudfront.net/assets/iphone-13-a955911004cdd1ce312e91c7e4189dff0e16fae7bbf15e1346ae55c184e98b8b.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 635px;
  position: relative;
  width: 380px;
  text-align: left;
  top: 10px;
}

/* line 1213, app/assets/stylesheets/dashboard/broadcasts.scss */
.iphone-container .broadcast-preview-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 50px;
  position: relative;
}

/* line 1220, app/assets/stylesheets/dashboard/broadcasts.scss */
.iphone-container .broadcast-preview-container .campaign-avatar {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 1225, app/assets/stylesheets/dashboard/broadcasts.scss */
.iphone-container .broadcast-preview-container .campaign-avatar .preview-avatar {
  top: 75px;
  left: 200px;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: border 0.15s ease-in-out;
}

/* line 1236, app/assets/stylesheets/dashboard/broadcasts.scss */
.iphone-container .preview-name {
  padding-right: 10px;
  position: absolute;
  left: 190px;
  top: 40px;
  transform: translate(-50%, 0%);
  text-align: left;
  font-size: 0.75em;
  background-image: url(https://dvxibnalv7pan.cloudfront.net/assets/icons/chevron-right-gray-b4f2a36724452b8d6cb3eb3196fd38cdbced7c391e90d3f941b400313e61e8b2.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 0.45em;
}

/* line 1250, app/assets/stylesheets/dashboard/broadcasts.scss */
.iphone-container .messages-interface {
  max-height: 385px;
  overflow: auto;
  overscroll-behavior-y: contain;
  padding-top: 2px;
  padding-left: 59px;
  position: relative;
  width: 89%;
  top: 47px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* line 1263, app/assets/stylesheets/dashboard/broadcasts.scss */
.iphone-container .messages-interface::-webkit-scrollbar {
  display: none;
}

/* line 1267, app/assets/stylesheets/dashboard/broadcasts.scss */
.iphone-container .preview-attachments {
  display: flex;
  flex-direction: column;
}

/* line 1272, app/assets/stylesheets/dashboard/broadcasts.scss */
.iphone-container .message {
  width: -moz-fit-content;
  width: fit-content;
  background: #e9e9eb;
  border-radius: 10px;
  color: #000;
  font-family: "SF Pro Text";
  font-size: 0.8em;
  margin-bottom: 10px;
  max-width: 235px;
  padding: 12px 16px;
  display: inline-block;
  position: relative;
}

/* line 1285, app/assets/stylesheets/dashboard/broadcasts.scss */
.iphone-container .message.attached-file {
  padding: 0;
}

/* line 1289, app/assets/stylesheets/dashboard/broadcasts.scss */
.iphone-container .message.generic-attachment {
  display: flex;
  padding: 8px 12px 8px 12px;
  justify-content: center;
  align-items: center;
}

/* line 1296, app/assets/stylesheets/dashboard/broadcasts.scss */
.iphone-container .message p:last-child {
  margin-bottom: 0;
}

/* line 1300, app/assets/stylesheets/dashboard/broadcasts.scss */
.iphone-container .message a {
  color: #0a86f9;
  text-decoration: underline;
}

/* line 1307, app/assets/stylesheets/dashboard/broadcasts.scss */
.iphone-container .message-body::before {
  content: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 10.5C4.49857 13.5086 1.66667 16.3333 0 17C6.4 17 10.5 14.8333 11.5 13.5L16.5 15L16 0H5.5V2V4V4.5C5.5 5.5 5.5 7.5 5 10.5Z' fill='%23E9E9EB'/%3E%3C/svg%3E");
  position: absolute;
  left: -5px;
  bottom: -7px;
}

/* line 1316, app/assets/stylesheets/dashboard/broadcasts.scss */
.android-container {
  display: none;
  background-image: url(https://dvxibnalv7pan.cloudfront.net/assets/pixel-6-4b8c03e53648cc1d2b0dfe6397a8389d087ba702dab93c763b4bfb9fbf2f3b3f.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 635px;
  width: 300px;
  top: 8px;
  padding: 56px 36px 0 12px;
  position: relative;
  text-align: left;
}

/* line 1329, app/assets/stylesheets/dashboard/broadcasts.scss */
.android-container .campaign-avatar {
  display: flex;
  width: auto;
  position: absolute;
  left: 47px;
}

/* line 1335, app/assets/stylesheets/dashboard/broadcasts.scss */
.android-container .campaign-avatar .preview-avatar {
  display: inline-block;
  width: 28px;
  height: 28px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: border 0.15s ease-in-out;
  margin-right: 5px;
}

/* line 1344, app/assets/stylesheets/dashboard/broadcasts.scss */
.android-container .campaign-avatar .preview-name {
  align-self: center;
  font-family: "Roboto Medium";
  padding-left: 3px;
  text-align: left;
  font-size: 1em;
  width: 50%;
}

/* line 1354, app/assets/stylesheets/dashboard/broadcasts.scss */
.android-container .messages-interface {
  display: flex;
  max-height: 425px;
  top: 128px;
  left: 22px;
  overflow: auto;
  overscroll-behavior-y: contain;
  position: absolute;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* line 1365, app/assets/stylesheets/dashboard/broadcasts.scss */
.android-container .messages-interface .message-content {
  display: inline-block;
}

/* line 1368, app/assets/stylesheets/dashboard/broadcasts.scss */
.android-container .messages-interface .message-content .preview-attachments {
  display: flex;
  flex-direction: column;
}

/* line 1373, app/assets/stylesheets/dashboard/broadcasts.scss */
.android-container .messages-interface .message-content .message {
  width: -moz-fit-content;
  width: fit-content;
  background: #f2f3f5;
  border-radius: 10px;
  color: #000;
  font-family: "Roboto Regular";
  font-size: 0.75em;
  margin-top: 10px;
  padding: 12px 16px;
  max-width: 230px;
  text-wrap: wrap;
}

/* line 1385, app/assets/stylesheets/dashboard/broadcasts.scss */
.android-container .messages-interface .message-content .message.attached-file {
  padding: 0;
}

/* line 1389, app/assets/stylesheets/dashboard/broadcasts.scss */
.android-container .messages-interface .message-content .message.generic-attachment {
  display: flex;
  padding: 8px 12px 8px 12px;
  justify-content: center;
  align-items: center;
}

/* line 1396, app/assets/stylesheets/dashboard/broadcasts.scss */
.android-container .messages-interface .message-content .message p:last-child {
  margin-bottom: 0;
}

/* line 1400, app/assets/stylesheets/dashboard/broadcasts.scss */
.android-container .messages-interface .message-content .message a {
  color: #0a86f9;
  text-decoration: underline;
}

/* line 1408, app/assets/stylesheets/dashboard/broadcasts.scss */
.android-container .messages-interface::-webkit-scrollbar {
  display: none;
}

/* line 1413, app/assets/stylesheets/dashboard/broadcasts.scss */
.preview-name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 1421, app/assets/stylesheets/dashboard/broadcasts.scss */
#tag-selections-container {
  margin-bottom: 18px;
}

/* line 1425, app/assets/stylesheets/dashboard/broadcasts.scss */
#audience_summary_segment {
  pointer-events: none;
}

/* line 1430, app/assets/stylesheets/dashboard/broadcasts.scss */
.tag-selection__choice {
  gap: 0.2rem;
  border: 1px solid #114b5f;
  border-radius: 3px;
  color: #1e3a8a;
  cursor: pointer;
  display: flex;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  align-items: center;
  padding: 8px 10px;
  margin: 10px 8px 0px 0px;
}

/* line 1445, app/assets/stylesheets/dashboard/broadcasts.scss */
.tag-selection__choice svg path {
  stroke: #1e3a8a;
}

/* line 1450, app/assets/stylesheets/dashboard/broadcasts.scss */
.tag-selection__choice.warning {
  background-color: #fff3cd;
  border-color: #ffc107;
}

/* line 1455, app/assets/stylesheets/dashboard/broadcasts.scss */
.tag-selection__choice.error {
  color: #ff4242;
  border-color: #ff4242;
}

/* line 1460, app/assets/stylesheets/dashboard/broadcasts.scss */
.tag-selection__choice.segment {
  background-color: #dbeafe;
  border: none;
  border-radius: 100px;
}

/* line 1465, app/assets/stylesheets/dashboard/broadcasts.scss */
.tag-selection__choice.segment:hover {
  background-color: #bfdbfe;
}

/* line 1469, app/assets/stylesheets/dashboard/broadcasts.scss */
.tag-selection__choice.segment.exclude {
  background-color: #ffece5;
  color: #7f1d1d;
}

/* line 1474, app/assets/stylesheets/dashboard/broadcasts.scss */
.tag-selection__choice.segment.exclude svg path {
  stroke: #7f1d1d;
}

/* line 1479, app/assets/stylesheets/dashboard/broadcasts.scss */
.tag-selection__choice.segment.exclude:hover {
  background-color: #fecaca;
}

/* line 1484, app/assets/stylesheets/dashboard/broadcasts.scss */
.tag-selection__choice.segment.summary_button {
  pointer-events: none;
}

/* line 1490, app/assets/stylesheets/dashboard/broadcasts.scss */
.tag-selection__close {
  background-image: url(https://dvxibnalv7pan.cloudfront.net/assets/subtext-icons/svg/x-small-7a87d8299ff1a79de2807083c734934a2ff348b02e07cc61ac796d70abe514c2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 10px;
  stroke: #114b5f;
  margin-left: 5px;
  width: 10px;
}

/* line 1500, app/assets/stylesheets/dashboard/broadcasts.scss */
.tag-selection__subscription-count-container {
  display: flex;
  align-items: center;
  font-weight: 400;
}

/* line 1506, app/assets/stylesheets/dashboard/broadcasts.scss */
.tag-selection__user-icon {
  margin-right: 2px;
}

/* line 1510, app/assets/stylesheets/dashboard/broadcasts.scss */
.tag-selection__x-icon {
  opacity: 50%;
  cursor: pointer;
}

/* line 1516, app/assets/stylesheets/dashboard/broadcasts.scss */
.select2-selection__choice {
  display: none;
}

/* line 1520, app/assets/stylesheets/dashboard/broadcasts.scss */
.select2-container--bootstrap {
  height: 48px;
}

/* line 1523, app/assets/stylesheets/dashboard/broadcasts.scss */
.select2-container--bootstrap .select2-selection.select2-selection--multiple {
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 3px;
  box-shadow: none;
}

/* line 1530, app/assets/stylesheets/dashboard/broadcasts.scss */
label[for="broadcast_segment_attributes_tag_ids"] {
  visibility: hidden;
}

/* line 1534, app/assets/stylesheets/dashboard/broadcasts.scss */
.form-group.broadcast_segment_tags {
  margin-bottom: 4px;
}

/* line 1538, app/assets/stylesheets/dashboard/broadcasts.scss */
.select2-selection__rendered {
  line-height: 46px !important;
}

/* line 1541, app/assets/stylesheets/dashboard/broadcasts.scss */
.select2-container .select2-selection--single {
  height: 46px !important;
}

/* line 1544, app/assets/stylesheets/dashboard/broadcasts.scss */
.select2-selection__arrow {
  height: 45px !important;
}

/* line 1548, app/assets/stylesheets/dashboard/broadcasts.scss */
#send-to-container {
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

/* line 1553, app/assets/stylesheets/dashboard/broadcasts.scss */
#send-to-container .broadcast_segment_audience {
  margin: 0;
}

/* line 1558, app/assets/stylesheets/dashboard/broadcasts.scss */
#broadcast_segment_attributes_type {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #114b5f;
  border: 0px;
  outline: 0px;
  border-radius: 0;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 15px;
  height: 48px;
  min-width: 202px;
  overflow: hidden;
}

/* line 1573, app/assets/stylesheets/dashboard/broadcasts.scss */
#segment-tags-container {
  height: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: auto;
}

/* line 1580, app/assets/stylesheets/dashboard/broadcasts.scss */
#segment-tags-container.show-tag-input {
  visibility: visible !important;
}

/* line 1584, app/assets/stylesheets/dashboard/broadcasts.scss */
#segment-tags-container.hide-tag-input {
  visibility: hidden !important;
  height: 0;
}

/* line 1589, app/assets/stylesheets/dashboard/broadcasts.scss */
#segment-tags-container #segment-selections-container {
  margin-top: 5px;
}

/* line 1594, app/assets/stylesheets/dashboard/broadcasts.scss */
#segment-selections-container,
#audience_summary_tags {
  flex-wrap: wrap;
}

/* line 1600, app/assets/stylesheets/dashboard/broadcasts.scss */
#segment-selections-container.all-tags .tag-selection__choice,
#audience_summary_tags.all-tags .tag-selection__choice {
  border-radius: 0;
  margin: 10px 0 0 0;
}

/* line 1606, app/assets/stylesheets/dashboard/broadcasts.scss */
#segment-selections-container.all-tags div:first-child,
#audience_summary_tags.all-tags div:first-child {
  border-radius: 100px 0px 0px 100px;
  margin-right: 0;
}

/* line 1611, app/assets/stylesheets/dashboard/broadcasts.scss */
#segment-selections-container.all-tags div:last-child,
#audience_summary_tags.all-tags div:last-child {
  border-radius: 0px 100px 100px 0px;
  margin-left: 0;
}

/* line 1616, app/assets/stylesheets/dashboard/broadcasts.scss */
#segment-selections-container.all-tags div:only-child,
#audience_summary_tags.all-tags div:only-child {
  border-radius: 100px;
  margin: 10px 8px 0 0;
}

/* line 1624, app/assets/stylesheets/dashboard/broadcasts.scss */
.segment-type__container {
  width: 100%;
  border: 1px;
  margin-bottom: 1rem;
}

/* line 1630, app/assets/stylesheets/dashboard/broadcasts.scss */
.segment-type__dropdown-button {
  align-items: center;
  border: 0px;
  outline: 0px;
  border-radius: 3px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  height: 48px;
  min-width: 225px;
  padding: 16px 12px;
  display: flex;
  justify-content: space-between;
}

/* line 1643, app/assets/stylesheets/dashboard/broadcasts.scss */
.segment-type__dropdown-button:focus {
  border-radius: 0;
  border: 0px;
  outline: 0px;
}

/* line 1650, app/assets/stylesheets/dashboard/broadcasts.scss */
.segment-type__label {
  color: #343d3f;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

/* line 1657, app/assets/stylesheets/dashboard/broadcasts.scss */
.segment-type__menu {
  box-shadow: none;
  border: 0px;
  border-radius: 0;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  padding: 0;
  margin: 0;
}

/* line 1666, app/assets/stylesheets/dashboard/broadcasts.scss */
.segment-type__menu.dropdown-menu {
  flex-direction: column;
  width: 100%;
}

/* line 1672, app/assets/stylesheets/dashboard/broadcasts.scss */
.segment-type__option {
  align-items: center;
  border-right: 1px solid;
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-color: #d1d5db;
  display: flex;
  height: 40px;
  justify-content: space-between;
  min-width: 225px;
  padding: 0px 10px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

/* line 1686, app/assets/stylesheets/dashboard/broadcasts.scss */
.segment-type__option.disabled {
  color: #809093;
  pointer-events: none;
}

/* line 1692, app/assets/stylesheets/dashboard/broadcasts.scss */
.segment-type__option-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  pointer-events: none;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: black;
}

/* line 1702, app/assets/stylesheets/dashboard/broadcasts.scss */
.segment-type__option-subtext {
  font-size: 11px;
  font-weight: 400;
}

/* line 1708, app/assets/stylesheets/dashboard/broadcasts.scss */
.segment-type__option-subtext {
  pointer-events: none;
}

/* line 1713, app/assets/stylesheets/dashboard/broadcasts.scss */
li.select2-search.select2-search--inline.expand {
  width: 100%;
}

/* line 1717, app/assets/stylesheets/dashboard/broadcasts.scss */
li.select2-search.select2-search--inline .select2-search__field {
  font-family: "Inter", sans-serif;
  font-size: 16px;
}

/* line 1721, app/assets/stylesheets/dashboard/broadcasts.scss */
li.select2-search.select2-search--inline .select2-search__field.expand {
  width: 100%;
}

/* line 1725, app/assets/stylesheets/dashboard/broadcasts.scss */
li.select2-search.select2-search--inline .select2-search__field::-moz-placeholder {
  color: #809093;
  font-size: 15px;
  line-height: 1.47;
  width: 100% !important;
}
li.select2-search.select2-search--inline .select2-search__field::placeholder {
  color: #809093;
  font-size: 15px;
  line-height: 1.47;
  width: 100% !important;
}

/* line 1734, app/assets/stylesheets/dashboard/broadcasts.scss */
#segment-type-dropdown {
  width: 100%;
}

/* line 1738, app/assets/stylesheets/dashboard/broadcasts.scss */
#segment-dropdown {
  width: 100%;
  border: 1px solid #d1d5d8;
  background-color: #ffffff;
}

/* line 1744, app/assets/stylesheets/dashboard/broadcasts.scss */
#segment-dropdown svg path {
  stroke: #9ca3af;
  stroke-width: 1.5;
}

/* line 1752, app/assets/stylesheets/dashboard/broadcasts.scss */
.broadcast .top-row {
  flex-wrap: wrap;
  font-size: 0.813rem;
  font-weight: 500;
}

/* line 1757, app/assets/stylesheets/dashboard/broadcasts.scss */
.broadcast .top-row .badge {
  line-height: 1.35;
  min-height: 2rem;
}

/* line 1763, app/assets/stylesheets/dashboard/broadcasts.scss */
.broadcast .middle-row {
  font-size: 0.875rem;
  background-color: #f3f4f6;
}

/* line 1768, app/assets/stylesheets/dashboard/broadcasts.scss */
.broadcast .bottom-row {
  font-size: 0.813rem;
}

/* line 1774, app/assets/stylesheets/dashboard/broadcasts.scss */
.list-view-item.broadcast .message-time {
  color: #6b7280;
}

/* line 1777, app/assets/stylesheets/dashboard/broadcasts.scss */
.list-view-item.broadcast .message-time time {
  white-space: nowrap;
  color: #374151;
}

/* line 1784, app/assets/stylesheets/dashboard/broadcasts.scss */
.list-view-item.broadcast.scheduled .segment-recipients-badge {
  background-color: #f5f3ff;
  color: #4c1d95;
}

/* line 1791, app/assets/stylesheets/dashboard/broadcasts.scss */
.list-view-item.broadcast.draft .segment-recipients-badge {
  background-color: #f3f4f6;
  color: #374151;
}

/* line 1799, app/assets/stylesheets/dashboard/broadcasts.scss */
.list-view-item.broadcast.published .segment-recipients-badge, .list-view-item.broadcast.publishing .segment-recipients-badge {
  background-color: #eff6ff;
  color: #1e3a8a;
}

/* line 1805, app/assets/stylesheets/dashboard/broadcasts.scss */
.list-view-item.broadcast .middle-container {
  order: 3;
  flex-shrink: 2;
}

/* line 1810, app/assets/stylesheets/dashboard/broadcasts.scss */
.list-view-item.broadcast .flex-break {
  flex-basis: 100%;
  width: 0;
}

/* line 1819, app/assets/stylesheets/dashboard/broadcasts.scss */
.list-view-item.broadcast.published .segment-recipients-badge, .list-view-item.broadcast.publishing .segment-recipients-badge, .list-view-item.broadcast.draft .segment-recipients-badge, .list-view-item.broadcast.scheduled .segment-recipients-badge {
  font-weight: 400;
  white-space: normal;
  border-radius: 1rem;
}

/* line 1824, app/assets/stylesheets/dashboard/broadcasts.scss */
.list-view-item.broadcast.published .segment-recipients-badge .recipients, .list-view-item.broadcast.publishing .segment-recipients-badge .recipients, .list-view-item.broadcast.draft .segment-recipients-badge .recipients, .list-view-item.broadcast.scheduled .segment-recipients-badge .recipients {
  font-weight: 700;
}

/* line 1828, app/assets/stylesheets/dashboard/broadcasts.scss */
.list-view-item.broadcast.published .segment-recipients-badge__icon, .list-view-item.broadcast.publishing .segment-recipients-badge__icon, .list-view-item.broadcast.draft .segment-recipients-badge__icon, .list-view-item.broadcast.scheduled .segment-recipients-badge__icon {
  min-width: 1rem;
  min-height: 1rem;
  margin-right: 0.375rem;
  height: 1rem;
  width: 1rem;
}

/* line 1836, app/assets/stylesheets/dashboard/broadcasts.scss */
.list-view-item.broadcast.published .segment-recipients-badge__text, .list-view-item.broadcast.publishing .segment-recipients-badge__text, .list-view-item.broadcast.draft .segment-recipients-badge__text, .list-view-item.broadcast.scheduled .segment-recipients-badge__text {
  line-height: 1.35;
  text-align: left;
  white-space: normal;
  margin-bottom: 0;
}

/* line 1846, app/assets/stylesheets/dashboard/broadcasts.scss */
.list-view-item.broadcast .message-body a {
  color: #2563eb;
}

/* line 1851, app/assets/stylesheets/dashboard/broadcasts.scss */
.list-view-item.broadcast .message-attachments {
  position: relative;
}

/* line 1855, app/assets/stylesheets/dashboard/broadcasts.scss */
.list-view-item.broadcast .message-attachments .attachment-preview img {
  width: 4.125rem;
  height: 4.125rem;
  max-width: 4.125rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.188rem;
  border: 0.063rem solid #d1d5db;
}

/* line 1865, app/assets/stylesheets/dashboard/broadcasts.scss */
.list-view-item.broadcast .message-attachments .generic-attachment {
  background-color: #d1d5db;
  width: 4.125rem;
  height: 4.125rem;
  max-width: 4.125rem;
  border-radius: 0.188rem;
}

/* line 1873, app/assets/stylesheets/dashboard/broadcasts.scss */
.list-view-item.broadcast .message-attachments .attachments-count {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.188rem;
  border: 0.063rem solid #d1d5db;
  padding-right: 0.313rem;
  width: 4.125rem;
  height: 4.125rem;
  flex-wrap: wrap;
  z-index: 2;
  background-color: rgba(31, 41, 55, 0.4);
  color: #ffffff;
  font-weight: 700;
}

/* line 1890, app/assets/stylesheets/dashboard/broadcasts.scss */
.list-view-item.broadcast .broadcast-metrics {
  color: #1f2937;
}

/* line 1893, app/assets/stylesheets/dashboard/broadcasts.scss */
.list-view-item.broadcast .broadcast-metrics .metrics-icon, .list-view-item.broadcast .broadcast-metrics .empty-metrics-icon {
  color: #4b5563;
  background-color: #f3f4f6;
}

/* line 1897, app/assets/stylesheets/dashboard/broadcasts.scss */
.list-view-item.broadcast .broadcast-metrics .metrics-icon svg, .list-view-item.broadcast .broadcast-metrics .empty-metrics-icon svg {
  margin: 0.5rem;
}

/* line 1903, app/assets/stylesheets/dashboard/broadcasts.scss */
.list-view-item.broadcast .broadcast-metrics .empty-metrics-icon svg {
  opacity: .8;
}

/* line 1908, app/assets/stylesheets/dashboard/broadcasts.scss */
.list-view-item.broadcast .broadcast-metrics .empty-metrics-text {
  color: #6B7280;
}

/* line 1912, app/assets/stylesheets/dashboard/broadcasts.scss */
.list-view-item.broadcast .broadcast-metrics p {
  font-weight: 500;
}

/* line 1916, app/assets/stylesheets/dashboard/broadcasts.scss */
.list-view-item.broadcast .broadcast-metrics span {
  font-weight: 700;
}

/* line 1921, app/assets/stylesheets/dashboard/broadcasts.scss */
.list-view-item.broadcast .metrics-badge {
  cursor: pointer;
  border-radius: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 6px;
  padding-right: 6px;
}

/* line 1929, app/assets/stylesheets/dashboard/broadcasts.scss */
.list-view-item.broadcast .metrics-badge:hover {
  background-color: #f3f4f6;
}

/* line 1934, app/assets/stylesheets/dashboard/broadcasts.scss */
.list-view-item.broadcast .replies-btn,
.list-view-item.broadcast .edit-btn {
  color: #1f2937;
  border: 0.063rem solid #1f2937;
}

/* line 1939, app/assets/stylesheets/dashboard/broadcasts.scss */
.list-view-item.broadcast .replies-btn .icon,
.list-view-item.broadcast .edit-btn .icon {
  margin-right: 0.375rem;
}

/* line 1943, app/assets/stylesheets/dashboard/broadcasts.scss */
.list-view-item.broadcast .replies-btn p,
.list-view-item.broadcast .edit-btn p {
  font-weight: 500;
}

/* line 1947, app/assets/stylesheets/dashboard/broadcasts.scss */
.list-view-item.broadcast .replies-btn span,
.list-view-item.broadcast .edit-btn span {
  font-weight: 700;
}

/* line 1951, app/assets/stylesheets/dashboard/broadcasts.scss */
.list-view-item.broadcast .replies-btn:hover,
.list-view-item.broadcast .edit-btn:hover {
  background-color: #f3f4f6;
}

/* line 1955, app/assets/stylesheets/dashboard/broadcasts.scss */
.list-view-item.broadcast .replies-btn.publishing,
.list-view-item.broadcast .edit-btn.publishing {
  pointer-events: none;
}

/* line 1960, app/assets/stylesheets/dashboard/broadcasts.scss */
.list-view-item.broadcast .replies-btn.disabled {
  opacity: 0.6;
  cursor: default;
}

/* line 1964, app/assets/stylesheets/dashboard/broadcasts.scss */
.list-view-item.broadcast .replies-btn.disabled span {
  font-weight: 500;
}

/* line 1968, app/assets/stylesheets/dashboard/broadcasts.scss */
.list-view-item.broadcast .replies-btn.disabled:hover {
  background-color: white;
}

/* line 1974, app/assets/stylesheets/dashboard/broadcasts.scss */
.shortlink-button-click {
  cursor: pointer;
  z-index: 1000;
}

/* line 1979, app/assets/stylesheets/dashboard/broadcasts.scss */
.shortlink-button-trailing {
  cursor: pointer;
  display: none;
  z-index: 1000;
}

@media (max-width: 360px) {
  /* line 1987, app/assets/stylesheets/dashboard/broadcasts.scss */
  .modal .modal-dialog {
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media (max-height: 823px) {
  /* line 1994, app/assets/stylesheets/dashboard/broadcasts.scss */
  .modal-dialog-centered {
    align-items: baseline;
  }
}

@media (min-height: 823px) {
  /* line 2003, app/assets/stylesheets/dashboard/broadcasts.scss */
  #broadcast_preview_modal.iphone .modal-dialog .modal-content,
#empty_broadcast_preview_modal.iphone .modal-dialog .modal-content {
    height: inherit;
  }
}

@media (min-height: 848px) {
  /* line 2014, app/assets/stylesheets/dashboard/broadcasts.scss */
  #broadcast_preview_modal.android .modal-dialog .modal-content,
#empty_broadcast_preview_modal.android .modal-dialog .modal-content {
    height: inherit;
  }
}

@media (min-width: 576px) {
  /* line 2023, app/assets/stylesheets/dashboard/broadcasts.scss */
  #broadcast_composer_form .form-ui-card {
    height: calc(100dvh - 64px - 30px - 24px);
    max-height: 763px;
    margin-bottom: 1.5rem;
  }
  /* line 2031, app/assets/stylesheets/dashboard/broadcasts.scss */
  .simple_form .attached-v-card {
    width: 486px;
  }
  /* line 2047, app/assets/stylesheets/dashboard/broadcasts.scss */
  .simple_form #schedule_form_modal .attached-v-card,
.simple_form #audience_form_modal .attached-v-card,
.simple_form #tags_form_modal .attached-v-card,
.simple_form #shortlinks_form_modal .attached-v-card,
.simple_form #broadcast_preview_modal .attached-v-card,
.simple_form #empty_broadcast_preview_modal .attached-v-card,
.simple_form #confirm_delete_modal .attached-v-card,
.simple_form #confirm_send_modal .attached-v-card,
.simple_form #confirm_send_links_modal .attached-v-card,
.simple_form #confirm_schedule_links_modal .attached-v-card,
.simple_form .broadcast-ctrs-modal .attached-v-card,
.simple_form .deactivate-modal .attached-v-card {
    width: 486px;
  }
  /* line 2051, app/assets/stylesheets/dashboard/broadcasts.scss */
  .simple_form #schedule_form_modal .modal-dialog,
.simple_form #audience_form_modal .modal-dialog,
.simple_form #tags_form_modal .modal-dialog,
.simple_form #shortlinks_form_modal .modal-dialog,
.simple_form #broadcast_preview_modal .modal-dialog,
.simple_form #empty_broadcast_preview_modal .modal-dialog,
.simple_form #confirm_delete_modal .modal-dialog,
.simple_form #confirm_send_modal .modal-dialog,
.simple_form #confirm_send_links_modal .modal-dialog,
.simple_form #confirm_schedule_links_modal .modal-dialog,
.simple_form .broadcast-ctrs-modal .modal-dialog,
.simple_form .deactivate-modal .modal-dialog {
    margin: 1.75rem auto;
    position: relative;
    height: initial;
  }
  /* line 2054, app/assets/stylesheets/dashboard/broadcasts.scss */
  .simple_form #schedule_form_modal .modal-dialog .modal-content,
.simple_form #audience_form_modal .modal-dialog .modal-content,
.simple_form #tags_form_modal .modal-dialog .modal-content,
.simple_form #shortlinks_form_modal .modal-dialog .modal-content,
.simple_form #broadcast_preview_modal .modal-dialog .modal-content,
.simple_form #empty_broadcast_preview_modal .modal-dialog .modal-content,
.simple_form #confirm_delete_modal .modal-dialog .modal-content,
.simple_form #confirm_send_modal .modal-dialog .modal-content,
.simple_form #confirm_send_links_modal .modal-dialog .modal-content,
.simple_form #confirm_schedule_links_modal .modal-dialog .modal-content,
.simple_form .broadcast-ctrs-modal .modal-dialog .modal-content,
.simple_form .deactivate-modal .modal-dialog .modal-content {
    width: 380px;
  }
  /* line 2073, app/assets/stylesheets/dashboard/broadcasts.scss */
  .simple_form #tags_form_modal .modal-dialog .modal-content,
.simple_form #shortlinks_form_modal .modal-dialog .modal-content,
.simple_form #audience_form_modal .modal-dialog .modal-content,
.simple_form #confirm_delete_modal .modal-dialog .modal-content,
.simple_form #confirm_send_modal .modal-dialog .modal-content,
.simple_form #confirm_send_links_modal .modal-dialog .modal-content,
.simple_form #confirm_schedule_links_modal .modal-dialog .modal-content,
.simple_form .broadcast-ctrs-modal .modal-dialog .modal-content,
.simple_form .deactivate-modal .modal-dialog .modal-content {
    width: 480px;
  }
  /* line 2081, app/assets/stylesheets/dashboard/broadcasts.scss */
  .simple_form #broadcast_preview_modal .modal-dialog,
.simple_form #empty_broadcast_preview_modal .modal-dialog {
    width: auto;
  }
  /* line 2085, app/assets/stylesheets/dashboard/broadcasts.scss */
  .simple_form #broadcast_preview_modal .modal-content,
.simple_form #empty_broadcast_preview_modal .modal-content {
    height: 793px;
  }
  /* line 2088, app/assets/stylesheets/dashboard/broadcasts.scss */
  .simple_form #broadcast_preview_modal .modal-content .modal-body,
.simple_form #empty_broadcast_preview_modal .modal-content .modal-body {
    height: 725px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  /* line 2099, app/assets/stylesheets/dashboard/broadcasts.scss */
  .simple_form .attached-v-card {
    width: 332px;
  }
  /* line 2104, app/assets/stylesheets/dashboard/broadcasts.scss */
  .simple_form #composer_left_tray .left-tray-nav {
    display: none;
  }
  /* line 2109, app/assets/stylesheets/dashboard/broadcasts.scss */
  .simple_form #broadcast_attach_v_card_tray + label {
    margin-left: 0.3rem;
  }
  /* line 2113, app/assets/stylesheets/dashboard/broadcasts.scss */
  .simple_form #composer_right_tray {
    margin-left: auto;
    padding-right: 1px;
  }
  /* line 2118, app/assets/stylesheets/dashboard/broadcasts.scss */
  .simple_form #composer_submit_tray {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: 0;
    padding-left: 0;
  }
  /* line 2123, app/assets/stylesheets/dashboard/broadcasts.scss */
  .simple_form #composer_submit_tray #save_draft_or_changes_button,
.simple_form #composer_submit_tray #send_broadcast_modal_button {
    margin-top: 0;
    width: auto;
    margin-left: 8px;
  }
  /* line 2133, app/assets/stylesheets/dashboard/broadcasts.scss */
  .broadcast .top-row {
    flex-wrap: nowrap;
  }
  /* line 2139, app/assets/stylesheets/dashboard/broadcasts.scss */
  .list-view-item.broadcast .middle-container {
    order: 2;
    width: auto;
    margin-right: auto;
  }
  /* line 2145, app/assets/stylesheets/dashboard/broadcasts.scss */
  .list-view-item.broadcast .right-container {
    order: 3;
  }
  /* line 2149, app/assets/stylesheets/dashboard/broadcasts.scss */
  .list-view-item.broadcast .flex-break {
    display: none;
  }
  /* line 2154, app/assets/stylesheets/dashboard/broadcasts.scss */
  #send-to-container {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

@media (min-width: 992px) {
  /* line 2162, app/assets/stylesheets/dashboard/broadcasts.scss */
  .simple_form .attached-v-card {
    width: 372px;
  }
}

@font-face {
  font-family: "SF Pro Text";
  src: local("SF Pro Text Regular"), local("SFProText-Regular"), url(https://dvxibnalv7pan.cloudfront.net/assets/hinted-SFProText-Regular-513f3c021d8079117e9a8f496e8e76c6b053bb01d76b8b544030f67ae4899bf4.woff2) format("woff2"), url(https://dvxibnalv7pan.cloudfront.net/assets/hinted-SFProText-Regular-3684fc16d6a764ba32ecde1667775d40f13a94ce4f245a50c36301b8303d55b1.woff) format("woff"), url(https://dvxibnalv7pan.cloudfront.net/assets/hinted-SFProText-Regular-06cf29f28be7eecf0015f2a94f5339600cb2b5277b3e158d6baaaef6045e5cec.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Regular";
  src: local("Roboto Regular"), local("Roboto-Regular"), url(https://dvxibnalv7pan.cloudfront.net/assets/Roboto-Regular-89ecbf9b89004c762e0542b0df5438558308794cf4fc7260713cb74d82e5fa11.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto Medium";
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://dvxibnalv7pan.cloudfront.net/assets/Roboto-Medium-42ab30547c15ce8871deebbd6fd5b14768a56120d25833793fc0b01c2977d2cd.ttf) format("truetype");
}

/* line 24, app/assets/stylesheets/dashboard/surveys.scss */
.answer-choice-tag input {
  height: 38px;
}

/* line 29, app/assets/stylesheets/dashboard/surveys.scss */
.survey {
  padding: 1.5rem;
}

/* line 32, app/assets/stylesheets/dashboard/surveys.scss */
.survey .top-row {
  flex-wrap: wrap;
  font-size: 0.813rem;
  font-weight: 500;
}

/* line 37, app/assets/stylesheets/dashboard/surveys.scss */
.survey .top-row .survey-badge, .survey .top-row .trigger-badge {
  font-weight: 700;
  white-space: normal;
  border-radius: 1rem;
  margin-right: .5rem;
  line-height: 1.35;
  min-height: 2rem;
  font-size: 13px;
}

/* line 46, app/assets/stylesheets/dashboard/surveys.scss */
.survey .top-row .survey-badge.active, .survey .top-row .trigger-badge.active {
  background-color: #eff6ff;
  color: #1e3a8a;
}

/* line 51, app/assets/stylesheets/dashboard/surveys.scss */
.survey .top-row .survey-badge.draft, .survey .top-row .survey-badge.trigger, .survey .top-row .trigger-badge.draft, .survey .top-row .trigger-badge.trigger {
  background-color: #f3f4f6;
  color: #374151;
}

/* line 56, app/assets/stylesheets/dashboard/surveys.scss */
.survey .top-row .survey-badge.trigger, .survey .top-row .trigger-badge.trigger {
  font-weight: 500;
}

/* line 60, app/assets/stylesheets/dashboard/surveys.scss */
.survey .top-row .survey-badge.closed, .survey .top-row .trigger-badge.closed {
  background-color: #f5f3ff;
  color: #4c1d95;
}

/* line 65, app/assets/stylesheets/dashboard/surveys.scss */
.survey .top-row .survey-badge .survey-badge__icon, .survey .top-row .trigger-badge .survey-badge__icon {
  min-width: 1rem;
  min-height: 1rem;
  margin-right: 0.2rem;
  height: 1rem;
  width: 1rem;
}

/* line 75, app/assets/stylesheets/dashboard/surveys.scss */
.survey .middle-row {
  font-size: 0.875rem;
  background-color: #f3f4f6;
}

/* line 80, app/assets/stylesheets/dashboard/surveys.scss */
.survey .middle-row .survey-body .survey-name {
  font-weight: 600;
}

/* line 85, app/assets/stylesheets/dashboard/surveys.scss */
.survey .middle-row .survey-body .survey-questions .survey-question {
  margin-bottom: 0.375rem;
  font-weight: 400;
}

/* line 89, app/assets/stylesheets/dashboard/surveys.scss */
.survey .middle-row .survey-body .survey-questions .survey-question span {
  margin-right: 0.375rem;
  font-weight: 600;
  color: #6b7280;
}

/* line 96, app/assets/stylesheets/dashboard/surveys.scss */
.survey .middle-row .survey-body .survey-questions :last-child {
  margin-bottom: 0;
}

/* line 103, app/assets/stylesheets/dashboard/surveys.scss */
.survey .bottom-row {
  font-size: 0.813rem;
}

/* line 108, app/assets/stylesheets/dashboard/surveys.scss */
.survey .bottom-row .survey-metrics .metric {
  margin-right: .25rem;
  padding: 0.188rem 0.375rem;
}

/* line 113, app/assets/stylesheets/dashboard/surveys.scss */
.survey .bottom-row .survey-metrics svg {
  color: #6b7280 !important;
  margin-right: .25rem;
  display: flex;
}

/* line 119, app/assets/stylesheets/dashboard/surveys.scss */
.survey .bottom-row .survey-metrics .participants-total, .survey .bottom-row .survey-metrics .completion-rate-percentage {
  font-weight: 700;
  margin-right: 0.125rem;
}

/* line 124, app/assets/stylesheets/dashboard/surveys.scss */
.survey .bottom-row .survey-metrics .metrics-placeholder {
  color: #6b7280;
}

/* line 129, app/assets/stylesheets/dashboard/surveys.scss */
.survey .bottom-row .results-btn {
  width: 95%;
}

/* line 133, app/assets/stylesheets/dashboard/surveys.scss */
.survey .bottom-row .survey-actions {
  margin-left: 0.625rem;
}

/* line 136, app/assets/stylesheets/dashboard/surveys.scss */
.survey .bottom-row .survey-actions a:hover {
  text-decoration: none;
}

/* line 140, app/assets/stylesheets/dashboard/surveys.scss */
.survey .bottom-row .survey-actions .survey-more {
  font-size: 1.5rem;
}

/* line 144, app/assets/stylesheets/dashboard/surveys.scss */
.survey .bottom-row .survey-actions .dropdown-menu {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 148, app/assets/stylesheets/dashboard/surveys.scss */
.survey .bottom-row .survey-actions .dropdown-menu.show {
  top: 0.625rem !important;
}

/* line 152, app/assets/stylesheets/dashboard/surveys.scss */
.survey .bottom-row .survey-actions .dropdown-menu .dropdown-item {
  color: #343d3f;
  font-size: 14px;
  padding-left: 0;
}

/* line 157, app/assets/stylesheets/dashboard/surveys.scss */
.survey .bottom-row .survey-actions .dropdown-menu .dropdown-item:focus, .survey .bottom-row .survey-actions .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}

/* line 165, app/assets/stylesheets/dashboard/surveys.scss */
.survey .survey-time {
  color: #6b7280;
}

/* line 168, app/assets/stylesheets/dashboard/surveys.scss */
.survey .survey-time time {
  white-space: nowrap;
  color: #374151;
}

/* line 176, app/assets/stylesheets/dashboard/surveys.scss */
.deactivate-modal .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

/* line 181, app/assets/stylesheets/dashboard/surveys.scss */
.deactivate-modal .modal-dialog .modal-content {
  margin: 0 auto;
  height: inherit;
  width: inherit;
  padding: 0px 30px 10px 30px;
}

/* line 188, app/assets/stylesheets/dashboard/surveys.scss */
.deactivate-modal .modal-dialog .modal-header {
  padding: 1.5rem 0;
}

/* line 192, app/assets/stylesheets/dashboard/surveys.scss */
.deactivate-modal .modal-dialog .modal-body {
  font-size: 14px;
  text-align: start;
  padding: 0;
  margin-bottom: 1rem;
}

/* line 199, app/assets/stylesheets/dashboard/surveys.scss */
.deactivate-modal .modal-dialog .modal-footer {
  justify-content: left;
  margin: 0;
  padding: 0 0 1rem 0;
}

/* line 204, app/assets/stylesheets/dashboard/surveys.scss */
.deactivate-modal .modal-dialog .modal-footer .btn {
  font-size: 14px;
  font-weight: 500;
  padding-top: 8px;
  padding-bottom: 8px;
}

/* line 211, app/assets/stylesheets/dashboard/surveys.scss */
.deactivate-modal .modal-dialog .modal-footer .cancel-button {
  border: 1px solid #d1d5dB;
  color: #4b5563;
  width: 46%;
  margin-left: 0;
  margin-right: 0.75rem;
}

/* line 218, app/assets/stylesheets/dashboard/surveys.scss */
.deactivate-modal .modal-dialog .modal-footer .cancel-button:hover {
  background-color: #f3f4f6;
}

/* line 223, app/assets/stylesheets/dashboard/surveys.scss */
.deactivate-modal .modal-dialog .modal-footer #submit_cancel_survey {
  width: 46%;
  margin-left: 0px;
}

/* line 227, app/assets/stylesheets/dashboard/surveys.scss */
.deactivate-modal .modal-dialog .modal-footer #submit_cancel_survey:hover {
  background-color: #dc2626;
}

/* line 235, app/assets/stylesheets/dashboard/surveys.scss */
.survey-results-metrics-sidebar {
  background-color: #f9fafb;
}

/* line 240, app/assets/stylesheets/dashboard/surveys.scss */
.survey-results-details-section .survey-results-progress-bar {
  background: #e5e7eb;
  border: none;
  border-radius: 100px;
  height: 5px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/* line 251, app/assets/stylesheets/dashboard/surveys.scss */
.survey-results-details-section .survey-results-progress-bar.highest-rate {
  background: #bfdbfe;
}

/* line 255, app/assets/stylesheets/dashboard/surveys.scss */
.survey-results-details-section .survey-results-progress-bar::-moz-progress-bar {
  background: #6b7280;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  height: 5px;
}

/* line 261, app/assets/stylesheets/dashboard/surveys.scss */
.survey-results-details-section .survey-results-progress-bar.highest-rate::-moz-progress-bar {
  background: #3b82f6;
}

/* line 267, app/assets/stylesheets/dashboard/surveys.scss */
.survey-results-details-section progress[value]::-webkit-progress-bar {
  background-color: #e5e7eb;
  border-radius: 100px;
  height: 5px;
  margin: 0 auto;
}

/* line 273, app/assets/stylesheets/dashboard/surveys.scss */
.survey-results-details-section progress.highest-rate[value]::-webkit-progress-bar {
  background-color: #bfdbfe;
}

/* line 278, app/assets/stylesheets/dashboard/surveys.scss */
.survey-results-details-section progress[value]::-webkit-progress-value {
  background-color: #6b7280;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  height: 5px;
}

/* line 284, app/assets/stylesheets/dashboard/surveys.scss */
.survey-results-details-section progress.highest-rate[value]::-webkit-progress-value {
  background-color: #3b82f6;
}

/* line 290, app/assets/stylesheets/dashboard/surveys.scss */
.survey-hr {
  border-top-color: #e5e7eb;
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}

/* line 296, app/assets/stylesheets/dashboard/surveys.scss */
.survey-hr-2 {
  border-top-color: #d1d5db;
}

/* line 300, app/assets/stylesheets/dashboard/surveys.scss */
.survey-btn {
  background-color: #fff;
  color: #1f2937;
  border: 0.063rem solid #1f2937;
  font-weight: 500;
}

/* line 306, app/assets/stylesheets/dashboard/surveys.scss */
.survey-btn .action-icon {
  margin-right: 0.375rem;
}

/* line 310, app/assets/stylesheets/dashboard/surveys.scss */
.survey-btn span {
  font-weight: 700;
  padding-right: 0.2rem;
}

/* line 315, app/assets/stylesheets/dashboard/surveys.scss */
.survey-btn:hover {
  background-color: #f3f4f6;
}

/* line 320, app/assets/stylesheets/dashboard/surveys.scss */
.survey-tags-icon-container {
  background-color: #e5e7eb;
  border-radius: 3px;
  height: 18px;
  width: 18px;
  padding: 1px;
}

@media (min-width: 576px) {
  /* line 330, app/assets/stylesheets/dashboard/surveys.scss */
  .deactivate-modal .modal-dialog {
    margin: 1.75rem auto;
    position: relative;
    height: initial;
  }
  /* line 335, app/assets/stylesheets/dashboard/surveys.scss */
  .deactivate-modal .modal-dialog .modal-content {
    width: 420px;
  }
}

@media (min-width: 768px) {
  /* line 344, app/assets/stylesheets/dashboard/surveys.scss */
  .bottom-row .results-btn {
    width: auto;
  }
}

/* line 351, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form a:hover {
  text-decoration: none;
}

/* line 355, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card {
  margin-bottom: 0;
}

/* line 359, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form label.label-with-hint {
  margin-bottom: 4px;
}

/* line 363, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .survey-card-body {
  padding: 16px;
  border: 1px solid #d1d5db;
  border-top: none;
  border-radius: 0 0 3px 3px;
}

/* line 370, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .survey-remove-button {
  color: #6b7280;
  height: 30px;
  width: 30px;
  padding: 3px;
}

/* line 376, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .survey-remove-button.disabled {
  opacity: 0.3;
  border: 1px solid #d1d5db;
}

/* line 381, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .survey-remove-button:hover:not(.disabled) {
  border: 1px solid #F87171;
  color: #F87171;
  background: #FEE2E2;
}

/* line 388, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .left-icons {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 16px;
  max-width: 83%;
}

/* line 395, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .left-icons .graphic {
  height: 30px;
  width: 30px;
  font-size: 12px;
  border-radius: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  color: #6b7280;
  background: var(--Gray-200, #E5E7EB);
  font-weight: 600;
  line-height: 30px;
  flex-shrink: 0;
}

/* line 411, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .left-icons .graphic.warning {
  display: none;
}

/* line 417, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .error-report {
  display: none;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}

/* line 424, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .answer-choices {
  background: #f9fafb;
  padding: 12px 8px 12px 12px;
  border-radius: 3px;
  border: 1px solid #e5e7eb;
}

/* line 431, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .answer-choice {
  margin-bottom: 0;
}

/* line 435, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .view-preview-banner {
  display: flex;
  align-items: center;
  background: #f9fafb;
  gap: 10px;
  padding: 6px 12px;
  margin-bottom: 16px;
  line-height: 20px;
}

/* line 445, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .remove-answer-choice-button {
  height: 38px;
  width: 38px;
  padding: 7px;
}

/* line 450, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .remove-answer-choice-button.disabled {
  opacity: 0.3;
  border: 1px solid #d1d5db;
  cursor: not-allowed;
}

/* line 457, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .text-label, #survey_composer_form .question-label {
  flex-grow: 1;
  flex-shrink: 100;
  min-width: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}

/* line 467, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .add-answer-choice-input {
  color: #9ca3af;
  border: 1px dashed #d1d5dB;
}

/* line 473, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .survey-card-body .input {
  margin-bottom: 16px;
}

/* line 478, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .error-notification {
  display: flex;
  padding: 8px 12px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 3px;
  background: #fefce8;
  color: #713f12;
}

/* line 488, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .error-notification .error-notification-icon {
  background-color: #fef08a;
  border-radius: 100px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4px;
}

/* line 499, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-header {
  display: flex;
  padding: 0 24px;
  background-color: white;
}

/* line 504, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-header .card-title {
  padding-left: 0;
  padding-top: 24px;
  padding-bottom: 16px;
}

/* line 510, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-header .form-header {
  flex-grow: 1;
  border-bottom: 1px solid #E5E7EB;
}

/* line 516, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body {
  margin-top: 16px;
  padding-bottom: 0;
  padding: 0 24px;
}

/* line 521, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .row {
  max-height: 100%;
}

/* line 525, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .survey-form-container {
  max-height: 100%;
  overflow: auto;
}

/* line 529, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .survey-form-container::-webkit-scrollbar {
  display: none;
}

/* line 534, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .survey-input-container {
  padding-right: 0;
}

/* line 538, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .survey-preview {
  padding-left: 0;
}

/* line 541, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .survey-preview .campaign-avatar {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 546, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .survey-preview .campaign-avatar .preview-avatar {
  top: 75px;
  left: 200px;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: border 0.15s ease-in-out;
}

/* line 556, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .survey-preview::-webkit-scrollbar {
  display: none;
}

/* line 562, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .form-input {
  flex-grow: 1;
  max-width: 100%;
}

/* line 566, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .form-input .survey-form.accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: auto;
}

/* line 573, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .form-input .survey-form.accordion .survey-card p.form-text.text-muted {
  margin-top: 0;
  margin-bottom: 8px;
  color: #6b7280 !important;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

/* line 585, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .form-input .survey-form.accordion .survey-card label {
  font-weight: 600;
}

/* line 591, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .form-input .survey-form.accordion .survey-card:has(.show) .survey-card-header:hover .graphic {
  border: 1px solid #d1d5db;
}

/* line 599, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .form-input .survey-form.accordion .survey-card:has(.show) .survey-card-caret-down, #survey_composer_form .card-body .form-input .survey-form.accordion .survey-card:has(.collapsing) .survey-card-caret-down {
  display: none;
}

/* line 603, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .form-input .survey-form.accordion .survey-card:has(.show) .survey-card-caret-up, #survey_composer_form .card-body .form-input .survey-form.accordion .survey-card:has(.collapsing) .survey-card-caret-up {
  display: block;
}

/* line 608, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .form-input .survey-form.accordion .survey-card:has(.show) .left-icons .graphic, #survey_composer_form .card-body .form-input .survey-form.accordion .survey-card:has(.collapsing) .left-icons .graphic {
  background: #fff;
}

/* line 613, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .form-input .survey-form.accordion .survey-card:has(.show) .survey-card-header, #survey_composer_form .card-body .form-input .survey-form.accordion .survey-card:has(.collapsing) .survey-card-header {
  border-radius: 3px 3px 0 0;
  background-color: #F3F4F6;
}

/* line 614, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .form-input .survey-form.accordion .survey-card:has(.show) .survey-card-header .right-icons, #survey_composer_form .card-body .form-input .survey-form.accordion .survey-card:has(.collapsing) .survey-card-header .right-icons {
  color: #374151 !important;
}

/* line 621, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .form-input .survey-form.accordion .survey-card:has(.show) .survey-card-header:hover, #survey_composer_form .card-body .form-input .survey-form.accordion .survey-card:has(.collapsing) .survey-card-header:hover {
  background-color: #f9fafb;
}

/* line 624, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .form-input .survey-form.accordion .survey-card:has(.show) .survey-card-header:hover .right-icons, #survey_composer_form .card-body .form-input .survey-form.accordion .survey-card:has(.collapsing) .survey-card-header:hover .right-icons {
  color: #9ca3af !important;
}

/* line 632, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .form-input .survey-form.accordion .survey-card:not(:has(.show)) .survey-card-caret-down {
  display: block;
}

/* line 636, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .form-input .survey-form.accordion .survey-card:not(:has(.show)) .survey-card-caret-up {
  display: none;
}

/* line 644, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .form-input .survey-form.accordion .survey-card:has(.error-notification):not(:has(.show)):not(:has(.show)) .survey-card-header {
  border: 1px solid #fde047;
  background-color: #fefce8;
  color: #713f12;
}

/* line 649, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .form-input .survey-form.accordion .survey-card:has(.error-notification):not(:has(.show)):not(:has(.show)) .survey-card-header .caret {
  display: none;
}

/* line 653, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .form-input .survey-form.accordion .survey-card:has(.error-notification):not(:has(.show)):not(:has(.show)) .survey-card-header .caret-warning {
  display: block;
}

/* line 658, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .form-input .survey-form.accordion .survey-card:has(.error-notification):not(:has(.show)):not(:has(.show)) .survey-card-header .left-icons .graphic {
  display: none;
}

/* line 661, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .form-input .survey-form.accordion .survey-card:has(.error-notification):not(:has(.show)):not(:has(.show)) .survey-card-header .left-icons .graphic.warning {
  display: inline-flex;
  background-color: #FEF08A;
  color: #854D0E;
  border: 1px solid #fde047;
}

/* line 669, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .form-input .survey-form.accordion .survey-card:has(.error-notification):not(:has(.show)):not(:has(.show)) .survey-card-header:hover {
  background-color: #fef9c3;
}

/* line 672, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .form-input .survey-form.accordion .survey-card:has(.error-notification):not(:has(.show)):not(:has(.show)) .survey-card-header .right-icons {
  color: #713F12;
}

/* line 675, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .form-input .survey-form.accordion .survey-card:has(.error-notification):not(:has(.show)):not(:has(.show)) .survey-card-header .right-icons .remove-survey-question {
  color: #A16207;
}

/* line 683, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .form-input .survey-form.accordion .survey-card .survey-card-header {
  height: auto;
  padding: .75rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3px 3px;
  border: 1px solid #D1D5DB;
  background: #F9FAFB;
  cursor: pointer;
}

/* line 694, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .form-input .survey-form.accordion .survey-card .survey-card-header .caret {
  display: block;
}

/* line 698, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .form-input .survey-form.accordion .survey-card .survey-card-header .caret-warning {
  display: none;
}

/* line 702, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .form-input .survey-form.accordion .survey-card .survey-card-header:hover {
  background: #F3F4F6;
}

/* line 705, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .form-input .survey-form.accordion .survey-card .survey-card-header:hover .right-icons {
  color: #374151;
}

/* line 710, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .form-input .survey-form.accordion .survey-card .survey-card-header .right-icons {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #9ca3af;
}

/* line 717, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .form-input .survey-form.accordion .survey-card .survey-card-header .card-title {
  padding: 0;
}

/* line 721, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .form-input .survey-form.accordion .survey-card .survey-card-header .form-header {
  padding: 0 0 1rem 0;
  width: 100%;
  border-bottom: 1px solid #e5e7eb;
}

/* line 728, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .form-input .survey-form.accordion .survey-card .card-body {
  border-radius: 0 0px 3px 3px;
  border: 1px solid var(--Gray-300, #D1D5DB);
  border-top: none;
  gap: 1rem;
  padding-top: 0;
  padding-bottom: 1rem;
}

/* line 736, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .form-input .survey-form.accordion .survey-card .card-body .view-preview-banner {
  display: flex;
  padding: 6px 12px;
  align-items: center;
  gap: 10px;
  align-self: center;
  border-radius: 3px;
  background: var(--Gray-50, #F9FAFB);
  width: 100%;
  margin-bottom: 16px;
  font-weight: 500;
}

/* line 748, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .form-input .survey-form.accordion .survey-card .card-body .view-preview-banner .info-svg {
  flex-shrink: 0;
}

/* line 755, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .form-input .survey-form.accordion .survey-card.add-question .survey-card-header {
  background: #fff;
  border-radius: 3px 3px;
  border: 1px dashed var(--Gray-300, #D1D5DB);
  color: #6b7280;
}

/* line 761, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .form-input .survey-form.accordion .survey-card.add-question .survey-card-header:hover {
  background: var(--Gray-50, #F9FAFB);
  color: var(--Gray-700);
  cursor: pointer;
}

/* line 767, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .form-input .survey-form.accordion .survey-card.add-question .survey-card-header:hover .left-icons .graphic {
  background: var(--Gray-100, #F9FAFB);
}

/* line 773, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body .form-input .survey-form.accordion .survey-card.add-question .survey-card-header .left-icons .graphic {
  border: 1px dashed var(--Gray-400, #9CA3AF);
  background-color: white;
}

/* line 785, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-footer {
  display: flex;
  padding: 12px 24px;
  justify-content: flex-end;
  gap: 12px;
  border: 0;
}

/* line 792, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-footer .form-footer {
  border-top: 1px solid #E5E7EB;
  width: 100%;
  padding-top: 12px;
  margin-top: 0;
}

/* line 798, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-footer .composer-submit-tray {
  width: 100%;
  display: flex;
  gap: 10px;
}

/* line 803, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-footer .composer-submit-tray .tray-button {
  color: #6b7280;
  border-radius: 3px;
  padding: 6px 12px;
  background-color: #f3f4f6;
}

/* line 809, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-footer .composer-submit-tray .tray-button:hover {
  background-color: #e5e7eb;
}

/* line 813, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-footer .composer-submit-tray .tray-button:focus {
  outline: none;
  box-shadow: none;
}

/* line 819, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-footer .composer-submit-tray #send_survey_modal_button, #survey_composer_form .card-footer .composer-submit-tray #create_survey_modal_button, #survey_composer_form .card-footer .composer-submit-tray #save_survey_button {
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
}

/* line 826, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-footer .composer-submit-tray #save_survey_button {
  gap: 8px;
}

/* line 830, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-footer .composer-submit-tray #create_survey_modal_button {
  flex-grow: 1;
}

@media (min-width: 768px) {
  /* line 835, app/assets/stylesheets/dashboard/surveys.scss */
  #survey_composer_form .card-footer .composer-submit-tray .composer-submit-tray {
    justify-content: end;
  }
  /* line 839, app/assets/stylesheets/dashboard/surveys.scss */
  #survey_composer_form .card-footer .composer-submit-tray #create_survey_modal_button {
    flex-grow: 0;
  }
}

@media (min-width: 768px) {
  /* line 846, app/assets/stylesheets/dashboard/surveys.scss */
  #survey_composer_form .card-footer .composer-submit-tray {
    justify-content: end;
  }
}

/* line 851, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-footer:last-child {
  border-radius: 0 0 3px 3px;
}

/* line 857, app/assets/stylesheets/dashboard/surveys.scss */
.info-svg-container {
  display: flex;
  align-items: center;
  background-color: #f3f4f6;
  border-radius: 900px;
  padding: 4px;
}

/* line 865, app/assets/stylesheets/dashboard/surveys.scss */
.info-svg {
  width: 16px;
  height: 16px;
}

/* line 871, app/assets/stylesheets/dashboard/surveys.scss */
#confirm_create_survey_modal .modal-content {
  margin: auto;
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 406px;
}

/* line 879, app/assets/stylesheets/dashboard/surveys.scss */
#confirm_create_survey_modal .modal-content .modal-header {
  padding: 0;
  color: #1f2937;
  font-size: 20px;
  font-weight: normal;
}

/* line 885, app/assets/stylesheets/dashboard/surveys.scss */
#confirm_create_survey_modal .modal-content .modal-header .close {
  font-size: 18px;
}

/* line 890, app/assets/stylesheets/dashboard/surveys.scss */
#confirm_create_survey_modal .modal-content .modal-body {
  font-size: 14px;
}

/* line 894, app/assets/stylesheets/dashboard/surveys.scss */
#confirm_create_survey_modal .modal-content .survey-preview {
  align-self: center;
  height: 616px;
  max-height: 616px;
  align-self: center;
}

/* line 901, app/assets/stylesheets/dashboard/surveys.scss */
#confirm_create_survey_modal .modal-content .modal-footer {
  justify-content: center;
  padding: 0;
  margin: 0;
}

/* line 906, app/assets/stylesheets/dashboard/surveys.scss */
#confirm_create_survey_modal .modal-content .modal-footer .btn {
  font-size: 14px;
  font-weight: 500;
  padding-top: 8px;
  padding-bottom: 8px;
}

/* line 912, app/assets/stylesheets/dashboard/surveys.scss */
#confirm_create_survey_modal .modal-content .modal-footer .btn:focus {
  box-shadow: none;
}

/* line 917, app/assets/stylesheets/dashboard/surveys.scss */
#confirm_create_survey_modal .modal-content .modal-footer #cancel_create {
  color: #4b5563;
  border-color: #d1d5db;
  margin-left: 0;
}

/* line 922, app/assets/stylesheets/dashboard/surveys.scss */
#confirm_create_survey_modal .modal-content .modal-footer #cancel_create:hover {
  background-color: #f3f4f6;
}

/* line 927, app/assets/stylesheets/dashboard/surveys.scss */
#confirm_create_survey_modal .modal-content .modal-footer #cancel_create,
#confirm_create_survey_modal .modal-content .modal-footer #commit_delete_button,
#confirm_create_survey_modal .modal-content .modal-footer #commit_create_button {
  flex: auto;
}

/* line 933, app/assets/stylesheets/dashboard/surveys.scss */
#confirm_create_survey_modal .modal-content .modal-footer .modal-description {
  color: #6b7280;
  line-height: 160%;
}

/* line 942, app/assets/stylesheets/dashboard/surveys.scss */
#preview_survey_modal .modal-content {
  margin: auto;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 950, app/assets/stylesheets/dashboard/surveys.scss */
#preview_survey_modal .modal-header {
  padding: 0;
  font-size: 20px;
}

/* line 955, app/assets/stylesheets/dashboard/surveys.scss */
#preview_survey_modal .survey-preview {
  height: 616px;
  max-height: 616px;
  align-self: center;
}

@media (max-width: 575.8px) {
  /* line 964, app/assets/stylesheets/dashboard/surveys.scss */
  #confirm_create_survey_modal .modal-content, #preview_survey_modal .modal-content {
    max-width: 100%;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    height: 100dvh;
    gap: 10px;
  }
  /* line 973, app/assets/stylesheets/dashboard/surveys.scss */
  #confirm_create_survey_modal .modal-content .modal-header, #preview_survey_modal .modal-content .modal-header {
    flex: 0 0 auto;
    font-size: 20px;
    color: #1f2937;
  }
  /* line 979, app/assets/stylesheets/dashboard/surveys.scss */
  #confirm_create_survey_modal .modal-content .modal-body, #preview_survey_modal .modal-content .modal-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    overflow-y: hidden;
    padding-bottom: 0;
    max-height: 600px;
  }
  /* line 987, app/assets/stylesheets/dashboard/surveys.scss */
  #confirm_create_survey_modal .modal-content .modal-body .survey-preview, #preview_survey_modal .modal-content .modal-body .survey-preview {
    flex: 1 1 auto;
    max-height: 100%;
  }
  /* line 993, app/assets/stylesheets/dashboard/surveys.scss */
  #confirm_create_survey_modal .modal-content .modal-footer, #preview_survey_modal .modal-content .modal-footer {
    flex: 0 0 auto;
  }
  /* line 997, app/assets/stylesheets/dashboard/surveys.scss */
  #confirm_create_survey_modal .modal-content .placeholder-footer, #preview_survey_modal .modal-content .placeholder-footer {
    height: 153px;
  }
}

/* line 1005, app/assets/stylesheets/dashboard/surveys.scss */
.survey-questions {
  display: flex;
  flex-direction: column;
}

/* line 1011, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .card-body {
  display: flex;
  flex-direction: column;
}

/* line 1017, app/assets/stylesheets/dashboard/surveys.scss */
#dummy_input, #add_answer_choice {
  cursor: pointer;
}

/* line 1021, app/assets/stylesheets/dashboard/surveys.scss */
.survey-answer-choices {
  border-radius: 3px;
  border: 1px solid var(--Gray-200, #E5E7EB);
  background: var(--Gray-50, #F9FAFB);
}

/* line 1027, app/assets/stylesheets/dashboard/surveys.scss */
.survey-answers {
  border-radius: 3px;
  border: 1px solid var(--Gray-200, #E5E7EB);
  background: var(--Gray-50, #F9FAFB);
}

/* line 1034, app/assets/stylesheets/dashboard/surveys.scss */
#preview_survey_modal .modal-body {
  padding-bottom: 2rem;
}

/* line 1037, app/assets/stylesheets/dashboard/surveys.scss */
#preview_survey_modal .modal-body .d-md-none {
  display: flex;
  justify-content: center;
}

/* line 1044, app/assets/stylesheets/dashboard/surveys.scss */
.remove-survey-question.disabled, .remove-answer-choice.disabled {
  cursor: not-allowed;
}

/* line 1048, app/assets/stylesheets/dashboard/surveys.scss */
.survey-preview {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  border-radius: 3px;
  border: 1px solid var(--Gray-300, #D1D5DB);
  background: #FFF;
  overflow: auto;
  align-self: stretch;
  width: 100%;
  max-width: 300px;
  width: 300px;
  height: 100%;
  max-height: 100%;
}

/* line 1067, app/assets/stylesheets/dashboard/surveys.scss */
.survey-preview .host-container {
  display: flex;
  padding: 12px 12px 10px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  align-self: stretch;
  border-radius: 3px 3px 0px 0px;
  background: var(--Gray-50, #F9FAFB);
}

/* line 1078, app/assets/stylesheets/dashboard/surveys.scss */
.survey-preview .host-container .campaign-avatar {
  top: 75px;
  left: 200px;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: border 0.15s ease-in-out;
}

/* line 1087, app/assets/stylesheets/dashboard/surveys.scss */
.survey-preview .host-container .host-name {
  color: var(--Gray-700, #374151);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Inter;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 1100, app/assets/stylesheets/dashboard/surveys.scss */
.survey-preview .preview-date-and-time {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  align-self: stretch;
  color: var(--Gray-500, #6B7280);
  font-family: Inter;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}

/* line 1114, app/assets/stylesheets/dashboard/surveys.scss */
.survey-preview .preview-questions-container {
  display: flex;
  padding: 0px 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

/* line 1122, app/assets/stylesheets/dashboard/surveys.scss */
.survey-preview .preview-questions-container:last-child {
  margin-bottom: 20px;
}

/* line 1125, app/assets/stylesheets/dashboard/surveys.scss */
.survey-preview .preview-questions-container .message-body {
  position: relative;
  padding: 10px 15px;
  max-width: 250px;
  line-height: 1.4;
  word-wrap: break-word;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}

/* line 1137, app/assets/stylesheets/dashboard/surveys.scss */
.survey-preview .preview-questions-container .message-body.received {
  border-radius: 5px 5px 5px 0px;
  background: var(--Gray-100, #F3F4F6);
  align-self: flex-start;
  border-radius: 5px 5px 5px 0px;
  color: var(--Gray-500, #6B7280);
}

/* line 1144, app/assets/stylesheets/dashboard/surveys.scss */
.survey-preview .preview-questions-container .message-body.received.has-input {
  background-color: #E5E7EB;
  color: #1F2937;
}

/* line 1148, app/assets/stylesheets/dashboard/surveys.scss */
.survey-preview .preview-questions-container .message-body.received.has-input::before {
  content: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6H6L5.99999 0L3 3L0 6Z' fill='%23E5E7EB'/%3E%3C/svg%3E");
}

/* line 1153, app/assets/stylesheets/dashboard/surveys.scss */
.survey-preview .preview-questions-container .message-body.received::before {
  content: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6H6L5.99999 0L3 3L0 6Z' fill='%23F3F4F6'/%3E%3C/svg%3E");
  position: absolute;
  left: -7px;
  bottom: -5px;
}

/* line 1161, app/assets/stylesheets/dashboard/surveys.scss */
.survey-preview .preview-questions-container .message-body.sent {
  align-self: flex-end;
  border-radius: 5px 5px 0px 5px;
  background: var(--Blue-50, #EFF6FF);
  color: var(--Blue-700, #1D4ED8);
}

/* line 1167, app/assets/stylesheets/dashboard/surveys.scss */
.survey-preview .preview-questions-container .message-body.sent.has-input {
  color: white;
  background-color: #3B82F6;
}

/* line 1171, app/assets/stylesheets/dashboard/surveys.scss */
.survey-preview .preview-questions-container .message-body.sent.has-input::after {
  content: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6H4.69032e-06L5.66073e-06 0L3 3L6 6Z' fill='%233B82F6'/%3E%3C/svg%3E");
}

/* line 1176, app/assets/stylesheets/dashboard/surveys.scss */
.survey-preview .preview-questions-container .message-body.sent::after {
  content: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6H4.69032e-06L5.66073e-06 0L3 3L6 6Z' fill='%23EFF6FF'/%3E%3C/svg%3E");
  position: absolute;
  right: -7px;
  bottom: -4px;
}

/* line 1188, app/assets/stylesheets/dashboard/surveys.scss */
#confirm_create_survey_modal .modal-body {
  padding: 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: space-between;
}

/* line 1198, app/assets/stylesheets/dashboard/surveys.scss */
#survey_composer_form .form-ui-card {
  height: calc(100dvh - 64px - 30px - 24px);
  max-height: 763px;
  margin-bottom: 1.5rem;
}

/* line 1205, app/assets/stylesheets/dashboard/surveys.scss */
.btn-submit {
  color: white;
  background-color: #2663eb;
  border-color: #2663eb;
  border-radius: 3px;
  font-weight: 500;
  margin-right: 0;
}

/* line 1213, app/assets/stylesheets/dashboard/surveys.scss */
.btn-submit:hover {
  background-color: #1e40ae;
  border-color: #1e40ae;
}

/* line 1218, app/assets/stylesheets/dashboard/surveys.scss */
.btn-submit[disabled]:hover {
  background-color: #2663eb;
  border-color: #2663eb;
  cursor: not-allowed;
}

/* line 1224, app/assets/stylesheets/dashboard/surveys.scss */
.btn-submit:focus {
  box-shadow: none;
}

/* line 4, app/assets/stylesheets/dashboard/messages.scss */
.empty-state .top-row {
  background: none !important;
  font-weight: 400;
  font-size: .925rem !important;
}

/* line 13, app/assets/stylesheets/dashboard/messages.scss */
.messages-ui-card .card-header .custom-checkbox {
  margin-top: 0;
}

/* line 20, app/assets/stylesheets/dashboard/messages.scss */
.messages-ui-card .message .custom-checkbox {
  color: #60a5fa;
}

/* line 24, app/assets/stylesheets/dashboard/messages.scss */
.messages-ui-card .message .clickable {
  padding-top: 1rem;
  padding-right: 1.25rem;
  flex-grow: 1;
}

/* line 30, app/assets/stylesheets/dashboard/messages.scss */
.messages-ui-card .message .custom-control-input:checked ~ .custom-control-label::before,
.messages-ui-card .message .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.messages-ui-card .message .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #3B82F6;
  background-color: #3B82F6;
}

/* line 37, app/assets/stylesheets/dashboard/messages.scss */
.messages-ui-card .message:hover {
  background-color: #f9fafb;
}

/* line 40, app/assets/stylesheets/dashboard/messages.scss */
.messages-ui-card .message:hover .custom-control-input:not(:checked) ~ .custom-control-label::before {
  border-color: #60A5FA;
}

/* line 45, app/assets/stylesheets/dashboard/messages.scss */
.messages-ui-card .message .top-row {
  background: #f3f4f6;
  border-radius: 10px;
  padding: .5rem 1rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: .875rem;
}

/* line 52, app/assets/stylesheets/dashboard/messages.scss */
.messages-ui-card .message .top-row .attachments {
  margin-right: .5rem;
  color: #4B5563;
}

/* line 56, app/assets/stylesheets/dashboard/messages.scss */
.messages-ui-card .message .top-row .attachments i {
  padding: 0;
}

/* line 62, app/assets/stylesheets/dashboard/messages.scss */
.messages-ui-card .message .message-body {
  width: 100%;
}

/* line 65, app/assets/stylesheets/dashboard/messages.scss */
.messages-ui-card .message .message-body.truncated-body {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 74, app/assets/stylesheets/dashboard/messages.scss */
.messages-ui-card .message .bottom-row {
  font-size: .75rem;
  font-weight: 400;
}

/* line 78, app/assets/stylesheets/dashboard/messages.scss */
.messages-ui-card .message .bottom-row .read-notification {
  margin: auto;
  background-color: #3b82f6;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}

/* line 86, app/assets/stylesheets/dashboard/messages.scss */
.messages-ui-card .message .bottom-row .subscriber-label {
  color: #1f2937;
}

/* line 90, app/assets/stylesheets/dashboard/messages.scss */
.messages-ui-card .message .bottom-row .message-time {
  color: #9ca3af;
}

/* line 103, app/assets/stylesheets/dashboard/messages.scss */
.messages-ui-card .message.read-received .top-row .attachments, .messages-ui-card .message.replied-received .top-row .attachments, .messages-ui-card .message.sent .top-row .attachments, .messages-ui-card .message.delivered .top-row .attachments, .messages-ui-card .message.broadcast .top-row .attachments, .messages-ui-card .message.accepted .top-row .attachments {
  color: #9CA3AF;
}

/* line 109, app/assets/stylesheets/dashboard/messages.scss */
.messages-ui-card .message.read-received .bottom-row .read-notification, .messages-ui-card .message.replied-received .bottom-row .read-notification, .messages-ui-card .message.sent .bottom-row .read-notification, .messages-ui-card .message.delivered .bottom-row .read-notification, .messages-ui-card .message.broadcast .bottom-row .read-notification, .messages-ui-card .message.accepted .bottom-row .read-notification {
  visibility: hidden;
}

/* line 113, app/assets/stylesheets/dashboard/messages.scss */
.messages-ui-card .message.read-received .bottom-row .subscriber-label, .messages-ui-card .message.replied-received .bottom-row .subscriber-label, .messages-ui-card .message.sent .bottom-row .subscriber-label, .messages-ui-card .message.delivered .bottom-row .subscriber-label, .messages-ui-card .message.broadcast .bottom-row .subscriber-label, .messages-ui-card .message.accepted .bottom-row .subscriber-label {
  color: #9ca3af;
}

/* line 121, app/assets/stylesheets/dashboard/messages.scss */
.messages-ui-card .message.sent .top-row, .messages-ui-card .message.delivered .top-row {
  color: white;
  background: #2563eb;
}

/* line 125, app/assets/stylesheets/dashboard/messages.scss */
.messages-ui-card .message.sent .top-row .attachments, .messages-ui-card .message.delivered .top-row .attachments {
  color: white;
}

/* line 131, app/assets/stylesheets/dashboard/messages.scss */
.messages-ui-card .message.sent .bottom-row .subscriber-label, .messages-ui-card .message.delivered .bottom-row .subscriber-label {
  color: #1f2937;
}

/* line 138, app/assets/stylesheets/dashboard/messages.scss */
.messages-ui-card .message.selected .top-row {
  background: #EFF6FF;
}

/* line 145, app/assets/stylesheets/dashboard/messages.scss */
.messages-ui-card .voicemail .custom-checkbox {
  color: #60a5fa;
}

/* line 149, app/assets/stylesheets/dashboard/messages.scss */
.messages-ui-card .voicemail .clickable {
  cursor: default;
  padding-top: 1rem;
  padding-right: 1.25rem;
  flex-grow: 1;
}

/* line 156, app/assets/stylesheets/dashboard/messages.scss */
.messages-ui-card .voicemail:hover {
  background-color: #fff;
}

/* line 160, app/assets/stylesheets/dashboard/messages.scss */
.messages-ui-card .voicemail .voicemail-content {
  flex-direction: column;
}

/* line 163, app/assets/stylesheets/dashboard/messages.scss */
.messages-ui-card .voicemail .voicemail-content .subtext-player {
  min-width: 100%;
  max-width: 100%;
}

/* line 168, app/assets/stylesheets/dashboard/messages.scss */
.messages-ui-card .voicemail .voicemail-content .voicemail-transcription {
  font-size: .75rem;
  font-weight: 400;
  margin-top: 10px;
}

/* line 173, app/assets/stylesheets/dashboard/messages.scss */
.messages-ui-card .voicemail .voicemail-content .voicemail-transcription .message-time {
  color: #9ca3af;
}

/* line 180, app/assets/stylesheets/dashboard/messages.scss */
.messages-ui-card.read-received, .messages-ui-card.replied-received, .messages-ui-card.sent, .messages-ui-card.delivered, .messages-ui-card.broadcast, .messages-ui-card.accepted {
  background-color: #fff;
  font-weight: normal;
}

/* line 189, app/assets/stylesheets/dashboard/messages.scss */
.messages-ui-card.read-received .read-notification, .messages-ui-card.replied-received .read-notification, .messages-ui-card.sent .read-notification, .messages-ui-card.delivered .read-notification, .messages-ui-card.broadcast .read-notification, .messages-ui-card.accepted .read-notification {
  display: none;
}

/* line 193, app/assets/stylesheets/dashboard/messages.scss */
.messages-ui-card.read-received .subscriber-label, .messages-ui-card.replied-received .subscriber-label, .messages-ui-card.sent .subscriber-label, .messages-ui-card.delivered .subscriber-label, .messages-ui-card.broadcast .subscriber-label, .messages-ui-card.accepted .subscriber-label {
  color: #9ca3af;
}

/* line 199, app/assets/stylesheets/dashboard/messages.scss */
a.dropdown-item {
  cursor: pointer;
}

/* line 203, app/assets/stylesheets/dashboard/messages.scss */
a.dropdown-item.selected:after {
  font-family: 'feather';
  content: "\e92a";
  padding-left: 25px;
}

/* line 211, app/assets/stylesheets/dashboard/messages.scss */
.list-view-item .star a {
  padding: 1.453rem 0.703rem 0rem 0rem;
}

/* line 218, app/assets/stylesheets/dashboard/messages.scss */
.dashboard-template_messages .trash, .dashboard-auto_replies .trash {
  padding: 1.5rem 1rem 0rem 0rem;
}

/* line 224, app/assets/stylesheets/dashboard/messages.scss */
.dashboard-template_messages .message-time {
  padding-left: 1rem;
}

@media (min-width: 768px) {
  /* line 232, app/assets/stylesheets/dashboard/messages.scss */
  .messages-ui-card .voicemail .voicemail-content {
    flex-direction: row;
  }
  /* line 235, app/assets/stylesheets/dashboard/messages.scss */
  .messages-ui-card .voicemail .voicemail-content .subtext-player {
    min-width: 322px;
    max-width: 322px;
  }
  /* line 240, app/assets/stylesheets/dashboard/messages.scss */
  .messages-ui-card .voicemail .voicemail-content .voicemail-transcription {
    margin-top: 0px;
  }
}

@media (min-width: 992px) {
  /* line 253, app/assets/stylesheets/dashboard/messages.scss */
  .message .clickable .top-row .message-body.truncated-body {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

/* line 1, app/assets/stylesheets/dashboard/sequences.scss */
.sequence-messages-container {
  background-color: #F9FAFB;
  border: #D2DBDD solid 1px;
  border-radius: 5px;
  padding: 1.5em 1em;
  margin-top: 1.5em;
}

/* line 8, app/assets/stylesheets/dashboard/sequences.scss */
.sequence-messages-container.ended {
  margin-top: 0;
}

/* line 12, app/assets/stylesheets/dashboard/sequences.scss */
.sequence-messages-container .display-message-number {
  display: inline;
  text-align: center;
}

/* line 17, app/assets/stylesheets/dashboard/sequences.scss */
.sequence-messages-container .remove-fields {
  display: inline-block;
  margin-left: .5em;
}

/* line 21, app/assets/stylesheets/dashboard/sequences.scss */
.sequence-messages-container .remove-fields .btn {
  background-color: #E5E7EB;
  color: #4B5563;
  width: 24px;
  height: 24px;
  padding: 5px;
  display: flex;
  align-items: flex-end;
}

/* line 30, app/assets/stylesheets/dashboard/sequences.scss */
.sequence-messages-container .remove-fields .btn:hover {
  background-color: #FEE2E2;
  color: #EF4444;
}

/* line 37, app/assets/stylesheets/dashboard/sequences.scss */
.sequence-messages-container .add-fields {
  float: right;
  margin-top: .3em;
}

/* line 42, app/assets/stylesheets/dashboard/sequences.scss */
.sequence-messages-container .sent-after {
  font-weight: normal;
}

/* line 46, app/assets/stylesheets/dashboard/sequences.scss */
.sequence-messages-container .form-control:disabled {
  color: #343D3F;
}

/* line 53, app/assets/stylesheets/dashboard/sequences.scss */
#sequence_update_form .interval-field {
  width: 2em;
  display: inline-block;
  height: 1.75em;
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 3px;
  text-align: center;
  padding: 0;
}

/* line 62, app/assets/stylesheets/dashboard/sequences.scss */
#sequence_update_form .interval-field.disabled {
  background-color: #E5E7EB;
}

/* line 65, app/assets/stylesheets/dashboard/sequences.scss */
#sequence_update_form .interval-field.is-invalid {
  border-color: red;
}

/* line 70, app/assets/stylesheets/dashboard/sequences.scss */
#sequence_update_form .sent-after {
  color: #4B5563;
}

/* line 74, app/assets/stylesheets/dashboard/sequences.scss */
#sequence_update_form .sequence-message-label {
  padding-bottom: .3rem;
}

/* line 78, app/assets/stylesheets/dashboard/sequences.scss */
#sequence_update_form .sequence-message {
  margin-bottom: 1rem;
}

/* line 82, app/assets/stylesheets/dashboard/sequences.scss */
#sequence_update_form .add-fields {
  margin-top: -.25rem;
}

/* line 90, app/assets/stylesheets/dashboard/sequences.scss */
.sequence-info p.message-interval {
  margin-bottom: 6px;
}

/* line 97, app/assets/stylesheets/dashboard/sequences.scss */
#end_sequence .form-label {
  display: inline-block;
  text-align: center;
  margin-left: .2rem;
}

/* line 103, app/assets/stylesheets/dashboard/sequences.scss */
#end_sequence .form-footer {
  margin-top: 1rem;
}

/* line 110, app/assets/stylesheets/dashboard/sequences.scss */
.sequence-modal .modal-header {
  padding-bottom: 0;
}

/* line 114, app/assets/stylesheets/dashboard/sequences.scss */
.sequence-modal .radio-button > * {
  cursor: pointer;
}

/* line 118, app/assets/stylesheets/dashboard/sequences.scss */
.sequence-modal .radio-label {
  font-weight: 600;
  font-size: .9375rem;
}

/* line 127, app/assets/stylesheets/dashboard/sequences.scss */
#end_sequence .form-footer.row, #end_sequence_and_replace .form-footer.row {
  margin-top: 0;
}

/* line 132, app/assets/stylesheets/dashboard/sequences.scss */
.sequence-list-item {
  align-items: center;
}

/* line 135, app/assets/stylesheets/dashboard/sequences.scss */
.sequence-list-item:hover {
  background-color: #F9FAFB;
}

/* line 139, app/assets/stylesheets/dashboard/sequences.scss */
.sequence-list-item .sequence-list-info {
  display: inline-block;
  background-color: #f3f4f6;
  margin: .8em 1em;
  border-radius: 10px;
}

/* line 145, app/assets/stylesheets/dashboard/sequences.scss */
.sequence-list-item .sequence-list-info .badge {
  padding: 1em;
}

/* line 150, app/assets/stylesheets/dashboard/sequences.scss */
.sequence-list-item .sequence-status {
  display: inline-block;
  background-color: #D1D5DB;
  margin: 0 1em 0 0;
  padding: .6em;
  box-sizing: border-box;
  border-radius: 4px;
  color: #6B7280;
  text-transform: uppercase;
  font-size: .6rem;
  font-weight: light;
}

/* line 165, app/assets/stylesheets/dashboard/sequences.scss */
.sequence-list-item.sequence-active .sequence-list-info {
  background-color: #DBEAFE;
}

/* line 169, app/assets/stylesheets/dashboard/sequences.scss */
.sequence-list-item.sequence-active .sequence-status {
  background-color: #3B82F6;
  color: white;
}

/* line 175, app/assets/stylesheets/dashboard/sequences.scss */
.sequence-list-item .right-action {
  padding-right: .5em;
}

/* line 181, app/assets/stylesheets/dashboard/sequences.scss */
.sequence-list-item.sequence-ended .sequence-status {
  background-color: #6B7280;
  color: white;
}

/* line 188, app/assets/stylesheets/dashboard/sequences.scss */
.sequence-list-item .right-container {
  margin: auto;
}

/* line 194, app/assets/stylesheets/dashboard/sequences.scss */
.sequence-list-item .sequence-modal fieldset {
  display: flex;
  align-items: center;
}

/* line 199, app/assets/stylesheets/dashboard/sequences.scss */
.sequence-list-item .sequence-modal .modal-header {
  padding: .5rem 1rem 0;
}

/* line 205, app/assets/stylesheets/dashboard/sequences.scss */
.end-sequence-radio-label {
  margin-bottom: .375rem;
  margin-left: 0.25rem;
  display: inline-block;
  font-weight: 700;
  font-size: 0.875rem;
}

/* line 215, app/assets/stylesheets/dashboard/sequences.scss */
.sequence-modal .modal-header .close {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0.3rem;
}

/* line 224, app/assets/stylesheets/dashboard/sequences.scss */
.simple_form .form-footer {
  margin-top: 1rem;
}

/* line 5, app/assets/stylesheets/dashboard/notes.scss */
#add_edit_subscriber_note_modal.edit-mode #show_note,
#add_edit_subscriber_note_modal.edit-mode #edit_note_btn {
  display: none;
}

/* line 10, app/assets/stylesheets/dashboard/notes.scss */
#add_edit_subscriber_note_modal.edit-mode #edit_note,
#add_edit_subscriber_note_modal.edit-mode #save_note_btn {
  display: initial;
}

/* line 18, app/assets/stylesheets/dashboard/notes.scss */
#add_edit_subscriber_note_modal.show-mode #edit_note,
#add_edit_subscriber_note_modal.show-mode #save_note_btn {
  display: none;
}

/* line 23, app/assets/stylesheets/dashboard/notes.scss */
#add_edit_subscriber_note_modal.show-mode #show_note,
#add_edit_subscriber_note_modal.show-mode #edit_note_btn {
  display: initial;
}

/* line 31, app/assets/stylesheets/dashboard/notes.scss */
#add_edit_subscriber_note_modal #show_note span {
  white-space: pre-wrap;
}

/* line 37, app/assets/stylesheets/dashboard/notes.scss */
.subscriber-inline-note {
  min-width: 150px;
  max-width: 350px;
  white-space: normal;
}

/* line 42, app/assets/stylesheets/dashboard/notes.scss */
.subscriber-inline-note .add-edit-subscriber-note-btn {
  cursor: pointer;
}

/* line 5, app/assets/stylesheets/dashboard/analytics.scss */
body.dashboard-campaigns-analytics .card {
  box-shadow: none;
  border: 1px solid rgba(0, 40, 100, 0.12);
}

/* line 13, app/assets/stylesheets/dashboard/analytics.scss */
.analytics-cards .card-header {
  background: none;
  padding: .5rem 1.5rem .5rem 1.15rem;
  border-bottom: 1px solid rgba(0, 40, 100, 0.12);
  position: initial;
  font-size: 1rem;
  font-weight: 600;
}

/* line 22, app/assets/stylesheets/dashboard/analytics.scss */
.analytics-cards .percent-sign {
  font-size: 50%;
  position: relative;
  top: -2px;
}

/* line 29, app/assets/stylesheets/dashboard/analytics.scss */
.chart-info-target {
  background: #f8f9fa;
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-bottom-right-radius: calc(.25rem - 1px);
  border-left: 0 none;
  border-top: 0 none;
  border-top-left-radius: calc(.25rem - 1px);
  box-shadow: inset 0 -1px 2px 0 rgba(0, 0, 0, 0.05);
  height: 25px;
  left: 0;
  line-height: 25px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 25px;
  z-index: 1;
}

/* line 46, app/assets/stylesheets/dashboard/analytics.scss */
.chart-info-target::after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAMAAABrrFhUAAABQVBMVEUAAABJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFdJUFcunQCMAAAAanRSTlMAAQIDBAUGBwgKCwwNDxASFBYXGRobHiEjJicoKi4vMDI0OD5AQkNESktOUFRVVlheYmZnaGlrbG9wcXR3e3yCi5GSlZeanZ6goqWoqq+1t7y+wMPFyM/R09fZ2t7i5unr7e/x8/X3+fv9yVa6bgAAAzBJREFUeNrt3dtWUlEUh/EFqBmRGmqWmWZaagejo9nJFCvKiuyAZqmpBZv1/g/QrTXkQvZayzlZ3/cADP+/gV7IHkxjyHunpl5tNOyxSjYrM6c7ZH7XY9tmz3s6Yf+5Hdt2e+f177+Y2BQ1r2jf31+3qWoO6t6f+WFTtptTDXDDpu6u6jfAfnqAJKsYYNg66JJigNsuABYUAzxzAbCiGGDVBcBHxQCvXQCsAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgt3Lsj8g4eUhqWTHALRcAjxQDDLkAGFUMYPbS729oflTWzKUHKGnebzJbaffvqH4DGNP3J+Wz4kWjvAuNNPub40Z9A9vt7/81bDqgrgfNNvc/7TadUc/V5a8Hx9v++1t5qtcQEREREREREREREREREREREYkrPzh22UWjRY0PyPQ+/GndVbvTpWx/KbFu27+maX5uzbpvKaNmf/aL9dGqGoCy9dM9JfsnrK8GVOxP/y3yLfugAmDE+iuvAWDRI8CMBoCqR4AXGgC2PQK81QDgcb/9FDvAOgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwqrHDlCLHaASO8Bc7ACF2AHMSuwA+SRyADMZO4CZjx3ATCaRA5j8SuQAxhRmK7V6zAD/x9frAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAygD+vTnq5Abh1qEXHBs6I3m925ujLdp5Ivb6WimxQWouiDzE6eXmaIuq3fL2e7o52qKNnDiAsg3amrT9EzZw07L2e7w52qLdrCiAERu8cVEAi+EBXooCqIYH+C4KYDs8QFMUgD2BMrEDZAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOKHqJwAg6t/itfD7D0R9MFIJD/BZFMBseICSKIBCeICiKACfN0eP7r2s/T5vjh5dvzAAjzdHj+y6Edd8yP33jcAmw/0WTBuR5QP9JXxz1kjNy83RwzU2393sc/sz/wUlqG7WfsnopAAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 12px;
  margin: 0 auto;
  position: relative;
  top: 6px;
  width: 12px;
}

/* line 60, app/assets/stylesheets/dashboard/analytics.scss */
.download-chart-link {
  line-height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1000;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  /* line 72, app/assets/stylesheets/dashboard/analytics.scss */
  .analytics-cards .metric {
    font-size: calc(1.375rem + 1.5vw);
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) and (min-width: 1200px) {
  /* line 72, app/assets/stylesheets/dashboard/analytics.scss */
  .analytics-cards .metric {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  /* line 76, app/assets/stylesheets/dashboard/analytics.scss */
  .analytics-cards .percent-sign {
    top: -1px;
  }
}

/* line 1, app/assets/stylesheets/dashboard/errors.scss */
.error-button {
  margin-top: 24px;
  width: 256px;
}

/* line 6, app/assets/stylesheets/dashboard/errors.scss */
.error-message-container {
  padding-top: 32px;
  width: 290px;
}

/* line 11, app/assets/stylesheets/dashboard/errors.scss */
.exceptions-show .navbar-bg {
  margin-bottom: 0;
  position: relative;
  z-index: 1000;
}

/* line 17, app/assets/stylesheets/dashboard/errors.scss */
.message-bubble {
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  padding: 16px 20px;
}

/* line 22, app/assets/stylesheets/dashboard/errors.scss */
.message-bubble a {
  text-decoration: underline;
}

/* line 26, app/assets/stylesheets/dashboard/errors.scss */
.message-bubble.left {
  background-color: #114b5f;
  color: #d2dbdd;
  width: 164px;
}

/* line 32, app/assets/stylesheets/dashboard/errors.scss */
.message-bubble.right {
  background-color: #3cdbc0;
  color: #114b5f;
  margin: 16px 0 0 25px;
  text-align: right;
  width: 265px;
}

/* line 41, app/assets/stylesheets/dashboard/errors.scss */
.not-found-page-container {
  background-image: url(https://dvxibnalv7pan.cloudfront.net/assets/subtext-404error-bg-1da50c97dda21bc0d451cd7a4e599969cafce8e703190e262952ad02ef42daaa.jpg);
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #114b5f;
  font-family: "Inter", sans-serif;
}

/* line 49, app/assets/stylesheets/dashboard/errors.scss */
.not-found-page-container h1 {
  color: inherit;
  font-family: inherit;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: .9;
}

/* line 60, app/assets/stylesheets/dashboard/errors.scss */
#password_reset_form .form-group-invalid #dashboard_user_email {
  border-color: #1991eb;
  box-shadow: 0 0 0 2px rgba(17, 75, 95, 0.25);
  background-image: none;
}

/* line 66, app/assets/stylesheets/dashboard/errors.scss */
#password_reset_form .form-group-invalid .invalid-feedback {
  color: #114b5f;
}

/* line 1, app/assets/stylesheets/dashboard/mfa.scss */
.mfa-setup-container {
  max-width: 717px;
}

/* line 4, app/assets/stylesheets/dashboard/mfa.scss */
.mfa-setup-container p {
  margin-bottom: .5rem;
}

/* line 7, app/assets/stylesheets/dashboard/mfa.scss */
.mfa-setup-container p a {
  color: #007bff;
  font-weight: 600;
}

/* line 11, app/assets/stylesheets/dashboard/mfa.scss */
.mfa-setup-container p a:hover {
  color: #0056b3;
}

/* line 17, app/assets/stylesheets/dashboard/mfa.scss */
.mfa-setup-container .mfa-setup-step {
  margin-bottom: 1.125rem;
  max-width: 454px;
}

/* line 24, app/assets/stylesheets/dashboard/mfa.scss */
.mfa-setup-container form .btn-primary {
  margin-top: 2px;
}

/* line 29, app/assets/stylesheets/dashboard/mfa.scss */
.mfa-setup-container .recovery-codes-container {
  width: 202px;
}

/* line 33, app/assets/stylesheets/dashboard/mfa.scss */
.mfa-setup-container .recovery-codes {
  margin-bottom: .5rem;
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 15, app/assets/stylesheets/dashboard/type.scss */
.font-weight-normal-med {
  font-weight: 500;
}

/* line 15, app/assets/stylesheets/dashboard/type.scss */
.font-weight-normal-heavy {
  font-weight: 600;
}

/* line 21, app/assets/stylesheets/dashboard/type.scss */
.font-size-subtitle-1 {
  font-size: 0.75rem;
}

/* line 21, app/assets/stylesheets/dashboard/type.scss */
.font-size-body-1 {
  font-size: 0.8125rem;
}

/* line 21, app/assets/stylesheets/dashboard/type.scss */
.font-size-body-2 {
  font-size: 0.875rem;
}

/* line 21, app/assets/stylesheets/dashboard/type.scss */
.font-size-header-1 {
  font-size: 1rem;
}

/* line 21, app/assets/stylesheets/dashboard/type.scss */
.font-size-header-2 {
  font-size: 1.25rem;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *






 */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/*! Select2 Bootstrap Theme v0.1.0-beta.7 | MIT License | github.com/select2/select2-bootstrap-theme */
.select2-container--bootstrap {
  display: block;
  /*------------------------------------*\
          #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /**
   * Clear the selection.
   */
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
  /*------------------------------------*\
          #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*\
          #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*\
      #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
  /*------------------------------------*\
      #RTL SUPPORT
  \*------------------------------------*/
}
.select2-container--bootstrap .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  outline: 0;
}
.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 4px;
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
   * Firefox 19+
   *
   * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
   */
}
.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-results__option {
  /**
   * Disabled results.
   *
   * @see https://select2.github.io/examples.html#disabled-results
   */
  /**
   * Hover state.
   */
  /**
   * Selected state.
   */
}
.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777777;
  cursor: not-allowed;
}
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #337ab7;
  color: #fff;
}
.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}
.select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  white-space: nowrap;
}
.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}
.select2-container--bootstrap.select2-container--open {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
  /**
   * Handle border radii of the container when the dropdown is showing.
   */
}
.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}
.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  box-shadow: none;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}
.select2-container--bootstrap .select2-dropdown {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px;
}
.select2-container--bootstrap .select2-dropdown--above {
  margin-top: 1px;
}
.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--bootstrap .select2-selection--single {
  height: 34px;
  line-height: 1.428571429;
  padding: 6px 24px 6px 12px;
  /**
   * Adjust the single Select2's dropdown arrow button appearance.
   */
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555555;
  padding: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--bootstrap .select2-selection--multiple {
  min-height: 34px;
  padding: 0;
  height: auto;
  /**
   * Make Multi Select2's choices match Bootstrap 3's default button styles.
   */
  /**
   * Minus 2px borders.
   */
  /**
   * Clear the selection.
   */
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  display: block;
  line-height: 1.428571429;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 32px;
  line-height: 1.428571429;
  margin-top: 0;
  min-width: 5em;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
}
.select2-container--bootstrap .select2-selection--single.input-sm, .input-group-sm .select2-container--bootstrap .select2-selection--single, .form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */
}
.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b, .input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm, .input-group-sm .select2-container--bootstrap .select2-selection--multiple, .form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 30px;
  border-radius: 3px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
}
.select2-container--bootstrap .select2-selection--single.input-lg, .input-group-lg .select2-container--bootstrap .select2-selection--single, .form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */
}
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg, .input-group-lg .select2-container--bootstrap .select2-selection--multiple, .form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 46px;
  border-radius: 6px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
  /**
   * Make the dropdown arrow point up while the dropdown is visible.
   */
}
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}
.select2-container--bootstrap[dir="rtl"] {
  /**
   * Single Select2
   *
   * 1. Makes sure that .select2-selection__placeholder is positioned
   *    correctly.
   */
  /**
   * Multiple Select2
   */
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/*------------------------------------*\
    #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b;
}
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c;
}
.has-warning.select2-drop-active {
  border-color: #66512c;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442;
}
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534;
}
.has-error.select2-drop-active {
  border-color: #843534;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d;
}
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c;
}
.has-success.select2-drop-active {
  border-color: #2b542c;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstraps
 * "Input Group" component, we don't want specific edges of the Select2
 * container to have a border-radius.
 *
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on
 * a Bootstrap 3 .input-group to let the contained Select2 widget know which
 * edges should not be rounded as they are directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
/**
 * Mimick Bootstraps .input-group .form-control styles.
 *
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
.input-group .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
}
.input-group .select2-container--bootstrap.select2-container--open, .input-group .select2-container--bootstrap.select2-container--focus {
  z-index: 3;
}

.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/**
 * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grow taller than its initial size.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.select2-bootstrap-append .select2-container--bootstrap,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container--bootstrap,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

/**
 * Display override for inline forms
*/
.form-inline .select2-container--bootstrap {
  display: inline-block;
}
@keyframes plyr-progress{to{background-position:25px 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{from{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:subpixel-antialiased;direction:ltr;font-family:Avenir,"Avenir Next","Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;font-variant-numeric:tabular-nums;font-weight:500;line-height:1.7;max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease}.plyr audio,.plyr video{border-radius:inherit;height:auto;vertical-align:middle;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui ::after,.plyr--full-ui ::before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5764;border-radius:2px;color:#fff;font-size:9px;line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;color:#fff;display:none;font-size:14px;left:0;padding:10px;position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions .plyr__caption{background:rgba(0,0,0,.8);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__captions .plyr__caption div{display:inline}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:16px;padding:20px}}@media (min-width:768px){.plyr__captions{font-size:18px}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px)}.plyr__control{background:0 0;border:0;border-radius:3px;color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;position:relative;transition:all .3s ease}.plyr__control svg{display:block;fill:currentColor;height:18px;pointer-events:none;width:18px}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}a.plyr__control{text-decoration:none}a.plyr__control::after,a.plyr__control::before{display:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed{display:none}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b3ff;color:#fff}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b3ff;color:#fff}.plyr__control--overlaid{background:rgba(0,179,255,.8);border:0;border-radius:100%;color:#fff;display:none;left:50%;padding:15px;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{background:#00b3ff}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr__controls .plyr__controls__item.plyr__volume{padding-right:5px}.plyr__controls .plyr__controls__item.plyr__volume:first-child{padding-right:0}.plyr__controls:empty{display:none}.plyr--audio .plyr__controls{background:#fff;border-radius:inherit;color:#4a5764;padding:10px}.plyr--video .plyr__controls{background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.7));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;left:0;padding:20px 5px 5px;position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:35px 10px 10px}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip]{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:rgba(255,255,255,.9);border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);color:#4a5764;font-size:16px;margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container::after{border:4px solid transparent;border-top-color:rgba(255,255,255,.9);content:'';height:0;position:absolute;right:15px;top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5764;display:flex;font-size:14px;padding:4px 11px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control::after{border:4px solid transparent;content:'';position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px}.plyr__menu__container .plyr__control--forward::after{border-left-color:rgba(74,87,100,.8);right:5px}.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,.plyr__menu__container .plyr__control--forward:hover::after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:500;margin:7px;margin-bottom:3px;padding-left:28px;position:relative;width:calc(100% - 14px)}.plyr__menu__container .plyr__control--back::after{border-right-color:rgba(74,87,100,.8);left:7px}.plyr__menu__container .plyr__control--back::before{background:#c1c9d1;box-shadow:0 1px 0 #fff;content:'';height:1px;left:0;margin-top:4px;overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,.plyr__menu__container .plyr__control--back:hover::after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px}.plyr__menu__container .plyr__control[role=menuitemradio]::after,.plyr__menu__container .plyr__control[role=menuitemradio]::before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]::before{background:rgba(0,0,0,.1);content:'';display:block;flex-shrink:0;height:16px;margin-right:10px;transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]::after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before{background:#00b3ff}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before{background:rgba(0,0,0,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;overflow:hidden;padding-left:25px;pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;background:0 0;border:0;border-radius:26px;color:#00b3ff;display:block;height:19px;margin:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:0 0;border:0;border-radius:2.5px;height:5px;-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none;background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0))}.plyr--full-ui input[type=range]::-webkit-slider-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);height:13px;position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;-webkit-appearance:none;margin-top:-4px}.plyr--full-ui input[type=range]::-moz-range-track{background:0 0;border:0;border-radius:2.5px;height:5px;-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-moz-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);height:13px;position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;height:5px}.plyr--full-ui input[type=range]::-ms-track{background:0 0;border:0;border-radius:2.5px;height:5px;-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none;color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper{background:0 0;border:0;border-radius:2.5px;height:5px;-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:0 0;border:0;border-radius:2.5px;height:5px;-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none;background:currentColor}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);height:13px;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;margin-top:0}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,201,209,.66)}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,201,209,.66)}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,201,209,.66)}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr__poster{background-color:#000;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr__time{font-size:14px}.plyr__time+.plyr__time::before{content:'\2044';margin-right:10px}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr--video .plyr__time{text-shadow:0 1px 1px rgba(0,0,0,.15)}.plyr__tooltip{background:rgba(255,255,255,.9);border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);color:#4a5764;font-size:14px;font-weight:500;left:50%;line-height:1.3;margin-bottom:10px;opacity:0;padding:5px 7.5px;pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;white-space:nowrap;z-index:2}.plyr__tooltip::before{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(255,255,255,.9);bottom:-4px;content:'';height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%,0) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translate(0,10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before{left:16px}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translate(0,10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip::before{left:auto;right:16px;transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0,0) scale(1)}.plyr--video{background:#000;overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;border-radius:inherit;overflow:hidden;position:relative;z-index:0}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr__progress{left:6.5px;margin-right:13px;position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-right:-6.5px;width:calc(100% + 13px)}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{font-size:14px;left:0}.plyr__progress__buffer{-webkit-appearance:none;background:0 0;border:0;border-radius:100px;height:5px;left:0;margin-top:-2.5px;padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:0 0}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--video .plyr__progress__buffer{box-shadow:0 1px 1px rgba(0,0,0,.15);color:rgba(255,255,255,.25)}.plyr--audio .plyr__progress__buffer{color:rgba(193,201,209,.66)}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(35,41,47,.6) 25%,transparent 25%,transparent 50%,rgba(35,41,47,.6) 50%,rgba(35,41,47,.6) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:rgba(255,255,255,.25)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,201,209,.66)}.plyr__volume{align-items:center;display:flex;flex:1;position:relative}.plyr__volume input[type=range]{margin-left:5px;position:relative;z-index:2}@media (min-width:480px){.plyr__volume{max-width:90px}}@media (min-width:768px){.plyr__volume{max-width:110px}}.plyr--is-ios .plyr__volume{display:none!important}.plyr--is-ios.plyr--vimeo [data-plyr=mute]{display:none!important}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:fullscreen .plyr__captions{font-size:21px}}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px}}.plyr:-moz-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-moz-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-moz-full-screen .plyr__captions{font-size:21px}}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-ms-fullscreen .plyr__captions{font-size:21px}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;height:100%;margin:0;width:100%;bottom:0;left:0;position:fixed;right:0;top:0;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__video-wrapper{height:100%;position:static}.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads::after{background:rgba(35,41,47,.8);border-radius:2px;bottom:10px;color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;z-index:3}.plyr__ads::after:empty{display:none}.plyr__cues{background:currentColor;display:block;height:5px;left:0;margin:-2.5px 0 0;opacity:.8;position:absolute;top:50%;width:3px;z-index:3}.plyr__preview-thumb{background-color:rgba(255,255,255,.9);border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);margin-bottom:10px;opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translate(0,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0,0) scale(1)}.plyr__preview-thumb::before{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(255,255,255,.9);bottom:-4px;content:'';height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c9d1;border-radius:2px;overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img{height:100%;left:0;max-height:none;max-width:none;position:absolute;top:0;width:100%}.plyr__preview-thumb__time-container{bottom:6px;left:0;position:absolute;right:0;white-space:nowrap;z-index:3}.plyr__preview-thumb__time-container span{background-color:rgba(0,0,0,.55);border-radius:2px;color:#fff;font-size:14px;padding:3px 6px}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);overflow:hidden;border:0!important;height:1px!important;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}
/* line 1, ../../shared/bundle/ruby/3.3.0/gems/lightbox2-2.11.3/vendor/assets/stylesheets/lightbox2.scss */
body.lb-disable-scrolling {
  overflow: hidden;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/lightbox2-2.11.3/vendor/assets/stylesheets/lightbox2.scss */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 16, ../../shared/bundle/ruby/3.3.0/gems/lightbox2-2.11.3/vendor/assets/stylesheets/lightbox2.scss */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

/* line 27, ../../shared/bundle/ruby/3.3.0/gems/lightbox2-2.11.3/vendor/assets/stylesheets/lightbox2.scss */
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

/* line 38, ../../shared/bundle/ruby/3.3.0/gems/lightbox2-2.11.3/vendor/assets/stylesheets/lightbox2.scss */
.lightbox a img {
  border: none;
}

/* line 42, ../../shared/bundle/ruby/3.3.0/gems/lightbox2-2.11.3/vendor/assets/stylesheets/lightbox2.scss */
.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

/* line 55, ../../shared/bundle/ruby/3.3.0/gems/lightbox2-2.11.3/vendor/assets/stylesheets/lightbox2.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 61, ../../shared/bundle/ruby/3.3.0/gems/lightbox2-2.11.3/vendor/assets/stylesheets/lightbox2.scss */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/lightbox2-2.11.3/vendor/assets/stylesheets/lightbox2.scss */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url("https://dvxibnalv7pan.cloudfront.net/assets/lightbox2/loading-75e769420867efb9e78cb0f964320ba4ea9e28bd68de9c426d8ab6976ac2269f.gif") no-repeat;
}

/* line 79, ../../shared/bundle/ruby/3.3.0/gems/lightbox2-2.11.3/vendor/assets/stylesheets/lightbox2.scss */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 88, ../../shared/bundle/ruby/3.3.0/gems/lightbox2-2.11.3/vendor/assets/stylesheets/lightbox2.scss */
.lb-container > .nav {
  left: 0;
}

/* line 92, ../../shared/bundle/ruby/3.3.0/gems/lightbox2-2.11.3/vendor/assets/stylesheets/lightbox2.scss */
.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

/* line 97, ../../shared/bundle/ruby/3.3.0/gems/lightbox2-2.11.3/vendor/assets/stylesheets/lightbox2.scss */
.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

/* line 103, ../../shared/bundle/ruby/3.3.0/gems/lightbox2-2.11.3/vendor/assets/stylesheets/lightbox2.scss */
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url("https://dvxibnalv7pan.cloudfront.net/assets/lightbox2/prev-2b2be4888b161ea2f9bfd20953f8bc5e2edd81715d6c082f84708233b6b71fb3.png") left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

/* line 116, ../../shared/bundle/ruby/3.3.0/gems/lightbox2-2.11.3/vendor/assets/stylesheets/lightbox2.scss */
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 121, ../../shared/bundle/ruby/3.3.0/gems/lightbox2-2.11.3/vendor/assets/stylesheets/lightbox2.scss */
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url("https://dvxibnalv7pan.cloudfront.net/assets/lightbox2/next-f1420aa16734f4dedea7622021690418e775825e0afd4cb0e81873bcad102165.png") right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

/* line 134, ../../shared/bundle/ruby/3.3.0/gems/lightbox2-2.11.3/vendor/assets/stylesheets/lightbox2.scss */
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 139, ../../shared/bundle/ruby/3.3.0/gems/lightbox2-2.11.3/vendor/assets/stylesheets/lightbox2.scss */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 148, ../../shared/bundle/ruby/3.3.0/gems/lightbox2-2.11.3/vendor/assets/stylesheets/lightbox2.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 154, ../../shared/bundle/ruby/3.3.0/gems/lightbox2-2.11.3/vendor/assets/stylesheets/lightbox2.scss */
.lb-data {
  padding: 0 4px;
  color: #ccc;
}

/* line 159, ../../shared/bundle/ruby/3.3.0/gems/lightbox2-2.11.3/vendor/assets/stylesheets/lightbox2.scss */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

/* line 166, ../../shared/bundle/ruby/3.3.0/gems/lightbox2-2.11.3/vendor/assets/stylesheets/lightbox2.scss */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

/* line 172, ../../shared/bundle/ruby/3.3.0/gems/lightbox2-2.11.3/vendor/assets/stylesheets/lightbox2.scss */
.lb-data .lb-caption a {
  color: #4ae;
}

/* line 176, ../../shared/bundle/ruby/3.3.0/gems/lightbox2-2.11.3/vendor/assets/stylesheets/lightbox2.scss */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

/* line 184, ../../shared/bundle/ruby/3.3.0/gems/lightbox2-2.11.3/vendor/assets/stylesheets/lightbox2.scss */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url("https://dvxibnalv7pan.cloudfront.net/assets/lightbox2/close-c43f332b55f7810a3532cc0d7e1d696a7f283cebb6de910063d2bc835fdbffe3.png") top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

/* line 200, ../../shared/bundle/ruby/3.3.0/gems/lightbox2-2.11.3/vendor/assets/stylesheets/lightbox2.scss */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
