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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 266, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
table {
  border-collapse: collapse;
}

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

/* line 278, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
}

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

/* line 298, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 307, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

/* line 323, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
input {
  overflow: visible;
}

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

/* line 336, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

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

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

/* line 364, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 372, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 379, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

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

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

/* line 412, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 424, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

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

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

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

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

/* line 465, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

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

/* line 474, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_reboot.scss */
template {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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

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

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

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

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

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

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

/* line 117, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_grid.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

@media (min-width: 768px) {
  /* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 1140px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

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

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

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.6666666667%;
}

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

/* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.6666666667%;
}

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

/* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.6666666667%;
}

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

/* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 128, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 143, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 124, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 132, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 124, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 132, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  /* line 280, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 288, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 297, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 304, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 308, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 315, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 322, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 330, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 334, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 160, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 0%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

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

/* line 56, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

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

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

/* line 83, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 91, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

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

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

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

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

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

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

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

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

/* line 175, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .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 184, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 120, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 126, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

/* line 131, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 137, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

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

/* line 157, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 163, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

/* line 178, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 186, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

/* line 199, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 206, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

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

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

/* line 256, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 263, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 387, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus {
  outline: none;
}

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

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

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

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

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

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

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

/* line 417, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 428, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

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

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

/* line 443, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 454, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

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

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

/* line 472, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 483, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

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

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

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

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

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

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

/* line 517, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 517, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

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

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

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

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

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

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

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

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

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

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

/* line 77, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}

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

/* line 94, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 101, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 575.98px) {
  /* line 152, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 150, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 173, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 176, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 180, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 187, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 202, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 209, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 152, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 150, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 173, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 176, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 180, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 187, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 202, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 209, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 152, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 150, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 173, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 176, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 180, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 187, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 202, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 209, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

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

@media (min-width: 1200px) {
  /* line 150, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 173, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 176, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 180, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 187, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 202, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 209, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

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

/* line 152, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 173, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

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

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

/* line 187, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 202, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

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

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

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 233, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 240, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 245, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 253, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 258, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

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

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 276, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

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

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

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 292, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 297, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 305, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 310, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

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

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

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

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

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

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

/* line 85, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

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

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

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

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

/* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  /* line 174, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 186, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 191, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 198, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 201, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 206, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 213, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 216, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 221, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 238, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 237, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 248, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

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

/* line 264, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 269, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

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

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

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

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

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

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

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

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 56, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

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

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

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

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

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

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

/* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

/* line 112, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 116, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 94, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 98, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 103, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  /* line 112, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 116, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 94, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 98, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 103, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  /* line 112, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 116, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 94, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 98, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 103, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  /* line 112, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 116, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 94, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 98, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 103, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  /* line 112, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 116, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 133, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

/* line 138, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast {
  max-width: 350px;
  overflow: hidden;
  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);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

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

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 1;
}

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

/* line 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.hide {
  display: none;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast-body {
  padding: 0.75rem;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

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

/* line 53, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 72, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 77, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 83, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

/* line 90, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 95, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 99, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 106, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 124, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 134, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 135, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 140, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 148, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 156, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 163, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 172, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

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

/* line 191, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 202, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 207, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 210, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 215, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 218, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  /* line 227, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 231, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 238, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 2, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 61, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 73, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 81, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 84, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

/* line 87, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 93, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 101, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 113, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 116, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 122, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 128, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 153, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

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

/* line 167, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 2, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 61, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 74, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 87, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 87, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 111, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 117, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 125, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

/* line 132, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 135, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 145, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 159, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 159, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 177, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 187, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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;
  }
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/* line 3, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #007bff !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #007bff !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 56, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 61, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 69, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 73, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

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

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

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

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 3, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

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

/* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important;
}

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

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

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

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

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

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

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

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

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

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

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

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

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

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

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

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

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

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

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.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 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #007bff !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #28a745 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-body {
  color: #212529 !important;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 55, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

/* line 72, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-reset {
  color: inherit !important;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 72, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 79, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 92, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  body {
    min-width: 992px !important;
  }
  /* line 95, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 100, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 103, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 107, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 110, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 117, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  /* line 123, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table-dark {
    color: inherit;
  }
  /* line 126, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  /* line 134, vendor/bundle/ruby/3.2.0/gems/bootstrap-4.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/* line 20, app/assets/stylesheets/application.scss */
html,
body {
  height: 100%;
}

/* line 25, app/assets/stylesheets/application.scss */
html {
  box-sizing: border-box;
}

/* line 29, app/assets/stylesheets/application.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* line 35, app/assets/stylesheets/application.scss */
body {
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
  margin: 0;
  padding: 0;
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  color: #161d28;
  font-size: 16px;
}

/* line 47, app/assets/stylesheets/application.scss */
.page {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

/* line 53, app/assets/stylesheets/application.scss */
a {
  color: inherit;
  text-decoration: none;
}

/* line 56, app/assets/stylesheets/application.scss */
a:hover {
  color: #23498e;
  text-decoration: none;
}

/* line 62, app/assets/stylesheets/application.scss */
h1,
h2,
h3,
h4,
h5 {
  color: #161d28;
}

/* line 70, app/assets/stylesheets/application.scss */
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}

/* line 79, app/assets/stylesheets/application.scss */
.modal-backdrop {
  z-index: 9999;
}

/* line 83, app/assets/stylesheets/application.scss */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 89, app/assets/stylesheets/application.scss */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/* line 96, app/assets/stylesheets/application.scss */
button {
  font-family: "Work Sans", sans-serif;
  cursor: pointer;
  padding: 0;
  border: none;
}

/* line 102, app/assets/stylesheets/application.scss */
button:focus, button:active {
  outline: none;
}

/* line 108, app/assets/stylesheets/application.scss */
select {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
  color: #161D28;
  padding: 10px 50px 10px 16px;
  width: 100%;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%238C8C8C' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat, repeat;
  background-position: right 16px top 8px, 0 0;
  background-size: 24px 24px, 100%;
}

@media (max-width: 767px) {
  /* line 108, app/assets/stylesheets/application.scss */
  select {
    padding: 10px 40px 10px 10px;
    font-size: 14px;
    line-height: 18px;
  }
}

/* line 135, app/assets/stylesheets/application.scss */
select::-ms-expand {
  display: none;
}

/* line 139, app/assets/stylesheets/application.scss */
select option {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
  color: #161D28;
}

@media (max-width: 767px) {
  /* line 139, app/assets/stylesheets/application.scss */
  select option {
    font-size: 14px;
    line-height: 18px;
  }
}

/* line 152, app/assets/stylesheets/application.scss */
textarea {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
  color: #161D28;
  resize: none;
}

@media (max-width: 767px) {
  /* line 152, app/assets/stylesheets/application.scss */
  textarea {
    font-size: 14px;
    line-height: 18px;
  }
}

/* line 171, app/assets/stylesheets/application.scss */
input {
  font-family: "Work Sans", sans-serif;
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
  color: #161D28;
}

@media (max-width: 767px) {
  /* line 171, app/assets/stylesheets/application.scss */
  input {
    font-size: 14px;
    line-height: 18px;
  }
}

/* line 188, app/assets/stylesheets/application.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 194, app/assets/stylesheets/application.scss */
input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
/* line 1, app/assets/stylesheets/animations.scss */
.slide-up {
  animation-name: slide-up;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}

/* line 9, app/assets/stylesheets/animations.scss */
.flash {
  font-size: 14px;
  line-height: 23px;
  margin: 0 0 4px;
  animation-name: fade-out;
  animation-duration: 0s;
  animation-delay: 30s;
  animation-fill-mode: forwards;
  font-weight: bold;
  color: green;
}

@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 4, app/assets/stylesheets/calls-messages/calls.scss */
.calls__header-item {
  font-weight: 400;
  text-align: left;
}

/* line 7, app/assets/stylesheets/calls-messages/calls.scss */
.calls__header-item:not(:last-of-type) {
  margin-right: 3%;
}

/* line 11, app/assets/stylesheets/calls-messages/calls.scss */
.calls__header-item--time {
  flex: 0 0 7%;
}

/* line 14, app/assets/stylesheets/calls-messages/calls.scss */
.calls__header-item--caller {
  flex: 0 0 16%;
}

/* line 17, app/assets/stylesheets/calls-messages/calls.scss */
.calls__header-item--destination {
  flex: 0 0 17%;
}

/* line 20, app/assets/stylesheets/calls-messages/calls.scss */
.calls__header-item--voicemail {
  flex: 0 0 8%;
  text-align: center;
}

/* line 24, app/assets/stylesheets/calls-messages/calls.scss */
.calls__header-item--type {
  flex: 0 0 7%;
  text-align: center;
}

/* line 28, app/assets/stylesheets/calls-messages/calls.scss */
.calls__header-item--duration {
  flex: 0 0 8.2%;
  text-align: center;
}

/* line 32, app/assets/stylesheets/calls-messages/calls.scss */
.calls__header-item--cost {
  flex: 0 0 6.5%;
}

/* line 35, app/assets/stylesheets/calls-messages/calls.scss */
.calls__header-item--status {
  flex-grow: 1;
}

/* line 40, app/assets/stylesheets/calls-messages/calls.scss */
.calls__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 12px 10px 16px;
  border-bottom: 1px solid #EFEFEF;
}

/* line 48, app/assets/stylesheets/calls-messages/calls.scss */
.calls__item:nth-of-type(12n) {
  border-bottom: none;
}

/* line 51, app/assets/stylesheets/calls-messages/calls.scss */
.calls__item:last-of-type {
  border-bottom: none;
}

/* line 55, app/assets/stylesheets/calls-messages/calls.scss */
.calls__item-checkbox {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  z-index: 5;
}

/* line 64, app/assets/stylesheets/calls-messages/calls.scss */
.calls__point {
  letter-spacing: 0.001em;
  margin-right: 1%;
}

/* line 68, app/assets/stylesheets/calls-messages/calls.scss */
.calls__point:last-of-type {
  margin-right: 0;
}

/* line 72, app/assets/stylesheets/calls-messages/calls.scss */
.calls__point-time {
  flex: 0 0 9%;
}

/* line 76, app/assets/stylesheets/calls-messages/calls.scss */
.calls__point-caller {
  flex: 0 0 17.9%;
}

/* line 79, app/assets/stylesheets/calls-messages/calls.scss */
.calls__point-caller-inline-block {
  display: inline-block;
}

/* line 84, app/assets/stylesheets/calls-messages/calls.scss */
.calls__point-destination {
  flex: 0 0 18%;
}

/* line 88, app/assets/stylesheets/calls-messages/calls.scss */
.calls__point-voicemail {
  flex: 0 0 8.5%;
  text-align: center;
}

/* line 93, app/assets/stylesheets/calls-messages/calls.scss */
.calls__point-type {
  flex: 0 0 11.1%;
}

/* line 97, app/assets/stylesheets/calls-messages/calls.scss */
.calls__point-duration {
  flex: 0 0 7.5%;
}

/* line 101, app/assets/stylesheets/calls-messages/calls.scss */
.calls__point-cost {
  flex: 0 0 9.5%;
  margin-right: 2.8%;
}

/* line 106, app/assets/stylesheets/calls-messages/calls.scss */
.calls__point-status {
  display: flex;
  color: #1DC39F;
  flex-grow: 1;
  text-align: left;
  font-weight: 500;
  text-transform: capitalize;
  align-items: center;
}

/* line 115, app/assets/stylesheets/calls-messages/calls.scss */
.calls__point-status svg {
  margin-left: 5px;
}

/* line 119, app/assets/stylesheets/calls-messages/calls.scss */
.calls__point-time, .calls__point-caller, .calls__point-destination, .calls__point-status .calls__point-voicemail {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
}

/* line 129, app/assets/stylesheets/calls-messages/calls.scss */
.calls__point-type, .calls__point-duration, .calls__point-cost {
  font-size: 13px;
  line-height: 23px;
  color: #8C8C8C;
  text-align: center;
}
/* line 3, app/assets/stylesheets/calls-messages/layout.scss */
.calls-messages {
  height: 100%;
}

/* line 5, app/assets/stylesheets/calls-messages/layout.scss */
.calls-messages__header {
  margin: 0 0 23px;
}

/* line 9, app/assets/stylesheets/calls-messages/layout.scss */
.calls-messages__title {
  margin: 0 0 32px;
}

/* line 13, app/assets/stylesheets/calls-messages/layout.scss */
.calls-messages__tab-nav {
  margin: 0 0 15px;
}

/* line 17, app/assets/stylesheets/calls-messages/layout.scss */
.calls-messages__header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 23, app/assets/stylesheets/calls-messages/layout.scss */
.calls-messages__note {
  max-width: 590px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
  color: #161D28;
}

/* line 30, app/assets/stylesheets/calls-messages/layout.scss */
.calls-messages__note-blue {
  color: #1DAADE;
}

/* line 35, app/assets/stylesheets/calls-messages/layout.scss */
.calls-messages__pagination {
  display: flex;
  align-items: center;
}

/* line 39, app/assets/stylesheets/calls-messages/layout.scss */
.calls-messages__pagination-text {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
  color: #8C8C8C;
  margin-right: 11px;
}

/* line 48, app/assets/stylesheets/calls-messages/layout.scss */
.calls-messages__pagination-btn {
  background: none;
  border: none;
  display: flex;
}

/* line 52, app/assets/stylesheets/calls-messages/layout.scss */
.calls-messages__pagination-btn:first-of-type {
  margin-right: 8px;
}

/* line 57, app/assets/stylesheets/calls-messages/layout.scss */
.calls-messages__history {
  width: 100%;
}

/* line 59, app/assets/stylesheets/calls-messages/layout.scss */
.calls-messages__history-header {
  margin: 0 0 3px;
  background: #F9F9F9;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
  color: #8C8C8C;
}

/* line 67, app/assets/stylesheets/calls-messages/layout.scss */
.calls-messages__history-header-row {
  display: flex;
  align-items: center;
  padding: 5px 12px;
}

/* line 74, app/assets/stylesheets/calls-messages/layout.scss */
.calls-messages__del-btn {
  display: flex;
  padding: 8px 35px;
  margin: 20px 0 0;
  background: #FFECEC;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.001em;
  color: #DA5034;
  border-radius: 8px;
}

/* line 87, app/assets/stylesheets/calls-messages/layout.scss */
.calls-messages__del-btn:disabled {
  opacity: 0.7;
  cursor: auto;
}

/* line 93, app/assets/stylesheets/calls-messages/layout.scss */
.calls-messages__action-btns {
  display: flex;
}

/* line 97, app/assets/stylesheets/calls-messages/layout.scss */
.calls-messages__export-calls-btn {
  margin: 20px 10px 0;
  padding: 8px 35px;
  background: #1DAADE;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #FFFFFF;
}
/* line 4, app/assets/stylesheets/calls-messages/messages.scss */
.messages__header-item {
  font-weight: 400;
  text-align: left;
}

/* line 7, app/assets/stylesheets/calls-messages/messages.scss */
.messages__header-item:not(:last-of-type) {
  margin-right: 3%;
}

/* line 11, app/assets/stylesheets/calls-messages/messages.scss */
.messages__header-item--time {
  flex: 0 0 8%;
}

/* line 14, app/assets/stylesheets/calls-messages/messages.scss */
.messages__header-item--from {
  flex: 0 0 16%;
}

/* line 17, app/assets/stylesheets/calls-messages/messages.scss */
.messages__header-item--to {
  flex: 0 0 14%;
}

/* line 20, app/assets/stylesheets/calls-messages/messages.scss */
.messages__header-item--text {
  flex: 0 0 22.5%;
}

/* line 23, app/assets/stylesheets/calls-messages/messages.scss */
.messages__header-item--media {
  flex: 0 0 6.5%;
}

/* line 26, app/assets/stylesheets/calls-messages/messages.scss */
.messages__header-item--cost {
  flex: 0 0 6%;
}

/* line 29, app/assets/stylesheets/calls-messages/messages.scss */
.messages__header-item--status {
  flex: 0 0 6%;
}

/* line 34, app/assets/stylesheets/calls-messages/messages.scss */
.messages__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 13px 12px 12px 16px;
  border-bottom: 1px solid #EFEFEF;
}

/* line 42, app/assets/stylesheets/calls-messages/messages.scss */
.messages__item:nth-of-type(12n) {
  border-bottom: none;
}

/* line 46, app/assets/stylesheets/calls-messages/messages.scss */
.messages__item:last-of-type {
  border-bottom: none;
}

/* line 50, app/assets/stylesheets/calls-messages/messages.scss */
.messages__item-checkbox {
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  z-index: 5;
}

/* line 59, app/assets/stylesheets/calls-messages/messages.scss */
.messages__point {
  letter-spacing: 0.001em;
}

/* line 62, app/assets/stylesheets/calls-messages/messages.scss */
.messages__point:last-of-type {
  margin-right: 0;
}

/* line 66, app/assets/stylesheets/calls-messages/messages.scss */
.messages__point-time {
  flex: 0 0 8%;
}

/* line 70, app/assets/stylesheets/calls-messages/messages.scss */
.messages__point-from {
  flex: 0 0 16%;
}

/* line 74, app/assets/stylesheets/calls-messages/messages.scss */
.messages__point-from {
  flex: 0 0 16%;
}

/* line 77, app/assets/stylesheets/calls-messages/messages.scss */
.messages__point-from-inline-block {
  display: inline-block;
}

/* line 82, app/assets/stylesheets/calls-messages/messages.scss */
.messages__point-to {
  flex: 0 0 14%;
}

/* line 86, app/assets/stylesheets/calls-messages/messages.scss */
.messages__point-cost {
  flex: 0 0 6%;
}

/* line 90, app/assets/stylesheets/calls-messages/messages.scss */
.messages__point-text {
  flex: 0 0 24%;
  max-width: 275px;
  overflow: hidden;
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 23px;
  color: #8C8C8C;
}

/* line 100, app/assets/stylesheets/calls-messages/messages.scss */
.messages__point-media {
  flex: 0 0 7%;
}

/* line 104, app/assets/stylesheets/calls-messages/messages.scss */
.messages__point-status {
  display: flex;
  color: #1DC39F;
  flex: 0 0 10%;
  align-items: center;
}

/* line 110, app/assets/stylesheets/calls-messages/messages.scss */
.messages__point-status svg {
  margin-left: 5px;
}

/* line 116, app/assets/stylesheets/calls-messages/messages.scss */
.messages__flag {
  display: flex;
  width: 56px;
  height: 56px;
  margin: 0 12px 0 0;
  border-radius: 8px;
  overflow: hidden;
}

/* line 125, app/assets/stylesheets/calls-messages/messages.scss */
.messages__actions {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  /* line 132, app/assets/stylesheets/calls-messages/messages.scss */
  .messages__header-item {
    justify-content: space-between;
  }
  /* line 134, app/assets/stylesheets/calls-messages/messages.scss */
  .messages__header-item:not(:last-of-type) {
    margin-right: 0;
  }
  /* line 138, app/assets/stylesheets/calls-messages/messages.scss */
  .messages__header-item--time {
    flex: 0 0 10%;
  }
  /* line 141, app/assets/stylesheets/calls-messages/messages.scss */
  .messages__header-item--from {
    flex: 0 0 17%;
  }
  /* line 144, app/assets/stylesheets/calls-messages/messages.scss */
  .messages__header-item--to {
    flex: 0 0 17%;
  }
  /* line 147, app/assets/stylesheets/calls-messages/messages.scss */
  .messages__header-item--text {
    flex: 0 0 23%;
  }
  /* line 150, app/assets/stylesheets/calls-messages/messages.scss */
  .messages__header-item--media {
    flex: 0 0 14%;
  }
  /* line 153, app/assets/stylesheets/calls-messages/messages.scss */
  .messages__header-item--cost {
    flex: 0 0 10%;
  }
  /* line 156, app/assets/stylesheets/calls-messages/messages.scss */
  .messages__header-item--status {
    flex: 0 0 10%;
  }
  /* line 161, app/assets/stylesheets/calls-messages/messages.scss */
  .messages__item {
    padding: 16px;
    font-size: 11px;
  }
  /* line 167, app/assets/stylesheets/calls-messages/messages.scss */
  .messages__point-time {
    flex: 0 0 7%;
  }
  /* line 170, app/assets/stylesheets/calls-messages/messages.scss */
  .messages__point-from {
    flex: 0 0 16%;
  }
  /* line 173, app/assets/stylesheets/calls-messages/messages.scss */
  .messages__point-to {
    flex: 0 0 16%;
  }
  /* line 176, app/assets/stylesheets/calls-messages/messages.scss */
  .messages__point-text {
    flex: 0 0 20%;
  }
  /* line 179, app/assets/stylesheets/calls-messages/messages.scss */
  .messages__point-media {
    flex: 0 0 8%;
  }
  /* line 182, app/assets/stylesheets/calls-messages/messages.scss */
  .messages__point-cost {
    flex: 0 0 6%;
  }
  /* line 185, app/assets/stylesheets/calls-messages/messages.scss */
  .messages__point-status {
    flex: 0 0 8%;
  }
}
/* line 4, app/assets/stylesheets/change-password/password.scss */
.password__header {
  margin: 0 0 32px;
}

/* line 7, app/assets/stylesheets/change-password/password.scss */
.password__field {
  margin: 0 0 16px;
}

/* line 9, app/assets/stylesheets/change-password/password.scss */
.password__field:last-of-type {
  margin: 0 0 24px;
}

/* line 13, app/assets/stylesheets/change-password/password.scss */
.password__input {
  padding: 10px 16px;
  width: 100%;
}

/* line 17, app/assets/stylesheets/change-password/password.scss */
.password__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  width: 100%;
  background: #1DAADE;
  border-radius: 8px;
  font-weight: 500;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
  color: #FFFFFF;
}
/* line 3, app/assets/stylesheets/dashboard.scss */
.dashboard {
  min-height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* line 10, app/assets/stylesheets/dashboard.scss */
.dashboard__container {
  display: flex;
  height: calc(100vh - 80px);
  width: 100%;
  background: #EFEFEF;
}

/* line 17, app/assets/stylesheets/dashboard.scss */
.dashboard__content {
  flex: 1 1 calc(100vw - 17%);
  padding: 40px 2% 18px 2%;
  background: #EFEFEF;
  width: 100%;
  min-height: 100%;
}
/* line 3, app/assets/stylesheets/did-notify.scss */
.did-bar {
  position: relative;
  background: #F8F8F8;
  border-left: 3px solid #DA5034;
  border-bottom: 1px solid #EFEFEF;
  padding: 12px 24px;
}

/* line 10, app/assets/stylesheets/did-notify.scss */
.did-bar__close-btn {
  position: absolute;
  top: 2px;
  right: 2px;
  background: none;
  display: flex;
}

/* line 17, app/assets/stylesheets/did-notify.scss */
.did-bar__close-btn svg {
  width: 16px;
  height: 16px;
}

/* line 23, app/assets/stylesheets/did-notify.scss */
.did-bar__inner {
  display: block;
  flex-direction: column;
  align-items: flex-start;
}

/* line 29, app/assets/stylesheets/did-notify.scss */
.did-bar__info {
  margin-bottom: 6px;
}

/* line 33, app/assets/stylesheets/did-notify.scss */
.did-bar__action {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* line 39, app/assets/stylesheets/did-notify.scss */
.did-bar__input {
  width: 180px;
  height: 32px;
  padding: 6px 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 13px;
}

/* line 48, app/assets/stylesheets/did-notify.scss */
.did-bar__title {
  font-weight: 500;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
  color: #161D28;
  margin: 0 0 4px;
  max-width: 95%;
}

/* line 58, app/assets/stylesheets/did-notify.scss */
.did-bar__text {
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.001em;
  color: #8C8C8C;
  margin: 0;
  max-width: 98%;
}

/* line 67, app/assets/stylesheets/did-notify.scss */
.did-bar__form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

/* line 74, app/assets/stylesheets/did-notify.scss */
.did-bar__input-wrapper {
  flex-grow: 1;
}

/* line 78, app/assets/stylesheets/did-notify.scss */
.did-bar__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  height: auto;
  width: auto;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.001em;
  color: #1DAADE;
}
/* line 1, app/assets/stylesheets/header.scss */
.main-header {
  display: flex;
  align-items: center;
  height: 80px;
  padding-left: 30px;
  background: #1DAADE;
}

/* line 9, app/assets/stylesheets/header.scss */
.main-header__logo-wrap {
  display: flex;
  width: 225px;
  height: 60px;
}

/* line 15, app/assets/stylesheets/header.scss */
.main-header__logo {
  width: 100%;
  height: 100%;
}
/* line 3, app/assets/stylesheets/login.scss */
.login {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10% 0 0;
  background: #F4F3F3;
}

/* line 10, app/assets/stylesheets/login.scss */
.login__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 550px;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 30px 40px 80px;
}

/* line 19, app/assets/stylesheets/login.scss */
.login__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: -0.006em;
  color: #161D28;
  margin: 0 0 30px;
}

/* line 28, app/assets/stylesheets/login.scss */
.login__form-wrap {
  position: relative;
}

/* line 33, app/assets/stylesheets/login.scss */
.login__field:not(:last-of-type) {
  margin: 0 0 16px;
}

/* line 38, app/assets/stylesheets/login.scss */
.login__label {
  font-size: 16px;
}

/* line 42, app/assets/stylesheets/login.scss */
.login__input {
  width: 100%;
  padding: 10px 16px;
}

/* line 47, app/assets/stylesheets/login.scss */
.login__action {
  margin-top: 24px;
  margin-bottom: 10px;
}

/* line 52, app/assets/stylesheets/login.scss */
.login__submit {
  width: 100%;
  cursor: pointer;
  padding: 10px 20px;
  border: none;
}

/* line 59, app/assets/stylesheets/login.scss */
.login .flash {
  position: absolute;
  top: 100%;
  animation-delay: 60s;
  font-size: 16px;
  line-height: 25px;
  padding-top: 20px;
  font-weight: bold;
  color: green;
}
/* line 3, app/assets/stylesheets/nav.scss */
.nav {
  height: calc(100vh - 80px);
  flex: 0 0 17%;
  max-width: 245px;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}

/* line 13, app/assets/stylesheets/nav.scss */
.nav__item {
  margin: 0;
  padding: 0;
}

/* line 16, app/assets/stylesheets/nav.scss */
.nav__item-ham {
  display: none;
}

/* line 21, app/assets/stylesheets/nav.scss */
.nav__link {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 3% 12px 14.7%;
  background: transparent;
}

/* line 28, app/assets/stylesheets/nav.scss */
.nav__link-logo {
  display: block;
  margin-right: 7%;
}

/* line 31, app/assets/stylesheets/nav.scss */
.nav__link-logo path {
  transition: all 0.3s ease;
}

/* line 35, app/assets/stylesheets/nav.scss */
.nav__link-text {
  font-weight: 400;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
  color: #161D28;
  transition: color 0.3s ease;
}

/* line 44, app/assets/stylesheets/nav.scss */
.nav__link--active {
  background: #EEFAFF;
}

/* line 47, app/assets/stylesheets/nav.scss */
.nav__link--active .nav__link-text {
  font-weight: 600;
  color: #1DAADE;
}

/* line 53, app/assets/stylesheets/nav.scss */
.nav__link--active .nav__link-logo path:not(.non-stroke) {
  stroke: #1DAADE;
}

/* line 56, app/assets/stylesheets/nav.scss */
.nav__link--active .nav__link-logo path.non-stroke {
  fill: #1DAADE;
}

/* line 64, app/assets/stylesheets/nav.scss */
.nav__link:hover .nav__link-text {
  color: #007bff;
}

/* line 69, app/assets/stylesheets/nav.scss */
.nav__link:hover .nav__link-logo path:not(.non-stroke) {
  stroke: #007bff;
}

/* line 72, app/assets/stylesheets/nav.scss */
.nav__link:hover .nav__link-logo path.non-stroke {
  fill: #007bff;
}

/* line 80, app/assets/stylesheets/nav.scss */
.nav__logout {
  display: flex;
  align-items: center;
  padding: 12px 0 12px 14.7%;
  margin-top: auto;
  background: none;
  cursor: pointer;
}

/* line 88, app/assets/stylesheets/nav.scss */
.nav__logout-logo {
  display: block;
  margin-right: 6%;
}

/* line 93, app/assets/stylesheets/nav.scss */
.nav__logout-text {
  font-weight: normal;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
  color: #8C8C8C;
}

/* line 102, app/assets/stylesheets/nav.scss */
.nav.flip {
  flex: 0 0 50%;
  z-index: 11;
}

/* line 107, app/assets/stylesheets/nav.scss */
.nav.flip .nav__link {
  padding-left: 5px;
}

/* line 110, app/assets/stylesheets/nav.scss */
.nav.flip .nav__link-text {
  display: inline;
}

/* line 114, app/assets/stylesheets/nav.scss */
.nav.flip .nav__logout {
  padding-left: 7px;
}

/* line 116, app/assets/stylesheets/nav.scss */
.nav.flip .nav__logout-text {
  display: inline;
}

@media (max-width: 767px) {
  /* line 3, app/assets/stylesheets/nav.scss */
  .nav {
    flex: 0 0 12%;
  }
  /* line 126, app/assets/stylesheets/nav.scss */
  .nav__item {
    margin: 6px;
    padding: 1px;
  }
  /* line 129, app/assets/stylesheets/nav.scss */
  .nav__item-ham {
    display: inline;
  }
  /* line 139, app/assets/stylesheets/nav.scss */
  .nav__link-text {
    display: none;
  }
  /* line 145, app/assets/stylesheets/nav.scss */
  .nav__logout-text {
    display: none;
  }
}
/* line 3, app/assets/stylesheets/notify.scss */
.notify-bar {
  position: relative;
  background: #F8F8F8;
  border-radius: 8px;
  border-left: 6px solid #DA5034;
  padding: 20px 24px 20px 18px;
  margin: 8px 0 14px 0;
  width: 100%;
}

/* line 12, app/assets/stylesheets/notify.scss */
.notify-bar__close-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  background: none;
  display: flex;
}

/* line 19, app/assets/stylesheets/notify.scss */
.notify-bar__close-btn svg {
  width: 16px;
  height: 16px;
}

/* line 25, app/assets/stylesheets/notify.scss */
.notify-bar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 33, app/assets/stylesheets/notify.scss */
.notify-bar__title {
  font-weight: 500;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
  color: #161D28;
  margin: 0 4px 4px;
  max-width: 95%;
}

/* line 43, app/assets/stylesheets/notify.scss */
.notify-bar__text {
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.001em;
  color: #8C8C8C;
  margin: 0 4px 6px;
  max-width: 95%;
}

/* line 52, app/assets/stylesheets/notify.scss */
.notify-bar__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 8px;
  cursor: pointer;
  margin-right: auto;
  margin-left: auto;
}

/* line 64, app/assets/stylesheets/notify.scss */
.notify-bar__btn-text {
  font-weight: 600;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
  color: #1DAADE;
  text-align: center;
}
/* line 5, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
  color: #000000;
  margin: 0 0 24px;
}

/* line 17, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__dropdown {
  padding-bottom: 14px;
}

/* line 21, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__dropdown .add-number__label--with-tips {
  display: flex;
  align-items: center;
}

/* line 28, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__dropdown-wrap {
  position: relative;
  min-height: 42px;
  padding: 10px 50px 10px 44px;
  font-size: 16px;
  line-height: 20px;
  color: #161D28;
  width: 100%;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%238C8C8C' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat, repeat;
  background-position: right 16px top 8px, 0 0;
  background-size: 24px 24px, 100%;
}

/* line 45, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__select-wrap {
  position: relative;
}

/* line 49, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__select-wrap.js-not-selected .add-number__select-flag {
  display: none;
}

/* line 52, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__select-wrap.js-not-selected .add-number__dropdown-wrap {
  color: #8C8C8C;
  padding-left: 16px;
}

/* line 59, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__dropdown-list {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F8F8F8;
  z-index: 5;
  width: 100%;
  padding: 5px 0;
  border-radius: 4px;
  overflow-y: auto;
  max-height: 370px;
}

/* line 71, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__dropdown-list.js-hide {
  display: none;
}

/* line 76, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__dropdown-item {
  display: flex;
  align-items: center;
  padding: 5px 16px;
  cursor: pointer;
}

/* line 83, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__dropdown-flag {
  width: 20px;
  height: 14px;
  box-shadow: 0px 1px 5px 0px rgba(34, 60, 80, 0.2);
  margin-right: 10px;
}

/* line 90, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__select-flag {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 20px;
  height: 14px;
  box-shadow: 0px 1px 5px 0px rgba(34, 60, 80, 0.2);
}

/* line 100, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__select {
  padding-left: 16px;
}

/* line 102, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__select--country {
  padding-left: 44px;
}

/* line 105, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__select.js-not-selected {
  color: #8C8C8C;
  padding-left: 16px;
}

/* line 111, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__search-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background: #f3f3f3;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}

/* line 126, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__search-btn:hover {
  cursor: pointer;
}

/* line 130, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__search-btn[disabled] {
  opacity: 0.5;
}

/* line 132, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__search-btn[disabled]:hover {
  cursor: not-allowed;
}

/* line 138, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__search {
  width: 100%;
  position: relative;
  min-height: 42px;
  padding: 10px 50px 10px 16px;
  font-size: 16px;
  line-height: 20px;
  color: #161D28;
  width: 100%;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  background-color: #ffffff;
}

/* line 151, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__search::-moz-placeholder {
  color: #8C8C8C;
}
.add-number__search::placeholder {
  color: #8C8C8C;
}

/* line 157, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__number-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 5px;
}

/* line 164, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__number-label {
  margin: 0;
}

/* line 168, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__number-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -8px 28px;
  min-height: 180px;
}

/* line 177, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__number-item {
  position: relative;
  flex: 0 1 calc(100%/3);
  padding: 0 8px;
  margin-bottom: 12px;
}

/* line 184, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__number-label-wrap {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 5px 12px 16px;
  border: 1px solid #DEE6E9;
  border-radius: 4px;
}

/* line 194, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__number-radio:checked + .add-number__number-label-wrap {
  background: #EAF9FF;
}

/* line 198, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__number-flag-wrap {
  display: block;
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  margin: 0 12px 0 0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.15);
}

/* line 208, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__number-flag-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 215, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__number-info {
  flex-grow: 1;
}

/* line 219, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__number-num {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
  color: #161D28;
  margin: 0 0 4px;
}

/* line 228, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__number-location {
  display: block;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.001em;
  color: #8C8C8C;
}

/* line 236, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__number-type {
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #8C8C8C;
  text-transform: capitalize;
}

/* line 244, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__number-tips-wrap {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 11px;
  display: flex;
}

/* line 252, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__number-tips-wrap:hover .add-number__number-tips {
  display: block;
}

/* line 258, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__number-tips {
  display: none;
  position: absolute;
  bottom: calc(100% + 10px);
  right: calc(100% - 50px);
  width: 180px;
  padding: 8px;
  background: #ffffff;
  box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  color: #161D28;
  z-index: 2;
}

/* line 271, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__number-tips::before {
  content: '';
  position: absolute;
  top: 90%;
  left: 74%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #ffffff;
}

/* line 283, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__number-tips-text {
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
}

/* line 287, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__number-tips-text:not(:last-of-type) {
  margin: 0 0 5px;
}

/* line 293, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__number-hidden-field {
  position: relative;
}

/* line 298, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__capabilities {
  display: flex;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.001em;
  color: #8C8C8C;
}

/* line 305, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__capabilities-item {
  position: relative;
}

/* line 307, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__capabilities-item:not(:last-of-type) {
  margin-right: 16px;
}

/* line 309, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__capabilities-item:not(:last-of-type)::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 6px);
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #EFEFEF;
  border-radius: 50%;
}

/* line 324, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__tips-wrap {
  margin-left: 10px;
}

/* line 327, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__tips-wrap:hover .add-number__tips {
  display: block;
}

/* line 333, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__tips {
  display: none;
  position: absolute;
  bottom: calc(100% + 5px);
  left: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.15);
  width: 180px;
  padding: 12px;
  border-radius: 12px 12px 12px 0px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.001em;
  color: #161D28;
  z-index: 2;
}

/* line 350, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__paginations {
  display: flex;
  align-items: center;
}

/* line 353, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__paginations.js-not-selected {
  display: none;
}

/* line 357, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__paginations-btn {
  display: flex;
  background: transparent;
  border: none;
}

/* line 363, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__paginations-pages {
  margin: 0 8px;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
  color: #161D28;
}

/* line 372, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__placeholder {
  width: 100%;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 59px 50px;
  margin: 0 0 40px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
}

/* line 385, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__placeholder-title {
  font-weight: 500;
  color: #161D28;
  margin: 0 0 10px;
}

/* line 391, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__placeholder-desc {
  color: #8C8C8C;
}

/* line 396, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__warning {
  max-width: 900px;
  text-align: center;
  margin: 0 auto 12px;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
  color: #8C8C8C;
}

/* line 406, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__submit {
  width: 100%;
  position: relative;
  padding: 11px 26px;
}

/* line 411, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__submit:disabled {
  cursor: not-allowed;
  background: rgba(29, 170, 222, 0.65);
}

/* line 415, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number__submit:disabled:hover {
  background: rgba(29, 170, 222, 0.65);
}

/* line 421, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number .spinner:not([hidden]) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 427, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number .spinner:not([hidden])::after {
  width: 80px;
  height: 80px;
  border: 2px solid #f3f3f3;
  border-top: 3px solid #1DAADE;
}

/* line 435, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number .spinner--submit:not([hidden]) {
  top: 50%;
  right: 10%;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

/* line 442, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number .spinner--submit:not([hidden])::after {
  width: 30px;
  height: 30px;
  border: 1px solid #1DAADE;
  border-top: 2px solid #ffffff;
}

/* line 450, app/assets/stylesheets/numbers/add_number/add-number.scss */
.add-number .error-mes:not([hidden]) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.001em;
  text-align: center;
  word-break: break-all;
  color: #DA5034;
}
/* line 3, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal {
  display: block;
  padding: 12px 27px 12px 24px;
  border-bottom: 1px solid #EFEFEF;
}

/* line 10, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal__fields {
  display: flex;
  padding: 5px 16px 22px;
  border-bottom: 1px solid #EFEFEF;
}

@media (max-width: 767px) {
  /* line 10, app/assets/stylesheets/numbers/call-modal.scss */
  .call-modal__fields {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px 10px 10px 10px;
  }
}

/* line 25, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal__dropdown {
  width: 50%;
  padding-right: 10px;
}

@media (max-width: 767px) {
  /* line 25, app/assets/stylesheets/numbers/call-modal.scss */
  .call-modal__dropdown {
    flex: auto;
    width: 100%;
    margin: 0 0 10px;
    padding-right: 0;
  }
}

/* line 37, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal__caller-number {
  width: 50%;
}

/* line 39, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal__caller-number--error {
  font-size: 13px;
  letter-spacing: 0.001em;
  color: red;
}

@media (max-width: 767px) {
  /* line 37, app/assets/stylesheets/numbers/call-modal.scss */
  .call-modal__caller-number {
    width: 100%;
  }
}

/* line 50, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal__input {
  width: 100%;
  padding: 10px 16px;
}

@media (max-width: 767px) {
  /* line 50, app/assets/stylesheets/numbers/call-modal.scss */
  .call-modal__input {
    width: 100%;
    padding: 10px;
  }
  /* line 58, app/assets/stylesheets/numbers/call-modal.scss */
  .call-modal__input--num {
    max-width: none;
  }
}

/* line 64, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal__actions {
  display: flex;
  justify-content: space-between;
  padding: 16px 16px 5px;
  border-top: 1px solid #EFEFEF;
}

@media (max-width: 767px) {
  /* line 64, app/assets/stylesheets/numbers/call-modal.scss */
  .call-modal__actions {
    padding: 10px 10px 0;
  }
}

/* line 75, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal__keypad {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  padding: 15px;
  margin: 20px;
  background: #f5f5f5;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

/* line 86, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal__keypad button {
  width: 100%;
  height: 70px;
  background: linear-gradient(to top, #e4e4e4, #f9f9f9);
  border: 1px solid #ccc;
  color: #333;
  font-size: 18px;
  border-radius: 5px;
  transition: background 0.3s ease, transform 0.1s ease;
}

/* line 96, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal__keypad button:hover {
  background: linear-gradient(to top, #f9f9f9, #e4e4e4);
}

/* line 100, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal__keypad button:active {
  transform: scale(0.95);
}

/* line 106, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal__incoming {
  display: none;
  padding: 2px 16px 5px;
}

@media (max-width: 767px) {
  /* line 106, app/assets/stylesheets/numbers/call-modal.scss */
  .call-modal__incoming {
    padding: 10px 10px 0;
  }
}

/* line 115, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal__incoming-call-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

/* line 121, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal__call-status {
  display: none;
  width: 100%;
  background: #F8F8F8;
  border-radius: 8px;
  border-left: 6px solid #1DAADE;
}

/* line 129, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal__call-status-incoming {
  display: block;
  width: 100%;
  background: #F8F8F8;
  border-radius: 8px;
  border-left: 6px solid #1DAADE;
}

/* line 137, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal__content {
  width: 100%;
  padding: 10px 10px;
  display: flex;
  justify-content: space-between;
}

/* line 154, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal__right-side button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

/* line 160, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal__right-side--cancelBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DA5034;
  border: 1px solid #DA5034;
}

/* line 167, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal__right-side--cancelBtn:hover {
  background: #BA5034;
  border-color: #BA5034;
}

/* line 173, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal__right-side--incoming-cancel-btn {
  display: none;
  align-items: center;
  justify-content: center;
  background: #DA5034;
  border: 1px solid #DA5034;
}

/* line 180, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal__right-side--incoming-cancel-btn:hover {
  background: #BA5034;
  border-color: #BA5034;
}

/* line 187, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal__animation {
  display: flex;
  justify-content: center;
}

/* line 191, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal__animation--line {
  width: 13px;
  height: 35px;
  background: linear-gradient(45deg, #161D28, #8C8C8C);
  margin: 5px;
  animation: wave 1s linear infinite;
}

/* line 198, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal__animation--line:nth-of-type(2) {
  animation-delay: 0.1s;
}

/* line 201, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal__animation--line:nth-of-type(3) {
  animation-delay: 0.2s;
}

/* line 204, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal__animation--line:nth-of-type(4) {
  animation-delay: 0.3s;
}

/* line 207, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal__animation--line:nth-of-type(5) {
  animation-delay: 0.4s;
}

/* line 210, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal__animation--line:nth-of-type(6) {
  animation-delay: 0.5s;
}

/* line 213, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal__animation--line:nth-of-type(7) {
  animation-delay: 0.6s;
}

/* line 216, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal__animation--line:nth-of-type(8) {
  animation-delay: 0.7s;
}

/* line 219, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal__animation--line:nth-of-type(9) {
  animation-delay: 0.8s;
}

/* line 222, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal__animation--line:nth-of-type(10) {
  animation-delay: 0.9s;
}

@keyframes wave {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

/* line 239, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal__btn {
  display: block;
  justify-content: center;
  align-items: center;
  flex: 0 1 calc(50% - 6px);
  padding: 10px 20px;
}

/* line 247, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal__submitBtn {
  display: block;
  background: #1DAADE;
  border: 1px solid #1DAADE;
  font-weight: 500;
  color: #ffffff;
}

/* line 254, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal__submitBtn:hover {
  background: #5FBCDE;
  border-color: #5FBCDE;
}

/* line 260, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal__incoming-call-btn {
  display: block;
  background: #1DC39F;
  border: 1px solid #1DC39F;
  font-weight: 500;
  color: #ffffff;
}

/* line 267, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal__incoming-call-btn:hover {
  background: #13d4aa;
  border-color: #13d4aa;
}

/* line 273, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal__incoming-reject-btn {
  display: block;
  font-weight: 500;
  color: #ffffff;
  background: #DA5034;
  border: 1px solid #DA5034;
}

/* line 280, app/assets/stylesheets/numbers/call-modal.scss */
.call-modal__incoming-reject-btn:hover {
  background: #BA5034;
  border-color: #BA5034;
}
/* line 3, app/assets/stylesheets/numbers/call-status.scss */
.call-status {
  padding: 0;
  margin: 0;
}

/* line 7, app/assets/stylesheets/numbers/call-status.scss */
.call-status__call-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

/* line 20, app/assets/stylesheets/numbers/call-status.scss */
.call-status__main_content {
  background-color: white;
  padding: 1rem;
  border-radius: 12px;
  max-width: 500px;
  width: 45%;
}

/* line 28, app/assets/stylesheets/numbers/call-status.scss */
.call-status__calling_content {
  padding-bottom: 6rem;
}

/* line 32, app/assets/stylesheets/numbers/call-status.scss */
.call-status__left_side {
  float: left;
  display: flex;
}

/* line 36, app/assets/stylesheets/numbers/call-status.scss */
.call-status__left_side-content {
  margin-left: 10px;
  text-align: left;
}

/* line 41, app/assets/stylesheets/numbers/call-status.scss */
.call-status__left_side-dialing-number {
  display: block;
}

/* line 47, app/assets/stylesheets/numbers/call-status.scss */
.call-status__right_side {
  float: right;
}

/* line 50, app/assets/stylesheets/numbers/call-status.scss */
.call-status__right_side button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  margin-left: 10px;
}

/* line 58, app/assets/stylesheets/numbers/call-status.scss */
.call-status__right_side-audio {
  background-color: #8C8C8C;
}

/* line 61, app/assets/stylesheets/numbers/call-status.scss */
.call-status__right_side-call_options {
  background-color: #8C8C8C;
}

/* line 64, app/assets/stylesheets/numbers/call-status.scss */
.call-status__right_side-cancel_call {
  background-color: #e81123;
}

/* line 69, app/assets/stylesheets/numbers/call-status.scss */
.call-status__footer_content {
  display: flex;
  justify-content: center;
}

/* line 73, app/assets/stylesheets/numbers/call-status.scss */
.call-status__footer_content-wave {
  width: 13px;
  height: 35px;
  background: linear-gradient(45deg, #161D28, #8C8C8C);
  margin: 5px;
  animation: wave 1s linear infinite;
}

/* line 80, app/assets/stylesheets/numbers/call-status.scss */
.call-status__footer_content-wave:nth-of-type(2) {
  animation-delay: 0.1s;
}

/* line 83, app/assets/stylesheets/numbers/call-status.scss */
.call-status__footer_content-wave:nth-of-type(3) {
  animation-delay: 0.2s;
}

/* line 86, app/assets/stylesheets/numbers/call-status.scss */
.call-status__footer_content-wave:nth-of-type(4) {
  animation-delay: 0.3s;
}

/* line 89, app/assets/stylesheets/numbers/call-status.scss */
.call-status__footer_content-wave:nth-of-type(5) {
  animation-delay: 0.4s;
}

/* line 92, app/assets/stylesheets/numbers/call-status.scss */
.call-status__footer_content-wave:nth-of-type(6) {
  animation-delay: 0.5s;
}

/* line 95, app/assets/stylesheets/numbers/call-status.scss */
.call-status__footer_content-wave:nth-of-type(7) {
  animation-delay: 0.6s;
}

/* line 98, app/assets/stylesheets/numbers/call-status.scss */
.call-status__footer_content-wave:nth-of-type(8) {
  animation-delay: 0.7s;
}

/* line 101, app/assets/stylesheets/numbers/call-status.scss */
.call-status__footer_content-wave:nth-of-type(9) {
  animation-delay: 0.8s;
}

/* line 104, app/assets/stylesheets/numbers/call-status.scss */
.call-status__footer_content-wave:nth-of-type(10) {
  animation-delay: 0.9s;
}

@keyframes wave {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
/* line 3, app/assets/stylesheets/numbers/modal.scss */
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  width: 100%;
  max-width: 522px;
  background: #FFFFFF;
  border-radius: 12px;
  display: block;
  height: unset;
}

/* line 20, app/assets/stylesheets/numbers/modal.scss */
.modal--add {
  max-width: 650px;
}

/* line 24, app/assets/stylesheets/numbers/modal.scss */
.modal__header {
  padding: 16px 16px 16px 16px;
  position: relative;
  border-bottom: 1px solid #EFEFEF;
}

@media (max-width: 767px) {
  /* line 24, app/assets/stylesheets/numbers/modal.scss */
  .modal__header {
    padding: 10px;
  }
}

/* line 34, app/assets/stylesheets/numbers/modal.scss */
.modal__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: -0.006em;
}

@media (max-width: 767px) {
  /* line 34, app/assets/stylesheets/numbers/modal.scss */
  .modal__title {
    font-size: 20px;
    line-height: 22px;
  }
}

/* line 46, app/assets/stylesheets/numbers/modal.scss */
.modal__close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

@media (max-width: 767px) {
  /* line 46, app/assets/stylesheets/numbers/modal.scss */
  .modal__close-btn {
    padding: 4px;
  }
}

/* line 61, app/assets/stylesheets/numbers/modal.scss */
.modal__content {
  position: relative;
  padding: 16px;
}

@media (max-width: 767px) {
  /* line 61, app/assets/stylesheets/numbers/modal.scss */
  .modal__content {
    padding: 10px;
  }
}

/* line 70, app/assets/stylesheets/numbers/modal.scss */
.modal__text {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.001em;
}

/* line 74, app/assets/stylesheets/numbers/modal.scss */
.modal__text:not(:last-of-type) {
  margin: 0 0 8px;
}

/* line 78, app/assets/stylesheets/numbers/modal.scss */
.modal__text__bold {
  font-weight: bold;
}

@media (max-width: 767px) {
  /* line 70, app/assets/stylesheets/numbers/modal.scss */
  .modal__text {
    font-size: 13px;
    line-height: 18px;
  }
  /* line 85, app/assets/stylesheets/numbers/modal.scss */
  .modal__text:not(:last-of-type) {
    margin: 0 0 5px;
  }
}

/* line 90, app/assets/stylesheets/numbers/modal.scss */
.modal__text--confirm {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.001em;
  margin: 0 0 16px;
}

@media (max-width: 767px) {
  /* line 90, app/assets/stylesheets/numbers/modal.scss */
  .modal__text--confirm {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px;
  }
}

/* line 105, app/assets/stylesheets/numbers/modal.scss */
.modal__form {
  padding: 8px 0 16px;
}

@media (max-width: 767px) {
  /* line 105, app/assets/stylesheets/numbers/modal.scss */
  .modal__form {
    padding: 8px 0 10px;
  }
}

/* line 112, app/assets/stylesheets/numbers/modal.scss */
.modal__fieldset {
  position: relative;
  border: none;
  margin: 0 0 25px;
  padding: 0 16px;
}

/* line 118, app/assets/stylesheets/numbers/modal.scss */
.modal__fieldset:first-of-type {
  padding-top: 8px;
}

/* line 122, app/assets/stylesheets/numbers/modal.scss */
.modal__fieldset-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
  margin: 0 0 17px;
}

/* line 130, app/assets/stylesheets/numbers/modal.scss */
.modal__fieldset-address {
  max-height: 310px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 137, app/assets/stylesheets/numbers/modal.scss */
.modal__row {
  display: flex;
  justify-content: space-between;
}

/* line 141, app/assets/stylesheets/numbers/modal.scss */
.modal__row:not(:last-child) {
  margin: 0 0 24px;
}

/* line 146, app/assets/stylesheets/numbers/modal.scss */
.modal__input-group {
  flex: 0 1 calc(50% - 12px);
}

/* line 149, app/assets/stylesheets/numbers/modal.scss */
.modal__input-group--small {
  flex: 0 1 calc(25% - 18px);
}

/* line 153, app/assets/stylesheets/numbers/modal.scss */
.modal__input-group--fullsize {
  flex: 1 0 100%;
}

/* line 158, app/assets/stylesheets/numbers/modal.scss */
.modal__fields {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 16px 24px;
}

@media (max-width: 767px) {
  /* line 158, app/assets/stylesheets/numbers/modal.scss */
  .modal__fields {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 10px 10px 10px;
  }
}

/* line 172, app/assets/stylesheets/numbers/modal.scss */
.modal__input-wrap {
  width: 100%;
}

/* line 176, app/assets/stylesheets/numbers/modal.scss */
.modal__dropdown-wrap {
  flex: 0 0 277px;
}

@media (max-width: 767px) {
  /* line 176, app/assets/stylesheets/numbers/modal.scss */
  .modal__dropdown-wrap {
    flex: auto;
    width: 100%;
    margin: 0 0 10px;
  }
}

/* line 186, app/assets/stylesheets/numbers/modal.scss */
.modal__date-wrap {
  padding: 10px 16px;
}

@media (max-width: 767px) {
  /* line 186, app/assets/stylesheets/numbers/modal.scss */
  .modal__date-wrap {
    padding: 10px;
  }
}

/* line 194, app/assets/stylesheets/numbers/modal.scss */
.modal__input {
  width: 100%;
  padding: 10px 16px;
}

/* line 198, app/assets/stylesheets/numbers/modal.scss */
.modal__input--num {
  max-width: 197px;
}

@media (max-width: 767px) {
  /* line 194, app/assets/stylesheets/numbers/modal.scss */
  .modal__input {
    padding: 10px;
  }
  /* line 205, app/assets/stylesheets/numbers/modal.scss */
  .modal__input--num {
    max-width: none;
  }
}

/* line 211, app/assets/stylesheets/numbers/modal.scss */
.modal__textarea-group {
  padding: 0 16px 24px;
}

@media (max-width: 767px) {
  /* line 211, app/assets/stylesheets/numbers/modal.scss */
  .modal__textarea-group {
    padding: 0 10px 10px;
  }
}

/* line 219, app/assets/stylesheets/numbers/modal.scss */
.modal__textarea {
  height: 92px;
  padding: 10px 16px;
}

@media (max-width: 767px) {
  /* line 219, app/assets/stylesheets/numbers/modal.scss */
  .modal__textarea {
    height: 80px;
    padding: 10px;
  }
}

/* line 229, app/assets/stylesheets/numbers/modal.scss */
.modal__upload {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  position: absolute;
  z-index: -10;
}

/* line 236, app/assets/stylesheets/numbers/modal.scss */
.modal__upload-group {
  margin-top: -12px;
  padding: 0 16px 24px;
}

/* line 241, app/assets/stylesheets/numbers/modal.scss */
.modal__upload-wrap {
  display: flex;
}

/* line 245, app/assets/stylesheets/numbers/modal.scss */
.modal__upload-label {
  padding: 3px 3px;
  background: #DBF3FF;
  border-radius: 5px;
}

/* line 250, app/assets/stylesheets/numbers/modal.scss */
.modal__upload-label:hover {
  cursor: pointer;
  background: #8fdaff;
}

/* line 256, app/assets/stylesheets/numbers/modal.scss */
.modal__upload-image-text {
  margin-left: 8px;
  width: 50%;
  display: flex;
  align-items: center;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  overflow: hidden;
}

/* line 266, app/assets/stylesheets/numbers/modal.scss */
.modal__upload-del-image {
  position: absolute;
  top: 23.5rem;
  right: 12.8rem;
  width: 24px;
  height: 24px;
  display: none;
  align-items: center;
  justify-content: center;
  background: #FFF5F5;
  border-radius: 4px;
}

@media (max-width: 767px) {
  /* line 266, app/assets/stylesheets/numbers/modal.scss */
  .modal__upload-del-image {
    top: 21.3rem;
    right: 9.8rem;
  }
}

/* line 285, app/assets/stylesheets/numbers/modal.scss */
.modal__actions {
  display: flex;
  justify-content: space-between;
  padding: 16px 16px 0;
  border-top: 1px solid #EFEFEF;
}

@media (max-width: 767px) {
  /* line 285, app/assets/stylesheets/numbers/modal.scss */
  .modal__actions {
    padding: 10px 10px 0;
  }
}

/* line 296, app/assets/stylesheets/numbers/modal.scss */
.modal__label-group {
  display: flex;
}

/* line 300, app/assets/stylesheets/numbers/modal.scss */
.modal__card-label {
  margin: 0;
}

/* line 303, app/assets/stylesheets/numbers/modal.scss */
.modal__card-label:first-of-type {
  margin-right: 55%;
}

/* line 306, app/assets/stylesheets/numbers/modal.scss */
.modal__card-label:nth-of-type(2) {
  margin-right: 3%;
}

/* line 311, app/assets/stylesheets/numbers/modal.scss */
.modal__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 1 calc(50% - 6px);
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  /* line 311, app/assets/stylesheets/numbers/modal.scss */
  .modal__btn {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 16px;
  }
}

/* line 330, app/assets/stylesheets/numbers/modal.scss */
.modal__btn--reset {
  border: 1px solid #EFEFEF;
  background: transparent;
  color: #DA5034;
}

/* line 335, app/assets/stylesheets/numbers/modal.scss */
.modal__btn--reset:hover {
  border-color: #F2EEEE;
}

/* line 340, app/assets/stylesheets/numbers/modal.scss */
.modal__btn--submit {
  background: #1DAADE;
  border: 1px solid #1DAADE;
  font-weight: 500;
  color: #ffffff;
}

/* line 346, app/assets/stylesheets/numbers/modal.scss */
.modal__btn--submit:hover {
  background: #5FBCDE;
  border-color: #5FBCDE;
}

/* line 352, app/assets/stylesheets/numbers/modal.scss */
.modal__btn--ivr {
  flex: 0 0 25%;
}

/* line 358, app/assets/stylesheets/numbers/modal.scss */
#card-element {
  padding: 10px 16px;
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
}

/* line 365, app/assets/stylesheets/numbers/modal.scss */
#card-errors {
  position: absolute;
  bottom: -25px;
  left: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
}

/* line 373, app/assets/stylesheets/numbers/modal.scss */
.overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.7);
}

/* line 384, app/assets/stylesheets/numbers/modal.scss */
.js-hide {
  display: none;
}

/* line 388, app/assets/stylesheets/numbers/modal.scss */
.js-modal-opening {
  animation-name: slide-up;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}

/* line 395, app/assets/stylesheets/numbers/modal.scss */
.js-modal-closing {
  animation-name: slide-down;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}

/* line 402, app/assets/stylesheets/numbers/modal.scss */
.flatpickr-current-month {
  display: flex;
  flex-direction: row;
}

/* line 407, app/assets/stylesheets/numbers/modal.scss */
.flatpickr-current-month input.cur-year {
  color: white !important;
  font-weight: 300 !important;
}

/* line 412, app/assets/stylesheets/numbers/modal.scss */
.flatpickr-weekdays {
  height: 28px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 418, app/assets/stylesheets/numbers/modal.scss */
.flatpickr-monthDropdown-months {
  order: 2;
}

/* line 422, app/assets/stylesheets/numbers/modal.scss */
.numInputWrapper {
  order: 1;
  margin-right: 8px;
  color: white;
}

@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translate(-50%, 10%);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%, -50%);
  }
}

@keyframes slide-down {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 10%);
  }
}
/* line 5, app/assets/stylesheets/numbers/number-item.scss */
.number-block--pending {
  font-style: italic;
}

/* line 7, app/assets/stylesheets/numbers/number-item.scss */
.number-block--pending .number-block__num-panel {
  background: #EFEFEF;
}

/* line 10, app/assets/stylesheets/numbers/number-item.scss */
.number-block--pending .number-block__number {
  color: #8C8C8C;
}

/* line 13, app/assets/stylesheets/numbers/number-item.scss */
.number-block--pending .number-block__location {
  color: #161D28;
}

/* line 18, app/assets/stylesheets/numbers/number-item.scss */
.number-block__header {
  border: 1px solid #EFEFEF;
  border-radius: 8px;
  margin: 0 0 28px;
}

/* line 24, app/assets/stylesheets/numbers/number-item.scss */
.number-block__num-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  border-bottom: 1px solid #EFEFEF;
  position: relative;
  background: #F6FCFF;
}

/* line 34, app/assets/stylesheets/numbers/number-item.scss */
.number-block__num-wrap {
  flex: 0 1 260px;
  display: flex;
  align-items: center;
}

/* line 40, app/assets/stylesheets/numbers/number-item.scss */
.number-block__pending {
  font-size: 13px;
  line-height: 23px;
}

/* line 45, app/assets/stylesheets/numbers/number-item.scss */
.number-block__flag {
  display: block;
  width: 46px;
  height: 46px;
  margin: 0 12px 0 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.15);
}

/* line 54, app/assets/stylesheets/numbers/number-item.scss */
.number-block__flag-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 61, app/assets/stylesheets/numbers/number-item.scss */
.number-block__num-info {
  position: relative;
}

/* line 64, app/assets/stylesheets/numbers/number-item.scss */
.number-block__number {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: -0.006em;
  color: #161D28;
  margin: 0 0 4px;
}

/* line 73, app/assets/stylesheets/numbers/number-item.scss */
.number-block__location {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.001em;
  color: #8C8C8C;
}

/* line 80, app/assets/stylesheets/numbers/number-item.scss */
.number-block__alias {
  margin: 4px 0 0;
  color: #8C8C8C;
}

/* line 85, app/assets/stylesheets/numbers/number-item.scss */
.number-block__alias-link {
  display: block;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* line 91, app/assets/stylesheets/numbers/number-item.scss */
.number-block__alias-link:hover {
  color: #ffffff;
}

/* line 96, app/assets/stylesheets/numbers/number-item.scss */
.number-block__alias-form {
  display: none;
}

/* line 100, app/assets/stylesheets/numbers/number-item.scss */
.number-block__alias-name {
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.001em;
  color: #8C8C8C;
  cursor: pointer;
}

/* line 108, app/assets/stylesheets/numbers/number-item.scss */
.number-block__name-field {
  font-weight: 400;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  margin-right: 8px;
  width: 10rem;
}

/* line 118, app/assets/stylesheets/numbers/number-item.scss */
.number-block__btn {
  padding: 0;
  background: #1DAADE;
  border-radius: 8px;
}

/* line 124, app/assets/stylesheets/numbers/number-item.scss */
.number-block__actions {
  display: flex;
  align-items: center;
}

/* line 128, app/assets/stylesheets/numbers/number-item.scss */
.number-block__actions-button {
  width: 28px;
  height: 28px;
  background: #DBF3FF;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* line 138, app/assets/stylesheets/numbers/number-item.scss */
.number-block__actions-button.disable {
  cursor: not-allowed;
}

/* line 142, app/assets/stylesheets/numbers/number-item.scss */
.number-block__actions-button:not(:last-child) {
  margin-right: 12px;
}

/* line 148, app/assets/stylesheets/numbers/number-item.scss */
.number-block__actions-span:not(:last-child) {
  margin-right: 12px;
}

/* line 154, app/assets/stylesheets/numbers/number-item.scss */
.number-block__date-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 27px 12px 24px;
}

/* line 161, app/assets/stylesheets/numbers/number-item.scss */
.number-block__date-name {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
  color: #8C8C8C;
}

/* line 168, app/assets/stylesheets/numbers/number-item.scss */
.number-block__date {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
}

/* line 174, app/assets/stylesheets/numbers/number-item.scss */
.number-block__empty-text {
  font-style: italic;
  font-size: 16px;
  line-height: 1;
  transform: translateY(-8px);
}

/* line 181, app/assets/stylesheets/numbers/number-item.scss */
.number-block__destinations {
  padding: 15px;
  border-top: 1px solid #EFEFEF;
  background: #F6FCFF;
}

/* line 186, app/assets/stylesheets/numbers/number-item.scss */
.number-block__destinations-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 9px 0 9px;
}

/* line 193, app/assets/stylesheets/numbers/number-item.scss */
.number-block__destinations-name {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.001em;
  color: #8C8C8C;
}

/* line 201, app/assets/stylesheets/numbers/number-item.scss */
.number-block__add-btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  width: 24px;
  height: 24px;
}

/* line 211, app/assets/stylesheets/numbers/number-item.scss */
.number-block__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 24px 24px 8px;
}

/* line 218, app/assets/stylesheets/numbers/number-item.scss */
.number-block__item {
  display: flex;
  align-items: flex-start;
}

/* line 222, app/assets/stylesheets/numbers/number-item.scss */
.number-block__item:not(:last-of-type) {
  margin: 0 0 16px;
}

/* line 224, app/assets/stylesheets/numbers/number-item.scss */
.number-block__item:not(:last-of-type) .number-block__item-inner {
  border-bottom: 1px solid #EFEFEF;
}

/* line 229, app/assets/stylesheets/numbers/number-item.scss */
.number-block__item-flag {
  display: block;
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  margin: 0 12px 0 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.15);
  border: 1px solid #EFEFEF;
}

/* line 240, app/assets/stylesheets/numbers/number-item.scss */
.number-block__item-flag-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(10%) brightness(93%) contrast(100%);
}

/* line 248, app/assets/stylesheets/numbers/number-item.scss */
.number-block__item-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
}

/* line 256, app/assets/stylesheets/numbers/number-item.scss */
.number-block__item-tel {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
  margin: 0 0 2px;
}

/* line 263, app/assets/stylesheets/numbers/number-item.scss */
.number-block__item-location {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
  color: #8C8C8C;
}

/* line 271, app/assets/stylesheets/numbers/number-item.scss */
.number-block__del-btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: #FFF5F5;
  border-radius: 4px;
}

/* line 281, app/assets/stylesheets/numbers/number-item.scss */
.number-block__del-btn--top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

@media (max-width: 667px) {
  /* line 290, app/assets/stylesheets/numbers/number-item.scss */
  .number-block__num-panel {
    display: inline-block;
    width: 100%;
  }
  /* line 295, app/assets/stylesheets/numbers/number-item.scss */
  .number-block__actions {
    padding-top: 8px;
  }
}
/* line 3, app/assets/stylesheets/numbers/numbers.scss */
.numbers {
  height: calc(100vh - 154px);
}

/* line 6, app/assets/stylesheets/numbers/numbers.scss */
.numbers--add {
  height: auto;
}

/* line 10, app/assets/stylesheets/numbers/numbers.scss */
.numbers__header {
  margin: 0 0 27px;
}

/* line 14, app/assets/stylesheets/numbers/numbers.scss */
.numbers__title {
  margin: 0 0 34px;
}

/* line 18, app/assets/stylesheets/numbers/numbers.scss */
.numbers__pagination-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 24, app/assets/stylesheets/numbers/numbers.scss */
.numbers__pagination-text {
  margin-right: 20px;
}

/* line 28, app/assets/stylesheets/numbers/numbers.scss */
.numbers__numbers-wrap {
  overflow: hidden;
  height: calc(100% - 130px);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

/* line 36, app/assets/stylesheets/numbers/numbers.scss */
.numbers__list {
  z-index: 2;
  padding: 0 20px 0;
}

/* line 41, app/assets/stylesheets/numbers/numbers.scss */
.numbers__item {
  display: inline-block;
  vertical-align: top;
  scroll-snap-align: start;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 35px;
}

/* line 50, app/assets/stylesheets/numbers/numbers.scss */
.numbers__flash-messages {
  padding: 0 20px 0;
  position: relative;
}
/* line 3, app/assets/stylesheets/numbers/options/a2p.scss */
.a2p {
  width: 100%;
}

/* line 6, app/assets/stylesheets/numbers/options/a2p.scss */
.a2p__campaign-label {
  display: block;
  margin: 15px 0 15px;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.001em;
  color: #8C8C8C;
}

/* line 15, app/assets/stylesheets/numbers/options/a2p.scss */
.a2p__table {
  width: 100%;
  border-radius: 25px;
  border-style: hidden;
  box-shadow: 0 0 0 1px #ddd;
  overflow: hidden;
}

/* line 23, app/assets/stylesheets/numbers/options/a2p.scss */
.a2p__theader {
  width: 100%;
  font-size: 18px;
  color: #8C8C8C;
  border-bottom: 1px solid #ddd;
}

/* line 29, app/assets/stylesheets/numbers/options/a2p.scss */
.a2p__theader th {
  padding: 14px;
  background: #F9F9F9;
}

/* line 36, app/assets/stylesheets/numbers/options/a2p.scss */
.a2p__tbody__campaign-status {
  color: black;
}

/* line 39, app/assets/stylesheets/numbers/options/a2p.scss */
.a2p__tbody__campaign-status.approved {
  color: green;
}

/* line 43, app/assets/stylesheets/numbers/options/a2p.scss */
.a2p__tbody__campaign-status.pending {
  color: #1DAADE;
}

/* line 47, app/assets/stylesheets/numbers/options/a2p.scss */
.a2p__tbody__campaign-status.declined {
  color: red;
}

/* line 52, app/assets/stylesheets/numbers/options/a2p.scss */
.a2p__tbody td {
  padding: 12px;
}

/* line 56, app/assets/stylesheets/numbers/options/a2p.scss */
.a2p__tbody tr:nth-child(even) {
  background-color: #F9F9F9;
}

/* line 60, app/assets/stylesheets/numbers/options/a2p.scss */
.a2p__tbody tr:hover {
  background-color: #f1f1f1;
}
/* line 3, app/assets/stylesheets/numbers/options/all-numbers.scss */
.all-numbers {
  margin: 0 0 20px;
}

/* line 6, app/assets/stylesheets/numbers/options/all-numbers.scss */
.all-numbers__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 6px;
}

/* line 13, app/assets/stylesheets/numbers/options/all-numbers.scss */
.all-numbers__label {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
  color: #8C8C8C;
}

/* line 20, app/assets/stylesheets/numbers/options/all-numbers.scss */
.all-numbers__navigation {
  display: flex;
  align-items: center;
}

/* line 25, app/assets/stylesheets/numbers/options/all-numbers.scss */
.all-numbers__controls-group {
  display: flex;
  margin-left: 11px;
}

/* line 30, app/assets/stylesheets/numbers/options/all-numbers.scss */
.all-numbers__control {
  display: flex;
  background: transparent;
  cursor: pointer;
}

/* line 35, app/assets/stylesheets/numbers/options/all-numbers.scss */
.all-numbers__control:not(:last-of-type) {
  margin-right: 8px;
}

/* line 40, app/assets/stylesheets/numbers/options/all-numbers.scss */
.all-numbers__list {
  display: flex;
  justify-content: space-between;
}

/* line 45, app/assets/stylesheets/numbers/options/all-numbers.scss */
.all-numbers__column {
  flex: 0 1 calc(50% - 22px);
  padding: 14px 20px 16px 16px;
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  max-height: 470px;
}

/* line 54, app/assets/stylesheets/numbers/options/all-numbers.scss */
.all-numbers__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* line 60, app/assets/stylesheets/numbers/options/all-numbers.scss */
.all-numbers__item:not(:nth-of-type(15n)) {
  margin: 0 0 10px;
}

/* line 64, app/assets/stylesheets/numbers/options/all-numbers.scss */
.all-numbers__item-number {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
}

/* line 71, app/assets/stylesheets/numbers/options/all-numbers.scss */
.all-numbers__del-btn {
  display: flex;
  padding: 0;
  background: transparent;
  border: none;
}
/* line 3, app/assets/stylesheets/numbers/options/ivr.scss */
.ivr {
  margin: 0 0 32px;
}

/* line 6, app/assets/stylesheets/numbers/options/ivr.scss */
.ivr__action {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px;
}

/* line 11, app/assets/stylesheets/numbers/options/ivr.scss */
.ivr__action:nth-of-type(odd) {
  border: 2px solid #15799e;
  background: #bbe6f6;
}

/* line 15, app/assets/stylesheets/numbers/options/ivr.scss */
.ivr__action:nth-of-type(odd) .ivr__radio-group {
  border-color: #15799e;
}

/* line 19, app/assets/stylesheets/numbers/options/ivr.scss */
.ivr__action:nth-of-type(even) {
  background: #EAF9FF;
  border: 2px solid #1DAADE;
}

/* line 23, app/assets/stylesheets/numbers/options/ivr.scss */
.ivr__action:nth-of-type(even) .ivr__radio-group {
  border-color: #1DAADE;
}

/* line 27, app/assets/stylesheets/numbers/options/ivr.scss */
.ivr__action:not(:last-of-type) {
  margin-bottom: 40px;
}

/* line 30, app/assets/stylesheets/numbers/options/ivr.scss */
.ivr__action .settings__label,
.ivr__action .label {
  color: #161c27;
}

/* line 36, app/assets/stylesheets/numbers/options/ivr.scss */
.ivr__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px;
}

/* line 43, app/assets/stylesheets/numbers/options/ivr.scss */
.ivr__action-counter {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
}

/* line 50, app/assets/stylesheets/numbers/options/ivr.scss */
.ivr__del-btn {
  display: flex;
  border: none;
  background: transparent;
}

/* line 56, app/assets/stylesheets/numbers/options/ivr.scss */
.ivr__action-digit {
  margin: 0 0 16px;
}

/* line 60, app/assets/stylesheets/numbers/options/ivr.scss */
.ivr__radio-group {
  display: flex;
  justify-content: space-between;
  padding: 19px 19px 20px 24px;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
}

/* line 68, app/assets/stylesheets/numbers/options/ivr.scss */
.ivr__radio-item {
  flex: 0 1 24px;
  display: flex;
  justify-content: center;
  position: relative;
}

/* line 75, app/assets/stylesheets/numbers/options/ivr.scss */
.ivr__flex-group {
  display: flex;
  justify-content: space-between;
}

/* line 80, app/assets/stylesheets/numbers/options/ivr.scss */
.ivr__actions-dropdown, .ivr__actions-input-group {
  flex: 0 1 calc(50% - 9px);
}

/* line 85, app/assets/stylesheets/numbers/options/ivr.scss */
.ivr__actions-dropdown {
  margin: 0 0 16px;
}

/* line 89, app/assets/stylesheets/numbers/options/ivr.scss */
.ivr__actions-input {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  padding: 10px 16px;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
  color: #161D28;
}

/* line 102, app/assets/stylesheets/numbers/options/ivr.scss */
.ivr__actions-selected {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}

/* line 108, app/assets/stylesheets/numbers/options/ivr.scss */
.ivr__button-group {
  display: flex;
  align-items: center;
}

/* line 113, app/assets/stylesheets/numbers/options/ivr.scss */
.ivr__btn {
  min-width: 141px !important;
}

/* line 117, app/assets/stylesheets/numbers/options/ivr.scss */
.ivr__textarea {
  height: 80px;
  padding: 16px;
}

/* line 122, app/assets/stylesheets/numbers/options/ivr.scss */
.ivr__add-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  width: 141px;
  background: #1DAADE;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
  color: #FFFFFF;
  transition: all 0.3s ease;
}

/* line 138, app/assets/stylesheets/numbers/options/ivr.scss */
.ivr__add-btn:not(:last-child) {
  margin: 0 0 24px;
}

/* line 142, app/assets/stylesheets/numbers/options/ivr.scss */
.ivr__add-btn.js-hide {
  display: none;
}

/* line 146, app/assets/stylesheets/numbers/options/ivr.scss */
.ivr__add-btn:hover {
  background: #1787b1;
  color: #FFFFFF;
}
/* line 3, app/assets/stylesheets/numbers/options/options.scss */
.options {
  background: #FFFFFF;
  border-radius: 12px;
  max-width: 1005px;
  width: 100%;
  padding: 30px 40px 40px;
  overflow-y: auto;
  max-height: calc(100vh - 162px);
}

/* line 12, app/assets/stylesheets/numbers/options/options.scss */
.options__header {
  margin: 0 0 32px;
}

/* line 15, app/assets/stylesheets/numbers/options/options.scss */
.options__header-title-wrap {
  display: flex;
  align-items: center;
  margin: 0 0 48px;
}

/* line 22, app/assets/stylesheets/numbers/options/options.scss */
.options__back-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 28, app/assets/stylesheets/numbers/options/options.scss */
.options__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: -0.006em;
}

/* line 35, app/assets/stylesheets/numbers/options/options.scss */
.options__tabs {
  display: flex;
  width: 100%;
  padding: 0 0 12px;
  border-bottom: 1px solid #EFEFEF;
}

/* line 41, app/assets/stylesheets/numbers/options/options.scss */
.options__tabs-item {
  margin: 0;
}

/* line 43, app/assets/stylesheets/numbers/options/options.scss */
.options__tabs-item:not(:last-of-type) {
  margin: 0 40px 0 0;
}

/* line 48, app/assets/stylesheets/numbers/options/options.scss */
.options__tabs-link {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
  color: #8C8C8C;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* line 58, app/assets/stylesheets/numbers/options/options.scss */
.options__tabs-link.js-options-active-link {
  font-weight: 500;
  color: #161D28;
}

/* line 61, app/assets/stylesheets/numbers/options/options.scss */
.options__tabs-link.js-options-active-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -14px;
  width: calc(100% + 5px);
  height: 3px;
  background: #1DAADE;
}

/* line 78, app/assets/stylesheets/numbers/options/options.scss */
.options__settings-item.js-show-tabs {
  display: block;
}

/* line 82, app/assets/stylesheets/numbers/options/options.scss */
.options__settings-item.js-hide-tabs {
  display: none;
}
/* line 4, app/assets/stylesheets/numbers/options/settings.scss */
.settings__inner {
  position: relative;
  display: flex;
  align-items: flex-start;
}

/* line 9, app/assets/stylesheets/numbers/options/settings.scss */
.settings__inner .settings__help-btn {
  flex-shrink: 1;
  font-size: 16px;
  line-height: 22px;
  padding: 8px 28px;
  margin-left: 5%;
  text-align: center;
}

/* line 17, app/assets/stylesheets/numbers/options/settings.scss */
.settings__inner .settings__help-btn:hover {
  color: #FFFFFF;
  background: #1DAADE;
  transform: scale(1.2);
}

/* line 25, app/assets/stylesheets/numbers/options/settings.scss */
.settings__form {
  width: 100%;
  max-width: 584px;
  flex-shrink: 0;
}

/* line 31, app/assets/stylesheets/numbers/options/settings.scss */
.settings__with-tax-form {
  width: 100%;
  flex-shrink: 0;
}

/* line 36, app/assets/stylesheets/numbers/options/settings.scss */
.settings__without-tax-form {
  display: none;
  width: 100%;
  flex-shrink: 0;
}

/* line 42, app/assets/stylesheets/numbers/options/settings.scss */
.settings__tax-textarea {
  padding: 14px 15px 0px 16px;
}

/* line 46, app/assets/stylesheets/numbers/options/settings.scss */
.settings__tax-dropdown {
  margin: 0 0 7px;
}

/* line 49, app/assets/stylesheets/numbers/options/settings.scss */
.settings__tax-dropdown--action {
  margin: 0 0 10px;
}

/* line 56, app/assets/stylesheets/numbers/options/settings.scss */
.settings__fullsize-input-tax {
  position: relative;
}

/* line 58, app/assets/stylesheets/numbers/options/settings.scss */
.settings__fullsize-input-tax .settings__label--tips {
  display: flex;
  align-items: center;
}

/* line 64, app/assets/stylesheets/numbers/options/settings.scss */
.settings__btn-tax {
  margin-top: 5px;
  min-width: 171px;
  padding: 10px 26px;
}

/* line 70, app/assets/stylesheets/numbers/options/settings.scss */
.settings__num-blocking-wrap, .settings__all-numbers {
  width: 100%;
  max-width: 712px;
}

/* line 76, app/assets/stylesheets/numbers/options/settings.scss */
.settings__dropdown {
  margin: 0 0 24px;
}

/* line 79, app/assets/stylesheets/numbers/options/settings.scss */
.settings__dropdown--action {
  margin: 0 0 16px;
}

/* line 84, app/assets/stylesheets/numbers/options/settings.scss */
.settings__label {
  display: block;
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
  color: #8C8C8C;
}

/* line 92, app/assets/stylesheets/numbers/options/settings.scss */
.settings__label--flex {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
  font-weight: 500;
}

/* line 99, app/assets/stylesheets/numbers/options/settings.scss */
.settings__label--bold {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
  font-weight: 500;
  margin: 0 0 20px;
}

/* line 108, app/assets/stylesheets/numbers/options/settings.scss */
.settings__sip-block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 115, app/assets/stylesheets/numbers/options/settings.scss */
.settings__sip-row {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* line 121, app/assets/stylesheets/numbers/options/settings.scss */
.settings__sip-label {
  display: block;
  margin-right: 5px;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0.001em;
  color: #8C8C8C;
}

/* line 130, app/assets/stylesheets/numbers/options/settings.scss */
.settings__sip-tooltip {
  cursor: pointer;
  margin-top: -0.7rem;
}

/* line 135, app/assets/stylesheets/numbers/options/settings.scss */
.settings__sip-message {
  display: none;
  font-size: 14px;
  font-weight: bold;
}

/* line 141, app/assets/stylesheets/numbers/options/settings.scss */
.settings__sip-message.success {
  display: block;
  color: green;
}

/* line 146, app/assets/stylesheets/numbers/options/settings.scss */
.settings__sip-message.error {
  display: block;
  color: red;
}

/* line 152, app/assets/stylesheets/numbers/options/settings.scss */
.settings__select:not(:last-of-type) {
  margin: 0 0 16px;
}

/* line 157, app/assets/stylesheets/numbers/options/settings.scss */
.settings__input {
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  padding: 10px 24px;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
  color: #161D28;
}

/* line 168, app/assets/stylesheets/numbers/options/settings.scss */
.settings__input--wider {
  width: 100%;
}

/* line 173, app/assets/stylesheets/numbers/options/settings.scss */
.settings__toggle-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px;
  background: #F8F8F8;
  border-radius: 4px;
  margin: 0 0 24px;
}

/* line 182, app/assets/stylesheets/numbers/options/settings.scss */
.settings__toggle-group-item {
  flex: 0 1 50%;
  position: relative;
}

/* line 187, app/assets/stylesheets/numbers/options/settings.scss */
.settings__toggle-group-label {
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px 25px;
  background: #F8F8F8;
  border-radius: 4px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
  color: #8C8C8C;
  transition: all 0.3s ease;
}

/* line 201, app/assets/stylesheets/numbers/options/settings.scss */
.settings__toggle-group-radio:checked + .settings__toggle-group-label {
  background: #FFFFFF;
  font-weight: 500;
  color: #161D28;
}

/* line 208, app/assets/stylesheets/numbers/options/settings.scss */
.settings__input-group {
  margin: 0 0 16px;
}

/* line 211, app/assets/stylesheets/numbers/options/settings.scss */
.settings__input-group-wrap {
  display: flex;
  justify-content: space-between;
}

/* line 216, app/assets/stylesheets/numbers/options/settings.scss */
.settings__input-group-input {
  flex: 0 1 calc(50% - 9px);
}

/* line 220, app/assets/stylesheets/numbers/options/settings.scss */
.settings__input-group-tip {
  flex: 0 1 calc(50% - 9px);
  position: relative;
  border: 1px solid #EFEFEF;
  background: #ffffff;
  border-radius: 4px;
  padding: 9px 20px 8px 54px;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
  color: #161D28;
}

/* line 232, app/assets/stylesheets/numbers/options/settings.scss */
.settings__input-group-tip::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.99967 2.49992C5.85754 2.49992 2.49967 5.85778 2.49967 9.99992C2.49967 14.1421 5.85754 17.4999 9.99967 17.4999C14.1418 17.4999 17.4997 14.1421 17.4997 9.99992C17.4997 5.85778 14.1418 2.49992 9.99967 2.49992ZM0.833008 9.99992C0.833008 4.93731 4.93706 0.833252 9.99967 0.833252C15.0623 0.833252 19.1663 4.93731 19.1663 9.99992C19.1663 15.0625 15.0623 19.1666 9.99967 19.1666C4.93706 19.1666 0.833008 15.0625 0.833008 9.99992Z' fill='%238C8C8C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.0003 9.16675C10.4606 9.16675 10.8337 9.53984 10.8337 10.0001V13.3334C10.8337 13.7937 10.4606 14.1667 10.0003 14.1667C9.54009 14.1667 9.16699 13.7937 9.16699 13.3334V10.0001C9.16699 9.53984 9.54009 9.16675 10.0003 9.16675Z' fill='%238C8C8C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.16699 6.66659C9.16699 6.20635 9.54009 5.83325 10.0003 5.83325H10.0087C10.4689 5.83325 10.842 6.20635 10.842 6.66659C10.842 7.12682 10.4689 7.49992 10.0087 7.49992H10.0003C9.54009 7.49992 9.16699 7.12682 9.16699 6.66659Z' fill='%238C8C8C'/%3E%3C/svg%3E%0A");
}

/* line 245, app/assets/stylesheets/numbers/options/settings.scss */
.settings__textarea-group {
  margin: 0 0 16px;
}

/* line 249, app/assets/stylesheets/numbers/options/settings.scss */
.settings__textarea {
  height: 80px;
  padding: 16px;
}

/* line 254, app/assets/stylesheets/numbers/options/settings.scss */
.settings__upload-wrap {
  margin: 0 0 32px;
  position: relative;
}

/* line 257, app/assets/stylesheets/numbers/options/settings.scss */
.settings__upload-wrap--ivr-digit {
  margin: 0;
}

/* line 262, app/assets/stylesheets/numbers/options/settings.scss */
.settings__upload-label {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  background: #ffffff;
  width: 100%;
  padding: 12px 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
  color: #1DAADE;
  cursor: pointer;
}

/* line 279, app/assets/stylesheets/numbers/options/settings.scss */
.settings__upload-vector {
  display: block;
  margin-right: 14px;
}

/* line 284, app/assets/stylesheets/numbers/options/settings.scss */
.settings__num-blocking-group {
  display: flex;
  justify-content: space-between;
  margin: 0 0 23px;
}

/* line 290, app/assets/stylesheets/numbers/options/settings.scss */
.settings__num-actions-group {
  flex: 0 0 calc(50% - 22px);
}

/* line 294, app/assets/stylesheets/numbers/options/settings.scss */
.settings__radio-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 24px;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  margin: 0 0 24px;
}

/* line 304, app/assets/stylesheets/numbers/options/settings.scss */
.settings__radio-item {
  flex: 0 0 calc(50% - 14px);
  position: relative;
}

/* line 309, app/assets/stylesheets/numbers/options/settings.scss */
.settings__radio-label {
  cursor: pointer;
  position: relative;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
}

/* line 316, app/assets/stylesheets/numbers/options/settings.scss */
.settings__radio-label::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 50%;
}

/* line 328, app/assets/stylesheets/numbers/options/settings.scss */
.settings__radio-label--num-blocking {
  padding-left: 32px;
}

/* line 332, app/assets/stylesheets/numbers/options/settings.scss */
.settings__radio-label--ivr {
  padding-top: 36px;
  font-weight: 400;
  color: #8C8C8C;
}

/* line 337, app/assets/stylesheets/numbers/options/settings.scss */
.settings__radio-label--ivr::before {
  top: 1px;
  left: 50%;
  transform: translateX(-50%);
}

/* line 345, app/assets/stylesheets/numbers/options/settings.scss */
.settings__radio-input:checked + .settings__radio-label {
  font-weight: 500;
}

/* line 347, app/assets/stylesheets/numbers/options/settings.scss */
.settings__radio-input:checked + .settings__radio-label::before {
  border-color: #1DAADE;
}

/* line 350, app/assets/stylesheets/numbers/options/settings.scss */
.settings__radio-input:checked + .settings__radio-label::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #1DAADE;
  border-radius: 50%;
}

/* line 361, app/assets/stylesheets/numbers/options/settings.scss */
.settings__radio-input:checked + .settings__radio-label--ivr {
  color: #161D28;
}

/* line 364, app/assets/stylesheets/numbers/options/settings.scss */
.settings__radio-input:checked + .settings__radio-label--ivr::after {
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
}

/* line 372, app/assets/stylesheets/numbers/options/settings.scss */
.settings__add-number {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  padding-left: 16px;
}

/* line 380, app/assets/stylesheets/numbers/options/settings.scss */
.settings__add-number-input {
  border: none;
  background-color: #ffffff;
  padding: 3px 5px 3px 0;
  font-size: 13px;
  line-height: 17px;
  color: #161D28;
  flex-basis: 244px;
}

/* line 389, app/assets/stylesheets/numbers/options/settings.scss */
.settings__add-number-input::-moz-placeholder {
  font-size: 13px;
  line-height: 17px;
  color: #8C8C8C;
}
.settings__add-number-input::placeholder {
  font-size: 13px;
  line-height: 17px;
  color: #8C8C8C;
}

/* line 395, app/assets/stylesheets/numbers/options/settings.scss */
.settings__add-number-input:focus {
  outline: none;
}

/* line 400, app/assets/stylesheets/numbers/options/settings.scss */
.settings__add-number-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 38px;
  flex-basis: 73px;
  background: #1DAADE;
  border: none;
  border-radius: 0px 3px 3px 0px;
  font-weight: 600;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
  color: #FFFFFF;
}

/* line 415, app/assets/stylesheets/numbers/options/settings.scss */
.settings__add-number-btn:hover {
  background: #1787b1;
}

/* line 422, app/assets/stylesheets/numbers/options/settings.scss */
.settings__group--margin {
  margin: 0 0 40px;
}

/* line 427, app/assets/stylesheets/numbers/options/settings.scss */
.settings__num-blocking-tips {
  flex: 0 0 calc(50% - 22px);
  padding: 13px 20px 13px 24px;
  background: #FBFBFB;
  border-radius: 4px;
}

/* line 434, app/assets/stylesheets/numbers/options/settings.scss */
.settings__num-blocking-text {
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.001em;
}

/* line 439, app/assets/stylesheets/numbers/options/settings.scss */
.settings__num-blocking-text:not(:last-of-type) {
  margin: 0 0 6px;
}

/* line 444, app/assets/stylesheets/numbers/options/settings.scss */
.settings__fullsize-input {
  position: relative;
  margin: 0 0 40px;
}

/* line 447, app/assets/stylesheets/numbers/options/settings.scss */
.settings__fullsize-input .settings__label--tips {
  display: flex;
  align-items: center;
}

/* line 451, app/assets/stylesheets/numbers/options/settings.scss */
.settings__fullsize-input input {
  width: 100%;
}

/* line 455, app/assets/stylesheets/numbers/options/settings.scss */
.settings__fullsize-input--ivr {
  margin: 0 0 16px;
}

/* line 460, app/assets/stylesheets/numbers/options/settings.scss */
.settings__tips {
  display: none;
  position: absolute;
  bottom: calc(100% + 5px);
  left: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.15);
  width: 237px;
  padding: 16px;
  border-radius: 12px 12px 12px 0px;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
  color: #161D28;
  z-index: 2;
}

/* line 477, app/assets/stylesheets/numbers/options/settings.scss */
.settings__tips-group {
  cursor: pointer;
  position: relative;
  display: flex;
  margin-left: 9px;
}

/* line 484, app/assets/stylesheets/numbers/options/settings.scss */
.settings__tips-group:hover .settings__tips {
  display: block;
}

/* line 490, app/assets/stylesheets/numbers/options/settings.scss */
.settings__ivr-base {
  position: relative;
  margin: 0 -10px 40px;
  padding: 10px;
  border: 2px solid #1DAADE;
}

/* line 497, app/assets/stylesheets/numbers/options/settings.scss */
.settings__ivr-name {
  position: absolute;
  left: 0;
  top: 27px;
  z-index: 5;
  width: 100%;
}

/* line 504, app/assets/stylesheets/numbers/options/settings.scss */
.settings__ivr-name.js-hide {
  display: none;
}

/* line 509, app/assets/stylesheets/numbers/options/settings.scss */
.settings__ivr-select-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
}

/* line 515, app/assets/stylesheets/numbers/options/settings.scss */
.settings__ivr-dropdown {
  flex: 0 1 75%;
  display: block;
  position: relative;
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
  color: #161D28;
  padding: 10px 50px 10px 16px;
  width: 100%;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%238C8C8C' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat, repeat;
  background-position: right 16px top 8px, 0 0;
  background-size: 24px 24px, 100%;
}

/* line 536, app/assets/stylesheets/numbers/options/settings.scss */
.settings__ivr-list {
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 4px;
  background-color: #F8F8F8;
  z-index: 5;
}

/* line 546, app/assets/stylesheets/numbers/options/settings.scss */
.settings__ivr-list.js-hide {
  display: none;
}

/* line 551, app/assets/stylesheets/numbers/options/settings.scss */
.settings__ivr-link {
  display: block;
  padding: 4px 10px;
  font-size: 16px;
  line-height: 1.1;
  cursor: pointer;
  background: #F8F8F8;
  transition: all 0.3s ease;
}

/* line 560, app/assets/stylesheets/numbers/options/settings.scss */
.settings__ivr-link:hover {
  background: #1DAADE;
  color: #ffffff;
}

/* line 566, app/assets/stylesheets/numbers/options/settings.scss */
.settings__change-btn {
  position: absolute;
  top: 50%;
  left: 62%;
  transform: translateY(-50%);
  background: transparent;
  display: flex;
  z-index: 2;
}

/* line 576, app/assets/stylesheets/numbers/options/settings.scss */
.settings__add-ivr, .settings__del-btn {
  flex: 0 1 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

/* line 585, app/assets/stylesheets/numbers/options/settings.scss */
.settings__add-ivr {
  background: #1DAADE;
}

/* line 589, app/assets/stylesheets/numbers/options/settings.scss */
.settings__del-btn {
  background: #FFF5F5;
}

/* line 594, app/assets/stylesheets/numbers/options/settings.scss */
.settings__ivr-greeting-title {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
  color: #161D28;
  margin: 0 0 16px;
}

/* line 606, app/assets/stylesheets/numbers/options/settings.scss */
.settings__update:not(:last-child) {
  margin: 0 0 24px;
}

/* line 611, app/assets/stylesheets/numbers/options/settings.scss */
.settings__update-text {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
  margin: 0 0 24px;
}

/* line 618, app/assets/stylesheets/numbers/options/settings.scss */
.settings__btn {
  min-width: 171px;
  padding: 10px 26px;
}

/* line 623, app/assets/stylesheets/numbers/options/settings.scss */
.settings .flash {
  position: absolute;
  bottom: calc(100% + 2px);
  left: 0;
  margin: 0;
}

/* line 630, app/assets/stylesheets/numbers/options/settings.scss */
.settings__notification-group {
  display: flex;
  align-items: flex-end;
  margin: 0 0 40px;
}

/* line 636, app/assets/stylesheets/numbers/options/settings.scss */
.settings__notification-input-wrap {
  flex: 0 1 50%;
}

/* line 640, app/assets/stylesheets/numbers/options/settings.scss */
.settings__notification-tip {
  margin-left: 15px;
  flex: 0 1 45%;
  position: relative;
  border: 1px solid #EFEFEF;
  background: #ffffff;
  border-radius: 4px;
  padding: 6px 10px 6px 45px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.001em;
  color: #161D28;
}

/* line 653, app/assets/stylesheets/numbers/options/settings.scss */
.settings__notification-tip::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.99967 2.49992C5.85754 2.49992 2.49967 5.85778 2.49967 9.99992C2.49967 14.1421 5.85754 17.4999 9.99967 17.4999C14.1418 17.4999 17.4997 14.1421 17.4997 9.99992C17.4997 5.85778 14.1418 2.49992 9.99967 2.49992ZM0.833008 9.99992C0.833008 4.93731 4.93706 0.833252 9.99967 0.833252C15.0623 0.833252 19.1663 4.93731 19.1663 9.99992C19.1663 15.0625 15.0623 19.1666 9.99967 19.1666C4.93706 19.1666 0.833008 15.0625 0.833008 9.99992Z' fill='%238C8C8C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.0003 9.16675C10.4606 9.16675 10.8337 9.53984 10.8337 10.0001V13.3334C10.8337 13.7937 10.4606 14.1667 10.0003 14.1667C9.54009 14.1667 9.16699 13.7937 9.16699 13.3334V10.0001C9.16699 9.53984 9.54009 9.16675 10.0003 9.16675Z' fill='%238C8C8C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.16699 6.66659C9.16699 6.20635 9.54009 5.83325 10.0003 5.83325H10.0087C10.4689 5.83325 10.842 6.20635 10.842 6.66659C10.842 7.12682 10.4689 7.49992 10.0087 7.49992H10.0003C9.54009 7.49992 9.16699 7.12682 9.16699 6.66659Z' fill='%238C8C8C'/%3E%3C/svg%3E%0A");
}
/* line 3, app/assets/stylesheets/refer-friends/refer.scss */
.refer {
  max-width: 705px;
}

/* line 6, app/assets/stylesheets/refer-friends/refer.scss */
.refer__header {
  margin: 0 0 32px;
}

/* line 10, app/assets/stylesheets/refer-friends/refer.scss */
.refer__offer {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 24px;
  background: #F8F8F8;
  border-radius: 12px;
  margin: 0 0 24px;
}

/* line 19, app/assets/stylesheets/refer-friends/refer.scss */
.refer__offer-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #FFFFFF;
  border-radius: 50%;
  margin-right: 16px;
}

/* line 30, app/assets/stylesheets/refer-friends/refer.scss */
.refer__offer-info {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.001em;
}

/* line 36, app/assets/stylesheets/refer-friends/refer.scss */
.refer__offer-title {
  font-weight: 500;
  margin: 0 0 6px;
}

/* line 41, app/assets/stylesheets/refer-friends/refer.scss */
.refer__offer-text {
  color: #8C8C8C;
}

/* line 48, app/assets/stylesheets/refer-friends/refer.scss */
.refer__field-group {
  margin: 0 0 16px;
}

/* line 52, app/assets/stylesheets/refer-friends/refer.scss */
.refer__input {
  padding: 10px 16px;
  width: 100%;
}

/* line 57, app/assets/stylesheets/refer-friends/refer.scss */
.refer__textarea {
  padding: 16px 16px 8px;
  min-height: 248px;
}

/* line 62, app/assets/stylesheets/refer-friends/refer.scss */
.refer__link-field {
  display: flex;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  width: 100%;
}

/* line 69, app/assets/stylesheets/refer-friends/refer.scss */
.refer__link-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 10px 12px 6px 16px;
  line-height: 24px;
}

/* line 77, app/assets/stylesheets/refer-friends/refer.scss */
.refer__copy-btn {
  justify-self: flex-end;
  flex: 0 0 128px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E7F8FF;
  border-radius: 0px 3px 3px 0px;
  font-weight: 500;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
  color: #1DAADE;
}

/* line 92, app/assets/stylesheets/refer-friends/refer.scss */
.refer__privacy {
  padding: 16px 24px;
  background: #F8F8F8;
  border-radius: 4px;
  margin: 0 0 26px;
}

/* line 98, app/assets/stylesheets/refer-friends/refer.scss */
.refer__privacy-text {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
}

/* line 103, app/assets/stylesheets/refer-friends/refer.scss */
.refer__privacy-text--bold {
  font-weight: 600;
}

/* line 109, app/assets/stylesheets/refer-friends/refer.scss */
.refer__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  width: 100%;
  background: #1DAADE;
  border-radius: 8px;
  font-weight: 500;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
  color: #FFFFFF;
}
/* line 4, app/assets/stylesheets/resources/audio.scss */
.audio__description {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
  max-width: 615px;
  margin: 0 0 32px;
}

/* line 12, app/assets/stylesheets/resources/audio.scss */
.audio__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px;
}

/* line 18, app/assets/stylesheets/resources/audio.scss */
.audio__item {
  flex: 0 0 calc(100%/6);
  min-height: 138px;
  margin-bottom: 24px;
  padding: 0 10px;
}

/* line 25, app/assets/stylesheets/resources/audio.scss */
.audio__download-form {
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 31, app/assets/stylesheets/resources/audio.scss */
.audio__download-label {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 19% 15%;
  border: 1px dashed #EFEFEF;
  border-radius: 8px;
}

/* line 43, app/assets/stylesheets/resources/audio.scss */
.audio__download-icon {
  margin: 0 0 10px;
}

/* line 47, app/assets/stylesheets/resources/audio.scss */
.audio__download-text {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
  color: #C0C0C0;
}

/* line 54, app/assets/stylesheets/resources/audio.scss */
.audio__download-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 19.6% 10% 8.7%;
  border: 1px solid #EFEFEF;
  border-radius: 8px;
}

/* line 65, app/assets/stylesheets/resources/audio.scss */
.audio__download-item-icon {
  margin: 0 0 10px;
}

/* line 69, app/assets/stylesheets/resources/audio.scss */
.audio__download-item-name {
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.001em;
  max-width: 105px;
  text-align: center;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 83, app/assets/stylesheets/resources/audio.scss */
.audio__download-del-btn {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF5F5;
  border-radius: 4px;
  z-index: 2;
}

/* line 97, app/assets/stylesheets/resources/audio.scss */
.audio__upload {
  display: block;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 90%;
  overflow: hidden;
  padding: 2px 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  border-radius: 3px;
  font-size: 11px;
  line-height: 13px;
}

/* line 112, app/assets/stylesheets/resources/audio.scss */
.audio__upload--pending {
  opacity: 0.6;
}

/* line 117, app/assets/stylesheets/resources/audio.scss */
.audio__upload--complete .audio__upload-progress {
  opacity: 0.4;
}

/* line 122, app/assets/stylesheets/resources/audio.scss */
.audio__upload--error {
  border-color: red;
}

/* line 126, app/assets/stylesheets/resources/audio.scss */
.audio__upload-err {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  text-align: center;
  color: red;
}

/* line 138, app/assets/stylesheets/resources/audio.scss */
.audio__upload-progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.2;
  background: #0076ff;
  transition: width 120ms ease-out, opacity 60ms 60ms ease-in;
  transform: translate3d(0, 0, 0);
}
/* line 5, app/assets/stylesheets/resources/documents-upload.scss */
.document__upload {
  display: block;
  position: absolute;
  bottom: 50px;
  right: 0;
  width: calc(50% - 12px);
  overflow: hidden;
  padding: 2px 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  border-radius: 3px;
  font-size: 11px;
  line-height: 13px;
}

/* line 19, app/assets/stylesheets/resources/documents-upload.scss */
.document__upload--pending {
  opacity: 0.6;
}

/* line 24, app/assets/stylesheets/resources/documents-upload.scss */
.document__upload--complete .document__upload-progress {
  opacity: 0.4;
}

/* line 29, app/assets/stylesheets/resources/documents-upload.scss */
.document__upload--error {
  border-color: red;
}

/* line 33, app/assets/stylesheets/resources/documents-upload.scss */
.document__upload-err {
  position: absolute;
  bottom: 25px;
  right: 0;
  font-size: 14px;
  line-height: 18px;
  width: 50%;
  text-align: center;
  color: red;
}

/* line 45, app/assets/stylesheets/resources/documents-upload.scss */
.document__upload-progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.2;
  background: #0076ff;
  transition: width 120ms ease-out, opacity 60ms 60ms ease-in;
  transform: translate3d(0, 0, 0);
}
/* line 3, app/assets/stylesheets/resources/layout.scss */
.resources {
  height: 100%;
}

/* line 6, app/assets/stylesheets/resources/layout.scss */
.resources--address, .resources--document {
  height: auto;
}

/* line 11, app/assets/stylesheets/resources/layout.scss */
.resources__header {
  margin: 0 0 25px;
}

/* line 15, app/assets/stylesheets/resources/layout.scss */
.resources__title {
  margin: 0 0 32px;
}

/* line 21, app/assets/stylesheets/resources/layout.scss */
.resources__tab-nav .resources__tab-link:not(:last-of-type) {
  margin-right: 32px;
}

/* line 27, app/assets/stylesheets/resources/layout.scss */
.resources__form {
  width: 100%;
  max-width: 692px;
  position: relative;
}

/* line 33, app/assets/stylesheets/resources/layout.scss */
.resources__fieldset {
  padding: 0;
  margin: 0 0 32px;
  border: none;
  width: 100%;
}

/* line 40, app/assets/stylesheets/resources/layout.scss */
.resources__field-title {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
  max-width: 615px;
  margin: 0 0 24px;
}

/* line 47, app/assets/stylesheets/resources/layout.scss */
.resources__field-title--with-tips {
  display: flex;
  align-items: flex-start;
}

/* line 53, app/assets/stylesheets/resources/layout.scss */
.resources__row {
  display: flex;
  justify-content: space-between;
}

/* line 56, app/assets/stylesheets/resources/layout.scss */
.resources__row:not(:last-of-type) {
  margin: 0 0 16px;
}

/* line 61, app/assets/stylesheets/resources/layout.scss */
.resources__group {
  flex: 0 0 calc(50% - 12px);
  max-width: calc(50% - 12px);
}

/* line 66, app/assets/stylesheets/resources/layout.scss */
.resources__group .resources__label--with-tips {
  display: flex;
  align-items: center;
}

/* line 73, app/assets/stylesheets/resources/layout.scss */
.resources__tips-wrap {
  margin-left: 10px;
}

/* line 77, app/assets/stylesheets/resources/layout.scss */
.resources__tips {
  width: 282px;
  padding: 12px;
}

/* line 82, app/assets/stylesheets/resources/layout.scss */
.resources__input {
  padding: 10px 16px;
  width: 100%;
}

/* line 87, app/assets/stylesheets/resources/layout.scss */
.resources__fileload {
  width: 100%;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
}

/* line 97, app/assets/stylesheets/resources/layout.scss */
.resources__upload[disabled] + .resources__upload-label {
  cursor: not-allowed;
}

/* line 102, app/assets/stylesheets/resources/layout.scss */
.resources__upload-label {
  cursor: pointer;
  background-color: #ffffff;
  padding: 9px 5px 5px 16px;
  font-size: 16px;
  line-height: 24px;
  color: #161D28;
  flex-grow: 1;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
}

/* line 115, app/assets/stylesheets/resources/layout.scss */
.resources__del-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 128px;
  padding: 8px 10px 7px;
  background: #FFECEC;
  border-radius: 0px 3px 3px 0px;
  font-weight: 500;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
  color: #DA5034;
}

/* line 130, app/assets/stylesheets/resources/layout.scss */
.resources__add-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  background: #ffffff;
  width: 100%;
  padding: 12px 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
  color: #1DAADE;
  cursor: pointer;
}

/* line 146, app/assets/stylesheets/resources/layout.scss */
.resources__add-btn svg {
  display: block;
  margin-right: 10px;
}

/* line 152, app/assets/stylesheets/resources/layout.scss */
.resources .flash {
  top: -25px;
  left: 0;
  margin: 0;
}

/* line 158, app/assets/stylesheets/resources/layout.scss */
.resources__business-address-container {
  margin: 20px 0 20px;
}

/* line 162, app/assets/stylesheets/resources/layout.scss */
.resources__business-address-label {
  font-weight: bold;
  font-size: 1.2em;
}

/* line 167, app/assets/stylesheets/resources/layout.scss */
.resources__business-address-box {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
}

/* line 174, app/assets/stylesheets/resources/layout.scss */
.resources__number-field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* line 179, app/assets/stylesheets/resources/layout.scss */
.resources__number-field .resources__select-code {
  flex: 0 0 100%;
  margin-bottom: 8px;
}

/* line 184, app/assets/stylesheets/resources/layout.scss */
.resources__number-field .resources__input-number {
  flex: 1;
}

/* line 189, app/assets/stylesheets/resources/layout.scss */
.resources__individual-fields {
  display: block;
}

/* line 193, app/assets/stylesheets/resources/layout.scss */
.resources__business-fields {
  display: block;
}

/* line 197, app/assets/stylesheets/resources/layout.scss */
.resources__switch {
  max-width: 692px;
  width: 100%;
  position: relative;
}

/* line 202, app/assets/stylesheets/resources/layout.scss */
.resources__switch__switch-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F8F8F8;
  border-radius: 4px;
  padding: 2px;
  margin: 0 0 34px;
}

/* line 212, app/assets/stylesheets/resources/layout.scss */
.resources__switch__switch-item {
  position: relative;
  flex: 0 0 calc(50% - 1px);
}

/* line 217, app/assets/stylesheets/resources/layout.scss */
.resources__switch__shift {
  width: 100%;
  background: transparent;
  border: 1px solid #F4F4F4;
  border-radius: 4px;
  position: relative;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 20px;
  letter-spacing: 0.001em;
  color: #8C8C8C;
}

/* line 231, app/assets/stylesheets/resources/layout.scss */
.resources__switch__shift--active {
  background: #FFFFFF;
  align-items: flex-start;
  color: #161D28;
  padding: 13px 0 13px;
}

/* line 237, app/assets/stylesheets/resources/layout.scss */
.resources__switch__shift--active::after {
  position: absolute;
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.001em;
  color: #8C8C8C;
}
/* line 1, app/assets/stylesheets/reuse-classes.scss */
.visually-hidden {
  position: absolute !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  white-space: nowrap !important;
  -webkit-clip-path: inset(100%) !important;
          clip-path: inset(100%) !important;
  clip: rect(0 0 0 0) !important;
  overflow: hidden !important;
}

/* line 13, app/assets/stylesheets/reuse-classes.scss */
.section-content {
  background: #FFFFFF;
  border-radius: 12px;
  max-width: 1340px;
  width: 100%;
  padding: 2.65% 3.5%;
  overflow-y: auto;
  max-height: calc(100vh - 154px);
}

/* line 22, app/assets/stylesheets/reuse-classes.scss */
.section-content.numbers {
  overflow-y: hidden;
}

/* line 26, app/assets/stylesheets/reuse-classes.scss */
.section-content.numbers {
  padding: 2.65% 3.5% 0;
  max-width: 100%;
}

/* line 30, app/assets/stylesheets/reuse-classes.scss */
.section-content.numbers--add {
  padding: 2.65% 3.5%;
  max-width: 1340px;
  overflow-y: auto;
}

/* line 36, app/assets/stylesheets/reuse-classes.scss */
.section-content.refer {
  max-width: 705px;
}

/* line 39, app/assets/stylesheets/reuse-classes.scss */
.section-content.password {
  max-width: 705px;
}

/* line 44, app/assets/stylesheets/reuse-classes.scss */
.section-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: -0.006em;
  color: #161D28;
}

/* line 52, app/assets/stylesheets/reuse-classes.scss */
.section-nav {
  display: flex;
  width: 100%;
  padding: 0 0 12px;
  border-bottom: 1px solid #EFEFEF;
}

/* line 59, app/assets/stylesheets/reuse-classes.scss */
.tab-nav-link {
  cursor: pointer;
  position: relative;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
  color: #8C8C8C;
}

/* line 68, app/assets/stylesheets/reuse-classes.scss */
.tab-nav-link:not(:last-of-type) {
  margin-right: 23px;
}

/* line 72, app/assets/stylesheets/reuse-classes.scss */
.tab-nav-link--active {
  font-weight: 500;
  color: #161D28;
}

/* line 76, app/assets/stylesheets/reuse-classes.scss */
.tab-nav-link--active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -14px;
  width: calc(100% + 5px);
  height: 3px;
  background: #1DAADE;
}

/* line 88, app/assets/stylesheets/reuse-classes.scss */
.label {
  display: block;
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
  color: #8C8C8C;
}

/* line 97, app/assets/stylesheets/reuse-classes.scss */
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
  transition: all 0.3s ease;
}

/* line 108, app/assets/stylesheets/reuse-classes.scss */
.btn--blue {
  color: #FFFFFF;
  background: #1DAADE;
}

/* line 112, app/assets/stylesheets/reuse-classes.scss */
.btn--blue:hover {
  background: #1787b1;
}

/* line 117, app/assets/stylesheets/reuse-classes.scss */
.btn[disabled] {
  cursor: not-allowed;
}

/* line 122, app/assets/stylesheets/reuse-classes.scss */
.tips-wrap {
  cursor: pointer;
  position: relative;
  display: flex;
}

/* line 128, app/assets/stylesheets/reuse-classes.scss */
.tips-wrap:hover .tips {
  display: block;
}

/* line 134, app/assets/stylesheets/reuse-classes.scss */
.tips {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.15);
  border-radius: 12px 12px 12px 0px;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.001em;
  color: #161D28;
  z-index: 2;
}

/* line 150, app/assets/stylesheets/reuse-classes.scss */
.toggler {
  display: flex;
  align-items: center;
}

/* line 153, app/assets/stylesheets/reuse-classes.scss */
.toggler:not(:last-child) {
  margin: 0 0 24px;
}

/* line 157, app/assets/stylesheets/reuse-classes.scss */
.toggler-info {
  max-width: calc(100% - 80px);
}

/* line 161, app/assets/stylesheets/reuse-classes.scss */
.toggler-text {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
}

/* line 165, app/assets/stylesheets/reuse-classes.scss */
.toggler-text:not(:last-of-type) {
  margin: 0 0 4px;
}

/* line 170, app/assets/stylesheets/reuse-classes.scss */
.toggler-subtext {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
  color: #8C8C8C;
  margin: 0;
}

/* line 178, app/assets/stylesheets/reuse-classes.scss */
.toggler-wrap {
  position: relative;
  margin-left: 30px;
}

/* line 182, app/assets/stylesheets/reuse-classes.scss */
.toggler-wrap--notifications {
  margin: 0 30px 0 0;
}

/* line 187, app/assets/stylesheets/reuse-classes.scss */
.toggler-label {
  display: block;
  position: relative;
  padding: 2px;
  width: 51px;
  height: 31px;
  border-radius: 15px;
  background: rgba(120, 120, 128, 0.16);
  transition: all 0.3s ease;
}

/* line 198, app/assets/stylesheets/reuse-classes.scss */
.toggler-circle {
  display: block;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15), 0px 3px 1px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

/* line 209, app/assets/stylesheets/reuse-classes.scss */
.toggler-checkbox:checked + .toggler-label {
  background: #96C62D;
}

/* line 212, app/assets/stylesheets/reuse-classes.scss */
.toggler-checkbox:checked + .toggler-label .toggler-circle {
  transform: translateX(20px);
}

/* line 218, app/assets/stylesheets/reuse-classes.scss */
.pagination-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* line 223, app/assets/stylesheets/reuse-classes.scss */
.pagination-wrap--payments {
  margin-bottom: 20px;
}

/* line 228, app/assets/stylesheets/reuse-classes.scss */
.pagination-text {
  margin-right: 20px;
}

/* line 232, app/assets/stylesheets/reuse-classes.scss */
.pagination {
  display: flex;
  align-items: center;
}

/* line 237, app/assets/stylesheets/reuse-classes.scss */
.spinner:not([hidden]) {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 243, app/assets/stylesheets/reuse-classes.scss */
.spinner:not([hidden])::after {
  content: "";
  border: 1px solid #f3f3f3;
  border-top: 2px solid #1DAADE;
  border-radius: 100%;
  will-change: transform;
  animation: spin 1s infinite linear;
}

/* line 253, app/assets/stylesheets/reuse-classes.scss */
.flash-hide {
  animation: hide 0.5s linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes hide {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0);
  }
}
/* line 3, app/assets/stylesheets/subscription/add-credit.scss */
.add-credit {
  max-width: 555px;
}

/* line 6, app/assets/stylesheets/subscription/add-credit.scss */
.add-credit__description {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
  margin: 0 0 24px;
}

/* line 13, app/assets/stylesheets/subscription/add-credit.scss */
.add-credit__form {
  position: relative;
  margin: 0 0 20px;
}

/* line 17, app/assets/stylesheets/subscription/add-credit.scss */
.add-credit__form .flash,
.add-credit__form .js-flash-message {
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  margin: 0;
  font-size: 13px;
  line-height: 23px;
  width: 100%;
  text-align: center;
}

/* line 32, app/assets/stylesheets/subscription/add-credit.scss */
.add-credit__radio-group {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 24px;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  margin: 0 0 40px;
}

/* line 42, app/assets/stylesheets/subscription/add-credit.scss */
.add-credit__radio-item {
  position: relative;
}

/* line 44, app/assets/stylesheets/subscription/add-credit.scss */
.add-credit__radio-item:not(:last-of-type) {
  margin-right: 60px;
}

/* line 49, app/assets/stylesheets/subscription/add-credit.scss */
.add-credit__label {
  display: block;
  position: relative;
  padding-left: 32px;
  font-weight: 500;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
}

/* line 58, app/assets/stylesheets/subscription/add-credit.scss */
.add-credit__label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #EFEFEF;
  border-radius: 50%;
}

/* line 72, app/assets/stylesheets/subscription/add-credit.scss */
.add-credit__radio:checked + .add-credit__label::before {
  border-color: #1DAADE;
}

/* line 75, app/assets/stylesheets/subscription/add-credit.scss */
.add-credit__radio:checked + .add-credit__label::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1DAADE;
}

/* line 88, app/assets/stylesheets/subscription/add-credit.scss */
.add-credit__submit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #1DAADE;
  border-radius: 4px;
  padding: 11px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
  color: #FFFFFF;
}

/* line 103, app/assets/stylesheets/subscription/add-credit.scss */
.add-credit__submit:disabled {
  cursor: not-allowed;
  background: rgba(29, 170, 222, 0.65);
}

/* line 109, app/assets/stylesheets/subscription/add-credit.scss */
.add-credit .spinner:not([hidden]) {
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
}

/* line 114, app/assets/stylesheets/subscription/add-credit.scss */
.add-credit .spinner:not([hidden])::after {
  width: 30px;
  height: 30px;
  border: 1px solid #1DAADE;
  border-top: 2px solid #ffffff;
}
/* line 3, app/assets/stylesheets/subscription/coupons.scss */
.coupons {
  max-width: 598px;
  position: relative;
}

/* line 7, app/assets/stylesheets/subscription/coupons.scss */
.coupons .flash {
  position: absolute;
  top: -25px;
  left: 0;
}

/* line 13, app/assets/stylesheets/subscription/coupons.scss */
.coupons__add-form {
  margin: 0 0 31px;
}

/* line 17, app/assets/stylesheets/subscription/coupons.scss */
.coupons__label {
  margin: 0 0 5px;
}

/* line 21, app/assets/stylesheets/subscription/coupons.scss */
.coupons__add-group {
  display: flex;
  align-items: center;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  padding-left: 16px;
}

/* line 29, app/assets/stylesheets/subscription/coupons.scss */
.coupons__input {
  flex: 0 1 453px;
  padding: 10px 26px 10px 0;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
  color: #161D28;
  border: none;
  background: transparent;
}

/* line 39, app/assets/stylesheets/subscription/coupons.scss */
.coupons__input:focus {
  outline: none;
}

/* line 44, app/assets/stylesheets/subscription/coupons.scss */
.coupons__submit {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 10px 8px;
  background: #1DAADE;
  border: none;
  border-radius: 0px 3px 3px 0px;
  font-weight: 500;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
  color: #FFFFFF;
}

/* line 61, app/assets/stylesheets/subscription/coupons.scss */
.coupons__history-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
  margin: 0 0 16px;
}

/* line 69, app/assets/stylesheets/subscription/coupons.scss */
.coupons__history-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 24px;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
}

/* line 80, app/assets/stylesheets/subscription/coupons.scss */
.coupons__history-item:not(:last-of-type) {
  margin: 0 0 12px;
}

/* line 86, app/assets/stylesheets/subscription/coupons.scss */
.coupons__name {
  font-weight: 500;
}

/* line 90, app/assets/stylesheets/subscription/coupons.scss */
.coupons__date {
  color: #8C8C8C;
}
/* line 4, app/assets/stylesheets/subscription/invoices.scss */
.invoices__main-flash {
  font-size: 16;
  line-height: 24px;
}

/* line 9, app/assets/stylesheets/subscription/invoices.scss */
.invoices__form {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 70%;
  padding: 30px 20px;
  border: 1px solid #1DAADE;
}

/* line 18, app/assets/stylesheets/subscription/invoices.scss */
.invoices__form:nth-of-type(even) {
  background: #EEFAFF;
}

/* line 22, app/assets/stylesheets/subscription/invoices.scss */
.invoices__form:not(:last-of-type) {
  margin-bottom: 30px;
}

/* line 27, app/assets/stylesheets/subscription/invoices.scss */
.invoices__text {
  flex: 0 1 auto;
  max-width: 70%;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
  color: #161D28;
  margin-right: 40px;
}

/* line 37, app/assets/stylesheets/subscription/invoices.scss */
.invoices__submit {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
  transition: all 0.3s ease;
  color: #FFFFFF;
  background: #1DAADE;
  padding: 15px 30px;
}

/* line 52, app/assets/stylesheets/subscription/invoices.scss */
.invoices__submit:hover {
  background: #1787b1;
}

/* line 56, app/assets/stylesheets/subscription/invoices.scss */
.invoices__submit:disabled {
  cursor: not-allowed;
  background: rgba(29, 170, 222, 0.65);
}

/* line 62, app/assets/stylesheets/subscription/invoices.scss */
.invoices__paypal {
  flex: 1 100%;
  margin-top: 30px;
}

/* line 67, app/assets/stylesheets/subscription/invoices.scss */
.invoices .js-flash-message {
  position: absolute;
  flex: 1 100%;
  top: calc(100% - 25px);
  left: 20px;
  text-align: left;
  margin: 0;
}

/* line 76, app/assets/stylesheets/subscription/invoices.scss */
.invoices .spinner:not([hidden]) {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

/* line 81, app/assets/stylesheets/subscription/invoices.scss */
.invoices .spinner:not([hidden])::after {
  width: 15px;
  height: 15px;
  border: 1px solid #1DAADE;
  border-top: 2px solid #ffffff;
}
/* line 3, app/assets/stylesheets/subscription/payment-method.scss */
.pay-method {
  max-width: 692px;
  width: 100%;
  position: relative;
}

/* line 8, app/assets/stylesheets/subscription/payment-method.scss */
.pay-method__toggle-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F8F8F8;
  border-radius: 4px;
  padding: 2px;
  margin: 0 0 34px;
}

/* line 18, app/assets/stylesheets/subscription/payment-method.scss */
.pay-method__toggle-item {
  position: relative;
  flex: 0 0 calc(50% - 1px);
}

/* line 23, app/assets/stylesheets/subscription/payment-method.scss */
.pay-method__toggler {
  background: transparent;
  border: 1px solid #F4F4F4;
  border-radius: 4px;
  width: 100%;
  position: relative;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
  color: #8C8C8C;
}

/* line 38, app/assets/stylesheets/subscription/payment-method.scss */
.pay-method__toggler--active {
  background: #FFFFFF;
  align-items: flex-start;
  color: #161D28;
  padding: 11px 0 0;
}

/* line 44, app/assets/stylesheets/subscription/payment-method.scss */
.pay-method__toggler--active::after {
  content: 'Current payment method';
  position: absolute;
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.001em;
  color: #8C8C8C;
}

/* line 58, app/assets/stylesheets/subscription/payment-method.scss */
.pay-method__method {
  position: relative;
}

/* line 61, app/assets/stylesheets/subscription/payment-method.scss */
.pay-method__method.loading {
  width: 100%;
  min-height: 200px;
}

/* line 67, app/assets/stylesheets/subscription/payment-method.scss */
.pay-method__cards-list {
  margin: 0 0 24px;
}

/* line 71, app/assets/stylesheets/subscription/payment-method.scss */
.pay-method__cards-item {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px 24px;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
}

/* line 80, app/assets/stylesheets/subscription/payment-method.scss */
.pay-method__cards-item:not(:last-of-type) {
  margin: 0 0 16px;
}

/* line 84, app/assets/stylesheets/subscription/payment-method.scss */
.pay-method__cards-item--active {
  background-color: #FFECA7;
}

/* line 89, app/assets/stylesheets/subscription/payment-method.scss */
.pay-method__radio-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #EFEFEF;
  margin-right: 16px;
}

/* line 100, app/assets/stylesheets/subscription/payment-method.scss */
.pay-method__radio-item--active {
  border-color: #1DAADE;
}

/* line 103, app/assets/stylesheets/subscription/payment-method.scss */
.pay-method__radio-item--active::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1DAADE;
}

/* line 117, app/assets/stylesheets/subscription/payment-method.scss */
.pay-method__radio-link {
  display: flex;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
}

/* line 125, app/assets/stylesheets/subscription/payment-method.scss */
.pay-method__radio-label {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #EFEFEF;
  margin-right: 16px;
}

/* line 134, app/assets/stylesheets/subscription/payment-method.scss */
.pay-method__radio:checked + .pay-method__radio-label {
  border-color: #1DAADE;
}

/* line 137, app/assets/stylesheets/subscription/payment-method.scss */
.pay-method__radio:checked + .pay-method__radio-label::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1DAADE;
}

/* line 150, app/assets/stylesheets/subscription/payment-method.scss */
.pay-method__card-wrap {
  display: flex;
}

/* line 154, app/assets/stylesheets/subscription/payment-method.scss */
.pay-method__card-img {
  width: 62px;
  height: 40px;
  margin-right: 13px;
}

/* line 160, app/assets/stylesheets/subscription/payment-method.scss */
.pay-method__card-info {
  display: flex;
  flex-direction: column;
}

/* line 165, app/assets/stylesheets/subscription/payment-method.scss */
.pay-method__card-name {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
  margin: 0 0 4px;
}

/* line 172, app/assets/stylesheets/subscription/payment-method.scss */
.pay-method__card-time {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.001em;
  color: #8C8C8C;
}

/* line 179, app/assets/stylesheets/subscription/payment-method.scss */
.pay-method__active-text {
  position: absolute;
  top: 50%;
  right: 65px;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 1.1;
  font-weight: 500;
  color: #000;
}

/* line 190, app/assets/stylesheets/subscription/payment-method.scss */
.pay-method__card-delete {
  margin-left: auto;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF5F5;
  border: 1px solid #FFF5F5;
  border-radius: 4px;
}

/* line 202, app/assets/stylesheets/subscription/payment-method.scss */
.pay-method__add-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  background: #ffffff;
  width: 100%;
  padding: 10px 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
  color: #1DAADE;
  cursor: pointer;
}

/* line 218, app/assets/stylesheets/subscription/payment-method.scss */
.pay-method__add-btn-plus {
  margin-right: 10px;
}

/* line 224, app/assets/stylesheets/subscription/payment-method.scss */
.pay-method__paypal-title {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
  margin: 0 0 16px;
}

/* line 232, app/assets/stylesheets/subscription/payment-method.scss */
.pay-method__paypal-item {
  display: flex;
  align-items: center;
  padding: 16px 24px 17px;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
}

/* line 240, app/assets/stylesheets/subscription/payment-method.scss */
.pay-method__paypal-name {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
  margin: 0 0 4px;
}

/* line 247, app/assets/stylesheets/subscription/payment-method.scss */
.pay-method__paypal-email {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
  color: #8C8C8C;
}

/* line 254, app/assets/stylesheets/subscription/payment-method.scss */
.pay-method__paypal-logout {
  margin-left: auto;
  padding: 8px 16px 7px;
  background: #FFF5F5;
  border: none;
  border-radius: 4px;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
  color: #DA5034;
}

/* line 267, app/assets/stylesheets/subscription/payment-method.scss */
.pay-method .spinner:not([hidden]) {
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}

/* line 272, app/assets/stylesheets/subscription/payment-method.scss */
.pay-method .spinner:not([hidden])::after {
  width: 60px;
  height: 60px;
  border: 3px solid #f3f3f3;
  border-top: 5px solid #1DAADE;
}
/* line 3, app/assets/stylesheets/subscription/payments.scss */
.payments {
  width: 100%;
}

/* line 6, app/assets/stylesheets/subscription/payments.scss */
.payments__header {
  width: 100%;
  margin: 0 0 4px;
  background: #F9F9F9;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
  color: #8C8C8C;
}

/* line 15, app/assets/stylesheets/subscription/payments.scss */
.payments__header-row {
  display: flex;
  align-items: center;
  padding: 5px 16px;
}

/* line 21, app/assets/stylesheets/subscription/payments.scss */
.payments__header-item {
  font-weight: 400;
  text-align: left;
}

/* line 24, app/assets/stylesheets/subscription/payments.scss */
.payments__header-item:not(:last-of-type) {
  margin-right: 1.15%;
}

/* line 28, app/assets/stylesheets/subscription/payments.scss */
.payments__header-item--date {
  flex: 0 1 20%;
}

/* line 31, app/assets/stylesheets/subscription/payments.scss */
.payments__header-item--amount {
  flex: 0 1 10%;
}

/* line 34, app/assets/stylesheets/subscription/payments.scss */
.payments__header-item--method {
  flex: 0 1 15%;
}

/* line 37, app/assets/stylesheets/subscription/payments.scss */
.payments__header-item--type {
  flex: 0 1 15%;
}

/* line 40, app/assets/stylesheets/subscription/payments.scss */
.payments__header-item--status {
  flex: 0 1 15%;
}

/* line 43, app/assets/stylesheets/subscription/payments.scss */
.payments__header-item--invoice {
  flex: 1;
}

/* line 50, app/assets/stylesheets/subscription/payments.scss */
.payments__item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 13px 16px 17px;
}

/* line 55, app/assets/stylesheets/subscription/payments.scss */
.payments__item:not(:last-of-type) {
  border-bottom: 1px solid #EFEFEF;
}

/* line 59, app/assets/stylesheets/subscription/payments.scss */
.payments__item-date, .payments__item-amount, .payments__item-method, .payments__item-type, .payments__item-status {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
  margin-right: 1.15%;
}

/* line 70, app/assets/stylesheets/subscription/payments.scss */
.payments__item-date {
  flex: 0 1 20%;
}

/* line 73, app/assets/stylesheets/subscription/payments.scss */
.payments__item-amount {
  flex: 0 1 10%;
}

/* line 76, app/assets/stylesheets/subscription/payments.scss */
.payments__item-method {
  flex: 0 1 15%;
}

/* line 79, app/assets/stylesheets/subscription/payments.scss */
.payments__item-type {
  flex: 0 1 15%;
}

/* line 82, app/assets/stylesheets/subscription/payments.scss */
.payments__item-status {
  flex: 0 1 15%;
}

/* line 85, app/assets/stylesheets/subscription/payments.scss */
.payments__item-pdf {
  flex: 1;
}

/* line 90, app/assets/stylesheets/subscription/payments.scss */
.payments__pdf-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
  color: #1DAADE;
}

/* line 97, app/assets/stylesheets/subscription/payments.scss */
.payments__pdf-link:hover {
  color: #1DAADE;
}
/* line 4, app/assets/stylesheets/subscription/subscription.scss */
.subscription--fullheight {
  height: 100%;
}

/* line 8, app/assets/stylesheets/subscription/subscription.scss */
.subscription__header {
  margin: 0 0 34px;
}

/* line 13, app/assets/stylesheets/subscription/subscription.scss */
.subscription__tab-link:not(:last-of-type) {
  margin-right: 32px;
}

/* line 18, app/assets/stylesheets/subscription/subscription.scss */
.subscription__title {
  margin: 0 0 32px;
}

/* line 22, app/assets/stylesheets/subscription/subscription.scss */
.subscription__subtitle {
  font-weight: 500;
  margin: 0 0 20px;
}
/* line 3, app/assets/stylesheets/subscription/summary.scss */
.summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(240px, 322px));
  gap: 20px;
}

@media (max-width: 1200px) {
  /* line 3, app/assets/stylesheets/subscription/summary.scss */
  .summary {
    gap: 15px;
  }
}

/* line 12, app/assets/stylesheets/subscription/summary.scss */
.summary__item {
  min-height: 257px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
}

/* line 19, app/assets/stylesheets/subscription/summary.scss */
.summary__header {
  background: #EFFBFF;
  border-radius: 8px 8px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  padding: 7%;
}

/* line 28, app/assets/stylesheets/subscription/summary.scss */
.summary__header-info {
  flex: 0 1 70%;
  max-width: 70%;
  display: flex;
  flex-direction: column;
  overflow-wrap: break-word;
}

/* line 38, app/assets/stylesheets/subscription/summary.scss */
.summary__label--email {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.001em;
  color: #8C8C8C;
  margin: 4px 0 4px;
}

/* line 46, app/assets/stylesheets/subscription/summary.scss */
.summary__label--pro {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
}

/* line 54, app/assets/stylesheets/subscription/summary.scss */
.summary__email {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
}

/* line 60, app/assets/stylesheets/subscription/summary.scss */
.summary__unconfirmed-email {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
  color: #96C62D;
}

/* line 67, app/assets/stylesheets/subscription/summary.scss */
.summary__pro-count {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
  color: #8C8C8C;
}

/* line 74, app/assets/stylesheets/subscription/summary.scss */
.summary__edit-btn {
  background: #FFFFFF;
  border-radius: 8px;
  min-width: 50px;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
}

/* line 87, app/assets/stylesheets/subscription/summary.scss */
.summary__pro-status {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
  color: #96C62D;
}

/* line 95, app/assets/stylesheets/subscription/summary.scss */
.summary__info {
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 10px 7% 24px;
  border: 1px solid #EFEFEF;
  border-top: none;
  border-radius: 0px 0px 8px 8px;
}

/* line 104, app/assets/stylesheets/subscription/summary.scss */
.summary__info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px;
}

/* line 111, app/assets/stylesheets/subscription/summary.scss */
.summary__info-name {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.001em;
  color: #8C8C8C;
}

/* line 118, app/assets/stylesheets/subscription/summary.scss */
.summary__info-value {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.001em;
}

/* line 125, app/assets/stylesheets/subscription/summary.scss */
.summary__balance-wrap {
  margin-top: auto;
}

/* line 129, app/assets/stylesheets/subscription/summary.scss */
.summary__balance {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: #FBFBFB;
  border-radius: 8px;
  padding: 16px 0 15px;
}

/* line 139, app/assets/stylesheets/subscription/summary.scss */
.summary__balance--rolling {
  padding-bottom: 10px;
}

/* line 143, app/assets/stylesheets/subscription/summary.scss */
.summary__balance:not(:last-child) {
  margin: 0 0 16px;
}

/* line 147, app/assets/stylesheets/subscription/summary.scss */
.summary__balance-name {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.001em;
  color: #8C8C8C;
  margin: 0 0 4px;
}

/* line 155, app/assets/stylesheets/subscription/summary.scss */
.summary__balance-value {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.006em;
}

/* line 162, app/assets/stylesheets/subscription/summary.scss */
.summary__balance-expire {
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.001em;
  color: #8C8C8C;
}

/* line 169, app/assets/stylesheets/subscription/summary.scss */
.summary__balance .tips {
  bottom: calc(100% + 5px);
  left: 70%;
  border-radius: 6px 6px 6px 0px;
  width: 160px;
  padding: 8px;
}

/* line 170, app/assets/stylesheets/subscription/summary.scss */
.summary__balance .tips-wrap {
  position: absolute;
  top: 12px;
  right: 12px;
}

/* line 184, app/assets/stylesheets/subscription/summary.scss */
.summary__controls {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 190, app/assets/stylesheets/subscription/summary.scss */
.summary__controls:not(:last-child) {
  margin: 0 0 15px;
}

/* line 194, app/assets/stylesheets/subscription/summary.scss */
.summary__controls-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 6px 10px;
  background: transparent;
  border: 1px solid #EFEFEF;
  border-radius: 8px;
  font-size: 12px;
  line-height: 23px;
  letter-spacing: 0.001em;
  transition: border-color 0.3s ease;
}

/* line 208, app/assets/stylesheets/subscription/summary.scss */
.summary__controls-btn:not(:last-of-type) {
  margin: 0 0 8px;
}

/* line 212, app/assets/stylesheets/subscription/summary.scss */
.summary__controls-btn:hover {
  color: #161d28;
  border-color: #1DAADE;
}

/* line 217, app/assets/stylesheets/subscription/summary.scss */
.summary__controls-btn--cancel {
  color: #DA5034;
}

/* line 220, app/assets/stylesheets/subscription/summary.scss */
.summary__controls-btn--cancel:hover {
  color: #DA5034;
  border-color: #DA5034;
}

/* line 228, app/assets/stylesheets/subscription/summary.scss */
.summary__invoice {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* line 234, app/assets/stylesheets/subscription/summary.scss */
.summary__invoice-tips {
  margin-right: 10px;
}

/* line 238, app/assets/stylesheets/subscription/summary.scss */
.summary__invoice-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.001em;
}

/* line 245, app/assets/stylesheets/subscription/summary.scss */
.summary__invoice .tips {
  bottom: calc(100% + 5px);
  left: 25%;
  border-radius: 6px 6px 6px 0px;
  width: 180px;
  padding: 8px;
}

/* line 255, app/assets/stylesheets/subscription/summary.scss */
.summary .company__field-group {
  margin: 0 0 10px;
}

/* line 259, app/assets/stylesheets/subscription/summary.scss */
.summary .company__label {
  display: block;
  line-height: 1.2;
  color: #161D28;
}

/* line 265, app/assets/stylesheets/subscription/summary.scss */
.summary .company__input {
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  padding: 8px 14px;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.001em;
  color: #161D28;
  width: 100%;
}

/* line 278, app/assets/stylesheets/subscription/summary.scss */
.summary .company__submit {
  margin: 0 auto;
  padding: 8px 20px;
}
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
  body {
    @apply relative text-base font-normal z-1 bg-gray-50 font-outfit;
  }
}

@layer components {
  .menu-item {
    @apply relative flex items-center gap-3 px-3 py-2 font-medium rounded-lg text-theme-sm;
  }
  .menu-item-active {
    @apply bg-brand-50 text-brand-500 dark:bg-brand-500/[0.12] dark:text-brand-400;
  }
  .menu-item-inactive {
    @apply text-gray-700 hover:bg-gray-100 hover:text-gray-700 dark:text-gray-300 dark:hover:bg-white/5 dark:hover:text-gray-300;
  }

  .menu-item-icon-active {
    @apply fill-brand-500 dark:fill-brand-400;
  }
  .menu-item-icon-inactive {
    @apply fill-gray-500 group-hover:fill-gray-700 dark:fill-gray-400 dark:group-hover:fill-gray-300;
  }

  .menu-item-arrow {
    @apply absolute right-2.5 top-1/2 -translate-y-1/2;
  }
  .menu-item-arrow-active {
    @apply rotate-180 stroke-brand-500 dark:stroke-brand-400;
  }
  .menu-item-arrow-inactive {
    @apply stroke-gray-500 group-hover:stroke-gray-700 dark:stroke-gray-400 dark:group-hover:stroke-gray-300;
  }

  .menu-dropdown-item {
    @apply relative flex items-center gap-3 rounded-lg px-3 py-2.5 text-theme-sm font-medium;
  }
  .menu-dropdown-item-active {
    @apply bg-brand-50 text-brand-500 dark:bg-brand-500/[0.12] dark:text-brand-400;
  }
  .menu-dropdown-item-inactive {
    @apply text-gray-700 hover:bg-gray-100 dark:text-gray-300 dark:hover:bg-white/5;
  }

  .menu-dropdown-badge {
    @apply block rounded-full px-2.5 py-0.5 text-xs font-medium uppercase text-brand-500 dark:text-brand-400;
  }
  .menu-dropdown-badge-active {
    @apply bg-brand-100 dark:bg-brand-500/20;
  }
  .menu-dropdown-badge-inactive {
    @apply bg-brand-50 group-hover:bg-brand-100 dark:bg-brand-500/15 dark:group-hover:bg-brand-500/20;
  }
}

@layer utilities {
  /* Chrome, Safari and Opera */
  .no-scrollbar::-webkit-scrollbar {
    display: none;
  }

  .no-scrollbar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }

  .custom-scrollbar::-webkit-scrollbar {
    @apply size-1.5;
  }

  .custom-scrollbar::-webkit-scrollbar-track {
    @apply rounded-full;
  }

  .custom-scrollbar::-webkit-scrollbar-thumb {
    @apply bg-gray-200 rounded-full dark:bg-gray-700;
  }
  /* For Remove Date Icon */
  input[type="date"]::-webkit-inner-spin-button,
  input[type="time"]::-webkit-inner-spin-button,
  input[type="date"]::-webkit-calendar-picker-indicator,
  input[type="time"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
  }
}

.sidebar:hover {
  width: 290px;
}
.sidebar:hover .logo {
  display: block;
}
.sidebar:hover .logo-icon {
  display: none;
}
.sidebar:hover .sidebar-header {
  justify-content: space-between;
}
.sidebar:hover .menu-group-title {
  display: block;
}
.sidebar:hover .menu-group-icon {
  display: none;
}

.sidebar:hover .menu-item-text {
  display: inline;
}

.sidebar:hover .menu-item-arrow {
  display: block;
}

.sidebar:hover .menu-dropdown {
  display: flex;
}

.tableCheckbox:checked ~ span span {
  @apply opacity-100;
}
.tableCheckbox:checked ~ span {
  @apply border-brand-500 bg-brand-500;
}

/* third-party libraries CSS */
.apexcharts-legend-text {
  @apply !text-gray-700 dark:!text-gray-400;
}

.apexcharts-text {
  @apply !fill-gray-700 dark:!fill-gray-400;
}

.apexcharts-tooltip.apexcharts-theme-light {
  @apply gap-1 !rounded-lg !border-gray-200 p-3 !shadow-theme-sm dark:!border-gray-800 dark:!bg-gray-900;
}

.apexcharts-tooltip-marker {
  @apply !mr-1.5 !h-1.5 !w-1.5;
}
.apexcharts-legend-text {
  @apply !pl-5 !text-gray-700 dark:!text-gray-400;
}
.apexcharts-tooltip-series-group {
  @apply !p-0;
}
.apexcharts-tooltip-y-group {
  @apply !p-0;
}
.apexcharts-tooltip-title {
  @apply !mb-0 !border-b-0 !bg-transparent !p-0 !text-[10px] !leading-4 !text-gray-800 dark:!text-white/90;
}
.apexcharts-tooltip-text {
  @apply !text-theme-xs !text-gray-700 dark:!text-white/90;
}
.apexcharts-tooltip-text-y-value {
  @apply !font-medium;
}

.apexcharts-gridline {
  @apply !stroke-gray-100 dark:!stroke-gray-800;
}
#chartTwo .apexcharts-datalabels-group {
  @apply !-translate-y-24;
}
#chartTwo .apexcharts-datalabels-group .apexcharts-text {
  @apply !fill-gray-800 !font-semibold dark:!fill-white/90;
}

#chartSixteen .apexcharts-legend {
  @apply !p-0 !pl-6;
}

.jvm-container {
  @apply !bg-gray-50 dark:!bg-gray-900;
}
.jvm-region.jvm-element {
  @apply !fill-gray-300 hover:!fill-brand-500 dark:!fill-gray-700 dark:hover:!fill-brand-500;
}
.jvm-marker.jvm-element {
  @apply !stroke-gray-200 dark:!stroke-gray-800;
}

.stocks-slider-outer .swiper-button-next:after,
.stocks-slider-outer .swiper-button-prev:after {
  @apply hidden;
}

.stocks-slider-outer .swiper-button-next,
.stocks-slider-outer .swiper-button-prev {
  @apply !static mt-0 h-8 w-9 rounded-full border border-gray-200 !text-gray-700 transition hover:bg-gray-100 dark:border-gray-800 dark:bg-gray-800 dark:!text-gray-400;
}

.stocks-slider-outer .swiper-button-next.swiper-button-disabled,
.stocks-slider-outer .swiper-button-prev.swiper-button-disabled {
  @apply bg-white opacity-100 dark:bg-gray-900;
}

.stocks-slider-outer .swiper-button-next svg,
.stocks-slider-outer .swiper-button-prev svg {
  @apply !h-auto !w-auto;
}

.flatpickr-wrapper {
  @apply w-full;
}
.flatpickr-calendar {
  @apply mt-2  !rounded-xl bg-black !p-5 !text-gray-500 dark:!bg-gray-dark dark:!text-gray-400 dark:!shadow-theme-xl 2xsm:!w-auto;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  @apply stroke-brand-500;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  @apply hidden;
}
.flatpickr-current-month .cur-month,
.flatpickr-current-month input.cur-year {
  @apply !h-auto !pt-0 !text-lg !font-medium !text-gray-800 dark:!text-white/90;
}

.flatpickr-prev-month,
.flatpickr-next-month {
  @apply !p-0;
}

.flatpickr-weekdays {
  @apply h-auto mt-6 mb-4;
}

.flatpickr-weekday {
  @apply !text-theme-sm !font-medium !text-gray-500 dark:!text-gray-400;
}

.flatpickr-day {
  @apply !flex !items-center !text-theme-sm !font-medium !text-gray-800 dark:!text-white/90 dark:hover:!border-gray-300 dark:hover:!bg-gray-900;
}
.flatpickr-day.nextMonthDay,
.flatpickr-day.prevMonthDay {
  @apply !text-gray-400;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  @apply !top-7 dark:!fill-white dark:!text-white;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  @apply !left-7;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  @apply !right-7;
}
span.flatpickr-weekday,
.flatpickr-months .flatpickr-month {
  @apply dark:!fill-white dark:!text-white;
}
.flatpickr-day.inRange {
  box-shadow:
          -5px 0 0 #f9fafb,
          5px 0 0 #f9fafb !important;
  @apply dark:!shadow-datepicker;
}
.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 {
  @apply !border-gray-50 !bg-gray-50 dark:!border-0 dark:!border-white/5 dark:!bg-white/5;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.selected,
.flatpickr-day.endRange {
  @apply !text-white dark:!text-white;
}
.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: #465fff;
  @apply !border-brand-500 !bg-brand-500 hover:!border-brand-500 hover:!bg-brand-500;
}
.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 #465fff;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg,
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  @apply hover:!fill-none;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: none !important;
}

.flatpickr-calendar.static {
  @apply right-0;
}

.fc .fc-view-harness {
  @apply max-w-full overflow-x-auto custom-scrollbar;
}
.fc-dayGridMonth-view.fc-view.fc-daygrid {
  @apply min-w-[718px];
}
.fc .fc-scrollgrid-section > * {
  border-right-width: 0;
  border-bottom-width: 0;
}
.fc .fc-scrollgrid {
  border-left-width: 0;
}
.fc .fc-toolbar.fc-header-toolbar {
  @apply flex-col gap-4 px-6 pt-6 sm:flex-row;
}
.fc-button-group {
  @apply gap-2;
}
.fc-button-group .fc-button {
  @apply flex h-10 w-10 items-center justify-center !rounded-lg border border-gray-200 bg-transparent hover:border-gray-200 hover:bg-gray-50 focus:shadow-none active:!border-gray-200 active:!bg-transparent active:!shadow-none dark:border-gray-800 dark:hover:border-gray-800 dark:hover:bg-gray-900 dark:active:!border-gray-800;
}

.fc-button-group .fc-button.fc-prev-button:before {
  @apply inline-block mt-1;
  content: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0068 6L9.75684 12.25L16.0068 18.5' stroke='%23344054' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.fc-button-group .fc-button.fc-next-button:before {
  @apply inline-block mt-1;
  content: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.50684 19L15.7568 12.75L9.50684 6.5' stroke='%23344054' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.dark .fc-button-group .fc-button.fc-prev-button:before {
  content: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0068 6L9.75684 12.25L16.0068 18.5' stroke='%2398A2B3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.dark .fc-button-group .fc-button.fc-next-button:before {
  content: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.50684 19L15.7568 12.75L9.50684 6.5' stroke='%2398A2B3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.fc-button-group .fc-button .fc-icon {
  @apply hidden;
}
.fc-addEventButton-button {
  @apply !rounded-lg !border-0 !bg-brand-500 !px-4 !py-2.5 !text-sm !font-medium hover:!bg-brand-600 focus:!shadow-none;
}
.fc-toolbar-title {
  @apply !text-lg !font-medium text-gray-800 dark:text-white/90;
}
.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:last-child {
  @apply rounded-lg bg-gray-100 p-0.5 dark:bg-gray-900;
}
.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:last-child .fc-button {
  @apply !h-auto !w-auto rounded-md !border-0 bg-transparent !px-5 !py-2 text-sm font-medium text-gray-500 hover:text-gray-700 focus:!shadow-none dark:text-gray-400;
}
.fc-header-toolbar.fc-toolbar
.fc-toolbar-chunk:last-child
.fc-button.fc-button-active {
  @apply text-gray-900 bg-white dark:bg-gray-800 dark:text-white;
}
.fc-theme-standard th {
  @apply !border-x-0 border-t !border-gray-200 bg-gray-50 !text-left dark:!border-gray-800 dark:bg-gray-900;
}
.fc-theme-standard td,
.fc-theme-standard .fc-scrollgrid {
  @apply !border-gray-200 dark:!border-gray-800;
}
.fc .fc-col-header-cell-cushion {
  @apply !px-5 !py-4 text-sm font-medium uppercase text-gray-400;
}
.fc .fc-daygrid-day.fc-day-today {
  @apply bg-transparent;
}
.fc .fc-daygrid-day {
  @apply p-2;
}
.fc .fc-daygrid-day.fc-day-today .fc-scrollgrid-sync-inner {
  @apply rounded bg-gray-100 dark:bg-white/[0.03];
}
.fc .fc-daygrid-day-number {
  @apply !p-3 text-sm font-medium text-gray-700 dark:text-gray-400;
}
.fc .fc-daygrid-day-top {
  @apply !flex-row;
}
.fc .fc-day-other .fc-daygrid-day-top {
  opacity: 1;
}
.fc .fc-day-other .fc-daygrid-day-top .fc-daygrid-day-number {
  @apply text-gray-400 dark:text-white/30;
}
.event-fc-color {
  @apply rounded-lg py-2.5 pl-4 pr-3;
}
.event-fc-color .fc-event-title {
  @apply p-0 text-sm font-normal text-gray-700;
}
.fc-daygrid-event-dot {
  @apply w-1 h-5 ml-0 mr-3 border-none rounded;
}
.fc-event {
  @apply focus:shadow-none;
}
.fc-daygrid-event.fc-event-start {
  @apply !ml-3;
}
.event-fc-color.fc-bg-success {
  @apply border-success-50 bg-success-50;
}
.event-fc-color.fc-bg-danger {
  @apply border-error-50 bg-error-50;
}
.event-fc-color.fc-bg-primary {
  @apply border-brand-50 bg-brand-50;
}
.event-fc-color.fc-bg-warning {
  @apply border-orange-50 bg-orange-50;
}
.event-fc-color.fc-bg-success .fc-daygrid-event-dot {
  @apply bg-success-500;
}
.event-fc-color.fc-bg-danger .fc-daygrid-event-dot {
  @apply bg-error-500;
}
.event-fc-color.fc-bg-primary .fc-daygrid-event-dot {
  @apply bg-brand-500;
}
.event-fc-color.fc-bg-warning .fc-daygrid-event-dot {
  @apply bg-orange-500;
}
.fc-direction-ltr .fc-timegrid-slot-label-frame {
  @apply px-3 py-1.5 text-left text-sm font-medium text-gray-500 dark:text-gray-400;
}
.fc .fc-timegrid-axis-cushion {
  @apply text-sm font-medium text-gray-500 dark:text-gray-400;
}

.input-date-icon::-webkit-inner-spin-button,
.input-date-icon::-webkit-calendar-picker-indicator {
  opacity: 0;
  -webkit-appearance: none;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  @apply !h-auto !w-auto;
}

.carouselTwo .swiper-button-next:after,
.carouselTwo .swiper-button-prev:after,
.carouselFour .swiper-button-next:after,
.carouselFour .swiper-button-prev:after {
  @apply hidden;
}
.carouselTwo .swiper-button-next.swiper-button-disabled,
.carouselTwo .swiper-button-prev.swiper-button-disabled,
.carouselFour .swiper-button-next.swiper-button-disabled,
.carouselFour .swiper-button-prev.swiper-button-disabled {
  @apply bg-white/60 !opacity-100;
}
.carouselTwo .swiper-button-next,
.carouselTwo .swiper-button-prev,
.carouselFour .swiper-button-next,
.carouselFour .swiper-button-prev {
  @apply h-10 w-10 rounded-full border-[0.5px] border-white/10 bg-white/90 !text-gray-700 shadow-slider-navigation backdrop-blur-[10px];
}

.carouselTwo .swiper-button-prev,
.carouselFour .swiper-button-prev {
  @apply !left-3 sm:!left-4;
}

.carouselTwo .swiper-button-next,
.carouselFour .swiper-button-next {
  @apply !right-3 sm:!right-4;
}

.carouselThree .swiper-pagination,
.carouselFour .swiper-pagination {
  @apply !bottom-3 !left-1/2 inline-flex !w-auto -translate-x-1/2 items-center gap-1.5 rounded-[40px] border-[0.5px] border-white/10 bg-white/60 px-2 py-1.5 shadow-slider-navigation backdrop-blur-[10px] sm:!bottom-5;
}

.carouselThree .swiper-pagination-bullet,
.carouselFour .swiper-pagination-bullet {
  @apply !m-0 h-2.5 w-2.5 bg-white opacity-100 shadow-theme-xs duration-200 ease-in-out;
}

.carouselThree .swiper-pagination-bullet-active,
.carouselFour .swiper-pagination-bullet-active {
  @apply w-6.5 rounded-xl;
}

.form-check-input:checked ~ span {
  @apply border-[6px] border-brand-500 dark:border-brand-500;
}

.taskCheckbox:checked ~ .box span {
  @apply opacity-100;
}
.taskCheckbox:checked ~ p {
  @apply text-gray-400 line-through;
}
.taskCheckbox:checked ~ .box {
  @apply border-brand-500 bg-brand-500 dark:border-brand-500;
}

.task {
  transition: all 0.2s ease; /* Smooth transition for visual effects */
}

.task.is-dragging {
  border-radius: 0.75rem;
  box-shadow:
          0px 1px 3px 0px rgba(16, 24, 40, 0.1),
          0px 1px 2px 0px rgba(16, 24, 40, 0.06);
  opacity: 0.8;
  cursor: grabbing; /* Changes the cursor to indicate dragging */
}
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #98A2B3;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #667085;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color: #667085;
  opacity: 1;
}

input::placeholder,textarea::placeholder{
  color: #667085;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

::-webkit-date-and-time-value{
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23667085' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #667085;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

body{
  position: relative;
  z-index: 1;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

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

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

.menu-item{
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.menu-item-active{
  --tw-bg-opacity: 1;
  background-color: rgb(236 243 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(70 95 255 / var(--tw-text-opacity));
}

.menu-item-active:is(.dark *){
  background-color: rgb(70 95 255 / 0.12);
  --tw-text-opacity: 1;
  color: rgb(117 146 255 / var(--tw-text-opacity));
}

.menu-item-inactive{
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

.menu-item-inactive:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

.menu-item-inactive:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(208 213 221 / var(--tw-text-opacity));
}

.menu-item-inactive:hover:is(.dark *){
  background-color: rgb(255 255 255 / 0.05);
  --tw-text-opacity: 1;
  color: rgb(208 213 221 / var(--tw-text-opacity));
}

.menu-item-icon-active{
  fill: #465FFF;
}

.menu-item-icon-active:is(.dark *){
  fill: #7592FF;
}

.menu-item-icon-inactive{
  fill: #667085;
}

.group:hover .menu-item-icon-inactive{
  fill: #344054;
}

.menu-item-icon-inactive:is(.dark *){
  fill: #98A2B3;
}

.group:hover .menu-item-icon-inactive:is(.dark *){
  fill: #D0D5DD;
}

.menu-item-arrow{
  position: absolute;
  right: 0.625rem;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.menu-item-arrow-active{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  stroke: #465FFF;
}

.menu-item-arrow-active:is(.dark *){
  stroke: #7592FF;
}

.menu-item-arrow-inactive{
  stroke: #667085;
}

.group:hover .menu-item-arrow-inactive{
  stroke: #344054;
}

.menu-item-arrow-inactive:is(.dark *){
  stroke: #98A2B3;
}

.group:hover .menu-item-arrow-inactive:is(.dark *){
  stroke: #D0D5DD;
}

.menu-dropdown-item{
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.menu-dropdown-item-active{
  --tw-bg-opacity: 1;
  background-color: rgb(236 243 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(70 95 255 / var(--tw-text-opacity));
}

.menu-dropdown-item-active:is(.dark *){
  background-color: rgb(70 95 255 / 0.12);
  --tw-text-opacity: 1;
  color: rgb(117 146 255 / var(--tw-text-opacity));
}

.menu-dropdown-item-inactive{
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

.menu-dropdown-item-inactive:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}

.menu-dropdown-item-inactive:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(208 213 221 / var(--tw-text-opacity));
}

.menu-dropdown-item-inactive:hover:is(.dark *){
  background-color: rgb(255 255 255 / 0.05);
}

.menu-dropdown-badge{
  display: block;
  border-radius: 9999px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(70 95 255 / var(--tw-text-opacity));
}

.menu-dropdown-badge:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(117 146 255 / var(--tw-text-opacity));
}

.menu-dropdown-badge-active{
  --tw-bg-opacity: 1;
  background-color: rgb(221 233 255 / var(--tw-bg-opacity));
}

.menu-dropdown-badge-active:is(.dark *){
  background-color: rgb(70 95 255 / 0.2);
}

.menu-dropdown-badge-inactive{
  --tw-bg-opacity: 1;
  background-color: rgb(236 243 255 / var(--tw-bg-opacity));
}

.group:hover .menu-dropdown-badge-inactive{
  --tw-bg-opacity: 1;
  background-color: rgb(221 233 255 / var(--tw-bg-opacity));
}

.menu-dropdown-badge-inactive:is(.dark *){
  background-color: rgb(70 95 255 / 0.15);
}

.group:hover .menu-dropdown-badge-inactive:is(.dark *){
  background-color: rgb(70 95 255 / 0.2);
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.collapse{
  visibility: collapse;
}

.\!static{
  position: static !important;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.\!bottom-3{
  bottom: 0.75rem !important;
}

.\!left-1{
  left: 0.25rem !important;
}

.\!left-1\/2{
  left: 50% !important;
}

.\!left-3{
  left: 0.75rem !important;
}

.\!right-3{
  right: 0.75rem !important;
}

.\!top-7{
  top: 1.75rem !important;
}

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.left-4{
  left: 1rem;
}

.right-0{
  right: 0px;
}

.right-2{
  right: 0.5rem;
}

.right-2\.5{
  right: 0.625rem;
}

.right-3{
  right: 0.75rem;
}

.right-4{
  right: 1rem;
}

.right-6{
  right: 1.5rem;
}

.top-0{
  top: 0px;
}

.top-1{
  top: 0.25rem;
}

.top-1\/2{
  top: 50%;
}

.top-3{
  top: 0.75rem;
}

.top-4{
  top: 1rem;
}

.top-6{
  top: 1.5rem;
}

.top-full{
  top: 100%;
}

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

.bottom-full{
  bottom: 100%;
}

.left-1\/2{
  left: 50%;
}

.left-1{
  left: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

.col-span-1{
  grid-column: span 1 / span 1;
}

.col-span-12{
  grid-column: span 12 / span 12;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.col-span-5{
  grid-column: span 5 / span 5;
}

.col-span-7{
  grid-column: span 7 / span 7;
}

.\!m-0{
  margin: 0px !important;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.\!mb-0{
  margin-bottom: 0px !important;
}

.\!mr-1{
  margin-right: 0.25rem !important;
}

.\!mr-1\.5{
  margin-right: 0.375rem !important;
}

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

.-ml-px{
  margin-left: -1px;
}

.-mt-0{
  margin-top: -0px;
}

.-mt-0\.5{
  margin-top: -0.125rem;
}

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

.mb-0\.5{
  margin-bottom: 0.125rem;
}

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

.mb-10{
  margin-bottom: 2.5rem;
}

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

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

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

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-7{
  margin-bottom: 1.75rem;
}

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

.ml-0{
  margin-left: 0px;
}

.mr-1{
  margin-right: 0.25rem;
}

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

.mr-3{
  margin-right: 0.75rem;
}

.mt-0{
  margin-top: 0px;
}

.mt-0\.5{
  margin-top: 0.125rem;
}

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

.mt-10{
  margin-top: 2.5rem;
}

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

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

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

.mt-40{
  margin-top: 10rem;
}

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

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

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

.mt-\[17px\]{
  margin-top: 17px;
}

.mt-auto{
  margin-top: auto;
}

.mb-2\.5{
  margin-bottom: 0.625rem;
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.\!flex{
  display: flex !important;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.size-1{
  width: 0.25rem;
  height: 0.25rem;
}

.\!h-1{
  height: 0.25rem !important;
}

.\!h-1\.5{
  height: 0.375rem !important;
}

.\!h-auto{
  height: auto !important;
}

.h-1{
  height: 0.25rem;
}

.h-10{
  height: 2.5rem;
}

.h-11{
  height: 2.75rem;
}

.h-12{
  height: 3rem;
}

.h-16{
  height: 4rem;
}

.h-2{
  height: 0.5rem;
}

.h-2\.5{
  height: 0.625rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

.h-9{
  height: 2.25rem;
}

.h-9\.5{
  height: 2.375rem;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.h-3{
  height: 0.75rem;
}

.min-h-\[1\.25rem\]{
  min-height: 1.25rem;
}

.\!w-1{
  width: 0.25rem !important;
}

.\!w-auto{
  width: auto !important;
}

.w-1{
  width: 0.25rem;
}

.w-1\/2{
  width: 50%;
}

.w-10{
  width: 2.5rem;
}

.w-11{
  width: 2.75rem;
}

.w-12{
  width: 3rem;
}

.w-16{
  width: 4rem;
}

.w-2{
  width: 0.5rem;
}

.w-2\.5{
  width: 0.625rem;
}

.w-40{
  width: 10rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-6\.5{
  width: 1.625rem;
}

.w-9{
  width: 2.25rem;
}

.w-9\.5{
  width: 2.375rem;
}

.w-\[1px\]{
  width: 1px;
}

.w-\[260px\]{
  width: 260px;
}

.w-\[290px\]{
  width: 290px;
}

.w-\[45\%\]{
  width: 45%;
}

.w-\[55\%\]{
  width: 55%;
}

.w-auto{
  width: auto;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

.w-4{
  width: 1rem;
}

.min-w-\[1102px\]{
  min-width: 1102px;
}

.min-w-\[718px\]{
  min-width: 718px;
}

.max-w-10{
  max-width: 2.5rem;
}

.max-w-2{
  max-width: 0.5rem;
}

.max-w-5xl{
  max-width: 64rem;
}

.max-w-60{
  max-width: 15rem;
}

.max-w-\[600px\]{
  max-width: 600px;
}

.max-w-\[800px\]{
  max-width: 800px;
}

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

.max-w-lg{
  max-width: 32rem;
}

.max-w-md{
  max-width: 28rem;
}

.max-w-screen-2xl{
  max-width: 1536px;
}

.max-w-screen-lg{
  max-width: 1024px;
}

.flex-1{
  flex: 1 1 0%;
}

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

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

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

.-translate-x-1{
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-full{
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-0{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-45{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

.animate-ping{
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

.animate-spin{
  animation: spin 1s linear infinite;
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.list-inside{
  list-style-position: inside;
}

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

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

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

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

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

.flex-row{
  flex-direction: row;
}

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

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

.\!items-center{
  align-items: center !important;
}

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

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

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

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

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

.gap-0{
  gap: 0px;
}

.gap-1{
  gap: 0.25rem;
}

.gap-1\.5{
  gap: 0.375rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-auto{
  overflow-x: auto;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.overflow-y-hidden{
  overflow-y: hidden;
}

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

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

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

.rounded{
  border-radius: 0.25rem;
}

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

.rounded-3xl{
  border-radius: 1.5rem;
}

.rounded-\[40px\]{
  border-radius: 40px;
}

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

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

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

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

.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.\!border-0{
  border-width: 0px !important;
}

.border{
  border-width: 1px;
}

.border-2{
  border-width: 2px;
}

.border-4{
  border-width: 4px;
}

.border-\[0\.5px\]{
  border-width: 0.5px;
}

.border-\[1\.25px\]{
  border-width: 1.25px;
}

.border-\[6px\]{
  border-width: 6px;
}

.\!border-x-0{
  border-left-width: 0px !important;
  border-right-width: 0px !important;
}

.\!border-b-0{
  border-bottom-width: 0px !important;
}

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

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

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

.border-r{
  border-right-width: 1px;
}

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

.border-solid{
  border-style: solid;
}

.border-dashed{
  border-style: dashed;
}

.border-none{
  border-style: none;
}

.\!border-brand-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(70 95 255 / var(--tw-border-opacity)) !important;
}

.\!border-gray-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(228 231 236 / var(--tw-border-opacity)) !important;
}

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

.\!border-white{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

.border-brand-50{
  --tw-border-opacity: 1;
  border-color: rgb(236 243 255 / var(--tw-border-opacity));
}

.border-brand-500{
  --tw-border-opacity: 1;
  border-color: rgb(70 95 255 / var(--tw-border-opacity));
}

.border-error-50{
  --tw-border-opacity: 1;
  border-color: rgb(254 243 242 / var(--tw-border-opacity));
}

.border-error-500{
  --tw-border-opacity: 1;
  border-color: rgb(240 68 56 / var(--tw-border-opacity));
}

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

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

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

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

.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-success-50{
  --tw-border-opacity: 1;
  border-color: rgb(236 253 243 / var(--tw-border-opacity));
}

.border-success-500{
  --tw-border-opacity: 1;
  border-color: rgb(18 183 106 / var(--tw-border-opacity));
}

.border-transparent{
  border-color: transparent;
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-white\/10{
  border-color: rgb(255 255 255 / 0.1);
}

.border-t-transparent{
  border-top-color: transparent;
}

.\!bg-brand-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(70 95 255 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
}

.\!bg-transparent{
  background-color: transparent !important;
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity));
}

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

.bg-brand-100{
  --tw-bg-opacity: 1;
  background-color: rgb(221 233 255 / var(--tw-bg-opacity));
}

.bg-brand-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 243 255 / var(--tw-bg-opacity));
}

.bg-brand-500{
  --tw-bg-opacity: 1;
  background-color: rgb(70 95 255 / var(--tw-bg-opacity));
}

.bg-error-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 242 / var(--tw-bg-opacity));
}

.bg-error-500{
  --tw-bg-opacity: 1;
  background-color: rgb(240 68 56 / var(--tw-bg-opacity));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(228 231 236 / var(--tw-bg-opacity));
}

.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(208 213 221 / var(--tw-bg-opacity));
}

.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(152 162 179 / var(--tw-bg-opacity));
}

.bg-gray-400\/50{
  background-color: rgb(152 162 179 / 0.5);
}

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

.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(29 41 57 / var(--tw-bg-opacity));
}

.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity));
}

.bg-gray-900\/50{
  background-color: rgb(16 24 40 / 0.5);
}

.bg-orange-400{
  --tw-bg-opacity: 1;
  background-color: rgb(253 133 58 / var(--tw-bg-opacity));
}

.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-success-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 243 / var(--tw-bg-opacity));
}

.bg-success-500{
  --tw-bg-opacity: 1;
  background-color: rgb(18 183 106 / var(--tw-bg-opacity));
}

.bg-transparent{
  background-color: transparent;
}

.bg-warning-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 235 / var(--tw-bg-opacity));
}

.bg-warning-500{
  --tw-bg-opacity: 1;
  background-color: rgb(247 144 9 / var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white\/60{
  background-color: rgb(255 255 255 / 0.6);
}

.bg-white\/90{
  background-color: rgb(255 255 255 / 0.9);
}

.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.\!fill-gray-300{
  fill: #D0D5DD !important;
}

.\!fill-gray-700{
  fill: #344054 !important;
}

.\!fill-gray-800{
  fill: #1D2939 !important;
}

.fill-brand-500{
  fill: #465FFF;
}

.fill-current{
  fill: currentColor;
}

.fill-gray-500{
  fill: #667085;
}

.fill-gray-700{
  fill: #344054;
}

.fill-gray-800{
  fill: #1D2939;
}

.fill-white{
  fill: #FFFFFF;
}

.\!stroke-gray-100{
  stroke: #F2F4F7 !important;
}

.\!stroke-gray-200{
  stroke: #E4E7EC !important;
}

.stroke-brand-500{
  stroke: #465FFF;
}

.stroke-current{
  stroke: currentColor;
}

.stroke-gray-500{
  stroke: #667085;
}

.stroke-gray-700{
  stroke: #344054;
}

.\!p-0{
  padding: 0px !important;
}

.\!p-3{
  padding: 0.75rem !important;
}

.\!p-5{
  padding: 1.25rem !important;
}

.p-0{
  padding: 0px;
}

.p-0\.5{
  padding: 0.125rem;
}

.p-10{
  padding: 2.5rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.\!px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.\!px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.\!py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.\!py-2\.5{
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.\!py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.\!pl-5{
  padding-left: 1.25rem !important;
}

.\!pt-0{
  padding-top: 0px !important;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-7{
  padding-bottom: 1.75rem;
}

.pl-11{
  padding-left: 2.75rem;
}

.pl-12{
  padding-left: 3rem;
}

.pl-4{
  padding-left: 1rem;
}

.pl-9{
  padding-left: 2.25rem;
}

.pr-14{
  padding-right: 3.5rem;
}

.pr-4{
  padding-right: 1rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-8{
  padding-top: 2rem;
}

.\!text-left{
  text-align: left !important;
}

.text-left{
  text-align: left;
}

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

.\!text-\[10px\]{
  font-size: 10px !important;
}

.\!text-lg{
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.\!text-sm{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.\!text-theme-sm{
  font-size: 14px !important;
  line-height: 20px !important;
}

.\!text-theme-xs{
  font-size: 12px !important;
  line-height: 18px !important;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-theme-sm{
  font-size: 14px;
  line-height: 20px;
}

.text-theme-xs{
  font-size: 12px;
  line-height: 18px;
}

.text-title-sm{
  font-size: 30px;
  line-height: 38px;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.\!font-medium{
  font-weight: 500 !important;
}

.\!font-semibold{
  font-weight: 600 !important;
}

.font-bold{
  font-weight: 700;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.\!leading-4{
  line-height: 1rem !important;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-\[20px\]{
  line-height: 20px;
}

.\!text-gray-500{
  --tw-text-opacity: 1 !important;
  color: rgb(102 112 133 / var(--tw-text-opacity)) !important;
}

.\!text-gray-700{
  --tw-text-opacity: 1 !important;
  color: rgb(52 64 84 / var(--tw-text-opacity)) !important;
}

.\!text-gray-800{
  --tw-text-opacity: 1 !important;
  color: rgb(29 41 57 / var(--tw-text-opacity)) !important;
}

.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

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

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

.text-brand-500{
  --tw-text-opacity: 1;
  color: rgb(70 95 255 / var(--tw-text-opacity));
}

.text-error-500{
  --tw-text-opacity: 1;
  color: rgb(240 68 56 / var(--tw-text-opacity));
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(208 213 221 / var(--tw-text-opacity));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(152 162 179 / var(--tw-text-opacity));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(71 84 103 / var(--tw-text-opacity));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

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

.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-success-500{
  --tw-text-opacity: 1;
  color: rgb(18 183 106 / var(--tw-text-opacity));
}

.text-success-600{
  --tw-text-opacity: 1;
  color: rgb(3 152 85 / var(--tw-text-opacity));
}

.text-warning-600{
  --tw-text-opacity: 1;
  color: rgb(220 104 3 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline{
  text-decoration-line: underline;
}

.opacity-100{
  opacity: 1;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-75{
  opacity: 0.75;
}

.opacity-0{
  opacity: 0;
}

.\!shadow-theme-sm{
  --tw-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06) !important;
  --tw-shadow-colored: 0px 1px 3px 0px var(--tw-shadow-color), 0px 1px 2px 0px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-slider-navigation{
  --tw-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.10), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color), 0px 1px 3px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-theme-lg{
  --tw-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  --tw-shadow-colored: 0px 12px 16px -4px var(--tw-shadow-color), 0px 4px 6px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-theme-md{
  --tw-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.10), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
  --tw-shadow-colored: 0px 4px 8px -2px var(--tw-shadow-color), 0px 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-theme-xs{
  --tw-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline{
  outline-style: solid;
}

.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset{
  --tw-ring-inset: inset;
}

.ring-brand-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(70 95 255 / var(--tw-ring-opacity));
}

.ring-gray-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(228 231 236 / var(--tw-ring-opacity));
}

.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-4xl{
  --tw-drop-shadow: drop-shadow(0 35px 35px rgba(0, 0, 0, 0.25)) drop-shadow(0 45px 65px rgba(0, 0, 0, 0.15));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-\[10px\]{
  --tw-backdrop-blur: blur(10px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-\[32px\]{
  --tw-backdrop-blur: blur(32px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter{
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-300{
  transition-duration: 300ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-linear{
  transition-timing-function: linear;
}

[x-cloak]{
  display: none !important;
}

/* Chrome, Safari and Opera */

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* For Remove Date Icon */

input[type="date"]::-webkit-inner-spin-button,
  input[type="time"]::-webkit-inner-spin-button,
  input[type="date"]::-webkit-calendar-picker-indicator,
  input[type="time"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.sidebar:hover {
  width: 290px;
}

.sidebar:hover .logo {
  display: block;
}

.sidebar:hover .logo-icon {
  display: none;
}

.sidebar:hover .sidebar-header {
  justify-content: space-between;
}

.sidebar:hover .menu-group-title {
  display: block;
}

.sidebar:hover .menu-group-icon {
  display: none;
}

.sidebar:hover .menu-item-text {
  display: inline;
}

.sidebar:hover .menu-item-arrow {
  display: block;
}

.sidebar:hover .menu-dropdown {
  display: flex;
}

.tableCheckbox:checked ~ span span{
  opacity: 1;
}

.tableCheckbox:checked ~ span{
  --tw-border-opacity: 1;
  border-color: rgb(70 95 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(70 95 255 / var(--tw-bg-opacity));
}

/* third-party libraries CSS */

.apexcharts-legend-text{
  --tw-text-opacity: 1 !important;
  color: rgb(52 64 84 / var(--tw-text-opacity)) !important;
}

.apexcharts-legend-text:is(.dark *){
  --tw-text-opacity: 1 !important;
  color: rgb(152 162 179 / var(--tw-text-opacity)) !important;
}

.apexcharts-text{
  fill: #344054 !important;
}

.apexcharts-text:is(.dark *){
  fill: #98A2B3 !important;
}

.apexcharts-tooltip.apexcharts-theme-light{
  gap: 0.25rem;
  border-radius: 0.5rem !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(228 231 236 / var(--tw-border-opacity)) !important;
  padding: 0.75rem;
  --tw-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06) !important;
  --tw-shadow-colored: 0px 1px 3px 0px var(--tw-shadow-color), 0px 1px 2px 0px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.apexcharts-tooltip.apexcharts-theme-light:is(.dark *){
  --tw-border-opacity: 1 !important;
  border-color: rgb(29 41 57 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity)) !important;
}

.apexcharts-tooltip-marker{
  margin-right: 0.375rem !important;
  height: 0.375rem !important;
  width: 0.375rem !important;
}

.apexcharts-legend-text{
  padding-left: 1.25rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(52 64 84 / var(--tw-text-opacity)) !important;
}

.apexcharts-legend-text:is(.dark *){
  --tw-text-opacity: 1 !important;
  color: rgb(152 162 179 / var(--tw-text-opacity)) !important;
}

.apexcharts-tooltip-series-group{
  padding: 0px !important;
}

.apexcharts-tooltip-y-group{
  padding: 0px !important;
}

.apexcharts-tooltip-title{
  margin-bottom: 0px !important;
  border-bottom-width: 0px !important;
  background-color: transparent !important;
  padding: 0px !important;
  font-size: 10px !important;
  line-height: 1rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(29 41 57 / var(--tw-text-opacity)) !important;
}

.apexcharts-tooltip-title:is(.dark *){
  color: rgb(255 255 255 / 0.9) !important;
}

.apexcharts-tooltip-text{
  font-size: 12px !important;
  line-height: 18px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(52 64 84 / var(--tw-text-opacity)) !important;
}

.apexcharts-tooltip-text:is(.dark *){
  color: rgb(255 255 255 / 0.9) !important;
}

.apexcharts-tooltip-text-y-value{
  font-weight: 500 !important;
}

.apexcharts-gridline{
  stroke: #F2F4F7 !important;
}

.apexcharts-gridline:is(.dark *){
  stroke: #1D2939 !important;
}

#chartTwo .apexcharts-datalabels-group{
  --tw-translate-y: -6rem !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

#chartTwo .apexcharts-datalabels-group .apexcharts-text{
  fill: #1D2939 !important;
  font-weight: 600 !important;
}

#chartTwo .apexcharts-datalabels-group .apexcharts-text:is(.dark *){
  fill: rgb(255 255 255 / 0.9) !important;
}

#chartSixteen .apexcharts-legend{
  padding: 0px !important;
  padding-left: 1.5rem !important;
}

.jvm-container{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
}

.jvm-container:is(.dark *){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity)) !important;
}

.jvm-region.jvm-element{
  fill: #D0D5DD !important;
}

.jvm-region.jvm-element:hover{
  fill: #465FFF !important;
}

.jvm-region.jvm-element:is(.dark *){
  fill: #344054 !important;
}

.jvm-region.jvm-element:hover:is(.dark *){
  fill: #465FFF !important;
}

.jvm-marker.jvm-element{
  stroke: #E4E7EC !important;
}

.jvm-marker.jvm-element:is(.dark *){
  stroke: #1D2939 !important;
}

.stocks-slider-outer .swiper-button-next:after,
.stocks-slider-outer .swiper-button-prev:after{
  display: none;
}

.stocks-slider-outer .swiper-button-next,
.stocks-slider-outer .swiper-button-prev{
  position: static !important;
  margin-top: 0px;
  height: 2rem;
  width: 2.25rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 231 236 / var(--tw-border-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(52 64 84 / var(--tw-text-opacity)) !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.stocks-slider-outer .swiper-button-next:hover,
.stocks-slider-outer .swiper-button-prev:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}

.stocks-slider-outer .swiper-button-next:is(.dark *),
.stocks-slider-outer .swiper-button-prev:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(29 41 57 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(29 41 57 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(152 162 179 / var(--tw-text-opacity)) !important;
}

.stocks-slider-outer .swiper-button-next.swiper-button-disabled,
.stocks-slider-outer .swiper-button-prev.swiper-button-disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 1;
}

.stocks-slider-outer .swiper-button-next.swiper-button-disabled:is(.dark *),
.stocks-slider-outer .swiper-button-prev.swiper-button-disabled:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity));
}

.stocks-slider-outer .swiper-button-next svg,
.stocks-slider-outer .swiper-button-prev svg{
  height: auto !important;
  width: auto !important;
}

.flatpickr-wrapper{
  width: 100%;
}

.flatpickr-calendar{
  margin-top: 0.5rem;
  border-radius: 0.75rem !important;
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity));
  padding: 1.25rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(102 112 133 / var(--tw-text-opacity)) !important;
}

.flatpickr-calendar:is(.dark *){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(26 34 49 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(152 162 179 / var(--tw-text-opacity)) !important;
  --tw-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03) !important;
  --tw-shadow-colored: 0px 20px 24px -4px var(--tw-shadow-color), 0px 8px 8px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

@media (min-width: 375px){
  .flatpickr-calendar{
    width: auto !important;
  }
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg{
  stroke: #465FFF;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after{
  display: none;
}

.flatpickr-current-month .cur-month,
.flatpickr-current-month input.cur-year{
  height: auto !important;
  padding-top: 0px !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(29 41 57 / var(--tw-text-opacity)) !important;
}

.flatpickr-current-month .cur-month:is(.dark *),
.flatpickr-current-month input.cur-year:is(.dark *){
  color: rgb(255 255 255 / 0.9) !important;
}

.flatpickr-prev-month,
.flatpickr-next-month{
  padding: 0px !important;
}

.flatpickr-weekdays{
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  height: auto;
}

.flatpickr-weekday{
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(102 112 133 / var(--tw-text-opacity)) !important;
}

.flatpickr-weekday:is(.dark *){
  --tw-text-opacity: 1 !important;
  color: rgb(152 162 179 / var(--tw-text-opacity)) !important;
}

.flatpickr-day{
  display: flex !important;
  align-items: center !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(29 41 57 / var(--tw-text-opacity)) !important;
}

.flatpickr-day:is(.dark *){
  color: rgb(255 255 255 / 0.9) !important;
}

.flatpickr-day:hover:is(.dark *){
  --tw-border-opacity: 1 !important;
  border-color: rgb(208 213 221 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity)) !important;
}

.flatpickr-day.nextMonthDay,
.flatpickr-day.prevMonthDay{
  --tw-text-opacity: 1 !important;
  color: rgb(152 162 179 / var(--tw-text-opacity)) !important;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month{
  top: 1.75rem !important;
}

.flatpickr-months .flatpickr-prev-month:is(.dark *),
.flatpickr-months .flatpickr-next-month:is(.dark *){
  fill: #FFFFFF !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{
  left: 1.75rem !important;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month{
  right: 1.75rem !important;
}

span.flatpickr-weekday:is(.dark *),
.flatpickr-months .flatpickr-month:is(.dark *){
  fill: #FFFFFF !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.flatpickr-day.inRange {
  box-shadow:
          -5px 0 0 #f9fafb,
          5px 0 0 #f9fafb !important;
}

.flatpickr-day.inRange:is(.dark *){
  --tw-shadow: -5px 0 0 #262d3c, 5px 0 0 #262d3c !important;
  --tw-shadow-colored: -5px 0 0 var(--tw-shadow-color), 5px 0 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.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{
  --tw-border-opacity: 1 !important;
  border-color: rgb(249 250 251 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
}

.flatpickr-day.inRange:is(.dark *),
.flatpickr-day.prevMonthDay.inRange:is(.dark *),
.flatpickr-day.nextMonthDay.inRange:is(.dark *),
.flatpickr-day.today.inRange:is(.dark *),
.flatpickr-day.prevMonthDay.today.inRange:is(.dark *),
.flatpickr-day.nextMonthDay.today.inRange:is(.dark *),
.flatpickr-day:hover:is(.dark *),
.flatpickr-day.prevMonthDay:hover:is(.dark *),
.flatpickr-day.nextMonthDay:hover:is(.dark *),
.flatpickr-day:focus:is(.dark *),
.flatpickr-day.prevMonthDay:focus:is(.dark *),
.flatpickr-day.nextMonthDay:focus:is(.dark *){
  border-width: 0px !important;
  border-color: rgb(255 255 255 / 0.05) !important;
  background-color: rgb(255 255 255 / 0.05) !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.selected,
.flatpickr-day.endRange{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.flatpickr-day.selected:is(.dark *),
.flatpickr-day.startRange:is(.dark *),
.flatpickr-day.selected:is(.dark *),
.flatpickr-day.endRange:is(.dark *){
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.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: #465fff;
  --tw-border-opacity: 1 !important;
  border-color: rgb(70 95 255 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(70 95 255 / var(--tw-bg-opacity)) !important;
}

.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.inRange:hover,
.flatpickr-day.startRange.inRange:hover,
.flatpickr-day.endRange.inRange:hover,
.flatpickr-day.selected:focus:hover,
.flatpickr-day.startRange:focus:hover,
.flatpickr-day.endRange:focus:hover,
.flatpickr-day.selected:hover:hover,
.flatpickr-day.startRange:hover:hover,
.flatpickr-day.endRange:hover:hover,
.flatpickr-day.selected.prevMonthDay:hover,
.flatpickr-day.startRange.prevMonthDay:hover,
.flatpickr-day.endRange.prevMonthDay:hover,
.flatpickr-day.selected.nextMonthDay:hover,
.flatpickr-day.startRange.nextMonthDay:hover,
.flatpickr-day.endRange.nextMonthDay:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(70 95 255 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(70 95 255 / var(--tw-bg-opacity)) !important;
}

.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 #465fff;
}

.flatpickr-months .flatpickr-prev-month svg:hover,
.flatpickr-months .flatpickr-next-month svg:hover,
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover{
  fill: none !important;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: none !important;
}

.flatpickr-calendar.static{
  right: 0px;
}

.fc .fc-view-harness{
  max-width: 100%;
  overflow-x: auto;
}

.fc .fc-view-harness::-webkit-scrollbar{
  width: 0.375rem;
  height: 0.375rem;
}

.fc .fc-view-harness::-webkit-scrollbar-track{
  border-radius: 9999px;
}

.fc .fc-view-harness::-webkit-scrollbar-thumb{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(228 231 236 / var(--tw-bg-opacity));
}

.fc .fc-view-harness:is(.dark *)::-webkit-scrollbar-thumb{
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 84 / var(--tw-bg-opacity));
}

.fc-dayGridMonth-view.fc-view.fc-daygrid{
  min-width: 718px;
}

.fc .fc-scrollgrid-section > * {
  border-right-width: 0;
  border-bottom-width: 0;
}

.fc .fc-scrollgrid {
  border-left-width: 0;
}

.fc .fc-toolbar.fc-header-toolbar{
  flex-direction: column;
  gap: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
}

@media (min-width: 640px){
  .fc .fc-toolbar.fc-header-toolbar{
    flex-direction: row;
  }
}

.fc-button-group{
  gap: 0.5rem;
}

.fc-button-group .fc-button{
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem !important;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 231 236 / var(--tw-border-opacity));
  background-color: transparent;
}

.fc-button-group .fc-button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(228 231 236 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.fc-button-group .fc-button:focus{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.fc-button-group .fc-button:active{
  --tw-border-opacity: 1 !important;
  border-color: rgb(228 231 236 / var(--tw-border-opacity)) !important;
  background-color: transparent !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.fc-button-group .fc-button:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(29 41 57 / var(--tw-border-opacity));
}

.fc-button-group .fc-button:hover:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(29 41 57 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity));
}

.fc-button-group .fc-button:active:is(.dark *){
  --tw-border-opacity: 1 !important;
  border-color: rgb(29 41 57 / var(--tw-border-opacity)) !important;
}

.fc-button-group .fc-button.fc-prev-button:before{
  margin-top: 0.25rem;
  display: inline-block;
  content: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0068 6L9.75684 12.25L16.0068 18.5' stroke='%23344054' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.fc-button-group .fc-button.fc-next-button:before{
  margin-top: 0.25rem;
  display: inline-block;
  content: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.50684 19L15.7568 12.75L9.50684 6.5' stroke='%23344054' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.dark .fc-button-group .fc-button.fc-prev-button:before {
  content: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0068 6L9.75684 12.25L16.0068 18.5' stroke='%2398A2B3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.dark .fc-button-group .fc-button.fc-next-button:before {
  content: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.50684 19L15.7568 12.75L9.50684 6.5' stroke='%2398A2B3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.fc-button-group .fc-button .fc-icon{
  display: none;
}

.fc-addEventButton-button{
  border-radius: 0.5rem !important;
  border-width: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(70 95 255 / var(--tw-bg-opacity)) !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 500 !important;
}

.fc-addEventButton-button:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(54 65 245 / var(--tw-bg-opacity)) !important;
}

.fc-addEventButton-button:focus{
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.fc-toolbar-title{
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity));
}

.fc-toolbar-title:is(.dark *){
  color: rgb(255 255 255 / 0.9);
}

.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:last-child{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
  padding: 0.125rem;
}

.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:last-child:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity));
}

.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:last-child .fc-button{
  height: auto !important;
  width: auto !important;
  border-radius: 0.375rem;
  border-width: 0px !important;
  background-color: transparent;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:last-child .fc-button:hover{
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:last-child .fc-button:focus{
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:last-child .fc-button:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(152 162 179 / var(--tw-text-opacity));
}

.fc-header-toolbar.fc-toolbar
.fc-toolbar-chunk:last-child
.fc-button.fc-button-active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

.fc-header-toolbar.fc-toolbar
.fc-toolbar-chunk:last-child
.fc-button.fc-button-active:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(29 41 57 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fc-theme-standard th{
  border-left-width: 0px !important;
  border-right-width: 0px !important;
  border-top-width: 1px;
  --tw-border-opacity: 1 !important;
  border-color: rgb(228 231 236 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  text-align: left !important;
}

.fc-theme-standard th:is(.dark *){
  --tw-border-opacity: 1 !important;
  border-color: rgb(29 41 57 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity));
}

.fc-theme-standard td,
.fc-theme-standard .fc-scrollgrid{
  --tw-border-opacity: 1 !important;
  border-color: rgb(228 231 236 / var(--tw-border-opacity)) !important;
}

.fc-theme-standard td:is(.dark *),
.fc-theme-standard .fc-scrollgrid:is(.dark *){
  --tw-border-opacity: 1 !important;
  border-color: rgb(29 41 57 / var(--tw-border-opacity)) !important;
}

.fc .fc-col-header-cell-cushion{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(152 162 179 / var(--tw-text-opacity));
}

.fc .fc-daygrid-day.fc-day-today{
  background-color: transparent;
}

.fc .fc-daygrid-day{
  padding: 0.5rem;
}

.fc .fc-daygrid-day.fc-day-today .fc-scrollgrid-sync-inner{
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}

.fc .fc-daygrid-day.fc-day-today .fc-scrollgrid-sync-inner:is(.dark *){
  background-color: rgb(255 255 255 / 0.03);
}

.fc .fc-daygrid-day-number{
  padding: 0.75rem !important;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

.fc .fc-daygrid-day-number:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(152 162 179 / var(--tw-text-opacity));
}

.fc .fc-daygrid-day-top{
  flex-direction: row !important;
}

.fc .fc-day-other .fc-daygrid-day-top {
  opacity: 1;
}

.fc .fc-day-other .fc-daygrid-day-top .fc-daygrid-day-number{
  --tw-text-opacity: 1;
  color: rgb(152 162 179 / var(--tw-text-opacity));
}

.fc .fc-day-other .fc-daygrid-day-top .fc-daygrid-day-number:is(.dark *){
  color: rgb(255 255 255 / 0.3);
}

.event-fc-color{
  border-radius: 0.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 0.75rem;
}

.event-fc-color .fc-event-title{
  padding: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

.fc-daygrid-event-dot{
  margin-left: 0px;
  margin-right: 0.75rem;
  height: 1.25rem;
  width: 0.25rem;
  border-radius: 0.25rem;
  border-style: none;
}

.fc-event:focus{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.fc-daygrid-event.fc-event-start{
  margin-left: 0.75rem !important;
}

.event-fc-color.fc-bg-success{
  --tw-border-opacity: 1;
  border-color: rgb(236 253 243 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 243 / var(--tw-bg-opacity));
}

.event-fc-color.fc-bg-danger{
  --tw-border-opacity: 1;
  border-color: rgb(254 243 242 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 242 / var(--tw-bg-opacity));
}

.event-fc-color.fc-bg-primary{
  --tw-border-opacity: 1;
  border-color: rgb(236 243 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(236 243 255 / var(--tw-bg-opacity));
}

.event-fc-color.fc-bg-warning{
  --tw-border-opacity: 1;
  border-color: rgb(255 246 237 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 246 237 / var(--tw-bg-opacity));
}

.event-fc-color.fc-bg-success .fc-daygrid-event-dot{
  --tw-bg-opacity: 1;
  background-color: rgb(18 183 106 / var(--tw-bg-opacity));
}

.event-fc-color.fc-bg-danger .fc-daygrid-event-dot{
  --tw-bg-opacity: 1;
  background-color: rgb(240 68 56 / var(--tw-bg-opacity));
}

.event-fc-color.fc-bg-primary .fc-daygrid-event-dot{
  --tw-bg-opacity: 1;
  background-color: rgb(70 95 255 / var(--tw-bg-opacity));
}

.event-fc-color.fc-bg-warning .fc-daygrid-event-dot{
  --tw-bg-opacity: 1;
  background-color: rgb(251 101 20 / var(--tw-bg-opacity));
}

.fc-direction-ltr .fc-timegrid-slot-label-frame{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

.fc-direction-ltr .fc-timegrid-slot-label-frame:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(152 162 179 / var(--tw-text-opacity));
}

.fc .fc-timegrid-axis-cushion{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

.fc .fc-timegrid-axis-cushion:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(152 162 179 / var(--tw-text-opacity));
}

.input-date-icon::-webkit-inner-spin-button,
.input-date-icon::-webkit-calendar-picker-indicator {
  opacity: 0;
  -webkit-appearance: none;
}

.swiper-button-prev svg,
.swiper-button-next svg{
  height: auto !important;
  width: auto !important;
}

.carouselTwo .swiper-button-next:after,
.carouselTwo .swiper-button-prev:after,
.carouselFour .swiper-button-next:after,
.carouselFour .swiper-button-prev:after{
  display: none;
}

.carouselTwo .swiper-button-next.swiper-button-disabled,
.carouselTwo .swiper-button-prev.swiper-button-disabled,
.carouselFour .swiper-button-next.swiper-button-disabled,
.carouselFour .swiper-button-prev.swiper-button-disabled{
  background-color: rgb(255 255 255 / 0.6);
  opacity: 1 !important;
}

.carouselTwo .swiper-button-next,
.carouselTwo .swiper-button-prev,
.carouselFour .swiper-button-next,
.carouselFour .swiper-button-prev{
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 9999px;
  border-width: 0.5px;
  border-color: rgb(255 255 255 / 0.1);
  background-color: rgb(255 255 255 / 0.9);
  --tw-text-opacity: 1 !important;
  color: rgb(52 64 84 / var(--tw-text-opacity)) !important;
  --tw-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.10), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color), 0px 1px 3px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-backdrop-blur: blur(10px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.carouselTwo .swiper-button-prev,
.carouselFour .swiper-button-prev{
  left: 0.75rem !important;
}

@media (min-width: 640px){
  .carouselTwo .swiper-button-prev,
.carouselFour .swiper-button-prev{
    left: 1rem !important;
  }
}

.carouselTwo .swiper-button-next,
.carouselFour .swiper-button-next{
  right: 0.75rem !important;
}

@media (min-width: 640px){
  .carouselTwo .swiper-button-next,
.carouselFour .swiper-button-next{
    right: 1rem !important;
  }
}

.carouselThree .swiper-pagination,
.carouselFour .swiper-pagination{
  bottom: 0.75rem !important;
  left: 50% !important;
  display: inline-flex;
  width: auto !important;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  gap: 0.375rem;
  border-radius: 40px;
  border-width: 0.5px;
  border-color: rgb(255 255 255 / 0.1);
  background-color: rgb(255 255 255 / 0.6);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.10), 0px 1px 3px 0px rgba(16, 24, 40, 0.10);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color), 0px 1px 3px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-backdrop-blur: blur(10px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media (min-width: 640px){
  .carouselThree .swiper-pagination,
.carouselFour .swiper-pagination{
    bottom: 1.25rem !important;
  }
}

.carouselThree .swiper-pagination-bullet,
.carouselFour .swiper-pagination-bullet{
  margin: 0px !important;
  height: 0.625rem;
  width: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 1;
  --tw-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.carouselThree .swiper-pagination-bullet-active,
.carouselFour .swiper-pagination-bullet-active{
  width: 1.625rem;
  border-radius: 0.75rem;
}

.form-check-input:checked ~ span{
  border-width: 6px;
  --tw-border-opacity: 1;
  border-color: rgb(70 95 255 / var(--tw-border-opacity));
}

.form-check-input:checked ~ span:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(70 95 255 / var(--tw-border-opacity));
}

.taskCheckbox:checked ~ .box span{
  opacity: 1;
}

.taskCheckbox:checked ~ p{
  --tw-text-opacity: 1;
  color: rgb(152 162 179 / var(--tw-text-opacity));
  text-decoration-line: line-through;
}

.taskCheckbox:checked ~ .box{
  --tw-border-opacity: 1;
  border-color: rgb(70 95 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(70 95 255 / var(--tw-bg-opacity));
}

.taskCheckbox:checked ~ .box:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(70 95 255 / var(--tw-border-opacity));
}

.task {
  transition: all 0.2s ease;
  /* Smooth transition for visual effects */
}

.task.is-dragging {
  border-radius: 0.75rem;
  box-shadow:
          0px 1px 3px 0px rgba(16, 24, 40, 0.1),
          0px 1px 2px 0px rgba(16, 24, 40, 0.06);
  opacity: 0.8;
  cursor: grabbing;
  /* Changes the cursor to indicate dragging */
}

.hover\:\!border-brand-500:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(70 95 255 / var(--tw-border-opacity)) !important;
}

.hover\:border-gray-200:hover{
  --tw-border-opacity: 1;
  border-color: rgb(228 231 236 / var(--tw-border-opacity));
}

.hover\:\!bg-brand-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(54 65 245 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-brand-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(54 65 245 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(228 231 236 / var(--tw-bg-opacity));
}

.hover\:bg-gray-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(208 213 221 / var(--tw-bg-opacity));
}

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

.hover\:bg-red-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.hover\:\!fill-brand-500:hover{
  fill: #465FFF !important;
}

.hover\:text-error-500:hover{
  --tw-text-opacity: 1;
  color: rgb(240 68 56 / var(--tw-text-opacity));
}

.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

.hover\:text-gray-800:hover{
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity));
}

.hover\:underline:hover{
  text-decoration-line: underline;
}

.focus\:\!shadow-none:focus{
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-none:focus{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.active\:\!border-gray-200:active{
  --tw-border-opacity: 1 !important;
  border-color: rgb(228 231 236 / var(--tw-border-opacity)) !important;
}

.active\:\!bg-transparent:active{
  background-color: transparent !important;
}

.active\:\!shadow-none:active{
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:visible{
  visibility: visible;
}

.group:hover .group-hover\:bg-brand-100{
  --tw-bg-opacity: 1;
  background-color: rgb(221 233 255 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:fill-gray-700{
  fill: #344054;
}

.group:hover .group-hover\:stroke-gray-700{
  stroke: #344054;
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

.dark\:block:is(.dark *){
  display: block;
}

.dark\:hidden:is(.dark *){
  display: none;
}

.dark\:\!border-0:is(.dark *){
  border-width: 0px !important;
}

.dark\:\!border-gray-800:is(.dark *){
  --tw-border-opacity: 1 !important;
  border-color: rgb(29 41 57 / var(--tw-border-opacity)) !important;
}

.dark\:\!border-white\/5:is(.dark *){
  border-color: rgb(255 255 255 / 0.05) !important;
}

.dark\:border-brand-400:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(117 146 255 / var(--tw-border-opacity));
}

.dark\:border-brand-500:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(70 95 255 / var(--tw-border-opacity));
}

.dark\:border-error-500\/30:is(.dark *){
  border-color: rgb(240 68 56 / 0.3);
}

.dark\:border-gray-600:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(71 84 103 / var(--tw-border-opacity));
}

.dark\:border-gray-700:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(52 64 84 / var(--tw-border-opacity));
}

.dark\:border-gray-800:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(29 41 57 / var(--tw-border-opacity));
}

.dark\:border-success-500\/30:is(.dark *){
  border-color: rgb(18 183 106 / 0.3);
}

.dark\:\!bg-gray-dark:is(.dark *){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(26 34 49 / var(--tw-bg-opacity)) !important;
}

.dark\:bg-black:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity));
}

.dark\:bg-brand-500\/15:is(.dark *){
  background-color: rgb(70 95 255 / 0.15);
}

.dark\:bg-brand-500\/\[0\.12\]:is(.dark *){
  background-color: rgb(70 95 255 / 0.12);
}

.dark\:bg-error-500\/15:is(.dark *){
  background-color: rgb(240 68 56 / 0.15);
}

.dark\:bg-gray-700:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 84 / var(--tw-bg-opacity));
}

.dark\:bg-gray-800:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(29 41 57 / var(--tw-bg-opacity));
}

.dark\:bg-gray-900:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity));
}

.dark\:bg-gray-dark:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(26 34 49 / var(--tw-bg-opacity));
}

.dark\:bg-success-500\/15:is(.dark *){
  background-color: rgb(18 183 106 / 0.15);
}

.dark\:bg-white\/0:is(.dark *){
  background-color: rgb(255 255 255 / 0);
}

.dark\:bg-white\/\[0\.03\]:is(.dark *){
  background-color: rgb(255 255 255 / 0.03);
}

.dark\:bg-\[\#1E2634\]:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 38 52 / var(--tw-bg-opacity));
}

.dark\:\!fill-gray-700:is(.dark *){
  fill: #344054 !important;
}

.dark\:\!fill-white:is(.dark *){
  fill: #FFFFFF !important;
}

.dark\:fill-gray-400:is(.dark *){
  fill: #98A2B3;
}

.dark\:fill-white\/90:is(.dark *){
  fill: rgb(255 255 255 / 0.9);
}

.dark\:stroke-gray-400:is(.dark *){
  stroke: #98A2B3;
}

.dark\:\!text-gray-400:is(.dark *){
  --tw-text-opacity: 1 !important;
  color: rgb(152 162 179 / var(--tw-text-opacity)) !important;
}

.dark\:\!text-white\/90:is(.dark *){
  color: rgb(255 255 255 / 0.9) !important;
}

.dark\:text-brand-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(117 146 255 / var(--tw-text-opacity));
}

.dark\:text-gray-300:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(208 213 221 / var(--tw-text-opacity));
}

.dark\:text-gray-400:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(152 162 179 / var(--tw-text-opacity));
}

.dark\:text-white:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dark\:text-white\/90:is(.dark *){
  color: rgb(255 255 255 / 0.9);
}

.dark\:\!shadow-theme-xl:is(.dark *){
  --tw-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03) !important;
  --tw-shadow-colored: 0px 20px 24px -4px var(--tw-shadow-color), 0px 8px 8px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.dark\:hover\:\!border-gray-300:hover:is(.dark *){
  --tw-border-opacity: 1 !important;
  border-color: rgb(208 213 221 / var(--tw-border-opacity)) !important;
}

.dark\:hover\:border-gray-800:hover:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(29 41 57 / var(--tw-border-opacity));
}

.dark\:hover\:bg-gray-700:hover:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(52 64 84 / var(--tw-bg-opacity));
}

.dark\:hover\:bg-gray-800:hover:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(29 41 57 / var(--tw-bg-opacity));
}

.dark\:hover\:bg-gray-900:hover:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity));
}

.dark\:hover\:bg-gray-dark:hover:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(26 34 49 / var(--tw-bg-opacity));
}

.dark\:hover\:bg-white\/5:hover:is(.dark *){
  background-color: rgb(255 255 255 / 0.05);
}

.dark\:hover\:bg-white\/\[0\.03\]:hover:is(.dark *){
  background-color: rgb(255 255 255 / 0.03);
}

.dark\:hover\:text-error-500:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(240 68 56 / var(--tw-text-opacity));
}

.dark\:hover\:text-gray-200:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(228 231 236 / var(--tw-text-opacity));
}

.dark\:hover\:text-gray-300:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(208 213 221 / var(--tw-text-opacity));
}

.dark\:hover\:text-white:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group:hover .dark\:group-hover\:fill-gray-300:is(.dark *){
  fill: #D0D5DD;
}

@media (min-width: 375px){
  .\32xsm\:gap-3{
    gap: 0.75rem;
  }
}

@media (min-width: 640px){
  .sm\:right-6{
    right: 1.5rem;
  }

  .sm\:top-6{
    top: 1.5rem;
  }

  .sm\:h-11{
    height: 2.75rem;
  }

  .sm\:w-11{
    width: 2.75rem;
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:flex-row{
    flex-direction: row;
  }

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

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

  .sm\:gap-4{
    gap: 1rem;
  }

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

  .sm\:p-6{
    padding: 1.5rem;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px){
  .md\:p-6{
    padding: 1.5rem;
  }
}

@media (min-width: 1024px){
  .lg\:static{
    position: static;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-11{
    height: 2.75rem;
  }

  .lg\:w-11{
    width: 2.75rem;
  }

  .lg\:w-\[90px\]{
    width: 90px;
  }

  .lg\:translate-x-0{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:justify-normal{
    justify-content: normal;
  }

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

  .lg\:border{
    border-width: 1px;
  }

  .lg\:border-b{
    border-bottom-width: 1px;
  }

  .lg\:border-b-0{
    border-bottom-width: 0px;
  }

  .lg\:bg-transparent{
    background-color: transparent;
  }

  .lg\:p-10{
    padding: 2.5rem;
  }

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:shadow-none{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .dark\:lg\:bg-transparent:is(.dark *){
    background-color: transparent;
  }
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:rounded-full::-webkit-scrollbar-thumb{
  border-radius: 9999px;
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:bg-gray-200::-webkit-scrollbar-thumb{
  --tw-bg-opacity: 1;
  background-color: rgb(228 231 236 / var(--tw-bg-opacity));
}

.dark\:\[\&\:\:-webkit-scrollbar-thumb\]\:bg-gray-600:is(.dark *)::-webkit-scrollbar-thumb{
  --tw-bg-opacity: 1;
  background-color: rgb(71 84 103 / var(--tw-bg-opacity));
}

.dark\:\[\&\:\:-webkit-scrollbar-track\]\:bg-transparent:is(.dark *)::-webkit-scrollbar-track{
  background-color: transparent;
}

.\[\&\:\:-webkit-scrollbar\]\:h-1\.5::-webkit-scrollbar{
  height: 0.375rem;
}
/* line 3, app/assets/stylesheets/upvoty.scss */
.upvoty-feedback {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(-180deg);
  z-index: 100;
  font-size: 16px;
  box-sizing: border-box;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  opacity: 1;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 20px -5px;
  transition: opacity 0.2s ease-out;
  background: #1daade;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 24px 10px;
  writing-mode: vertical-lr;
}
